Update Changes
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.9.X          Development release working toward v5.10
29 --------------
30
31 ____________________________________________________________________________
32 [ 31289] By: rgs                                   on 2007/05/28  12:44:29
33         Log: Update outdated example
34      Branch: perl
35            ! pod/perlpod.pod
36 ____________________________________________________________________________
37 [ 31288] By: rgs                                   on 2007/05/28  12:33:05
38         Log: Update to Archive::Extract 0.20, and re-apply patch #31158
39      Branch: perl
40            + lib/Archive/Extract/t/src/x.Z.packed
41            ! MANIFEST lib/Archive/Extract.pm
42            ! lib/Archive/Extract/t/01_Archive-Extract.t
43            ! lib/Archive/Extract/t/src/double_dir.zip.packed
44            ! lib/Archive/Extract/t/src/x.bz2.packed
45            ! lib/Archive/Extract/t/src/x.gz.packed
46            ! lib/Archive/Extract/t/src/x.jar.packed
47            ! lib/Archive/Extract/t/src/x.par.packed
48            ! lib/Archive/Extract/t/src/x.tar.gz.packed
49            ! lib/Archive/Extract/t/src/x.tar.packed
50            ! lib/Archive/Extract/t/src/x.tgz.packed
51            ! lib/Archive/Extract/t/src/x.zip.packed
52            ! lib/Archive/Extract/t/src/y.jar.packed
53            ! lib/Archive/Extract/t/src/y.par.packed
54            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
55            ! lib/Archive/Extract/t/src/y.tar.gz.packed
56            ! lib/Archive/Extract/t/src/y.tar.packed
57            ! lib/Archive/Extract/t/src/y.tbz.packed
58            ! lib/Archive/Extract/t/src/y.tgz.packed
59            ! lib/Archive/Extract/t/src/y.zip.packed
60 ____________________________________________________________________________
61 [ 31287] By: rgs                                   on 2007/05/28  12:03:25
62         Log: Subject: linux arm cross-compilation
63              From: Vadim <vadim@vkonovalov.ru>
64              Date: Mon, 28 May 2007 01:23:46 +0400
65              Message-ID: <4659F6E2.3090805@vkonovalov.ru>
66              
67              with adjustments to the MANIFEST
68      Branch: perl
69            + Cross/Makefile-cross.SH Cross/build-arm-n770.sh
70            + Cross/cflags-cross-arm Cross/config.sh-arm-linux-n770
71            + ext/util/make_ext_cross
72            ! MANIFEST configpm
73 ____________________________________________________________________________
74 [ 31286] By: rgs                                   on 2007/05/28  11:14:32
75         Log: Bump version number
76              
77              Subject: [PATCH] Update log::message::simple to 0.02
78              From: "Jos I. Boumans" <jib@ripe.net>
79              Date: Mon, 28 May 2007 12:04:02 +0200
80              Message-Id: <EB397A0C-713C-4E42-92DB-DD8B808AE34C@ripe.net>
81      Branch: perl
82            ! lib/Log/Message/Simple.pm
83 ____________________________________________________________________________
84 [ 31285] By: rgs                                   on 2007/05/28  10:17:22
85         Log: Subject: Re: [PATCH] Math::BigInt v1.87 take 5
86              From: Tels <nospam-abuse@bloodgate.com>
87              Date: Sun, 27 May 2007 15:54:29 +0000
88              Message-Id: <200705271554.32054@bloodgate.com>
89      Branch: perl
90            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
91            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
92 ____________________________________________________________________________
93 [ 31284] By: rgs                                   on 2007/05/28  09:45:39
94         Log: Subject: [PATCH] Math::BigInt::FastCalc v0.15
95              From: Tels <nospam-abuse@bloodgate.com>
96              Date: Sun, 27 May 2007 14:43:15 +0000
97              Message-Id: <200705271443.16138@bloodgate.com>
98      Branch: perl
99            ! ext/Math/BigInt/FastCalc/FastCalc.pm
100            ! ext/Math/BigInt/FastCalc/FastCalc.xs
101            ! ext/Math/BigInt/FastCalc/Makefile.PL
102            ! ext/Math/BigInt/FastCalc/t/leak.t
103 ____________________________________________________________________________
104 [ 31283] By: craigb                                on 2007/05/27  01:54:45
105         Log: In the stat() wrapper for VMS, always allow extended characters
106              (such as multiple dots) in the filename regardless of environment
107              setting.
108      Branch: perl
109            ! vms/vms.c
110 ____________________________________________________________________________
111 [ 31282] By: craigb                                on 2007/05/27  01:50:46
112         Log: In the homegrown readdir() for VMS, always treat unix-style paths
113              appropriately regardless of environment setting, and also remove
114              the escape characters from escaped dots.
115      Branch: perl
116            ! vms/vms.c
117 ____________________________________________________________________________
118 [ 31281] By: rgs                                   on 2007/05/26  06:54:40
119         Log: Bad orientation in doc, noticed by Jan Dubois.
120      Branch: perl
121            ! pod/perl595delta.pod
122 ____________________________________________________________________________
123 [ 31280] By: davem                                 on 2007/05/25  23:26:33
124         Log: delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
125              the first two aren't used, and the last two are just place holders
126              to ensure that both runops functions get linked in; so make them
127              global rather than per-interpeter
128      Branch: perl
129            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
130 ____________________________________________________________________________
131 [ 31279] By: craigb                                on 2007/05/25  22:19:40
132         Log: Subject: Re: argproc.c license Re: [perl #43037] Bad license in perl distribution
133              From: Mark Pizzolato <mark@infocomm.com>
134              Date: Fri, 25 May 2007 13:31:17 -0700 (PDT)
135              Message-ID: <288163.41670.qm@web83606.mail.sp1.yahoo.com>
136      Branch: perl
137            ! vms/vms.c
138 ____________________________________________________________________________
139 [ 31278] By: davem                                 on 2007/05/25  19:16:50
140         Log: fix coredump in S_varname (tickled by Devel::Profile)
141              a 'Use of uninitialized value' warning within a DB sub
142              attempted to use the pad of the caller to locate the offending
143              lexical
144      Branch: perl
145            ! sv.c
146 ____________________________________________________________________________
147 [ 31277] By: rgs                                   on 2007/05/25  13:29:34
148         Log: \R can't be used in a char class
149      Branch: perl
150            ! pod/perlre.pod
151 ____________________________________________________________________________
152 [ 31276] By: rgs                                   on 2007/05/25  13:28:39
153         Log: Document new escapes in perldelta
154      Branch: perl
155            ! pod/perl595delta.pod
156 ____________________________________________________________________________
157 [ 31275] By: steveh                                on 2007/05/25  10:15:54
158         Log: Change #31270 should have updated proto.h to match
159      Branch: perl
160            ! embed.fnc proto.h
161 ____________________________________________________________________________
162 [ 31274] By: rgs                                   on 2007/05/25  09:57:33
163         Log: Upgrade to Archive::Tar 1.32.
164      Branch: perl
165            ! lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
166            ! lib/Archive/Tar/File.pm
167            ! lib/Archive/Tar/t/src/long/bar.tar.packed
168            ! lib/Archive/Tar/t/src/long/foo.tgz.packed
169            ! lib/Archive/Tar/t/src/short/bar.tar.packed
170            ! lib/Archive/Tar/t/src/short/foo.tgz.packed
171 ____________________________________________________________________________
172 [ 31273] By: rgs                                   on 2007/05/25  09:29:12
173         Log: Document that ptardiff needs Text::Diff
174      Branch: perl
175            ! pod/perlutil.pod
176 ____________________________________________________________________________
177 [ 31272] By: rgs                                   on 2007/05/25  09:20:45
178         Log: Document cpanp and cpan2dist
179      Branch: perl
180            ! pod/perl595delta.pod pod/perlutil.pod
181 ____________________________________________________________________________
182 [ 31271] By: steveh                                on 2007/05/25  09:18:45
183         Log: Fix the ext/IO/t/io_sock.t failure when built with VC++ 2005
184              
185              Unknown to me win32/win32.h was defining USE_FIXED_OSFHANDLE, which
186              arranged for a black magic fix to MSVCRT.DLL's _open_osfhandle() to
187              be used. It seems that this is inappropriate for VC++ versions later
188              than 6.x, since they don't use that DLL: simply not defining that
189              symbol makes the io_sock.t failure go away.
190              
191              (Compare change #29233, which similarly disabled the fix to
192              MSVCRT.DLL's read() for VC++ versions later than 6.x.)
193      Branch: perl
194            ! README.win32 win32/win32.h
195 ____________________________________________________________________________
196 [ 31270] By: rgs                                   on 2007/05/25  07:46:08
197         Log: Subject: [PATCH] Consting dump.c
198              From: Andy Lester <andy@petdance.com>
199              Date: Thu, 24 May 2007 13:25:43 -0500
200              Message-Id: <B46A083E-A133-4D38-9BE8-BE1EB0AAA326@petdance.com>
201      Branch: perl
202            ! XSUB.h doop.c dump.c
203 ____________________________________________________________________________
204 [ 31269] By: rgs                                   on 2007/05/24  17:18:24
205         Log: Subject: Re: perl pragma [PATCH]
206              From: Tels <nospam-abuse@bloodgate.com>
207              Date: Wed, 23 May 2007 21:35:58 +0000
208              Message-Id: <200705232135.59546@bloodgate.com>
209      Branch: perl
210            + lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t
211            + lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t
212            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm
213 ____________________________________________________________________________
214 [ 31268] By: rgs                                   on 2007/05/24  16:12:58
215         Log: Subject: [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc. 
216              From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
217              Date: Sun, 20 May 2007 21:44:42 -0700
218              Message-ID: <rt-3.6.HEAD-4015-1179722682-636.43010-75-0@perl.org>
219      Branch: perl
220            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
221 ____________________________________________________________________________
222 [ 31267] By: rgs                                   on 2007/05/24  15:37:40
223         Log: Adjustment to the test for importing feature bundles,
224              found by Hugo
225      Branch: perl
226            ! lib/feature.pm
227 ____________________________________________________________________________
228 [ 31266] By: rgs                                   on 2007/05/24  15:12:41
229         Log: Subject: [PATCH] update CPANPLUS::Dist::Build to 0.06_01
230              From: "Jos I. Boumans" <kane@dwim.org>
231              Date: Tue, 22 May 2007 14:45:19 +0200
232              Message-Id: <208F4537-CCF8-401B-9F97-EF1902EA2FB6@dwim.org>
233      Branch: perl
234            ! lib/CPANPLUS/Dist/Build.pm
235            ! lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
236            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
237            ! lib/CPANPLUS/Dist/Build/t/inc/conf.pl
238            ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
239            ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
240 ____________________________________________________________________________
241 [ 31265] By: rgs                                   on 2007/05/24  13:29:01
242         Log: It suddendly annoyed me that corelist returned sometimes two
243              spaces in a row.
244      Branch: perl
245            ! lib/Module/CoreList/bin/corelist
246 ____________________________________________________________________________
247 [ 31264] By: rgs                                   on 2007/05/24  11:17:31
248         Log: Doc nits by Steven Schubiger
249      Branch: perl
250            ! pod/perlintro.pod
251 ____________________________________________________________________________
252 [ 31263] By: rgs                                   on 2007/05/24  08:25:52
253         Log: perldelta additions suggested by Steve Hay
254      Branch: perl
255            ! pod/perl595delta.pod
256 ____________________________________________________________________________
257 [ 31262] By: rgs                                   on 2007/05/24  08:18:31
258         Log: Subject: [PATCH revised] threads::shared 1.12
259              From: "Jerry D. Hedden" <jdhedden@cpan.org>
260              Date: Wed, 23 May 2007 09:28:28 -0400
261              Message-ID: <1ff86f510705230628n73c16e2gc67a3ec05d57c5f3@mail.gmail.com>
262      Branch: perl
263            ! ext/threads/shared/Changes ext/threads/shared/README
264            ! ext/threads/shared/shared.pm ext/threads/shared/t/wait.t
265            ! ext/threads/shared/t/waithires.t
266 ____________________________________________________________________________
267 [ 31260] By: rgs                                   on 2007/05/23  10:20:29
268         Log: Perldelta nit by Brandon Black
269      Branch: perl
270            ! pod/perl595delta.pod
271 ____________________________________________________________________________
272 [ 31259] By: steveh                                on 2007/05/23  08:12:14
273         Log: Subject: RE: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
274              From: "Jan Dubois" <jand@activestate.com>
275              Date: Tue, 22 May 2007 16:35:27 -0700
276              Message-ID: <06dd01c79cc9$e101ce60$a3056b20$@com>
277              
278              Reinstates the test under Cygwin and fixes it.
279      Branch: perl
280            ! ext/Win32/t/Unicode.t
281 ____________________________________________________________________________
282 [ 31258] By: stevep                                on 2007/05/23  01:58:07
283         Log: Subject: [PATCH] Forgotten Cygwin patch
284              From: "Jerry D. Hedden" <jdhedden@cpan.org>
285              Date: Tue, 22 May 2007 20:58:04 -0400
286              Message-ID: <1ff86f510705221758p71418517ncb89fac289d74c35@mail.gmail.com>
287      Branch: perl
288            ! cygwin/perlld.in
289 ____________________________________________________________________________
290 [ 31257] By: rgs                                   on 2007/05/22  14:12:18
291         Log: Add MidnightBSD to the list of Unix-like OSes
292      Branch: perl
293            ! lib/Module/Build.pm
294 ____________________________________________________________________________
295 [ 31256] By: rgs                                   on 2007/05/22  10:07:09
296         Log: Update perldelta
297      Branch: perl
298            ! pod/perl595delta.pod
299 ____________________________________________________________________________
300 [ 31255] By: davem                                 on 2007/05/21  22:35:15
301         Log: move PL_error_count into the PL_parser struct
302      Branch: perl
303            ! embedvar.h intrpvar.h op.c parser.h perl.c perlapi.h pp_ctl.c
304            ! sv.c toke.c
305 ____________________________________________________________________________
306 [ 31254] By: davem                                 on 2007/05/21  21:02:50
307         Log: move PL_multi_end into the PL_parser struct
308      Branch: perl
309            ! embedvar.h intrpvar.h op.c parser.h perlapi.h sv.c toke.c
310 ____________________________________________________________________________
311 [ 31253] By: stevep                                on 2007/05/21  20:52:10
312         Log: Subject: Re: Smoke failures with blead@31225 (Linux) [PATCH]
313              From: Tels <nospam-abuse@bloodgate.com>
314              Date: Mon, 21 May 2007 20:17:20 +0000
315              Message-Id: <200705212017.23224@bloodgate.com>
316      Branch: perl
317            ! lib/Math/BigInt/Calc.pm
318 ____________________________________________________________________________
319 [ 31252] By: davem                                 on 2007/05/21  19:57:24
320         Log: move PL_tokenbuf into the PL_parser struct
321      Branch: perl
322            ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c utf8.c
323 ____________________________________________________________________________
324 [ 31251] By: rgs                                   on 2007/05/21  16:46:04
325         Log: Update Changes
326      Branch: perl
327            ! Changes
328 ____________________________________________________________________________
329 [ 31250] By: rgs                                   on 2007/05/21  14:29:02
330         Log: Subject: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
331              From: "Jerry D. Hedden" <jdhedden@cpan.org>
332              Date: Sat, 19 May 2007 11:56:40 -0400
333              Message-ID: <1ff86f510705190856o2a98f1a5sd6f316f863e60c87@mail.gmail.com>
334      Branch: perl
335            ! ext/Win32/t/Unicode.t
336 ____________________________________________________________________________
337 [ 31249] By: rgs                                   on 2007/05/21  14:27:03
338         Log: Subject: [PATCH] Skip win32core.t under Cygwin
339              From: "Jerry D. Hedden" <jdhedden@cpan.org>
340              Date: Sat, 19 May 2007 08:43:47 -0400
341              Message-ID: <1ff86f510705190543r505cfc2fua18e87cd665b8f6e@mail.gmail.com>
342      Branch: perl
343            ! ext/Win32CORE/t/win32core.t
344 ____________________________________________________________________________
345 [ 31248] By: merijn                                on 2007/05/21  06:26:31
346         Log: Subject: [PATCH] pp_sys.c: gethostbyaddr
347              From: Jarkko Hietaniemi <jhi@iki.fi>
348              Date: Mon, 21 May 2007 00:02:38 -0400
349              Message-ID: <465119DE.6040208@iki.fi>
350      Branch: perl
351            ! pp_sys.c
352 ____________________________________________________________________________
353 [ 31247] By: craigb                                on 2007/05/21  04:33:27
354         Log: VMSify uupacktool.pl and run it during VMS build.
355      Branch: perl
356            ! uupacktool.pl vms/descrip_mms.template
357 ____________________________________________________________________________
358 [ 31246] By: davem                                 on 2007/05/20  23:56:30
359         Log: delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
360              and fix 'duplicate symbol' warnings from embed.pl
361              for utf8cache and sh_path
362      Branch: perl
363            ! embedvar.h intrpvar.h perlapi.h perlvars.h
364 ____________________________________________________________________________
365 [ 31245] By: davem                                 on 2007/05/20  23:10:15
366         Log: delete thrdvar.h and move its contents to intrpvar.h
367      Branch: perl
368            - thrdvar.h
369            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
370            ! embed.pl embedvar.h global.sym intrpvar.h
371            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm makedef.pl
372            ! perl.c perl.h perlapi.c perlapi.h pod/perlapi.pod
373            ! pod/perlintern.pod pod/perltodo.pod proto.h sv.c
374            ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce
375            ! win32/makefile.mk
376 ____________________________________________________________________________
377 [ 31244] By: rgs                                   on 2007/05/20  12:58:53
378         Log: Subject: [PATCH] Minor perlreapi.pod cleanup
379              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
380              Date: Wed, 16 May 2007 16:38:44 +0000
381              Message-ID: <51dd1af80705160938w13789b63m6d5f4710441ceac@mail.gmail.com>
382      Branch: perl
383            ! pod/perlreapi.pod regexp.h
384 ____________________________________________________________________________
385 [ 31243] By: rgs                                   on 2007/05/20  12:55:20
386         Log: Update Archive::Tar to 1.31
387      Branch: perl
388            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
389            + lib/Archive/Tar/t/src/long/bar.tar.packed
390            + lib/Archive/Tar/t/src/long/foo.tgz.packed
391            + lib/Archive/Tar/t/src/short/b
392            + lib/Archive/Tar/t/src/short/bar.tar.packed
393            + lib/Archive/Tar/t/src/short/foo.tgz.packed
394            - lib/Archive/Tar/t/00_setup.t lib/Archive/Tar/t/99_clean.t
395            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/File.pm
396            ! lib/Archive/Tar/t/02_methods.t
397 ____________________________________________________________________________
398 [ 31242] By: rgs                                   on 2007/05/20  12:50:02
399         Log: Subject: RE: When is -DPERL_CORE required?
400              From: "Jan Dubois" <jand@activestate.com>
401              Date: Fri, 18 May 2007 10:57:35 -0700
402              Message-ID: <044601c79976$046691d0$0d33b570$@com>
403      Branch: perl
404            ! win32/win32.h
405 ____________________________________________________________________________
406 [ 31241] By: rgs                                   on 2007/05/20  12:48:01
407         Log: Subject: [PATCH] Don't use a regex match in lib/feature.pm
408              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
409              Date: Fri, 18 May 2007 20:16:53 +0000
410              Message-ID: <51dd1af80705181316r15f65e45n55903de294565aa1@mail.gmail.com>
411      Branch: perl
412            ! lib/feature.pm
413 ____________________________________________________________________________
414 [ 31240] By: craigb                                on 2007/05/20  01:00:31
415         Log: Make VMS's home-grown glob() recognize a directory even without
416              tell-tale punctuation.
417      Branch: perl
418            ! vms/vms.c
419 ____________________________________________________________________________
420 [ 31239] By: craigb                                on 2007/05/19  01:00:15
421         Log: Various mro updates from Brandon Black. References:
422              <84621a60705111347q40f9dd9ciefa9468e9ff9ca6c@mail.gmail.com>
423              <84621a60705121458i34ff361fh9166e8558781df41@mail.gmail.com>
424              <84621a60705141111q70ed307r9181dfc2834a8f5c@mail.gmail.com>
425              <84621a60705160937h53946fcfg70635908302724e8@mail.gmail.com>
426      Branch: perl
427            + t/mro/pkg_gen.t
428            ! MANIFEST hv.h lib/mro.pm mg.c mro.c sv.c t/mro/basic.t
429 ____________________________________________________________________________
430 [ 31238] By: craigb                                on 2007/05/18  22:48:12
431         Log: Subject: [PATCH] threads 1.62
432              From: "Jerry D. Hedden" <jdhedden@cpan.org>
433              Date: Thu, 17 May 2007 12:21:46 -0400
434              Message-ID: <1ff86f510705170921g77d87898ye2c081fc0df53a9e@mail.gmail.com>
435      Branch: perl
436            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
437            ! ext/threads/t/free.t ext/threads/t/free2.t
438            ! ext/threads/t/kill.t ext/threads/t/thread.t
439            ! ext/threads/threads.pm ext/threads/threads.xs
440 ____________________________________________________________________________
441 [ 31237] By: craigb                                on 2007/05/18  22:01:51
442         Log: Subject: [PATCH] Unicode::UCD: add general category and bidi type interfaces
443              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
444              Date: Fri, 18 May 2007 03:45:29 +0300 (EEST)
445              Message-Id: <200705180045.l4I0jTeI221780@kosh.hut.fi>
446      Branch: perl
447            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
448 ____________________________________________________________________________
449 [ 31236] By: craigb                                on 2007/05/18  21:42:56
450         Log: When trimming long XS symbols on VMS, avoid warnings from operator
451              precedence mistakes, but for now give the same symbol mangling
452              results as before.
453      Branch: perl
454            ! vms/ext/XSSymSet.pm
455 ____________________________________________________________________________
456 [ 31235] By: steveh                                on 2007/05/18  10:46:57
457         Log: Upgrade to Win32-0.29
458      Branch: perl
459            + ext/Win32/longpath.inc ext/Win32/t/CreateFile.t
460            + ext/Win32/t/GetCurrentThreadId.t ext/Win32/t/Unicode.t
461            ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm
462            ! ext/Win32/Win32.xs ext/Win32/t/GetFileVersion.t
463 ____________________________________________________________________________
464 [ 31234] By: steveh                                on 2007/05/17  09:19:01
465         Log: Subject: [PATCH] todos for perl 5.12
466              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
467              Date: Thu, 17 May 2007 04:25:19 +0300 (EEST)
468              Message-Id: <200705170125.l4H1PJNi198465@kosh.hut.fi>
469              
470              (plus a fix for 1 unescaped <>)
471      Branch: perl
472            ! pod/perltodo.pod
473 ____________________________________________________________________________
474 [ 31233] By: merijn                                on 2007/05/16  21:32:56
475         Log: Subject: [PATCH] Re: Thread fail/hang on HP-UX 10.20
476              From: "Jerry D. Hedden" <jdhedden@cpan.org>
477              Date: Wed, 16 May 2007 14:18:05 -0400
478              Message-ID: <1ff86f510705161118x55e9d18crdf376ca469f97dc7@mail.gmail.com>
479      Branch: perl
480            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
481            ! ext/threads/shared/t/stress.t
482 ____________________________________________________________________________
483 [ 31232] By: merijn                                on 2007/05/16  17:36:15
484         Log: Subject: [PATCH] Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even with the Configure bits)
485              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
486              Date: Wed, 16 May 2007 05:33:14 +0300 (EEST)
487              Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi>
488      Branch: perl
489            ! Configure Makefile.SH
490 ____________________________________________________________________________
491 [ 31230] By: steveh                                on 2007/05/16  16:41:48
492         Log: DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions
493              are compiled with it, so let's see if we can get away with removing
494              it. Revert this change if it causes black smoke!
495      Branch: perl
496            ! ext/DynaLoader/Makefile.PL
497 ____________________________________________________________________________
498 [ 31229] By: steveh                                on 2007/05/16  08:26:09
499         Log: A more general fix to non-threaded static extension build problems
500              than #31220 was.
501      Branch: perl
502            ! ext/Win32CORE/Makefile.PL lib/ExtUtils/MM_Win32.pm
503 ____________________________________________________________________________
504 [ 31228] By: steveh                                on 2007/05/16  07:32:20
505         Log: Remove comment added by #31218 since the rest of that change was
506              reverted by #31224
507      Branch: perl
508            ! op.h
509 ____________________________________________________________________________
510 [ 31227] By: stevep                                on 2007/05/16  03:39:44
511         Log: Subject: [PATCH] DBM_Filter test: use std test preamble
512              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
513              Date: Wed, 16 May 2007 05:29:17 +0300 (EEST)
514              Message-Id: <200705160229.l4G2THSE421947@kosh.hut.fi>
515      Branch: perl
516            ! lib/DBM_Filter/t/01error.t
517 ____________________________________________________________________________
518 [ 31226] By: craigb                                on 2007/05/16  03:08:51
519         Log: Better suppression of Threads build (probably still needed on 5.8.x)
520      Branch: perl
521            ! configure.com
522 ____________________________________________________________________________
523 [ 31225] By: davem                                 on 2007/05/15  21:51:03
524         Log: change 31200 broke src filters used within an eval
525              eg BEGIN { eval q(use MyFilter) } would ignore the filter
526      Branch: perl
527            ! toke.c
528 ____________________________________________________________________________
529 [ 31224] By: stevep                                on 2007/05/15  18:56:23
530         Log: Move pmop.op_pmflags back to its previous location.  The move in
531              change #31218 was causing segfaults in miniperl on 32-bit
532              environments.
533      Branch: perl
534            ! op.h
535 ____________________________________________________________________________
536 [ 31222] By: stevep                                on 2007/05/15  17:21:30
537         Log: Subject: [PATCH] Math::BigInt v1.87
538              From: Tels <nospam-abuse@bloodgate.com>
539              Date: Sun, 13 May 2007 14:34:11 +0000
540              Message-Id: <200705131434.11992@bloodgate.com>
541              
542              Subject: Re: [PATCH] Math::BigInt v1.87 (take 2)
543              From: Tels <nospam-abuse@bloodgate.com>
544              Date: Mon, 14 May 2007 15:41:36 +0000
545              Message-Id: <200705141541.40678@bloodgate.com>
546              
547              Subject: Re: [PATCH] Math::BigInt v1.87 (take 3)
548              From: Tels <nospam-abuse@bloodgate.com>
549              Date: Tue, 15 May 2007 19:02:54 +0000
550              Message-Id: <200705151902.57372@bloodgate.com>
551      Branch: perl
552            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
553            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
554            ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/config.t
555 ____________________________________________________________________________
556 [ 31221] By: steveh                                on 2007/05/15  15:45:50
557         Log: Subject: [PATCH] Win32CORE.c needed windows.h
558              From: "Jerry D. Hedden" <jdhedden@cpan.org>
559              Date: Tue, 15 May 2007 09:10:00 -0400
560              Message-ID: <1ff86f510705150609l1c178629i97091adbd02b6463@mail.gmail.com>
561              
562              (plus a #define to save windows.h pulling in so much stuff.)
563              
564              Fixes a build error on Cygwin caused by #31214.
565      Branch: perl
566            ! ext/Win32CORE/Win32CORE.c
567 ____________________________________________________________________________
568 [ 31220] By: steveh                                on 2007/05/15  08:19:56
569         Log: Subject: RE: Smoke summary results for maint and current on Win32
570              From: "Jan Dubois" <jand@activestate.com>
571              Date: Mon, 14 May 2007 14:58:19 -0700
572              Message-ID: <013401c79672$fbbdb320$f3391960$@com>
573              
574              Fixes non-threaded builds on Win32 (which had warnings with VC and
575              errors with GCC) by compiling the statically linked extension
576              Win32CORE with -DPERLDLL.
577              
578              The same fix should be applied more generally to all statically
579              linked extensions so a further change may be forthcoming, but this
580              at least gets the standard non-threaded build working again.
581      Branch: perl
582            ! ext/Win32CORE/Makefile.PL
583 ____________________________________________________________________________
584 [ 31219] By: steveh                                on 2007/05/15  08:15:32
585         Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called
586              From: "Jan Dubois" <jand@activestate.com>
587              Date: Mon, 14 May 2007 15:18:22 -0700
588              Message-ID: <014e01c79675$c8bfc6e0$5a3f54a0$@com>
589              
590              Improved test: make sure that Win32 isn't already loaded when you call
591              Win32::GetLastError()
592      Branch: perl
593            ! ext/Win32CORE/t/win32core.t
594 ____________________________________________________________________________
595 [ 31218] By: nicholas                              on 2007/05/15  07:36:57
596         Log: BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and cop
597              to put a 32 bit member first elimiates structure padding on LP64.
598      Branch: perl
599            ! cop.h op.h
600 ____________________________________________________________________________
601 [ 31217] By: nicholas                              on 2007/05/14  22:32:16
602         Log: PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume that
603              its int needs a friend under LP64.
604              gcc -Wpaddedspotted padding I'd missed in thrdvar.h
605      Branch: perl
606            ! intrpvar.h thrdvar.h
607 ____________________________________________________________________________
608 [ 31216] By: nicholas                              on 2007/05/14  22:16:04
609         Log: Subject: [PATCH] threads::shared 1.11
610              From: "Jerry D. Hedden" <jdhedden@cpan.org>
611              Message-ID: <1ff86f510705140517n1c140d96nca36667bcbbc27f@mail.gmail.com>
612              Date: Mon, 14 May 2007 08:17:51 -0400
613      Branch: perl
614            ! ext/threads/shared/Changes ext/threads/shared/README
615            ! ext/threads/shared/shared.pm
616 ____________________________________________________________________________
617 [ 31215] By: steveh                                on 2007/05/14  16:56:22
618         Log: Test for [perl #42925], which was fixed by #31214
619      Branch: perl
620            ! ext/Win32CORE/t/win32core.t
621 ____________________________________________________________________________
622 [ 31214] By: steveh                                on 2007/05/14  16:54:30
623         Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called 
624              From: "Jan Dubois" <jand@activestate.com>
625              Date: Fri, 11 May 2007 16:55:17 -0700
626              Message-ID: <02bd01c79427$d36140b0$7a23c210$@com>
627      Branch: perl
628            ! ext/Win32CORE/Win32CORE.c
629 ____________________________________________________________________________
630 [ 31213] By: steveh                                on 2007/05/14  16:22:04
631         Log: Older versions of windres interpret "-I" as the input format,
632              so use the long option name "--include-dir" instead.
633      Branch: perl
634            ! win32/makefile.mk
635 ____________________________________________________________________________
636 [ 31212] By: stevep                                on 2007/05/13  16:47:40
637         Log: Upgrade to Encode-2.21
638      Branch: perl
639            + ext/Encode/lib/Encode/MIME/Name.pm ext/Encode/t/mime-name.t
640            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Encode.xs
641            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
642            ! ext/Encode/lib/Encode/Encoding.pm
643 ____________________________________________________________________________
644 [ 31211] By: stevep                                on 2007/05/13  16:35:02
645         Log: Subject: [PATCH] Restore Windows NT support
646              From: "Jan Dubois" <jand@activestate.com>
647              Date: Fri, 11 May 2007 18:25:39 -0700
648              Message-ID: <02d101c79434$743be100$5cb3a300$@com>
649      Branch: perl
650            ! win32/perllib.c win32/vdir.h win32/win32.c
651 ____________________________________________________________________________
652 [ 31209] By: davem                                 on 2007/05/13  01:17:42
653         Log: fix some (mostly MAD) compiler warnings
654      Branch: perl
655            ! perly.act perly.tab perly.y toke.c
656 ____________________________________________________________________________
657 [ 31208] By: davem                                 on 2007/05/12  22:44:02
658         Log: Give the 'local' declarator a new key, such that 'local our'
659              declaration don't have multiple 'd' keys.
660              
661              Subject:  [PATCH] mad: different key for the locale declarator
662              From:  Gerard Goossen <gerard@tty.nl>
663              Date:    Tue May 8 17:42:45 2007 +0200
664              Message-Id:  <20070508171125.GI17043@ostwald>
665      Branch: perl
666            ! mad/Nomad.pm op.h perly.act perly.y
667 ____________________________________________________________________________
668 [ 31207] By: davem                                 on 2007/05/12  22:43:01
669         Log: move the logic of combining '_' and '#' with the previous logic
670              from Nomad.pm to dump.c. So they are already combined in the XML
671              dump.
672              
673              Subject:  [PATCH] mad: combine whitespace keys '_' '#' in dump.c instead of Nomad.pm
674              From:  Gerard Goossen <gerard@tty.nl>
675              Date:    Sun Mar 25 13:36:31 2007 +0200
676              Message-Id:  <20070508170341.GH17043@ostwald>
677      Branch: perl
678            ! dump.c mad/Nomad.pm
679 ____________________________________________________________________________
680 [ 31206] By: davem                                 on 2007/05/12  22:42:09
681         Log: Subject:  [PATCH] Disable slurping assigned of split when PL_madskills
682              From:  Gerard Goossen <gerard@tty.nl>
683              Date:    Tue May 8 15:15:09 2007 +0200
684              Message-Id:  <20070508164400.GA15860@ostwald>
685      Branch: perl
686            ! mad/Nomad.pm op.c op.h
687 ____________________________________________________________________________
688 [ 31205] By: davem                                 on 2007/05/12  22:41:17
689         Log: Subject:  [PATCH] Disable !a&&b, !b||a optimalization when PL_madskills
690              From:  Gerard Goossen <gerard@tty.nl>
691              Date:    Tue May 8 16:09:17 2007 +0200
692              Message-Id:  <20070508164556.GB15860@ostwald>
693      Branch: perl
694            ! op.c
695 ____________________________________________________________________________
696 [ 31204] By: davem                                 on 2007/05/12  22:40:05
697         Log: Disable operator target setting for 'my' variables (OPpTARGET_MY)
698              when madskills is active. Remove the p55 code required for dealing
699              with the optimized tree.
700              
701              Subject:  [PATCH] disable operator with target my when madskills enabled
702              From:  Gerard Goossen <gerard@tty.nl>
703              Date:    Thu Apr 19 15:31:27 2007 +0200
704              Message-Id:  <20070419133822.GG19244@ostwald>
705              
706              also:
707              
708              Remove the just remove madprop 'M' doc
709              
710              Message-ID: <20070419134549.GH19244@ostwald>
711      Branch: perl
712            ! mad/Nomad.pm op.c op.h
713 ____________________________________________________________________________
714 [ 31203] By: davem                                 on 2007/05/12  22:17:40
715         Log: move PL_in_my and PL_in_my_stash into the PL_parser struct
716      Branch: perl
717            ! embedvar.h intrpvar.h op.c pad.c parser.h perlapi.h perly.act
718            ! perly.y sv.c toke.c utf8.c
719 ____________________________________________________________________________
720 [ 31202] By: davem                                 on 2007/05/12  20:06:41
721         Log: eliminate a stray PL_lex_state
722      Branch: perl
723            ! toke.c
724 ____________________________________________________________________________
725 [ 31201] By: davem                                 on 2007/05/12  19:51:37
726         Log: save old PL_curcop value in parser struct
727      Branch: perl
728            ! parser.h toke.c
729 ____________________________________________________________________________
730 [ 31200] By: davem                                 on 2007/05/12  19:21:02
731         Log: move PL_rsfp_filters into the parser struct
732      Branch: perl
733            ! embed.fnc embed.h embedvar.h
734            ! ext/Devel/PPPort/parts/inc/variables
735            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
736            ! intrpvar.h op.c parser.h perl.c perl.h perlapi.h perly.act
737            ! perly.tab perly.y pp_ctl.c proto.h sv.c toke.c
738 ____________________________________________________________________________
739 [ 31199] By: davem                                 on 2007/05/11  23:22:24
740         Log: move PL_rsfp into the PL_parser struct
741              and simplify its creation and destruction
742      Branch: perl
743            ! embed.fnc embed.h embedvar.h
744            ! ext/Devel/PPPort/parts/inc/variables intrpvar.h op.c parser.h
745            ! perl.c perlapi.h pp_ctl.c proto.h sv.c toke.c
746 ____________________________________________________________________________
747 [ 31198] By: nicholas                              on 2007/05/10  22:32:57
748         Log: Work around to get Unicode tests passing.
749      Branch: perl
750            ! ext/Unicode/Normalize/mkheader
751 ____________________________________________________________________________
752 [ 31197] By: stevep                                on 2007/05/10  20:34:21
753         Log: Fix Pod nit in perlfunc
754      Branch: perl
755            ! pod/perlfunc.pod
756 ____________________________________________________________________________
757 [ 31196] By: rgs                                   on 2007/05/10  14:49:37
758         Log: Update the *::Compress::* modules maintainers information
759      Branch: perl
760            ! Porting/Maintainers.pl
761 ____________________________________________________________________________
762 [ 31195] By: rgs                                   on 2007/05/10  13:12:38
763         Log: Replace a call to utf8::encode by a pack/unpack combination,
764              so that code runs under 5.6 too
765      Branch: perl
766            ! lib/CGI/Util.pm
767 ____________________________________________________________________________
768 [ 31194] By: rgs                                   on 2007/05/10  12:41:08
769         Log: Subject: Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
770              From: Marc Lehmann <schmorp@schmorp.de>
771              Date: Thu, 12 Apr 2007 08:41:53 +0200
772              Message-ID: <20070412064153.GA22475@schmorp.de>
773      Branch: perl
774            ! ext/Encode/t/encoding.t ext/Storable/t/utf8hash.t
775            ! ext/Unicode/Normalize/t/short.t lib/CGI/Util.pm
776            ! pod/perlfunc.pod pp_pack.c t/op/chr.t t/op/pack.t
777            ! t/op/utftaint.t
778 ____________________________________________________________________________
779 [ 31193] By: rgs                                   on 2007/05/10  10:39:13
780         Log: New data for Unicode on older versions, thanks to Nicholas
781              and Dave Rolsky
782      Branch: perl
783            ! lib/Module/CoreList.pm
784 ____________________________________________________________________________
785 [ 31192] By: rgs                                   on 2007/05/10  10:18:32
786         Log: first_release() now returns the first release in the order of
787              perl version numbers. Add a new method first_release_by_date()
788              to keep the old behaviour available. Suggested by Michael G Schwern.
789      Branch: perl
790            ! lib/Module/CoreList.pm lib/Module/CoreList/t/corelist.t
791 ____________________________________________________________________________
792 [ 31191] By: rgs                                   on 2007/05/10  08:50:44
793         Log: Subject: [PATCH] Fix bignum-0.21
794              From: "Jerry D. Hedden" <jdhedden@cpan.org>
795              Date: Wed, 9 May 2007 21:05:52 -0400
796              Message-ID: <1ff86f510705091805n37c4137u16a35ca27810979f@mail.gmail.com>
797      Branch: perl
798            ! lib/bignum.pm lib/bignum/t/option_l.t
799 ____________________________________________________________________________
800 [ 31190] By: rgs                                   on 2007/05/10  08:39:04
801         Log: Small fix to a previous patch on magic $<digit> variables.
802              
803              Subject: [PATCH]
804              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
805              Date: Thu, 10 May 2007 02:24:48 +0000
806              Message-ID: <51dd1af80705091924q77c2ca23n30359779b96ab909@mail.gmail.com>
807      Branch: perl
808            ! mg.c
809 ____________________________________________________________________________
810 [ 31189] By: rgs                                   on 2007/05/10  08:27:35
811         Log: Regarding precedence, filetest operators are the same than
812              unary operators, but not regarding parsing and parentheses
813              (see toke.c). Spotted by Eirik Berg Hanssen.
814      Branch: perl
815            ! pod/perlfunc.pod
816 ____________________________________________________________________________
817 [ 31188] By: steveh                                on 2007/05/10  08:09:18
818         Log: Subject: Re: [perl #42869] Problem killing a pseudo-forked child on Win32
819              From: Dave Mitchell <davem@iabyn.com>
820              Date: Thu, 3 May 2007 22:39:23 +0100
821              Message-ID: <20070503213923.GH24804@iabyn.com>
822              
823              Fixes the failure to kill a pseudo-forked child on Win32 described in
824              [perl #42869], but the "Free to wrong pool" error remains
825      Branch: perl
826            ! win32/win32.c
827 ____________________________________________________________________________
828 [ 31187] By: merijn                                on 2007/05/09  22:09:24
829         Log: Subject: [PATCH] Syntax error in Configure in blead
830              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
831              Date: Wed, 9 May 2007 20:30:04 +0000
832              Message-ID: <51dd1af80705091330h1bb9b508g2154b03868b71d07@mail.gmail.com>
833      Branch: perl
834            ! Configure
835 ____________________________________________________________________________
836 [ 31185] By: rgs                                   on 2007/05/09  17:20:35
837         Log: Subject: [PATCH] Remove unused parms in S_isa_lookup
838              From: Andy Lester <andy@petdance.com>
839              Date: Wed, 9 May 2007 11:49:13 -0500
840              Message-Id: <1CBA316A-EC1D-4E8F-8DEE-35322F390358@petdance.com>
841      Branch: perl
842            ! embed.fnc embed.h proto.h universal.c
843 ____________________________________________________________________________
844 [ 31184] By: stevep                                on 2007/05/09  17:19:10
845         Log: Partial reversion of bignum-0.21 to get tests to pass again.
846      Branch: perl
847            ! lib/bignum.pm lib/bignum/t/option_l.t
848 ____________________________________________________________________________
849 [ 31183] By: merijn                                on 2007/05/09  16:54:21
850         Log: Typing is for secretaries
851      Branch: perl
852            ! Configure
853 ____________________________________________________________________________
854 [ 31181] By: merijn                                on 2007/05/09  16:41:01
855         Log: Better help ; regen after backport #31114 ; RT#42886 ' in uname
856      Branch: perl
857            ! Configure
858 ____________________________________________________________________________
859 [ 31178] By: rgs                                   on 2007/05/09  15:56:57
860         Log: Bump the version of Module::CoreList and add docs
861              for the Unicode module name, that Merijn just added
862      Branch: perl
863            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
864 ____________________________________________________________________________
865 [ 31177] By: merijn                                on 2007/05/09  15:39:40
866         Log: Added all traceable Unicode versions
867      Branch: perl
868            ! lib/Module/CoreList.pm
869 ____________________________________________________________________________
870 [ 31176] By: merijn                                on 2007/05/09  14:17:57
871         Log: 1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/ext
872      Branch: perl
873            ! Porting/corelist.pl
874 ____________________________________________________________________________
875 [ 31175] By: rgs                                   on 2007/05/09  07:57:50
876         Log: Add examples for h2xs -X, by Andy Armstrong
877      Branch: perl
878            ! utils/h2xs.PL
879 ____________________________________________________________________________
880 [ 31174] By: rgs                                   on 2007/05/09  07:53:47
881         Log: Subject: Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalar
882              From: "Brandon Black" <blblack@gmail.com>
883              Date: Tue, 8 May 2007 15:15:29 -0500
884              Message-ID: <84621a60705081315hca3885duc14b8c3e44080853@mail.gmail.com>
885      Branch: perl
886            ! mro.c t/mro/recursion_c3.t
887 ____________________________________________________________________________
888 [ 31173] By: rgs                                   on 2007/05/08  22:19:21
889         Log: Reapply patch 31028, that wasn't integrated in CPANPLUS
890      Branch: perl
891            ! lib/CPANPLUS/t/inc/conf.pl
892 ____________________________________________________________________________
893 [ 31172] By: stevep                                on 2007/05/08  16:40:51
894         Log: Upgrade to Math-BigInt-FastCalc-0.14
895      Branch: perl
896            ! ext/Math/BigInt/FastCalc/FastCalc.pm
897            ! ext/Math/BigInt/FastCalc/Makefile.PL
898            ! ext/Math/BigInt/FastCalc/t/bigintfc.t
899 ____________________________________________________________________________
900 [ 31171] By: stevep                                on 2007/05/08  16:34:36
901         Log: Upgrade to Module-Build-0.2808
902      Branch: perl
903            + lib/Module/Build/t/help.t lib/Module/Build/t/par.t
904            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
905            ! lib/Module/Build/Base.pm lib/Module/Build/Compat.pm
906            ! lib/Module/Build/Notes.pm lib/Module/Build/t/basic.t
907            ! lib/Module/Build/t/tilde.t lib/Module/Build/t/xs.t
908 ____________________________________________________________________________
909 [ 31170] By: stevep                                on 2007/05/08  15:09:20
910         Log: Upgrade to CGI.pm-3.29
911      Branch: perl
912            ! lib/CGI.pm lib/CGI/Changes
913 ____________________________________________________________________________
914 [ 31169] By: stevep                                on 2007/05/08  14:36:47
915         Log: Upgrage to bignum-0.21 and Math-BigRat-0.19
916      Branch: perl
917            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
918            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/option_l.t
919            ! lib/bigrat.pm
920 ____________________________________________________________________________
921 [ 31168] By: rgs                                   on 2007/05/08  12:38:04
922         Log: Subject: [PATCH] Update CPANPLUS to 0.79_02
923              From: "Jos I. Boumans" <kane@dwim.org>
924              Date: Tue, 8 May 2007 14:05:34 +0200
925              Message-Id: <D216B250-B8FA-488E-839B-27A187BAF04C@dwim.org>
926      Branch: perl
927            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
928            ! lib/CPANPLUS/Dist/Base.pm lib/CPANPLUS/Dist/MM.pm
929            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
930            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
931            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
932            ! r-0.01.tar.gz.packed
933            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
934            ! tar.gz.packed
935            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
936            ! tar.gz.packed
937            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
938            ! r.gz.packed
939            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
940            ! tar.gz.packed
941            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
942            ! r.gz.packed
943            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
944            ! cked
945            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
946            ! lib/CPANPLUS/t/inc/conf.pl
947 ____________________________________________________________________________
948 [ 31167] By: rgs                                   on 2007/05/08  12:32:15
949         Log: Subject: [PATCH] more consting
950              From: andy@petdance.com (Andy Lester)
951              Date: Mon, 7 May 2007 11:34:16 -0500
952              Message-ID: <20070507163416.GA6187@petdance.com>
953      Branch: perl
954            ! hv.c mg.c mro.c sv.c
955 ____________________________________________________________________________
956 [ 31166] By: rgs                                   on 2007/05/07  15:39:49
957         Log: Subject: Sync Tie::RefHash with CPAN (1.37)
958              From: Yuval Kogman <nothingmuch@woobling.org>
959              Date: Mon, 7 May 2007 18:35:08 +0300
960              Message-ID: <20070507153508.GZ17982@woobling.org>
961      Branch: perl
962            ! lib/Tie/RefHash.pm lib/Tie/RefHash/threaded.t
963 ____________________________________________________________________________
964 [ 31165] By: nicholas                              on 2007/05/07  15:35:56
965         Log: bytecode.pl:        Exterminate!
966              ext/B/B/Asmdata.pm: Exterminate!
967      Branch: perl
968            - bytecode.pl ext/B/B/Asmdata.pm
969            ! MANIFEST regen.pl vms/descrip_mms.template
970 ____________________________________________________________________________
971 [ 31164] By: nicholas                              on 2007/05/07  14:53:05
972         Log: Given that @optype and @specialsv_name are hard coded tables, it seems
973              more logical for them to be in B.pm, rather than in the "boilerplate"
974              for the machine generated B/Asmdata.pm
975      Branch: perl
976            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Debug.pm
977            ! ext/B/B/Terse.pm
978 ____________________________________________________________________________
979 [ 31163] By: rgs                                   on 2007/05/07  13:38:24
980         Log: Fix [perl #42163] "use base" masks $SIG{__DIE__}
981              adapted from a patch by Michael G Schwern
982      Branch: perl
983            ! lib/base.pm
984 ____________________________________________________________________________
985 [ 31159] By: rgs                                   on 2007/05/07  09:47:00
986         Log: Upgrade to Math::BigInt 1.86
987      Branch: perl
988            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
989            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
990            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
991            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
992            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
993            ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/bigroot.t
994            ! lib/Math/BigInt/t/lib_load.t lib/Math/BigInt/t/mbi_rand.t
995            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
996            ! lib/Math/BigInt/t/with_sub.t
997 ____________________________________________________________________________
998 [ 31158] By: craigb                                on 2007/05/05  23:53:58
999         Log: Archive::Extract test tries to do the logically impossible.
1000      Branch: perl
1001            ! lib/Archive/Extract/t/01_Archive-Extract.t
1002 ____________________________________________________________________________
1003 [ 31157] By: craigb                                on 2007/05/05  23:44:01
1004         Log: Make ppptools.pl allow a trailing dot in filenames for VMS.
1005      Branch: perl
1006            ! ext/Devel/PPPort/parts/ppptools.pl
1007 ____________________________________________________________________________
1008 [ 31156] By: craigb                                on 2007/05/05  23:42:42
1009         Log: Some filename dot and extension help for Module::Build on VMS.
1010      Branch: perl
1011            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
1012 ____________________________________________________________________________
1013 [ 31154] By: davem                                 on 2007/05/05  17:38:12
1014         Log: move PL_lex_state into the PL_parser struct
1015      Branch: perl
1016            ! embedvar.h intrpvar.h mg.c op.c parser.h perl.c perlapi.h
1017            ! pp_ctl.c sv.c toke.c
1018 ____________________________________________________________________________
1019 [ 31153] By: nicholas                              on 2007/05/05  17:35:22
1020         Log: Tweak change 30841 so that B works on maint too.
1021      Branch: perl
1022            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/t/concise-xs.t
1023 ____________________________________________________________________________
1024 [ 31152] By: nicholas                              on 2007/05/05  13:26:28
1025         Log: Shuffling PL_gensym saves 8 bytes on LP64 systems.
1026      Branch: perl
1027            ! intrpvar.h
1028 ____________________________________________________________________________
1029 [ 31148] By: davem                                 on 2007/05/05  00:49:51
1030         Log: migrate more variables to PL_parser struct:
1031              PL_nexttoke PL_curforce PL_nextval PL_nexttype
1032      Branch: perl
1033            ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c
1034 ____________________________________________________________________________
1035 [ 31147] By: davem                                 on 2007/05/04  22:18:42
1036         Log: move some more variables into the PL_parser struct:
1037              PL_bufptr PL_oldbufptr PL_oldoldbufptr
1038              PL_linestart PL_bufend
1039              PL_last_uni PL_last_lop PL_last_lop_op
1040      Branch: perl
1041            ! embedvar.h intrpvar.h op.c parser.h perl.h perlapi.h sv.c
1042            ! toke.c
1043 ____________________________________________________________________________
1044 [ 31142] By: rgs                                   on 2007/05/04  15:33:22
1045         Log: Add a few manpages to Maintainers.pl
1046      Branch: perl
1047            ! Porting/Maintainers.pl
1048 ____________________________________________________________________________
1049 [ 31141] By: rgs                                   on 2007/05/04  14:45:09
1050         Log: Add CPANPLUS to Maintainers.pl
1051      Branch: perl
1052            ! Porting/Maintainers.pl
1053 ____________________________________________________________________________
1054 [ 31140] By: rgs                                   on 2007/05/04  14:33:07
1055         Log: Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
1056              From: "Jos I. Boumans" <kane@dwim.org>
1057              Date: Fri, 4 May 2007 14:41:39 +0200
1058              Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
1059      Branch: perl
1060            + lib/CPANPLUS/Dist/Build.pm
1061            + lib/CPANPLUS/Dist/Build/Constants.pm
1062            + lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
1063            + lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
1064            + lib/CPANPLUS/Dist/Build/t/inc/conf.pl
1065            + lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
1066            + lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
1067            ! MANIFEST
1068 ____________________________________________________________________________
1069 [ 31139] By: rgs                                   on 2007/05/04  14:17:54
1070         Log: A patch from ExtUtils::CBuilder::Base from :
1071              
1072              Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
1073              From: "Jos I. Boumans" <kane@dwim.org>
1074              Date: Fri, 4 May 2007 14:41:39 +0200
1075              Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
1076      Branch: perl
1077            ! lib/ExtUtils/CBuilder/Base.pm
1078 ____________________________________________________________________________
1079 [ 31138] By: rgs                                   on 2007/05/04  14:02:26
1080         Log: Subject: [perl #42844] careless use of gethostbyname() in Socket.xs 
1081              From: kan@dcit.cz (via RT) <perlbug-followup@perl.org>
1082              Date: Tue, 01 May 2007 09:17:22 -0700
1083              Message-ID: <rt-3.6.HEAD-6655-1178036242-364.42844-75-0@perl.org>
1084      Branch: perl
1085            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
1086 ____________________________________________________________________________
1087 [ 31137] By: rgs                                   on 2007/05/04  13:21:53
1088         Log: Subject: [PATCH] Documentation fixes for EGID/GID confusion
1089              From: David Leadbeater <dgl@dgl.cx>
1090              Date: Thu, 3 May 2007 18:27:13 +0100
1091              Message-ID: <20070503172713.GA23180@sirius.otherwize.co.uk>
1092      Branch: perl
1093            ! ext/POSIX/POSIX.pod pod/perlvar.pod
1094 ____________________________________________________________________________
1095 [ 31136] By: davem                                 on 2007/05/04  09:18:05
1096         Log: toke.c changes missed from change #31134
1097      Branch: perl
1098            ! toke.c
1099 ____________________________________________________________________________
1100 [ 31135] By: davem                                 on 2007/05/04  00:57:20
1101         Log: eliminate PL_bufend from util.c (missed from #30820)
1102      Branch: perl
1103            ! util.c
1104 ____________________________________________________________________________
1105 [ 31134] By: davem                                 on 2007/05/04  00:41:51
1106         Log: move PL_expect and PL_copline into the PL_parser structure
1107      Branch: perl
1108            ! embedvar.h ext/Devel/PPPort/parts/inc/variables intrpvar.h
1109            ! op.c parser.h perlapi.h perly.act perly.y sv.c
1110 ____________________________________________________________________________
1111 [ 31132] By: steveh                                on 2007/05/03  17:17:01
1112         Log: Fix breakages caused by #31130:
1113              report_uninit was not exported on Win32 and
1114              my_reg_numbered_buff_length had wrong prototype
1115      Branch: perl
1116            ! embed.fnc embed.h ext/re/re.xs global.sym proto.h
1117 ____________________________________________________________________________
1118 [ 31131] By: steveh                                on 2007/05/03  16:41:29
1119         Log: Silence some VC6 compiler warnings in the regex code
1120      Branch: perl
1121            ! embed.fnc ext/re/re.xs proto.h regcomp.c
1122 ____________________________________________________________________________
1123 [ 31130] By: rgs                                   on 2007/05/03  16:04:13
1124         Log: Subject: [PATCH] FETCH/STORE/LENGTH callbacks for numbered capture variables
1125              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
1126              Date: Tue, 1 May 2007 23:58:44 +0000
1127              Message-ID: <51dd1af80705011658g1156e14cw4d2b21a8d772ed41@mail.gmail.com>
1128      Branch: perl
1129            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym gv.c
1130            ! mg.c perl.h pod/perlreapi.pod proto.h regcomp.c regcomp.h
1131            ! regexp.h t/op/tr.t universal.c
1132 ____________________________________________________________________________
1133 [ 31127] By: nicholas                              on 2007/05/03  14:45:32
1134         Log: Move PL_delayedisa into a better spot in the interpreter structure.
1135      Branch: perl
1136            ! thrdvar.h
1137 ____________________________________________________________________________
1138 [ 31126] By: rgs                                   on 2007/05/03  14:30:49
1139         Log: Subject: [PATCH] Add John Peacock as maintainer of version.pm
1140              From: Gerard Goossen <gerard@tty.nl>
1141              Date: Thu, 3 May 2007 16:23:58 +0200
1142              Message-ID: <20070503142358.GE27210@ostwald>
1143      Branch: perl
1144            ! Porting/Maintainers.pl
1145 ____________________________________________________________________________
1146 [ 31125] By: nicholas                              on 2007/05/03  14:23:14
1147         Log: Initialise PL_delayedisa on thread clone.
1148      Branch: perl
1149            ! sv.c
1150 ____________________________________________________________________________
1151 [ 31124] By: rgs                                   on 2007/05/03  13:35:18
1152         Log: Subject: [PATCH lib/ExtUtils/t/MM_Unix.t]  Fix warning.
1153              From: Abigail <abigail@abigail.be>
1154              Date: Tue, 24 Apr 2007 00:37:15 +0200
1155              Message-ID: <20070423223715.GB544@abigail.nl>
1156      Branch: perl
1157            ! lib/ExtUtils/t/MM_Unix.t
1158 ____________________________________________________________________________
1159 [ 31123] By: rgs                                   on 2007/05/03  09:30:08
1160         Log: Subject: The revenge of the consts
1161              From: andy@petdance.com (Andy Lester)
1162              Date: Thu, 3 May 2007 00:45:54 -0500
1163              Message-ID: <20070503054554.GA30975@petdance.com>
1164      Branch: perl
1165            ! av.c embed.fnc numeric.c proto.h regcomp.c
1166 ____________________________________________________________________________
1167 [ 31122] By: rgs                                   on 2007/05/03  09:24:47
1168         Log: Subject: Re: mro status, etc
1169              From: "Brandon Black" <blblack@gmail.com>
1170              Date: Mon, 30 Apr 2007 16:45:54 -0500
1171              Message-ID: <84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com>
1172      Branch: perl
1173            ! embedvar.h lib/mro.pm mg.c perlapi.h pp_hot.c
1174            ! t/mro/recursion_c3.t t/mro/recursion_dfs.t thrdvar.h
1175 ____________________________________________________________________________
1176 [ 31121] By: steveh                                on 2007/05/03  07:51:17
1177         Log: Fix a CPANPLUS test that fails when run on a read-only source tree
1178              (such as a p4 client repository)
1179      Branch: perl
1180            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Source.pm
1181 ____________________________________________________________________________
1182 [ 31120] By: nicholas                              on 2007/05/02  16:26:24
1183         Log: Get PERL_OLD_COPY_ON_WRITE passing all tests, apart from
1184              ext/Compress/Raw/Zlib/t/07bufsize.t
1185              which still puzzles me.
1186      Branch: perl
1187            ! regcomp.c
1188 ____________________________________________________________________________
1189 [ 31119] By: rgs                                   on 2007/05/02  15:32:38
1190         Log: Subject: [perl #42839] Swatch hash cache has key mismatch 
1191              From: Jonathan Steinert (via RT) <perlbug-followup@perl.org>
1192              Date: Tue, 01 May 2007 05:18:52 -0700
1193              Message-ID: <rt-3.6.HEAD-30557-1178021932-1416.42839-75-0@perl.org>
1194      Branch: perl
1195            + t/uni/cache.t
1196            ! MANIFEST lib/utf8_heavy.pl
1197 ____________________________________________________________________________
1198 [ 31118] By: rgs                                   on 2007/05/02  14:28:45
1199         Log: Subject: [PATCH] tweak some regexp params to avoid warnings
1200              From: demerphq <demerphq@gmail.com>
1201              Date: Tue, 1 May 2007 23:46:40 +0200
1202              Message-ID: <9b18b3110705011446h2113221cndf70af928d72505@mail.gmail.com>
1203      Branch: perl
1204            ! embed.fnc perl.h proto.h regexec.c regexp.h
1205 ____________________________________________________________________________
1206 [ 31117] By: rgs                                   on 2007/05/02  12:42:04
1207         Log: Upgrade to XSLoader 0.08
1208      Branch: perl
1209            ! ext/DynaLoader/XSLoader_pm.PL
1210 ____________________________________________________________________________
1211 [ 31116] By: rgs                                   on 2007/05/02  12:17:22
1212         Log: Subject: [PATCH] When FETCHSIZE returns <0 perl segfaults
1213              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
1214              Date: Tue, 1 May 2007 21:06:47 +0000
1215              Message-ID: <51dd1af80705011406j7897772bm58e9c770183ef3ed@mail.gmail.com>
1216      Branch: perl
1217            ! mg.c pod/perldiag.pod t/op/tiearray.t
1218 ____________________________________________________________________________
1219 [ 31115] By: steveh                                on 2007/05/02  11:22:19
1220         Log: Fix threaded builds (broken by change #31112)
1221      Branch: perl
1222            ! embed.fnc embed.h proto.h util.c
1223 ____________________________________________________________________________
1224 [ 31114] By: steveh                                on 2007/05/02  08:43:08
1225         Log: Subject: [PATCH-revised] Remove ext/Thread
1226              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1227              Date: Mon, 30 Apr 2007 17:06:28 -0400
1228              Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com>
1229      Branch: perl
1230            - ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/Queue.pmx
1231            - ext/Thread/README ext/Thread/README.threads
1232            - ext/Thread/Semaphore.pmx ext/Thread/Thread.xs
1233            - ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
1234            - ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
1235            - ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
1236            - ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
1237            - ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
1238            - ext/Thread/unsync.tx ext/Thread/unsync2.tx
1239            - ext/Thread/unsync3.tx ext/Thread/unsync4.tx
1240            ! Configure Cross/config.sh-arm-linux INSTALL MANIFEST
1241            ! NetWare/Makefile NetWare/config.wc Porting/config.sh
1242            ! hints/vmesa.sh lib/Carp/Heavy.pm perl.h plan9/config_sh.sample
1243            ! pod/perlmodlib.pod pod/perlothrtut.pod pod/perlthrtut.pod
1244            ! toke.c win32/Makefile win32/Makefile.ce
1245            ! win32/ce-helpers/cecopy-lib.pl win32/config.bc win32/config.ce
1246            ! win32/config.gc win32/config.vc win32/config.vc64
1247            ! win32/config_sh.PL win32/makefile.mk
1248 ____________________________________________________________________________
1249 [ 31113] By: stevep                                on 2007/05/01  18:20:02
1250         Log: Fixing a Perl_my_dirfd() related test failure.
1251      Branch: perl
1252            ! t/op/chdir.t
1253 ____________________________________________________________________________
1254 [ 31112] By: stevep                                on 2007/05/01  15:32:15
1255         Log: Add Perl_my_dirfd() to util.c
1256      Branch: perl
1257            ! doio.c embed.fnc embed.h global.sym handy.h pp_sys.c proto.h
1258            ! t/op/stat.t util.c
1259 ____________________________________________________________________________
1260 [ 31111] By: rgs                                   on 2007/05/01  11:50:36
1261         Log: Subject: Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
1262              From: demerphq <demerphq@gmail.com>
1263              Date: Tue, 1 May 2007 12:35:37 +0200
1264              Message-ID: <9b18b3110705010335w1924941ep3eb925a3ed597604@mail.gmail.com>
1265      Branch: perl
1266            ! regcomp.c
1267 ____________________________________________________________________________
1268 [ 31110] By: rgs                                   on 2007/04/30  15:34:29
1269         Log: Two new manpages, by Abigail
1270      Branch: perl
1271            + pod/perlrebackslash.pod pod/perlrecharclass.pod
1272            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
1273            ! win32/pod.mak
1274 ____________________________________________________________________________
1275 [ 31109] By: rgs                                   on 2007/04/30  12:21:50
1276         Log: Signedness nit, found by Jarkko
1277      Branch: perl
1278            ! regexec.c
1279 ____________________________________________________________________________
1280 [ 31108] By: rgs                                   on 2007/04/30  10:18:15
1281         Log: Subject: [PATCH] make mad/PLXML.pm use strict
1282              From: Gerard Goossen <gerard@tty.nl>
1283              Date: Thu, 19 Apr 2007 14:56:13 +0200
1284              Message-ID: <20070419125613.GF19244@ostwald>
1285      Branch: perl
1286            ! mad/PLXML.pm
1287 ____________________________________________________________________________
1288 [ 31107] By: rgs                                   on 2007/04/30  09:22:58
1289         Log: Subject: Re: mro status, etc
1290              From: "Brandon Black" <blblack@gmail.com>
1291              Date: Sun, 29 Apr 2007 17:27:03 -0500
1292              Message-ID: <84621a60704291527y1b39be37l221ef66e4c828f66@mail.gmail.com>
1293      Branch: perl
1294            ! embedvar.h gv.c hv.c hv.h intrpvar.h lib/mro.pm mg.c mro.c
1295            ! op.c perl.c perlapi.h pod/perlapi.pod pod/perlboot.pod
1296            ! pod/perlobj.pod pod/perltoot.pod pp.c pp_hot.c scope.c sv.c
1297            ! t/mro/method_caching.t universal.c
1298 ____________________________________________________________________________
1299 [ 31106] By: rgs                                   on 2007/04/30  08:42:44
1300         Log: Subject: Re: [PATCH] Cleanup of the regexp API
1301              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
1302              Date: Fri, 27 Apr 2007 02:22:25 +0000
1303              Message-ID: <51dd1af80704261922j3db0615wa86ccc4cb65b2713@mail.gmail.com>
1304      Branch: perl
1305            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
1306            ! perl.h pod/perlreapi.pod pp_hot.c proto.h regcomp.c regcomp.h
1307            ! regexec.c regexp.h
1308 ____________________________________________________________________________
1309 [ 31105] By: craigb                                on 2007/04/28  16:06:01
1310         Log: VMS-specific tweak to FindBin for when $0 returns a unix-style filespec.
1311      Branch: perl
1312            ! lib/FindBin.pm
1313 ____________________________________________________________________________
1314 [ 31104] By: craigb                                on 2007/04/28  14:28:00
1315         Log: Don't try to build old Thread extension on VMS when -Duseithreads
1316              has been chosen.
1317      Branch: perl
1318            ! configure.com
1319 ____________________________________________________________________________
1320 [ 31103] By: steveh                                on 2007/04/27  17:12:05
1321         Log: Do the same as #31095 for Win32
1322      Branch: perl
1323            ! win32/FindExt.pm
1324 ____________________________________________________________________________
1325 [ 31102] By: rgs                                   on 2007/04/27  14:19:15
1326         Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
1327              From: demerphq <demerphq@gmail.com>
1328              Date: Fri, 27 Apr 2007 16:09:56 +0200
1329              Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com>
1330      Branch: perl
1331            ! Porting/regcharclass.pl regcharclass.h regcomp.c regexec.c
1332            ! t/op/pat.t win32/Makefile
1333 ____________________________________________________________________________
1334 [ 31101] By: rgs                                   on 2007/04/27  13:10:06
1335         Log: Reindent bash functions properly
1336      Branch: perl
1337            ! pod/perlhack.pod
1338 ____________________________________________________________________________
1339 [ 31098] By: rgs                                   on 2007/04/27  07:56:05
1340         Log: Subject: [PATCH] Cargo-cult fix for an AIX build problem
1341              From: "Jan Dubois" <jand@activestate.com>
1342              Date: Thu, 26 Apr 2007 17:02:01 -0700
1343              Message-ID: <048b01c7885f$48862510$d9926f30$@com>
1344      Branch: perl
1345            ! Makefile.SH
1346 ____________________________________________________________________________
1347 [ 31097] By: rgs                                   on 2007/04/27  07:55:34
1348         Log: Fix a signed/unsigned comparison warning
1349      Branch: perl
1350            ! regexec.c
1351 ____________________________________________________________________________
1352 [ 31096] By: merijn                                on 2007/04/27  06:16:02
1353         Log: More up-to-date info about the metaunits
1354      Branch: perl
1355            ! Porting/pumpkin.pod
1356 ____________________________________________________________________________
1357 [ 31095] By: merijn                                on 2007/04/27  06:03:52
1358         Log: Subject: [PATCH] special Configure handling for IO/Compress modules no longer needed
1359              From: "Craig A. Berry" <craigberry@mac.com>
1360              Date: Thu, 26 Apr 2007 18:59:15 -0500
1361              Message-Id: <p06240812c256eae2b552@[172.16.52.1]>
1362      Branch: perl
1363            ! Configure
1364 ____________________________________________________________________________
1365 [ 31093] By: nicholas                              on 2007/04/26  20:43:13
1366         Log: Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),
1367              which expects a STRLEN pointer.
1368              Avoid some signed/unsigned casting warnings by adding casts.
1369      Branch: perl
1370            ! regcomp.c regexec.c
1371 ____________________________________________________________________________
1372 [ 31092] By: rgs                                   on 2007/04/26  16:57:55
1373         Log: strxfrm() returns a size_t, not a ssize_t. See:
1374              
1375              Subject: locale.c usage of strxfrm
1376              From: "Devin Heitmueller" <devin.heitmueller@gmail.com>
1377              Date: Fri, 20 Apr 2007 18:20:21 -0400
1378              Message-ID: <412bdbff0704201520i7aac0189n74f0cef5c5213f41@mail.gmail.com>
1379      Branch: perl
1380            ! locale.c
1381 ____________________________________________________________________________
1382 [ 31091] By: rgs                                   on 2007/04/26  16:29:01
1383         Log: Fix a bug in method caching. Better version (broader) of change #29336.
1384              
1385              Subject: Re: mro status, etc
1386              From: "Brandon Black" <blblack@gmail.com>
1387              Date: Thu, 26 Apr 2007 10:52:20 -0500
1388              Message-ID: <84621a60704260852y5a3dd2a5jeb633bb46cc7a8c0@mail.gmail.com>
1389      Branch: perl
1390            ! pp_hot.c sv.c t/mro/method_caching.t
1391 ____________________________________________________________________________
1392 [ 31090] By: rgs                                   on 2007/04/26  14:27:18
1393         Log: Doc nit, by Peter Scott
1394      Branch: perl
1395            ! README
1396 ____________________________________________________________________________
1397 [ 31089] By: nicholas                              on 2007/04/26  14:26:13
1398         Log: Subject: Re: VMS and Win32 Makefiles in change 31059
1399              From: Steve Hay <steve.hay@uk.radan.com>
1400              Message-ID: <46306D01.6070607@uk.radan.com>
1401              Date: Thu, 26 Apr 2007 10:12:33 +0100
1402      Branch: perl
1403            ! win32/Makefile win32/makefile.mk
1404 ____________________________________________________________________________
1405 [ 31088] By: rgs                                   on 2007/04/26  13:58:34
1406         Log: Remove the Thread typemap
1407      Branch: perl
1408            - ext/Thread/typemap
1409            ! MANIFEST
1410 ____________________________________________________________________________
1411 [ 31087] By: rgs                                   on 2007/04/26  13:15:14
1412         Log: Subject: mro status, etc
1413              From: "Brandon Black" <blblack@gmail.com>
1414              Date: Wed, 25 Apr 2007 18:37:21 -0500
1415              Message-ID: <84621a60704251637v1f4a3f84y19b39461166e3631@mail.gmail.com>
1416      Branch: perl
1417            ! mro.c
1418 ____________________________________________________________________________
1419 [ 31086] By: rgs                                   on 2007/04/26  13:05:29
1420         Log: Fix mro docs.
1421              
1422              Subject: Re: mro callbacks patch
1423              From: "Brandon Black" <blblack@gmail.com>
1424              Date: Mon, 23 Apr 2007 18:58:39 -0500
1425              Message-ID: <84621a60704231658o4c85783ere3c3e90dd614c30b@mail.gmail.com>
1426      Branch: perl
1427            ! embed.fnc embed.h global.sym mro.c pod/perlapi.pod
1428            ! pod/perlintern.pod proto.h
1429 ____________________________________________________________________________
1430 [ 31085] By: rgs                                   on 2007/04/26  12:53:30
1431         Log: Forgot to submit regcomp.c in change #31081
1432      Branch: perl
1433            ! regcomp.c
1434 ____________________________________________________________________________
1435 [ 31084] By: rgs                                   on 2007/04/26  12:47:57
1436         Log: Do the same thing as change #31082, but for warnings.pm.
1437      Branch: perl
1438            ! lib/warnings.pm warnings.pl
1439 ____________________________________________________________________________
1440 [ 31083] By: davem                                 on 2007/04/26  12:36:45
1441         Log: eliminate "unused var" warning
1442      Branch: perl
1443            ! perl.c
1444 ____________________________________________________________________________
1445 [ 31082] By: rgs                                   on 2007/04/26  10:51:36
1446         Log: Subject: Re: The Strict trap
1447              From: Johan Vromans <jvromans@squirrel.nl>
1448              Date: Wed, 25 Apr 2007 16:12:58 +0200
1449              Message-ID: <m2lkggilud.fsf@phoenix.squirrel.nl>
1450      Branch: perl
1451            ! ext/Storable/t/code.t lib/strict.pm
1452 ____________________________________________________________________________
1453 [ 31081] By: rgs                                   on 2007/04/26  10:23:30
1454         Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
1455              From: demerphq <demerphq@gmail.com>
1456              Date: Tue, 24 Apr 2007 16:46:05 +0200
1457              Message-ID: <9b18b3110704240746u461e4bdcl208ef7d7f9c5ef64@mail.gmail.com>
1458      Branch: perl
1459            ! Porting/regcharclass.pl regcharclass.h regcomp.h regcomp.sym
1460            ! regexec.c regnodes.h t/op/pat.t
1461 ____________________________________________________________________________
1462 [ 31080] By: rgs                                   on 2007/04/26  07:09:32
1463         Log: Subject: [PATCH] fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)
1464              From: Alexey Tourbin <at@altlinux.ru>
1465              Date: Wed, 25 Apr 2007 18:12:22 +0400
1466              Message-ID: <20070425141222.GA24828@solemn.turbinal>
1467      Branch: perl
1468            + ext/Fcntl/t/mode.t
1469            ! MANIFEST ext/Fcntl/Fcntl.pm
1470 ____________________________________________________________________________
1471 [ 31079] By: rgs                                   on 2007/04/25  16:17:01
1472         Log: Subject: [PATCH] Safely store user locks in threads::shared
1473              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1474              Date: Mon, 23 Apr 2007 13:21:11 -0400
1475              Message-ID: <1ff86f510704231021l6989ee0bkd68ab89e99bf8c6b@mail.gmail.com>
1476      Branch: perl
1477            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
1478            ! ext/threads/shared/shared.xs
1479 ____________________________________________________________________________
1480 [ 31078] By: rgs                                   on 2007/04/25  16:13:54
1481         Log: Subject: [PATCH] Thread.xs doesn't need magic sig anymore
1482              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1483              Date: Mon, 23 Apr 2007 13:25:20 -0400
1484              Message-ID: <1ff86f510704231025y22d30ecfk1ebc418f2b3a0bf7@mail.gmail.com>
1485      Branch: perl
1486            ! ext/Thread/Thread.xs
1487 ____________________________________________________________________________
1488 [ 31077] By: rgs                                   on 2007/04/25  15:31:29
1489         Log: Small perlivp.PL updates
1490              
1491              Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
1492              From: Johan Vromans <jvromans@squirrel.nl>
1493              Date: Wed, 25 Apr 2007 14:37:16 +0200
1494              Message-ID: <m2r6q8iq9v.fsf@phoenix.squirrel.nl>
1495      Branch: perl
1496            ! utils/perlivp.PL
1497 ____________________________________________________________________________
1498 [ 31076] By: rgs                                   on 2007/04/25  15:19:21
1499         Log: overload must not load XS modules at compile time, or perl
1500              doesn't compile.
1501              overload must not clobber $! or $@ behind the scenes when
1502              loading an XS module.
1503      Branch: perl
1504            ! lib/overload.pm
1505 ____________________________________________________________________________
1506 [ 31075] By: rgs                                   on 2007/04/25  15:03:21
1507         Log: Remove a now redundant require
1508      Branch: perl
1509            ! lib/overload.pm
1510 ____________________________________________________________________________
1511 [ 31074] By: rgs                                   on 2007/04/25  14:53:57
1512         Log: Move the require at the top of the file.
1513              Else, Test::More has test failures.
1514      Branch: perl
1515            ! lib/overload.pm
1516 ____________________________________________________________________________
1517 [ 31073] By: rgs                                   on 2007/04/25  12:15:55
1518         Log: Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
1519              From: "Brandon Black" <blblack@gmail.com>
1520              Date: Tue, 24 Apr 2007 07:58:44 -0500
1521              Message-ID: <84621a60704240558q7ff65863l803c6f9b9b8ca4a6@mail.gmail.com>
1522      Branch: perl
1523            ! ext/DynaLoader/t/DynaLoader.t lib/overload.pm
1524 ____________________________________________________________________________
1525 [ 31072] By: stevep                                on 2007/04/25  11:00:34
1526         Log: Upgrade to CPAN-1.9101
1527      Branch: perl
1528            ! lib/CPAN.pm lib/CPAN/Kwalify/distroprefs.dd
1529 ____________________________________________________________________________
1530 [ 31069] By: nicholas                              on 2007/04/25  09:54:17
1531         Log: Avoid the need for 2 casts added in 31055 by using a better type for
1532              the local variable. Add an assertion that another cast is not a data
1533              loss (and that there is no buffer overflow)
1534      Branch: perl
1535            ! ext/Devel/Peek/Peek.xs utf8.c
1536 ____________________________________________________________________________
1537 [ 31068] By: nicholas                              on 2007/04/25  09:32:50
1538         Log: Remove vestigical include of <ctype.h>, which came from a previous
1539              version that tried to make the initialiser out of a single "" string.
1540              (Which turned out to be over 509 characters long)
1541      Branch: perl
1542            ! generate_uudmap.c
1543 ____________________________________________________________________________
1544 [ 31067] By: rgs                                   on 2007/04/25  08:42:27
1545         Log: Subject: [PATCH] perlre.pod spellcheck
1546              From: "Alexandr Ciornii" <alexchorny@gmail.com>
1547              Date: Tue, 24 Apr 2007 00:45:05 +0300
1548              Message-ID: <2f1541220704231445w6fa7bfcbl41c9b6f56fb70feb@mail.gmail.com>
1549      Branch: perl
1550            ! pod/perlre.pod
1551 ____________________________________________________________________________
1552 [ 31066] By: merijn                                on 2007/04/25  08:12:16
1553         Log: Leave try.c and include files where they are if we need them later
1554      Branch: perl
1555            ! Configure
1556 ____________________________________________________________________________
1557 [ 31064] By: rgs                                   on 2007/04/25  08:10:05
1558         Log: Subject: [PATCH] Move hash action constants to hv.h
1559              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1560              Date: Tue, 24 Apr 2007 10:35:43 -0400
1561              Message-ID: <1ff86f510704240735t50cfc159g59b55726ac5ac64b@mail.gmail.com>
1562      Branch: perl
1563            ! ext/Hash/Util/FieldHash/FieldHash.xs hv.c hv.h
1564 ____________________________________________________________________________
1565 [ 31063] By: rgs                                   on 2007/04/25  08:08:18
1566         Log: perlguts nit, found by Jerry D. Hedden
1567      Branch: perl
1568            ! pod/perlguts.pod
1569 ____________________________________________________________________________
1570 [ 31062] By: craigb                                on 2007/04/25  03:10:23
1571         Log: Work a little harder at building generate_uudmap on VMS.
1572      Branch: perl
1573            ! vms/descrip_mms.template
1574 ____________________________________________________________________________
1575 [ 31061] By: stevep                                on 2007/04/25  01:06:23
1576         Log: Upgrade to Encode-2.20
1577      Branch: perl
1578            + ext/Encode/lib/Encode/GSM0338.pm
1579            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/Changes
1580            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1581            ! ext/Encode/Makefile.PL ext/Encode/bin/piconv
1582            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Config.pm
1583            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/gsm0338.t
1584            ! ext/Encode/t/mime-header.t
1585 ____________________________________________________________________________
1586 [ 31060] By: nicholas                              on 2007/04/24  23:16:12
1587         Log: Ooops. It helps to p4 add the new file.
1588      Branch: perl
1589            + generate_uudmap.c
1590 ____________________________________________________________________________
1591 [ 31059] By: nicholas                              on 2007/04/24  23:10:05
1592         Log: Make PL_uudmap a constant global. Remove the run time initialisation
1593              code, and instead use it to generate a header at perl build time.
1594              By removing uudmap from the interpreter structure we save 256 bytes
1595              per child thread.
1596      Branch: perl
1597            ! MANIFEST Makefile.SH embedvar.h intrpvar.h perl.h perlapi.h
1598            ! pp_pack.c sv.c vms/descrip_mms.template win32/Makefile
1599            ! win32/makefile.mk
1600 ____________________________________________________________________________
1601 [ 31058] By: davem                                 on 2007/04/24  16:42:12
1602         Log: move PL_linestr from the interpreter struct to the parser struct
1603      Branch: perl
1604            ! cop.h embedvar.h intrpvar.h parser.h perl.c perlapi.h pp_ctl.c
1605            ! sv.c toke.c
1606 ____________________________________________________________________________
1607 [ 31057] By: steveh                                on 2007/04/24  13:31:29
1608         Log: Silence VC6 warning about not all control paths returning a value
1609      Branch: perl
1610            ! mro.c
1611 ____________________________________________________________________________
1612 [ 31056] By: steveh                                on 2007/04/24  13:11:50
1613         Log: Fix a function signature missed by #31027 to silence a VC6 warning
1614      Branch: perl
1615            ! ext/re/re.xs
1616 ____________________________________________________________________________
1617 [ 31055] By: steveh                                on 2007/04/24  12:17:00
1618         Log: Silence 5 "possible loss of data" warnings from VC6
1619      Branch: perl
1620            ! ext/Devel/Peek/Peek.xs toke.c utf8.c
1621 ____________________________________________________________________________
1622 [ 31054] By: steveh                                on 2007/04/24  12:16:07
1623         Log: Subject: [perl #42648] [PATCH] crash in win32/VMem.h when out of memory 
1624              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
1625              Date: Fri, 20 Apr 2007 14:49:08 -0700
1626              Message-ID: <rt-3.6.HEAD-30201-1177105747-239.42648-75-0@perl.org>
1627      Branch: perl
1628            ! win32/vmem.h
1629 ____________________________________________________________________________
1630 [ 31053] By: rgs                                   on 2007/04/24  11:25:56
1631         Log: Adjust test count.
1632      Branch: perl
1633            ! ext/B/t/concise-xs.t
1634 ____________________________________________________________________________
1635 [ 31052] By: rgs                                   on 2007/04/24  10:35:15
1636         Log: Fix potential precedence problem
1637      Branch: perl
1638            ! op.c
1639 ____________________________________________________________________________
1640 [ 31051] By: rgs                                   on 2007/04/24  10:34:20
1641         Log: Remove unnecessarily paranoid protection in pp_defined
1642      Branch: perl
1643            ! pp_hot.c
1644 ____________________________________________________________________________
1645 [ 31050] By: rgs                                   on 2007/04/24  10:32:33
1646         Log: Fix a bug in dor assignment (@x //= 1 was triggering an
1647              assertion failure)
1648      Branch: perl
1649            ! op.c
1650 ____________________________________________________________________________
1651 [ 31049] By: rgs                                   on 2007/04/24  10:31:28
1652         Log: Remove the code that handles assignment to state variables
1653      Branch: perl
1654            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
1655            ! pp_hot.c t/lib/warnings/op t/op/state.t
1656 ____________________________________________________________________________
1657 [ 31048] By: merijn                                on 2007/04/24  06:01:41
1658         Log: Subject: [PATCH t/base/num.t] Typo fix.
1659              From: Abigail <abigail@abigail.be>
1660              Date: Tue, 24 Apr 2007 00:48:26 +0200
1661              Message-ID: <20070423224826.GC544@abigail.nl>
1662      Branch: perl
1663            ! t/base/num.t
1664 ____________________________________________________________________________
1665 [ 31047] By: craigb                                on 2007/04/24  03:18:34
1666         Log: Reduce directory depth for IO::Compress modules.
1667      Branch: perl
1668           +> (branch 94 files)
1669            - ext/IO/Compress/Base/Changes ext/IO/Compress/Base/Makefile.PL
1670            - ext/IO/Compress/Base/README
1671            - ext/IO/Compress/Base/lib/File/GlobMapper.pm
1672            - ext/IO/Compress/Base/lib/IO/Compress/Base.pm
1673            - ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
1674            - ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
1675            - ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
1676            - ext/IO/Compress/Base/private/MakeUtil.pm
1677            - ext/IO/Compress/Base/t/01misc.t
1678            - ext/IO/Compress/Base/t/globmapper.t
1679            - ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
1680            - ext/IO/Compress/Zlib/README
1681            - ext/IO/Compress/Zlib/examples/gzappend
1682            - ext/IO/Compress/Zlib/examples/gzcat
1683            - ext/IO/Compress/Zlib/examples/gzgrep
1684            - ext/IO/Compress/Zlib/examples/gzstream
1685            - ext/IO/Compress/Zlib/examples/unzip
1686            - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
1687            - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
1688            - ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
1689            - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
1690            - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
1691            - ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
1692            - ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
1693            - ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
1694            - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
1695            - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
1696            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
1697            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
1698            - ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
1699            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
1700            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
1701            - ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
1702            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
1703            - ext/IO/Compress/Zlib/private/MakeUtil.pm
1704            - ext/IO/Compress/Zlib/t/001zlib-generic-deflate.t
1705            - ext/IO/Compress/Zlib/t/001zlib-generic-gzip.t
1706            - ext/IO/Compress/Zlib/t/001zlib-generic-rawdeflate.t
1707            - ext/IO/Compress/Zlib/t/001zlib-generic-zip.t
1708            - ext/IO/Compress/Zlib/t/002any-deflate.t
1709            - ext/IO/Compress/Zlib/t/002any-gzip.t
1710            - ext/IO/Compress/Zlib/t/002any-rawdeflate.t
1711            - ext/IO/Compress/Zlib/t/002any-transparent.t
1712            - ext/IO/Compress/Zlib/t/002any-zip.t
1713            - ext/IO/Compress/Zlib/t/004gziphdr.t
1714            - ext/IO/Compress/Zlib/t/005defhdr.t
1715            - ext/IO/Compress/Zlib/t/010examples.t
1716            - ext/IO/Compress/Zlib/t/020isize.t
1717            - ext/IO/Compress/Zlib/t/050interop-gzip.t
1718            - ext/IO/Compress/Zlib/t/100generic-deflate.t
1719            - ext/IO/Compress/Zlib/t/100generic-gzip.t
1720            - ext/IO/Compress/Zlib/t/100generic-rawdeflate.t
1721            - ext/IO/Compress/Zlib/t/100generic-zip.t
1722            - ext/IO/Compress/Zlib/t/101truncate-deflate.t
1723            - ext/IO/Compress/Zlib/t/101truncate-gzip.t
1724            - ext/IO/Compress/Zlib/t/101truncate-rawdeflate.t
1725            - ext/IO/Compress/Zlib/t/101truncate-zip.t
1726            - ext/IO/Compress/Zlib/t/102tied-deflate.t
1727            - ext/IO/Compress/Zlib/t/102tied-gzip.t
1728            - ext/IO/Compress/Zlib/t/102tied-rawdeflate.t
1729            - ext/IO/Compress/Zlib/t/102tied-zip.t
1730            - ext/IO/Compress/Zlib/t/103newtied-deflate.t
1731            - ext/IO/Compress/Zlib/t/103newtied-gzip.t
1732            - ext/IO/Compress/Zlib/t/103newtied-rawdeflate.t
1733            - ext/IO/Compress/Zlib/t/103newtied-zip.t
1734            - ext/IO/Compress/Zlib/t/104destroy-deflate.t
1735            - ext/IO/Compress/Zlib/t/104destroy-gzip.t
1736            - ext/IO/Compress/Zlib/t/104destroy-rawdeflate.t
1737            - ext/IO/Compress/Zlib/t/104destroy-zip.t
1738            - ext/IO/Compress/Zlib/t/105oneshot-deflate.t
1739            - ext/IO/Compress/Zlib/t/105oneshot-gzip-only.t
1740            - ext/IO/Compress/Zlib/t/105oneshot-gzip.t
1741            - ext/IO/Compress/Zlib/t/105oneshot-rawdeflate.t
1742            - ext/IO/Compress/Zlib/t/105oneshot-zip-only.t
1743            - ext/IO/Compress/Zlib/t/105oneshot-zip.t
1744            - ext/IO/Compress/Zlib/t/106prime-deflate.t
1745            - ext/IO/Compress/Zlib/t/106prime-gzip.t
1746            - ext/IO/Compress/Zlib/t/106prime-rawdeflate.t
1747            - ext/IO/Compress/Zlib/t/106prime-zip.t
1748            - ext/IO/Compress/Zlib/t/107multi-deflate.t
1749            - ext/IO/Compress/Zlib/t/107multi-gzip.t
1750            - ext/IO/Compress/Zlib/t/107multi-rawdeflate.t
1751            - ext/IO/Compress/Zlib/t/107multi-zip.t
1752            - ext/IO/Compress/Zlib/t/108anyunc-deflate.t
1753            - ext/IO/Compress/Zlib/t/108anyunc-gzip.t
1754            - ext/IO/Compress/Zlib/t/108anyunc-rawdeflate.t
1755            - ext/IO/Compress/Zlib/t/108anyunc-transparent.t
1756            - ext/IO/Compress/Zlib/t/108anyunc-zip.t
1757            - ext/IO/Compress/Zlib/t/109merge-deflate.t
1758            - ext/IO/Compress/Zlib/t/109merge-gzip.t
1759            - ext/IO/Compress/Zlib/t/109merge-rawdeflate.t
1760            - ext/IO/Compress/Zlib/t/109merge-zip.t
1761            ! MANIFEST
1762 ____________________________________________________________________________
1763 [ 31046] By: davem                                 on 2007/04/23  23:01:18
1764         Log: eliminate some uses of PL_linestr in perl.c
1765      Branch: perl
1766            ! embed.fnc embed.h perl.c proto.h
1767 ____________________________________________________________________________
1768 [ 31045] By: davem                                 on 2007/04/23  22:27:27
1769         Log: inline S_init_lexer() and regen
1770      Branch: perl
1771            ! embed.fnc embed.h embedvar.h perl.c perlapi.h proto.h
1772 ____________________________________________________________________________
1773 [ 31044] By: davem                                 on 2007/04/23  22:04:59
1774         Log: make initialisation of PL_sv_no etc unconditional
1775      Branch: perl
1776            ! perl.c
1777 ____________________________________________________________________________
1778 [ 31043] By: merijn                                on 2007/04/23  20:55:05
1779         Log: Missed quotes in protocheck for rm_try
1780      Branch: perl
1781            ! Configure
1782 ____________________________________________________________________________
1783 [ 31040] By: merijn                                on 2007/04/23  17:35:53
1784         Log: Major *try* cleanup: introduce $rm_try; Some whitespace cleanups;
1785              Small textual nit from Jarkko
1786      Branch: perl
1787            ! Configure
1788 ____________________________________________________________________________
1789 [ 31038] By: nicholas                              on 2007/04/23  16:36:31
1790         Log: Remove the unnecessary allocation of and assignment to hunk[3], as the
1791              perl API functions called don't need a NUL terminated string.
1792      Branch: perl
1793            ! pp_pack.c
1794 ____________________________________________________________________________
1795 [ 31037] By: rgs                                   on 2007/04/23  15:31:48
1796         Log: Switch to hex format for integer constants in regcharclass.h
1797              (Yves Orton). Also, avoid trailing spaces.
1798      Branch: perl
1799            ! Porting/regcharclass.pl regcharclass.h
1800 ____________________________________________________________________________
1801 [ 31036] By: rgs                                   on 2007/04/23  15:07:52
1802         Log: Upgrade to Term::ANSIColor 1.12.
1803      Branch: perl
1804            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
1805            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/t/basic.t
1806 ____________________________________________________________________________
1807 [ 31034] By: nicholas                              on 2007/04/23  14:40:05
1808         Log: More variable reordering saves another 40 bytes from the interpreter
1809              structure. (on LP64). Zero cost space saving! Woohoo!
1810      Branch: perl
1811            ! intrpvar.h pod/perltodo.pod thrdvar.h
1812 ____________________________________________________________________________
1813 [ 31033] By: rgs                                   on 2007/04/23  13:17:05
1814         Log: Subject: [PATCH] Un-mathom Perl_save_I16
1815              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1816              Date: Mon, 23 Apr 2007 09:10:01 -0400
1817              Message-ID: <1ff86f510704230610t13c62378s381eaceae3e7e9b1@mail.gmail.com>
1818      Branch: perl
1819            ! mathoms.c scope.c
1820 ____________________________________________________________________________
1821 [ 31032] By: rgs                                   on 2007/04/23  13:10:56
1822         Log: A safer version of CopFILE, by Jarkko
1823      Branch: perl
1824            ! cop.h
1825 ____________________________________________________________________________
1826 [ 31031] By: rgs                                   on 2007/04/23  12:30:12
1827         Log: Change boilerplate of regcharclass.h
1828      Branch: perl
1829            ! Porting/regcharclass.pl regcharclass.h
1830 ____________________________________________________________________________
1831 [ 31030] By: rgs                                   on 2007/04/23  12:25:10
1832         Log: Add Yves Orton's script to regenerate regcharclass.h
1833      Branch: perl
1834            + Porting/regcharclass.pl
1835            ! MANIFEST regcharclass.h
1836 ____________________________________________________________________________
1837 [ 31029] By: rgs                                   on 2007/04/23  10:02:13
1838         Log: Remove generated test files from CPANPLUS
1839      Branch: perl
1840            - lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed
1841            - lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac
1842            - ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed
1843            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle
1844            - -Foo-Bar-0.01.tar.gz.packed
1845            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS
1846            - UMS
1847            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba
1848            - r-0.01.tar.gz.packed
1849            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5.
1850            - 005_03.tar.gz.packed
1851            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM
1852            - S
1853            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar-
1854            - 0.01.tar.gz.packed
1855            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS
1856            - UMS
1857            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba
1858            - r-0.01.tar.gz.packed
1859            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM
1860            - S
1861            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar-
1862            - 0.01.tar.gz.packed
1863            ! MANIFEST
1864 ____________________________________________________________________________
1865 [ 31028] By: rgs                                   on 2007/04/23  09:53:41
1866         Log: Patch to config to avoid failures in the perl core due
1867              to too much verbosity (by Jos Boumans)
1868      Branch: perl
1869            ! lib/CPANPLUS/t/inc/conf.pl
1870 ____________________________________________________________________________
1871 [ 31027] By: rgs                                   on 2007/04/23  09:39:38
1872         Log: Subject: Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char* xend
1873              From: <avarab@gmail.com>
1874              Date: Sat, 21 Apr 2007 21:30:47 +0000
1875              Message-ID: <51dd1af80704211430m6ad1b4afy49b069faa61e33a9@mail.gmail.com>
1876      Branch: perl
1877            ! embed.fnc embed.h op.c perl.h pod/perlreapi.pod pp_ctl.c
1878            ! proto.h regcomp.c regexec.c regexp.h uupacktool.pl
1879 ____________________________________________________________________________
1880 [ 31026] By: rgs                                   on 2007/04/23  09:04:31
1881         Log: Subject: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
1882              From: demerphq <demerphq@gmail.com>
1883              Date: Sun, 22 Apr 2007 23:34:55 +0200
1884              Message-ID: <9b18b3110704221434g43457742p28cab00289f83639@mail.gmail.com>
1885      Branch: perl
1886            + regcharclass.h
1887            ! MANIFEST lib/unicore/mktables pod/perlre.pod regcomp.c
1888            ! regcomp.h regcomp.sym regexec.c regnodes.h t/op/pat.t
1889            ! t/op/re_tests t/op/regexp.t
1890 ____________________________________________________________________________
1891 [ 31025] By: rgs                                   on 2007/04/23  08:21:50
1892         Log: An optimisation to the MRO code, by Brandon Black,
1893              plus more comments.
1894      Branch: perl
1895            ! mro.c
1896 ____________________________________________________________________________
1897 [ 31024] By: craigb                                on 2007/04/23  03:14:53
1898         Log: Shorten long symbols in mro.c to avoid name mangling on VMS.
1899      Branch: perl
1900            ! mro.c
1901 ____________________________________________________________________________
1902 [ 31023] By: nicholas                              on 2007/04/22  22:57:54
1903         Log: Fix problems caused by downsizing in change 31017. (Which don't show
1904              up until you test on a "real" architecture)
1905      Branch: perl
1906            ! pp_ctl.c utf8.c
1907 ____________________________________________________________________________
1908 [ 31022] By: rgs                                   on 2007/04/22  15:08:45
1909         Log: Reflect change of path for Module::Pluggable's tests in Maintainers.pl
1910      Branch: perl
1911            ! Porting/Maintainers.pl
1912 ____________________________________________________________________________
1913 [ 31021] By: rgs                                   on 2007/04/22  15:03:27
1914         Log: Add missing file to MANIFEST
1915      Branch: perl
1916            ! MANIFEST
1917 ____________________________________________________________________________
1918 [ 31020] By: rgs                                   on 2007/04/22  15:03:13
1919         Log: Subject: [PATCH] Update CPANPLUS to 0.79_01
1920              From: "Jos I. Boumans" <kane@xs4all.nl>
1921              Date: Sun, 22 Apr 2007 10:18:10 +0200
1922              Message-Id: <BDAACA85-8D3E-4104-9B03-9DB247EDA080@xs4all.nl>
1923      Branch: perl
1924            + lib/CPANPLUS/t/15_CPANPLUS-Shell.t
1925            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm lib/CPANPLUS/Dist/MM.pm
1926            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Constants.pm
1927            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell.pm
1928            ! lib/CPANPLUS/Shell/Default.pm
1929            ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
1930            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
1931            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
1932            ! r-0.01.tar.gz.packed
1933            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
1934            ! tar.gz.packed
1935            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
1936            ! tar.gz.packed
1937            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
1938            ! r.gz.packed
1939            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
1940            ! tar.gz.packed
1941            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
1942            ! r.gz.packed
1943            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
1944            ! cked
1945            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
1946            ! lib/CPANPLUS/t/inc/conf.pl
1947 ____________________________________________________________________________
1948 [ 31019] By: craigb                                on 2007/04/22  14:34:28
1949         Log: Move Module::Pluggable tests up under main test directory.
1950      Branch: perl
1951           +> (branch 50 files)
1952            - lib/Module/Pluggable/t/01use.t
1953            - lib/Module/Pluggable/t/02alsoworks.t
1954            - lib/Module/Pluggable/t/02works.t
1955            - lib/Module/Pluggable/t/02works_taint.t
1956            - lib/Module/Pluggable/t/03diffname.t
1957            - lib/Module/Pluggable/t/04acmedir.t
1958            - lib/Module/Pluggable/t/04acmedir_single.t
1959            - lib/Module/Pluggable/t/04acmepath.t
1960            - lib/Module/Pluggable/t/04acmepath_single.t
1961            - lib/Module/Pluggable/t/05postpath.t
1962            - lib/Module/Pluggable/t/06multipath.t
1963            - lib/Module/Pluggable/t/07instantiate.t
1964            - lib/Module/Pluggable/t/08nothing.t
1965            - lib/Module/Pluggable/t/09require.t
1966            - lib/Module/Pluggable/t/10innerpack.t
1967            - lib/Module/Pluggable/t/10innerpack_inner.t
1968            - lib/Module/Pluggable/t/10innerpack_noinner.t
1969            - lib/Module/Pluggable/t/10innerpack_override.t
1970            - lib/Module/Pluggable/t/11usetwice.t
1971            - lib/Module/Pluggable/t/12only.t
1972            - lib/Module/Pluggable/t/12onlyarray.t
1973            - lib/Module/Pluggable/t/12onlyregex.t
1974            - lib/Module/Pluggable/t/13except.t
1975            - lib/Module/Pluggable/t/13exceptarray.t
1976            - lib/Module/Pluggable/t/13exceptregex.t
1977            - lib/Module/Pluggable/t/14package.t
1978            - lib/Module/Pluggable/t/15topicsafe.t
1979            - lib/Module/Pluggable/t/16different_extension.t
1980            - lib/Module/Pluggable/t/17devel_inner_package.t
1981            - lib/Module/Pluggable/t/18skipped_package.t
1982            - lib/Module/Pluggable/t/19can_ok_clobber.t
1983            - lib/Module/Pluggable/t/20dodgy_files.t
1984            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
1985            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
1986            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
1987            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
1988            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
1989            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
1990            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
1991            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
1992            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
1993            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
1994            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
1995            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
1996            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
1997            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
1998            - lib/Module/Pluggable/t/lib/No/Middle.pm
1999            - lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
2000            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
2001            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
2002            ! MANIFEST t/TEST t/harness
2003 ____________________________________________________________________________
2004 [ 31018] By: craigb                                on 2007/04/22  00:50:18
2005         Log: Make t/harness find the t/mro tests
2006      Branch: perl
2007            ! t/harness
2008 ____________________________________________________________________________
2009 [ 31017] By: nicholas                              on 2007/04/21  21:47:34
2010         Log: Various variables in intrpvar.h and thrdvar.h are considerably larger
2011              than they need to be.
2012      Branch: perl
2013            ! intrpvar.h pad.c thrdvar.h
2014 ____________________________________________________________________________
2015 [ 31016] By: nicholas                              on 2007/04/21  21:46:27
2016         Log: Fix bug in change 31015 - saving the wrong size of variable.
2017      Branch: perl
2018            ! toke.c
2019 ____________________________________________________________________________
2020 [ 31015] By: nicholas                              on 2007/04/21  19:05:08
2021         Log: Several members of struct yy_parser can go on a diet. Some I32s were
2022              actually only holding chars.
2023      Branch: perl
2024            ! intrpvar.h op.c parser.h perl.h toke.c
2025 ____________________________________________________________________________
2026 [ 31014] By: nicholas                              on 2007/04/21  18:41:39
2027         Log: By re-ordering declarations in interpvar.h and thrdvar.h, reduce the
2028              size of the interpreter structure. (For LP64, from 3712 to 3584, for
2029              ILP32, from 2288 to 2248).
2030      Branch: perl
2031            ! intrpvar.h thrdvar.h
2032 ____________________________________________________________________________
2033 [ 31013] By: nicholas                              on 2007/04/21  17:01:53
2034         Log: Remove widesyscalls and numeric_compat1, two unused per-interpreter
2035              variables retained for binary compatibility, something which we no
2036              longer maintain back to 5.6.x.
2037      Branch: perl
2038            ! intrpvar.h
2039 ____________________________________________________________________________
2040 [ 31012] By: nicholas                              on 2007/04/21  13:54:28
2041         Log: Eliminate Internals::inc_sub_generation, which nothing now calls.
2042      Branch: perl
2043            ! universal.c
2044 ____________________________________________________________________________
2045 [ 31010] By: nicholas                              on 2007/04/21  11:42:43
2046         Log: Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,
2047              SvUV instead of SvUVX, and SvPV* variants instead of SvPVX*.
2048              Document that the non-x variants are preferable whenever the expression
2049              has no side effects. (Compilers perform common subexression
2050              elimination). Likewise SvREFCNT_inc simple variants are valid for all
2051              cases apart from expressions with side effects.
2052      Branch: perl
2053            ! doio.c op.c pod/perlapi.pod pp.c pp_ctl.c pp_sys.c sv.c sv.h
2054 ____________________________________________________________________________
2055 [ 31009] By: nicholas                              on 2007/04/21  10:28:59
2056         Log: Storing PL_sv_yes over itself is as cheap as calling hv_exists(), so
2057              always store it, to save the (second) store call. SvIVx is more
2058              expensive than SvIVX, so use the latter. Reorder the other call to
2059              hv_store() to be immediately after the call to hv_exists(), to try to
2060              avoid thrashing the CPU cache.
2061      Branch: perl
2062            ! mro.c
2063 ____________________________________________________________________________
2064 [ 31008] By: nicholas                              on 2007/04/21  09:43:27
2065         Log: In Perl_mro_get_linear_isa_dfs(), by treating the local variable sv as
2066              an array of size 1, we can merge two arms and reduce code duplication.
2067      Branch: perl
2068            ! mro.c
2069 ____________________________________________________________________________
2070 [ 31007] By: rgs                                   on 2007/04/21  09:29:45
2071         Log: Typo fix by Abigail
2072      Branch: perl
2073            ! ext/Hash/Util/FieldHash/t/02_function.t
2074 ____________________________________________________________________________
2075 [ 31005] By: rgs                                   on 2007/04/21  09:20:56
2076         Log: Upgrade to version-0.7203.
2077              Plus a change in Module::Build::Version, specific to bleadperl.
2078      Branch: perl
2079            ! ext/DynaLoader/t/XSLoader.t lib/Module/Build/Version.pm
2080            ! lib/Module/Build/t/metadata.t lib/Module/Build/t/moduleinfo.t
2081            ! lib/version.pm lib/version.pod lib/version.t perl.c
2082            ! t/comp/use.t t/op/sprintf.t universal.c util.c
2083 ____________________________________________________________________________
2084 [ 31004] By: rgs                                   on 2007/04/21  09:08:04
2085         Log: Completely remove Test::More from the MRO tests, by Brandon Black
2086      Branch: perl
2087            ! t/mro/basic.t t/mro/basic_01_c3.t t/mro/basic_01_dfs.t
2088            ! t/mro/basic_02_c3.t t/mro/basic_02_dfs.t t/mro/basic_03_c3.t
2089            ! t/mro/basic_03_dfs.t t/mro/basic_04_c3.t t/mro/basic_04_dfs.t
2090            ! t/mro/basic_05_c3.t t/mro/basic_05_dfs.t t/mro/complex_c3.t
2091            ! t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t
2092            ! t/mro/next_method.t t/mro/next_skip.t t/mro/vulcan_c3.t
2093            ! t/mro/vulcan_dfs.t
2094 ____________________________________________________________________________
2095 [ 31003] By: rgs                                   on 2007/04/21  09:06:38
2096         Log: Small optimisations, by Brandon Black
2097      Branch: perl
2098            ! mro.c
2099 ____________________________________________________________________________
2100 [ 31002] By: rgs                                   on 2007/04/21  09:05:41
2101         Log: Code comments, by Brandon Black
2102      Branch: perl
2103            ! mro.c
2104 ____________________________________________________________________________
2105 [ 31001] By: rgs                                   on 2007/04/21  08:55:16
2106         Log: Subject: [PATCH] Bug in Hash::Util::FieldHash
2107              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
2108              Date: Sat, 21 Apr 2007 02:11:00 +0200
2109              Message-Id: <DFEC2420-9301-40EC-A986-80D0290B2C8F@mailbox.tu-berlin.de>
2110      Branch: perl
2111            ! ext/Hash/Util/FieldHash/Changes
2112            ! ext/Hash/Util/FieldHash/FieldHash.xs
2113            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
2114            ! ext/Hash/Util/FieldHash/t/02_function.t
2115 ____________________________________________________________________________
2116 [ 31000] By: nicholas                              on 2007/04/20  19:34:15
2117         Log: Terser source code in Perl_mro_meta_dup()
2118      Branch: perl
2119            ! mro.c
2120 ____________________________________________________________________________
2121 [ 30999] By: nicholas                              on 2007/04/20  16:09:31
2122         Log: Make struct mro_meta 4(ish) bytes smaller.
2123      Branch: perl
2124            ! hv.h
2125 ____________________________________________________________________________
2126 [ 30998] By: rgs                                   on 2007/04/20  15:38:47
2127         Log: Shorten some file names
2128      Branch: perl
2129           +> t/mro/next_NEXT.t t/mro/next_edgecases.t t/mro/next_inanon.t
2130           +> t/mro/next_ineval.t t/mro/next_skip.t
2131            - t/mro/next_method_edge_cases.t t/mro/next_method_in_anon.t
2132            - t/mro/next_method_in_eval.t t/mro/next_method_skip.t
2133            - t/mro/next_method_used_with_NEXT.t
2134            ! MANIFEST
2135 ____________________________________________________________________________
2136 [ 30997] By: rgs                                   on 2007/04/20  15:03:57
2137         Log: Silence some diagnostic messages when running within the core tests.
2138              By Jerry D. Hedden
2139      Branch: perl
2140            ! lib/Archive/Extract/t/01_Archive-Extract.t
2141            ! lib/Archive/Tar/t/02_methods.t
2142 ____________________________________________________________________________
2143 [ 30996] By: rgs                                   on 2007/04/20  14:22:26
2144         Log: Nit to S_isa_lookup by Brandon Black
2145      Branch: perl
2146            ! universal.c
2147 ____________________________________________________________________________
2148 [ 30995] By: rgs                                   on 2007/04/20  14:20:42
2149         Log: Additions to perldiag for MRO, by Brandon Black.
2150      Branch: perl
2151            ! pod/perldiag.pod
2152 ____________________________________________________________________________
2153 [ 30994] By: rgs                                   on 2007/04/20  13:54:26
2154         Log: A little bit more safe version of HvMROMETA
2155      Branch: perl
2156            ! hv.h
2157 ____________________________________________________________________________
2158 [ 30993] By: rgs                                   on 2007/04/20  13:42:21
2159         Log: Don't use Test::More in core tests (at least, where
2160              that's possible, that is where is_deeply() isn't used)
2161      Branch: perl
2162            ! t/mro/c3_with_overload.t t/mro/inconsistent_c3.t
2163            ! t/mro/method_caching.t t/mro/next_method_edge_cases.t
2164            ! t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t
2165            ! t/mro/next_method_used_with_NEXT.t t/mro/overload_c3.t
2166            ! t/mro/overload_dfs.t t/mro/recursion_c3.t
2167            ! t/mro/recursion_dfs.t
2168 ____________________________________________________________________________
2169 [ 30992] By: rgs                                   on 2007/04/20  11:55:37
2170         Log: Subject: Re: [PATCH] madprop about forced words
2171              From: Gerard Goossen <gerard@tty.nl>
2172              Date: Thu, 19 Apr 2007 13:33:21 +0200
2173              Message-ID: <20070419113321.GE19244@ostwald>
2174      Branch: perl
2175            ! op.h toke.c
2176 ____________________________________________________________________________
2177 [ 30991] By: rgs                                   on 2007/04/20  11:49:36
2178         Log: Subject: [perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with patch) 
2179              From: patrick.dugnolle@bnpparibas.com (via RT) <perlbug-followup@perl.org>
2180              Date: Thu, 19 Apr 2007 06:34:18 -0700
2181              Message-ID: <rt-3.6.HEAD-6655-1176989657-125.42614-75-0@perl.org>
2182      Branch: perl
2183            ! pp.c
2184 ____________________________________________________________________________
2185 [ 30990] By: rgs                                   on 2007/04/20  08:04:41
2186         Log: Clean the MRO documentation up
2187      Branch: perl
2188            ! lib/mro.pm
2189 ____________________________________________________________________________
2190 [ 30989] By: stevep                                on 2007/04/20  01:58:55
2191         Log: Upgrade to CPAN-1.91
2192      Branch: perl
2193            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
2194            ! lib/CPAN/t/10version.t
2195 ____________________________________________________________________________
2196 [ 30988] By: rgs                                   on 2007/04/19  17:28:38
2197         Log: Simpler version, and that zeroes the allocated memory
2198      Branch: perl
2199            ! mro.c
2200 ____________________________________________________________________________
2201 [ 30987] By: rgs                                   on 2007/04/19  17:15:25
2202         Log: Use Newxc instead of casting by hand
2203      Branch: perl
2204            ! mro.c
2205 ____________________________________________________________________________
2206 [ 30986] By: rgs                                   on 2007/04/19  17:07:14
2207         Log: A Tolkien quote for mro.c, found by Audrey Tang.
2208      Branch: perl
2209            ! mro.c
2210 ____________________________________________________________________________
2211 [ 30985] By: steveh                                on 2007/04/19  16:20:09
2212         Log: Fix non-threaded build on Win32 following #30980
2213      Branch: perl
2214            ! makedef.pl
2215 ____________________________________________________________________________
2216 [ 30984] By: rgs                                   on 2007/04/19  15:06:53
2217         Log: Fix compilation error with threads
2218      Branch: perl
2219            ! mro.c
2220 ____________________________________________________________________________
2221 [ 30983] By: rgs                                   on 2007/04/19  15:04:19
2222         Log: Adjust the warning category in the test, too
2223      Branch: perl
2224            ! t/lib/warnings/gv
2225 ____________________________________________________________________________
2226 [ 30982] By: rgs                                   on 2007/04/19  14:53:36
2227         Log: Put the "Can't locate package..." warnings in the "syntax"
2228              category, as documented
2229      Branch: perl
2230            ! gv.c mro.c universal.c
2231 ____________________________________________________________________________
2232 [ 30981] By: rgs                                   on 2007/04/19  14:50:11
2233         Log: Change an "Internal error" message to the more common "panic"
2234              in the C3 MRO code
2235      Branch: perl
2236            ! mro.c
2237 ____________________________________________________________________________
2238 [ 30980] By: rgs                                   on 2007/04/19  14:48:20
2239         Log: Subject: Re: new C3 MRO patch
2240              From: "Brandon Black" <blblack@gmail.com>
2241              Date: Tue, 17 Apr 2007 13:14:36 -0500
2242              Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com>
2243      Branch: perl
2244            + lib/mro.pm mro.c t/mro/basic.t t/mro/basic_01_c3.t
2245            + t/mro/basic_01_dfs.t t/mro/basic_02_c3.t t/mro/basic_02_dfs.t
2246            + t/mro/basic_03_c3.t t/mro/basic_03_dfs.t t/mro/basic_04_c3.t
2247            + t/mro/basic_04_dfs.t t/mro/basic_05_c3.t t/mro/basic_05_dfs.t
2248            + t/mro/c3_with_overload.t t/mro/complex_c3.t
2249            + t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t
2250            + t/mro/inconsistent_c3.t t/mro/method_caching.t
2251            + t/mro/next_method.t t/mro/next_method_edge_cases.t
2252            + t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t
2253            + t/mro/next_method_skip.t t/mro/next_method_used_with_NEXT.t
2254            + t/mro/overload_c3.t t/mro/overload_dfs.t t/mro/recursion_c3.t
2255            + t/mro/recursion_dfs.t t/mro/vulcan_c3.t t/mro/vulcan_dfs.t
2256            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.fnc
2257            ! embed.h ext/B/t/b.t global.sym gv.c hv.c hv.h lib/constant.pm
2258            ! lib/overload.pm mg.c op.c perl.c pod/perlapi.pod pp_hot.c
2259            ! proto.h scope.c sv.c t/TEST t/op/magic.t universal.c
2260            ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce
2261            ! win32/makefile.mk
2262 ____________________________________________________________________________
2263 [ 30979] By: steveh                                on 2007/04/19  12:15:30
2264         Log: Subject: [PATCH] Allow sending SIGINT to child processes on Windows *if* they are running Perl
2265              From: "Jan Dubois" <jand@activestate.com>
2266              Date: Mon, 16 Apr 2007 17:52:25 -0700
2267              Message-ID: <01e301c7808a$ac0cca30$04265e90$@com>
2268      Branch: perl
2269            ! win32/win32.c
2270 ____________________________________________________________________________
2271 [ 30978] By: steveh                                on 2007/04/19  07:54:42
2272         Log: Subject: [PATCH - again] Re: [perl #41574] cond_wait hang ups under MSWin32
2273              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2274              Date: Wed, 18 Apr 2007 14:32:16 -0400
2275              Message-ID: <1ff86f510704181132qf94b413mfda6aaa0f347df28@mail.gmail.com>
2276              
2277              Makes the test "TODO" on Win32, where it is not reliable, and turns
2278              the 50 separate tests in one single test for less line noise
2279      Branch: perl
2280            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
2281            ! ext/threads/shared/t/stress.t
2282 ____________________________________________________________________________
2283 [ 30977] By: merijn                                on 2007/04/18  19:04:40
2284         Log: 1. Move #30327 to the generation location
2285              2. Regen after backports
2286              3. Include Jarkko's $run and \n patch
2287      Branch: perl
2288            ! Configure Porting/config_h.pl config_h.SH
2289 ____________________________________________________________________________
2290 [ 30973] By: steveh                                on 2007/04/18  08:40:42
2291         Log: Add a test for the bug fixed by #30970
2292      Branch: perl
2293            + t/op/kill0.t
2294            ! MANIFEST
2295 ____________________________________________________________________________
2296 [ 30972] By: rgs                                   on 2007/04/18  08:36:24
2297         Log: Sys::Syslog was missing from Maintainers.pl
2298      Branch: perl
2299            ! Porting/Maintainers.pl
2300 ____________________________________________________________________________
2301 [ 30971] By: steveh                                on 2007/04/17  17:12:23
2302         Log: These test scripts probably wanted BEGIN blocks,
2303              not just blocks with "BEGIN:" labels.
2304      Branch: perl
2305            ! t/comp/multiline.t t/op/exec.t
2306 ____________________________________________________________________________
2307 [ 30970] By: steveh                                on 2007/04/17  11:13:23
2308         Log: Subject: [PATCH] Fix kill(0, $pid) on Windows
2309              From: "Jan Dubois" <jand@activestate.com>
2310              Date: Mon, 16 Apr 2007 17:35:48 -0700
2311              Message-ID: <01df01c78088$59718d30$0c54a790$@com>
2312              
2313              Fixes breakage caused by #29605.
2314      Branch: perl
2315            ! win32/win32.c
2316 ____________________________________________________________________________
2317 [ 30969] By: nicholas                              on 2007/04/16  16:17:05
2318         Log: Remove the "performance hack" that suppressed used only once warnings
2319              for files in the standard library.
2320      Branch: perl
2321            ! gv.c
2322 ____________________________________________________________________________
2323 [ 30968] By: merijn                                on 2007/04/16  15:01:31
2324         Log: Subject: Re: [PATCH] Mention sorting MANIFEST in perlhack.pod
2325              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2326              Date: Mon, 16 Apr 2007 10:44:36 -0400
2327              Message-ID: <1ff86f510704160744j9ae934cv9fef077afe3ca516@mail.gmail.com>
2328      Branch: perl
2329            ! pod/perlhack.pod
2330 ____________________________________________________________________________
2331 [ 30967] By: rgs                                   on 2007/04/16  13:37:05
2332         Log: Subject: [PATCH] Re: Thread.t hangs, even under normal test...
2333              From: "Jerry D. Hedden" <jdhedden@gmail.com>
2334              Date: Mon, 16 Apr 2007 09:31:39 -0400
2335              Message-ID: <1ff86f510704160631ue286a97kb66a0ce649c9aae4@mail.gmail.com>
2336      Branch: perl
2337            ! lib/Thread.t
2338 ____________________________________________________________________________
2339 [ 30966] By: merijn                                on 2007/04/16  11:44:54
2340         Log: Subject: [PATCH] sv.c: %d ne size_t
2341              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2342              Date: Mon, 16 Apr 2007 14:31:42 +0300 (EEST)
2343              Message-Id: <200704161131.l3GBVg3n104476@kosh.hut.fi>
2344      Branch: perl
2345            ! sv.c
2346 ____________________________________________________________________________
2347 [ 30965] By: davem                                 on 2007/04/15  23:33:13
2348         Log: fix casting warning in pp_ord()
2349      Branch: perl
2350            ! pp.c
2351 ____________________________________________________________________________
2352 [ 30964] By: davem                                 on 2007/04/15  23:24:21
2353         Log: get rid of warning due to empty dangling else in malloc.c
2354      Branch: perl
2355            ! malloc.c
2356 ____________________________________________________________________________
2357 [ 30963] By: davem                                 on 2007/04/15  21:10:55
2358         Log: follow PL_watchaddr when cloning a thread
2359      Branch: perl
2360            ! sv.c
2361 ____________________________________________________________________________
2362 [ 30962] By: davem                                 on 2007/04/15  16:32:42
2363         Log: with DEBUG_LEAKING_SCALARS, dump multiply-freed scalars
2364      Branch: perl
2365            ! sv.c
2366 ____________________________________________________________________________
2367 [ 30958] By: nicholas                              on 2007/04/15  12:37:44
2368         Log: Remove wince/ from checkcfgvar.pl, now that it is gone in 5.8.x too.
2369      Branch: perl
2370            ! Porting/checkcfgvar.pl
2371 ____________________________________________________________________________
2372 [ 30957] By: rgs                                   on 2007/04/15  12:35:38
2373         Log: Add the Default Unicode Collation Element Table for UCD 5.0.0
2374              to Unicode::Collate
2375      Branch: perl
2376            + lib/Unicode/Collate/allkeys.txt
2377            ! MANIFEST
2378 ____________________________________________________________________________
2379 [ 30955] By: rgs                                   on 2007/04/15  07:26:28
2380         Log: Change prototype of async() to be compatible with the one
2381              of threads::async()
2382      Branch: perl
2383            ! lib/Thread.pm
2384 ____________________________________________________________________________
2385 [ 30954] By: rgs                                   on 2007/04/15  07:16:44
2386         Log: Subject: [PATCH] Remove 5005threads from Thread.pm
2387              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2388              Date: Fri, 13 Apr 2007 13:19:26 -0400
2389              Message-ID: <1ff86f510704131019i3ea1f99es7067ba2ef60171ca@mail.gmail.com>
2390      Branch: perl
2391            ! lib/Thread.pm
2392 ____________________________________________________________________________
2393 [ 30953] By: rgs                                   on 2007/04/15  07:12:33
2394         Log: Subject: [PATCH] Fix Thread.pm
2395              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2396              Date: Fri, 13 Apr 2007 12:51:40 -0400
2397              Message-ID: <1ff86f510704130951t5f66baa0m4ed13018539976a3@mail.gmail.com>
2398      Branch: perl
2399            + lib/Thread.t
2400            ! MANIFEST lib/Thread.pm
2401 ____________________________________________________________________________
2402 [ 30952] By: davem                                 on 2007/04/14  21:53:17
2403         Log: Move PL_comppad nulling from do_clean_all to sv_clear
2404      Branch: perl
2405            ! sv.c
2406 ____________________________________________________________________________
2407 [ 30951] By: merijn                                on 2007/04/14  20:52:56
2408         Log: Typo in croak message
2409      Branch: perl
2410            ! universal.c
2411 ____________________________________________________________________________
2412 [ 30950] By: merijn                                on 2007/04/14  17:38:23
2413         Log: Subject: [PATCH pod/perlfunc.pod] Typo in =item say
2414              From: Abigail <abigail@abigail.be>
2415              Date: Sat, 14 Apr 2007 19:22:41 +0200
2416              Message-ID: <20070414172241.GB3191@abigail.nl>
2417      Branch: perl
2418            ! pod/perlfunc.pod
2419 ____________________________________________________________________________
2420 [ 30943] By: rgs                                   on 2007/04/13  12:14:06
2421         Log: Subject: RE: [PATCH] Restore Win64 compilation with the Windows Platform SDK
2422              From: "Jan Dubois" <jand@activestate.com>
2423              Date: Tue, 10 Apr 2007 16:49:21 -0700
2424              Message-ID: <001b01c77bca$dcae7720$960b6560$@com>
2425      Branch: perl
2426            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
2427 ____________________________________________________________________________
2428 [ 30940] By: nicholas                              on 2007/04/12  21:03:08
2429         Log: Bump the VERSION of ExtUtils::Constant::Base.
2430      Branch: perl
2431            ! lib/ExtUtils/Constant/Base.pm
2432 ____________________________________________________________________________
2433 [ 30939] By: nicholas                              on 2007/04/12  20:45:21
2434         Log: PL_madskills is a bool, so save it as one (else Solaris rightly
2435              SIGBUSes)
2436      Branch: perl
2437            ! pp_ctl.c
2438 ____________________________________________________________________________
2439 [ 30936] By: nicholas                              on 2007/04/12  18:52:49
2440         Log: Fix two errors in the OP debugging code. Now all test errors relate
2441              to newCONSTSUB().
2442      Branch: perl
2443            ! op.c sv.c
2444 ____________________________________________________________________________
2445 [ 30932] By: rgs                                   on 2007/04/12  15:54:33
2446         Log: Subject: Re: [PATCH] Add CPANPLUS 0.78 to the core
2447              From: demerphq <demerphq@gmail.com>
2448              Date: Tue, 10 Apr 2007 18:31:28 +0200
2449              Message-ID: <9b18b3110704100931t5c0c97e0n9d3c059e6f404dd5@mail.gmail.com>
2450      Branch: perl
2451            ! lib/ExtUtils/MM_Unix.pm
2452 ____________________________________________________________________________
2453 [ 30931] By: nicholas                              on 2007/04/12  15:51:58
2454         Log: Change 18797 (Patch for [perl #9402], known also as "glibc _moddi3 bug
2455              with negative quads", or also as RedHat bug #65612.) was a bit brute
2456              force. In reality, we don't need to have an auto-detecting pp_i_modulo
2457              unless we're compiled with 64 bit IVs and on glibc.
2458      Branch: perl
2459            ! pp.c
2460 ____________________________________________________________________________
2461 [ 30926] By: rgs                                   on 2007/04/12  14:50:04
2462         Log: Run buildtoc --build-all
2463      Branch: perl
2464            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
2465            ! win32/pod.mak
2466 ____________________________________________________________________________
2467 [ 30925] By: rgs                                   on 2007/04/12  14:37:35
2468         Log: Subject: [PATCH] Add $VERSION to Module::Build::Version
2469              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2470              Date: Wed, 11 Apr 2007 12:45:19 -0400
2471              Message-ID: <1ff86f510704110945q173f2ac8p399171428fd182cd@mail.gmail.com>
2472      Branch: perl
2473            ! lib/Module/Build/Version.pm
2474 ____________________________________________________________________________
2475 [ 30923] By: rgs                                   on 2007/04/12  14:33:33
2476         Log: Upgrade to Archive::Extract 0.18
2477      Branch: perl
2478            ! lib/Archive/Extract.pm
2479            ! lib/Archive/Extract/t/src/double_dir.zip.packed
2480            ! lib/Archive/Extract/t/src/x.bz2.packed
2481            ! lib/Archive/Extract/t/src/x.gz.packed
2482            ! lib/Archive/Extract/t/src/x.jar.packed
2483            ! lib/Archive/Extract/t/src/x.par.packed
2484            ! lib/Archive/Extract/t/src/x.tar.gz.packed
2485            ! lib/Archive/Extract/t/src/x.tar.packed
2486            ! lib/Archive/Extract/t/src/x.tgz.packed
2487            ! lib/Archive/Extract/t/src/x.zip.packed
2488            ! lib/Archive/Extract/t/src/y.jar.packed
2489            ! lib/Archive/Extract/t/src/y.par.packed
2490            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
2491            ! lib/Archive/Extract/t/src/y.tar.gz.packed
2492            ! lib/Archive/Extract/t/src/y.tar.packed
2493            ! lib/Archive/Extract/t/src/y.tbz.packed
2494            ! lib/Archive/Extract/t/src/y.tgz.packed
2495            ! lib/Archive/Extract/t/src/y.zip.packed
2496 ____________________________________________________________________________
2497 [ 30922] By: rgs                                   on 2007/04/12  14:27:23
2498         Log: Add the perlreapi man page, by Ã†var Arnfjörð Bjarmason
2499              (largely from perlreguts)
2500      Branch: perl
2501            + pod/perlreapi.pod
2502            ! MANIFEST pod.lst pod/perl.pod pod/perlreguts.pod
2503            ! vms/descrip_mms.template win32/pod.mak
2504 ____________________________________________________________________________
2505 [ 30921] By: rgs                                   on 2007/04/12  14:05:17
2506         Log: Subject: Re: [PATCH] extflags/pmflags Change 30841, in dump.c:pm_description regex does not have to exist
2507              From: avarab@gmail.com
2508              Date: Wed, 11 Apr 2007 20:54:43 +0000
2509              Message-ID: <51dd1af80704111354h4bbd0212hc96a9f1911d2ffb4@mail.gmail.com>
2510      Branch: perl
2511            ! dump.c
2512 ____________________________________________________________________________
2513 [ 30920] By: rgs                                   on 2007/04/12  13:57:49
2514         Log: Subject: Re: [PATCH] perlreguts.pod: use the unicode name for ÃŸ and show the codepoint
2515              From: avarab@gmail.com
2516              Date: Fri, 6 Apr 2007 21:41:57 +0000
2517              Message-ID: <51dd1af80704061441v4b972257ta4c95230bdbc47c5@mail.gmail.com>
2518      Branch: perl
2519            ! pod/perlreguts.pod
2520 ____________________________________________________________________________
2521 [ 30919] By: nicholas                              on 2007/04/12  11:57:26
2522         Log: When removing the test program source, also remove the compiled
2523              executable.
2524      Branch: perl
2525            ! Configure
2526 ____________________________________________________________________________
2527 [ 30918] By: merijn                                on 2007/04/12  06:15:36
2528         Log: Subject: [PATCH] g++ in Tru64: align sockaddr and sockaddr_in defs
2529              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2530              Date: Thu, 12 Apr 2007 05:19:30 +0300 (EEST)
2531              Message-Id: <200704120219.l3C2JUGZ294947@kosh.hut.fi>
2532      Branch: perl
2533            ! hints/dec_osf.sh
2534 ____________________________________________________________________________
2535 [ 30915] By: nicholas                              on 2007/04/11  19:48:36
2536         Log: For symbolic references test the defined path through the pp functions.
2537      Branch: perl
2538            ! t/op/ref.t
2539 ____________________________________________________________________________
2540 [ 30913] By: nicholas                              on 2007/04/11  17:51:02
2541         Log: Be a bit more specific in what our second typeglob isn't. It is actually
2542              expected to be undef.
2543      Branch: perl
2544            ! t/op/ref.t
2545 ____________________________________________________________________________
2546 [ 30912] By: stevep                                on 2007/04/11  17:16:00
2547         Log: Fix spelling nit.
2548      Branch: perl
2549            ! ext/POSIX/t/posix.t
2550 ____________________________________________________________________________
2551 [ 30910] By: nicholas                              on 2007/04/11  14:15:19
2552         Log: Run pod/buildtoc --build-all
2553      Branch: perl
2554            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
2555 ____________________________________________________________________________
2556 [ 30909] By: nicholas                              on 2007/04/11  14:09:31
2557         Log: perl5.9.5delta is about 5, not 4.
2558      Branch: perl
2559            ! pod.lst
2560 ____________________________________________________________________________
2561 [ 30908] By: nicholas                              on 2007/04/11  13:52:43
2562         Log: Update MANIFEST to include 3 files added in change 30893.
2563      Branch: perl
2564            ! MANIFEST
2565 ____________________________________________________________________________
2566 [ 30907] By: rgs                                   on 2007/04/11  13:08:49
2567         Log: Subject: [PATCH] Correct Shell.pm POD regarding $Shell::capture_stderr
2568              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2569              Date: Tue, 10 Apr 2007 13:54:10 -0400
2570              Message-ID: <1ff86f510704101054q2ccc7c10l66d62971716877f9@mail.gmail.com>
2571      Branch: perl
2572            ! lib/Shell.pm
2573 ____________________________________________________________________________
2574 [ 30906] By: rgs                                   on 2007/04/11  13:06:49
2575         Log: Add Shell.pm to the list of dual-life modules
2576      Branch: perl
2577            ! Porting/Maintainers.pl
2578 ____________________________________________________________________________
2579 [ 30905] By: rgs                                   on 2007/04/11  13:05:28
2580         Log: Upgrade to Shell 0.72 (noticed by Jerry D. Hedden)
2581      Branch: perl
2582            ! lib/Shell.pm lib/Shell.t
2583 ____________________________________________________________________________
2584 [ 30904] By: nicholas                              on 2007/04/11  08:02:43
2585         Log: If the test programs for strtoul(), strtoull() or strtouq() fail, don't
2586              assume that the functions work.
2587      Branch: perl
2588            ! Configure
2589 ____________________________________________________________________________
2590 [ 30903] By: nicholas                              on 2007/04/11  07:39:21
2591         Log: Work round what appears to be a bug in Sun C++ 5.8 2005/10/13
2592              If we just cast GvSVn(gv) to void, it ignores evaluating it for
2593              its side effect.
2594      Branch: perl
2595            ! gv.c
2596 ____________________________________________________________________________
2597 [ 30902] By: craigb                                on 2007/04/11  04:08:47
2598         Log: Fully VMSify CPANPLUS util names following #30885
2599      Branch: perl
2600            ! vms/descrip_mms.template
2601 ____________________________________________________________________________
2602 [ 30900] By: nicholas                              on 2007/04/10  19:39:01
2603         Log: Silence the g++ warnings "right-hand operand of comma has no effect"
2604      Branch: perl
2605            ! perl.c perly.act perly.h perly.tab perly.y regcomp.c
2606 ____________________________________________________________________________
2607 [ 30898] By: nicholas                              on 2007/04/10  18:56:17
2608         Log: Cast needed to get POSIX compiling with g++ on FreeBSD.
2609      Branch: perl
2610            ! ext/POSIX/POSIX.xs
2611 ____________________________________________________________________________
2612 [ 30897] By: nicholas                              on 2007/04/10  18:30:04
2613         Log: Make the don't-use-nm symbol table probes work under C++.
2614      Branch: perl
2615            ! Configure
2616 ____________________________________________________________________________
2617 [ 30896] By: stevep                                on 2007/04/10  16:36:08
2618         Log: Version change to ExtUtils::MM_Unix missed in change #30380.
2619      Branch: perl
2620            ! lib/ExtUtils/MM_Unix.pm
2621 ____________________________________________________________________________
2622 [ 30895] By: stevep                                on 2007/04/10  16:23:10
2623         Log: Somehow, version.pm was missed from change #30629.
2624      Branch: perl
2625            ! lib/version.pm
2626 ____________________________________________________________________________
2627 [ 30894] By: nicholas                              on 2007/04/10  16:11:41
2628         Log: Undo the non-maint part of change 30816. Silly Nicholas.
2629      Branch: perl
2630            ! hints/freebsd.sh
2631 ____________________________________________________________________________
2632 [ 30893] By: stevep                                on 2007/04/10  15:44:51
2633         Log: Upgrade to Module-Build-0.2807
2634      Branch: perl
2635            + lib/Module/Build/t/new_from_context.t
2636            + lib/Module/Build/t/test_type.t lib/Module/Build/t/test_types.t
2637            ! lib/Module/Build.pm lib/Module/Build/API.pod
2638            ! lib/Module/Build/Base.pm lib/Module/Build/ModuleInfo.pm
2639            ! lib/Module/Build/Version.pm lib/Module/Build/YAML.pm
2640            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
2641            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
2642            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/ppm.t
2643            ! lib/Module/Build/t/tilde.t
2644 ____________________________________________________________________________
2645 [ 30891] By: nicholas                              on 2007/04/10  14:49:31
2646         Log: S_forget_pmop() only needs a flags argument for the ithreads case,
2647              because PmopSTASH_free() is a no-op in an unthreaded perl.
2648      Branch: perl
2649            ! embed.fnc embed.h op.c op.h proto.h
2650 ____________________________________________________________________________
2651 [ 30888] By: nicholas                              on 2007/04/10  11:48:07
2652         Log: If PL_curpm is pointing to an op that is getting freed, reset it to
2653              NULL. Otherwise we have a pointer dangling into undefined behaviour.
2654      Branch: perl
2655            ! op.c
2656 ____________________________________________________________________________
2657 [ 30887] By: rgs                                   on 2007/04/10  09:43:34
2658         Log: Could someone explain why this file was added twice.
2659      Branch: perl
2660            ! ext/threads/shared/t/stress.t
2661 ____________________________________________________________________________
2662 [ 30886] By: rgs                                   on 2007/04/10  09:41:00
2663         Log: Upgrade to threads::shared 1.09 :
2664              - Fix casting issue under MSWin32
2665              - Modify stress test to not hang under MSWin32
2666      Branch: perl
2667            + ext/threads/shared/t/stress.t
2668            ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README
2669            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2670            ! ext/threads/shared/t/cond.t
2671 ____________________________________________________________________________
2672 [ 30885] By: rgs                                   on 2007/04/10  09:23:43
2673         Log: Add the new CPANPLUS utilities to the VMS build process.
2674      Branch: perl
2675            ! vms/descrip_mms.template
2676 ____________________________________________________________________________
2677 [ 30884] By: rgs                                   on 2007/04/10  07:44:50
2678         Log: Sync MANIFEST. Files have disappeared ?
2679      Branch: perl
2680            ! MANIFEST
2681 ____________________________________________________________________________
2682 [ 30883] By: rgs                                   on 2007/04/10  07:42:33
2683         Log: Add CPANPLUS 0.78
2684      Branch: perl
2685            + lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm
2686            + lib/CPANPLUS/Backend/RV.pm lib/CPANPLUS/Config.pm
2687            + lib/CPANPLUS/Configure.pm lib/CPANPLUS/Configure/Setup.pm
2688            + lib/CPANPLUS/Dist.pm lib/CPANPLUS/Dist/Base.pm
2689            + lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Dist/Sample.pm
2690            + lib/CPANPLUS/Error.pm lib/CPANPLUS/FAQ.pod
2691            + lib/CPANPLUS/Hacking.pod lib/CPANPLUS/Internals.pm
2692            + lib/CPANPLUS/Internals/Constants.pm
2693            + lib/CPANPLUS/Internals/Constants/Report.pm
2694            + lib/CPANPLUS/Internals/Extract.pm
2695            + lib/CPANPLUS/Internals/Fetch.pm
2696            + lib/CPANPLUS/Internals/Report.pm
2697            + lib/CPANPLUS/Internals/Search.pm
2698            + lib/CPANPLUS/Internals/Source.pm
2699            + lib/CPANPLUS/Internals/Utils.pm
2700            + lib/CPANPLUS/Internals/Utils/Autoflush.pm
2701            + lib/CPANPLUS/Module.pm lib/CPANPLUS/Module/Author.pm
2702            + lib/CPANPLUS/Module/Author/Fake.pm
2703            + lib/CPANPLUS/Module/Checksums.pm lib/CPANPLUS/Module/Fake.pm
2704            + lib/CPANPLUS/Module/Signature.pm lib/CPANPLUS/Selfupdate.pm
2705            + lib/CPANPLUS/Shell.pm lib/CPANPLUS/Shell/Classic.pm
2706            + lib/CPANPLUS/Shell/Default.pm
2707            + lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod
2708            + lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
2709            + lib/CPANPLUS/Shell/Default/Plugins/Source.pm
2710            + lib/CPANPLUS/bin/cpan2dist lib/CPANPLUS/bin/cpanp
2711            + lib/CPANPLUS/bin/cpanp-run-perl lib/CPANPLUS/inc.pm
2712            + lib/CPANPLUS/t/00_CPANPLUS-Inc.t
2713            + lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
2714            + lib/CPANPLUS/t/01_CPANPLUS-Configure.t
2715            + lib/CPANPLUS/t/02_CPANPLUS-Internals.t
2716            + lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
2717            + lib/CPANPLUS/t/04_CPANPLUS-Module.t
2718            + lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
2719            + lib/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t
2720            + lib/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t
2721            + lib/CPANPLUS/t/08_CPANPLUS-Backend.t
2722            + lib/CPANPLUS/t/09_CPANPLUS-Internals-Search.t
2723            + lib/CPANPLUS/t/10_CPANPLUS-Error.t
2724            + lib/CPANPLUS/t/19_CPANPLUS-Dist.t
2725            + lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
2726            + lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
2727            + lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
2728            + lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
2729            + lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
2730            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
2731            + r-0.01.tar.gz.packed
2732            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/CHECKSUMS
2733            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
2734            + readme
2735            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
2736            + tar.gz.packed
2737            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
2738            + tar.gz.packed
2739            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/CHECKSUMS
2740            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.re
2741            + adme
2742            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
2743            + r.gz.packed
2744            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/CHECKSUMS
2745            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
2746            + readme
2747            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
2748            + tar.gz.packed
2749            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/CHECKSUMS
2750            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.re
2751            + adme
2752            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
2753            + r.gz.packed
2754            + lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
2755            + cked
2756            + lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
2757            + lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed
2758            + lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac
2759            + ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed
2760            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle
2761            + -Foo-Bar-0.01.tar.gz.packed
2762            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS
2763            + UMS
2764            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba
2765            + r-0.01.tar.gz.packed
2766            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5.
2767            + 005_03.tar.gz.packed
2768            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM
2769            + S
2770            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar-
2771            + 0.01.tar.gz.packed
2772            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS
2773            + UMS
2774            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba
2775            + r-0.01.tar.gz.packed
2776            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM
2777            + S
2778            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar-
2779            + 0.01.tar.gz.packed lib/CPANPLUS/t/inc/conf.pl
2780            + utils/cpan2dist.PL utils/cpanp-run-perl.PL utils/cpanp.PL
2781            ! MANIFEST installperl utils.lst utils/Makefile win32/Makefile
2782            ! win32/makefile.mk
2783 ____________________________________________________________________________
2784 [ 30882] By: rgs                                   on 2007/04/10  06:46:54
2785         Log: Fix new tests
2786      Branch: perl
2787            ! t/op/pat.t
2788 ____________________________________________________________________________
2789 [ 30881] By: stevep                                on 2007/04/10  02:53:34
2790         Log: Subject: Re: [PATCH] length() on magic capture variables
2791              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
2792              Date: Mon, 9 Apr 2007 22:02:42 +0000
2793              Message-ID: <51dd1af80704091502m19130c28y29e6e656516fabfd@mail.gmail.com>
2794      Branch: perl
2795            ! t/op/pat.t
2796 ____________________________________________________________________________
2797 [ 30880] By: stevep                                on 2007/04/10  02:49:07
2798         Log: Subject: [PATCH] Test for the qr// construct
2799              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
2800              Date: Mon, 9 Apr 2007 20:36:58 +0000
2801              Message-ID: <51dd1af80704091336q335f0584o602b5e245bc210fe@mail.gmail.com>
2802              
2803              Includes add to the MANIFEST
2804      Branch: perl
2805            + t/op/qr.t
2806            ! MANIFEST
2807 ____________________________________________________________________________
2808 [ 30879] By: stevep                                on 2007/04/10  02:37:04
2809         Log: Subject: [PATCH] Cast markstack values to I32
2810              From: Jan Dubois <jand@ActiveState.com>
2811              Date: Mon, 09 Apr 2007 18:11:32 -0700
2812              Message-ID: <prol131i8b27re246alnhmem4mj13fcl2b@4ax.com>
2813      Branch: perl
2814            ! XSUB.h pp.h
2815 ____________________________________________________________________________
2816 [ 30878] By: stevep                                on 2007/04/10  02:30:38
2817         Log: Subject: [PATCH] Restore Win64 compilation with the Windows Platform SDK
2818              From: Jan Dubois <jand@ActiveState.com>
2819              Date: Mon, 09 Apr 2007 17:27:17 -0700
2820              Message-ID: <4kll13df3tndn8alp54gi9ur9jmq063aij@4ax.com>   
2821      Branch: perl
2822            ! lib/ExtUtils/MM_Win32.pm win32/win32.c
2823 ____________________________________________________________________________
2824 [ 30877] By: stevep                                on 2007/04/10  02:18:24
2825         Log: Upgrade to bignum-0.20 and Math-BigRat-0.18.
2826      Branch: perl
2827            + lib/bignum/t/bigexp.t
2828            ! MANIFEST lib/Math/BigRat.pm lib/bignum.pm
2829 ____________________________________________________________________________
2830 [ 30876] By: stevep                                on 2007/04/10  02:11:02
2831         Log: Subject: BigInt, FastCalc, BitRat, bignum released to CPAN [PATCH]
2832              From: Tels <nospam-abuse@bloodgate.com>
2833              Date: Mon, 9 Apr 2007 20:59:22 +0000
2834              Message-Id: <200704092059.24058@bloodgate.com>
2835      Branch: perl
2836            ! ext/Math/BigInt/FastCalc/FastCalc.pm
2837            ! ext/Math/BigInt/FastCalc/FastCalc.xs
2838            ! ext/Math/BigInt/FastCalc/t/leak.t lib/Math/BigFloat.pm
2839            ! lib/Math/BigInt.pm lib/Math/BigInt/t/biglog.t
2840            ! lib/Math/BigInt/t/fallback.t
2841 ____________________________________________________________________________
2842 [ 30875] By: stevep                                on 2007/04/09  14:06:22
2843         Log: Upgrade to CPAN-1.90.
2844      Branch: perl
2845            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Queue.pm
2846 ____________________________________________________________________________
2847 [ 30871] By: rgs                                   on 2007/04/08  07:58:39
2848         Log: Subject: [PATCH] RXf_WHITE never used due to small bug in regcomp.c
2849              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
2850              Date: Sat, 7 Apr 2007 00:17:05 +0000
2851              Message-ID: <51dd1af80704061717s44107fb9jf468ef28080d33a6@mail.gmail.com>
2852      Branch: perl
2853            ! regcomp.c
2854 ____________________________________________________________________________
2855 [ 30870] By: rgs                                   on 2007/04/08  07:55:04
2856         Log: Subject: [PATCH] makedepend.SH syntax error
2857              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
2858              Date: Sat, 7 Apr 2007 23:32:44 -0700 (PDT)
2859              Message-ID: <41520.67.40.29.216.1176013964.squirrel@webmail.efn.org>
2860      Branch: perl
2861            ! makedepend.SH
2862 ____________________________________________________________________________
2863 [ 30869] By: nicholas                              on 2007/04/07  21:36:19
2864         Log: Upgrade to Module-Pluggable 3.6
2865      Branch: perl
2866            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
2867 ____________________________________________________________________________
2868 [ 30868] By: nicholas                              on 2007/04/07  20:43:14
2869         Log: Ensure PL_last_in_gv doesn't end up pointing to garbage by NULLing it
2870              if the GV it is pointing to gets freed.
2871      Branch: perl
2872            ! sv.c
2873 ____________________________________________________________________________
2874 [ 30867] By: nicholas                              on 2007/04/07  17:14:11
2875         Log: Under PERL_DEBUG_READONLY_OPS don't panic if you can't find the slab
2876              being freed. Also, need to set the slab to read/write before
2877              incrementing or decrementing an op's reference count.
2878              With this we can build all extentions, and run test_harness.
2879      Branch: perl
2880            ! embed.fnc op.c op.h proto.h
2881 ____________________________________________________________________________
2882 [ 30866] By: nicholas                              on 2007/04/07  12:45:44
2883         Log: Upgrade to Encode 2.19
2884      Branch: perl
2885            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
2886            ! ext/Encode/Encode.xs ext/Encode/bin/piconv
2887            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
2888            ! ext/Encode/lib/Encode/CJKConstants.pm
2889            ! ext/Encode/lib/Encode/JP/H2Z.pm
2890            ! ext/Encode/lib/Encode/JP/JIS7.pm
2891            ! ext/Encode/lib/Encode/MIME/Header.pm
2892            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
2893            ! ext/Encode/t/mime-header.t
2894 ____________________________________________________________________________
2895 [ 30865] By: nicholas                              on 2007/04/07  12:15:40
2896         Log: Turn op_pmreplroot in struct pmop into a real union.
2897      Branch: perl
2898            ! dump.c ext/B/B.xs op.c op.h pp.c pp_hot.c
2899 ____________________________________________________________________________
2900 [ 30863] By: nicholas                              on 2007/04/07  10:48:08
2901         Log: Remove a now un-needed goto from Perl_peep().
2902      Branch: perl
2903            ! op.c
2904 ____________________________________________________________________________
2905 [ 30862] By: nicholas                              on 2007/04/07  10:43:37
2906         Log: Rejig Perl_peep() to assume that ops are optimised by default. The
2907              source code is simpler, and the object code slightly smaller.
2908      Branch: perl
2909            ! op.c
2910 ____________________________________________________________________________
2911 [ 30861] By: nicholas                              on 2007/04/07  08:32:46
2912         Log: Re-ordering OP_STUB in the switch statement in Perl_peep saves a goto.
2913      Branch: perl
2914            ! op.c
2915 ____________________________________________________________________________
2916 [ 30860] By: nicholas                              on 2007/04/06  23:31:14
2917         Log: Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in
2918              PMOP, as both pointers never need to be set at the same time.
2919      Branch: perl
2920            ! dump.c ext/B/B.xs op.c op.h pp_ctl.c
2921 ____________________________________________________________________________
2922 [ 30859] By: nicholas                              on 2007/04/06  22:32:02
2923         Log: assert() that OP_QR and OP_MATCH never set op_pmreplstart, which
2924              simplifies the peep hole optimiser slightly.
2925      Branch: perl
2926            ! op.c
2927 ____________________________________________________________________________
2928 [ 30858] By: nicholas                              on 2007/04/06  22:08:20
2929         Log: Add editor block.
2930      Branch: perl
2931            ! op.h
2932 ____________________________________________________________________________
2933 [ 30857] By: nicholas                              on 2007/04/06  21:53:46
2934         Log: Only append ?? match ops to the list used by reset. This saves memory
2935              and time.
2936      Branch: perl
2937            ! op.c op.h toke.c
2938 ____________________________________________________________________________
2939 [ 30856] By: nicholas                              on 2007/04/06  20:57:34
2940         Log: Avoid accessing free()d memory when calling reset in one thread, after
2941              deleting pattern match ops in another thread.
2942      Branch: perl
2943            ! embed.fnc embed.h op.c proto.h t/op/reset.t
2944 ____________________________________________________________________________
2945 [ 30855] By: nicholas                              on 2007/04/06  20:46:47
2946         Log: Give accurate failure diagnostics when unlike() fails.
2947      Branch: perl
2948            ! t/test.pl
2949 ____________________________________________________________________________
2950 [ 30854] By: nicholas                              on 2007/04/06  20:17:14
2951         Log: Ooops. Forgot to update proto.h in change 30853.
2952      Branch: perl
2953            ! proto.h
2954 ____________________________________________________________________________
2955 [ 30853] By: nicholas                              on 2007/04/06  19:50:12
2956         Log: Remove op_pmnext from PMOPs, and instead store the list for reset as
2957              an array hanging from the mg_ptr of the symbol table magic.
2958              (Previously the linked list head was in the mg_obj member)
2959      Branch: perl
2960            ! embed.fnc embed.h ext/B/B.xs op.c op.h sv.c
2961 ____________________________________________________________________________
2962 [ 30852] By: rgs                                   on 2007/04/06  14:15:44
2963         Log: Subject: [PATCH] Allow any *DBM_File to work for DynaLoader testing
2964              From: "Jerry D. Hedden" <jdhedden@1979.usna.com>
2965              Date: Wed, 4 Apr 2007 09:57:16 -0400
2966              Message-ID: <1ff86f510704040657t732af552jbcbdb8804d134ff7@mail.gmail.com>
2967      Branch: perl
2968            ! ext/DynaLoader/t/DynaLoader.t ext/DynaLoader/t/XSLoader.t
2969 ____________________________________________________________________________
2970 [ 30851] By: rgs                                   on 2007/04/06  13:35:15
2971         Log: Subject: [PATCH] MAD do not ignore errors from 'use'
2972              From: Gerard Goossen <gerard@tty.nl>
2973              Date: Thu, 29 Mar 2007 18:02:29 +0200
2974              Message-ID: <20070329160229.GF20231@ostwald>
2975              
2976              plus another similar correction
2977      Branch: perl
2978            ! perl.c
2979 ____________________________________________________________________________
2980 [ 30850] By: rgs                                   on 2007/04/06  13:19:44
2981         Log: Subject: [PATCH] madprop about forced words
2982              From: Gerard Goossen <gerard@tty.nl>
2983              Date: Thu, 29 Mar 2007 18:10:42 +0200
2984              Message-ID: <20070329161042.GG20231@ostwald>
2985      Branch: perl
2986            ! toke.c
2987 ____________________________________________________________________________
2988 [ 30849] By: rgs                                   on 2007/04/06  12:13:14
2989         Log: Subject: Re: Proposed changes and to regular expression interfaces in core
2990              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
2991              Date: Thu, 29 Mar 2007 22:52:49 +0000
2992              Message-ID: <51dd1af80703291552y1073bcb6r954b043eb68a4459@mail.gmail.com>
2993      Branch: perl
2994            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
2995            ! perl.h pp_hot.c proto.h regcomp.c regcomp.h regexp.h
2996 ____________________________________________________________________________
2997 [ 30848] By: stevep                                on 2007/04/05  16:32:19
2998         Log: g++ on NetBSD needs to have environ declared as well.
2999      Branch: perl
3000            ! perl.h
3001 ____________________________________________________________________________
3002 [ 30847] By: rgs                                   on 2007/04/05  16:26:18
3003         Log: C++ compilation fix by Steve Peters
3004      Branch: perl
3005            ! perl.h
3006 ____________________________________________________________________________
3007 [ 30846] By: nicholas                              on 2007/04/05  08:56:10
3008         Log: S_op_destroy() was not static. Also tidy all other STATIC/static
3009              declarations onto the same line as the return type, to make checking
3010              this easier.
3011      Branch: perl
3012            ! dump.c op.c pp_ctl.c pp_pack.c
3013 ____________________________________________________________________________
3014 [ 30845] By: nicholas                              on 2007/04/04  21:42:26
3015         Log: Add TODO tests for the (sometimes) crashing threads/op deletion/reset
3016              combination.
3017      Branch: perl
3018            ! t/op/reset.t
3019 ____________________________________________________________________________
3020 [ 30844] By: nicholas                              on 2007/04/04  19:55:23
3021         Log: A test for reset.
3022      Branch: perl
3023            + t/op/reset.t
3024            ! MANIFEST
3025 ____________________________________________________________________________
3026 [ 30843] By: nicholas                              on 2007/04/04  17:22:02
3027         Log: Get further through the build with read-only optrees. Free()ing cops
3028              as currently implemented seems to want write activity to them. Also we
3029              save a field in PL_curcop at one point, and sometimes this can be in
3030              a read only COP. If so, the end of scope restoration is always to the
3031              same value, but it's easier to cheat and skip the restoration than to
3032              dig around and avoid the save.
3033      Branch: perl
3034            ! op.c scope.c
3035 ____________________________________________________________________________
3036 [ 30842] By: rgs                                   on 2007/04/04  08:40:52
3037         Log: Symbol export nit, found by Yves
3038      Branch: perl
3039            ! makedef.pl
3040 ____________________________________________________________________________
3041 [ 30841] By: rgs                                   on 2007/04/04  08:32:37
3042         Log: Subject: Re: pmdynflags and thread safety
3043              From: demerphq <demerphq@gmail.com>
3044              Date: Wed, 4 Apr 2007 01:46:26 +0200
3045              Message-ID: <9b18b3110704031646p7ac8dbearf9e41397a5f884d8@mail.gmail.com>
3046      Branch: perl
3047            ! bytecode.pl dump.c embed.fnc ext/B/B.pm ext/B/B.xs
3048            ! ext/B/B/Asmdata.pm ext/B/B/Deparse.pm ext/B/defsubs_h.PL
3049            ! ext/B/t/concise-xs.t ext/re/re.xs op.c op.h pod/perlreguts.pod
3050            ! pod/perltoc.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
3051            ! regexec.c regexp.h sv.c toke.c
3052 ____________________________________________________________________________
3053 [ 30840] By: rgs                                   on 2007/04/04  06:46:46
3054         Log: Subject: [PATCH] ext\ExtUtils\t\Embed.t fails test when upgrading a perl with different core headers.
3055              From: demerphq <demerphq@gmail.com>
3056              Date: Wed, 4 Apr 2007 03:17:21 +0200
3057              Message-ID: <9b18b3110704031817l37c034d3gf3d2b1cd205ac517@mail.gmail.com>
3058      Branch: perl
3059            ! lib/ExtUtils/t/Embed.t
3060 ____________________________________________________________________________
3061 [ 30839] By: rgs                                   on 2007/04/04  06:39:46
3062         Log: Subject: [PATCH] Re: [PATCH] microperl plus missing config vars
3063              From: Jarkko Hietaniemi <jhi@iki.fi>
3064              Date: Tue, 03 Apr 2007 18:28:30 -0400
3065              Message-ID: <4612D50E.5010105@iki.fi>
3066      Branch: perl
3067            ! Porting/checkcfgvar.pl win32/config.gc
3068 ____________________________________________________________________________
3069 [ 30838] By: rgs                                   on 2007/04/03  16:17:01
3070         Log: Subject: Re: [PATCH] MAD prototype checking
3071              From: Gerard Goossen <gerard@tty.nl>
3072              Date: Thu, 29 Mar 2007 17:34:23 +0200
3073              Message-ID: <20070329153423.GE20231@ostwald>
3074      Branch: perl
3075            ! op.c
3076 ____________________________________________________________________________
3077 [ 30837] By: rgs                                   on 2007/04/03  16:12:08
3078         Log: Subject: Re: [PATCH] MAD disable constant inlining
3079              From: Gerard Goossen <gerard@tty.nl>
3080              Date: Thu, 29 Mar 2007 17:31:32 +0200
3081              Message-ID: <20070329153132.GD20231@ostwald>
3082      Branch: perl
3083            ! toke.c
3084 ____________________________________________________________________________
3085 [ 30836] By: rgs                                   on 2007/04/03  08:34:09
3086         Log: C++ compilation patch by Jarkko
3087      Branch: perl
3088            ! ext/Encode/bin/enc2xs
3089 ____________________________________________________________________________
3090 [ 30835] By: nicholas                              on 2007/04/02  21:27:26
3091         Log: We may not even have a list of slabs when Perl_Slab_Free is called.
3092      Branch: perl
3093            ! op.c
3094 ____________________________________________________________________________
3095 [ 30834] By: nicholas                              on 2007/04/02  21:25:03
3096         Log: Cleanups for PERL_DEBUG_READONLY_OPS debugging code - remove a now-
3097              unneeded include of <sys/mman.h>, and make PERL_DEBUG_READONLY_OPS
3098              appear in -V output.
3099      Branch: perl
3100            ! perl.c
3101 ____________________________________________________________________________
3102 [ 30833] By: rgs                                   on 2007/04/02  19:53:08
3103         Log: Subject: [PATCH] Allow testing of DBM_Filter with any *DBM_File
3104              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3105              Date: Mon, 2 Apr 2007 10:15:47 -0700 (PDT)
3106              Message-ID: <642435.53086.qm@web30215.mail.mud.yahoo.com>
3107      Branch: perl
3108            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
3109            ! lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
3110            ! lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
3111            ! lib/DBM_Filter/t/utf8.t
3112 ____________________________________________________________________________
3113 [ 30832] By: nicholas                              on 2007/04/02  19:53:06
3114         Log: For Perl_Slab_Alloc(), eliminate the unused parameter 'm'.
3115      Branch: perl
3116            ! embed.fnc embed.h op.c op.h proto.h
3117 ____________________________________________________________________________
3118 [ 30831] By: rgs                                   on 2007/04/02  19:51:08
3119         Log: Subject: [PATCH] Don't install dbm_filter_util.pl
3120              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3121              Date: Mon, 2 Apr 2007 09:31:13 -0700 (PDT)
3122              Message-ID: <721682.89546.qm@web30209.mail.mud.yahoo.com>
3123      Branch: perl
3124            ! installperl
3125 ____________________________________________________________________________
3126 [ 30830] By: nicholas                              on 2007/04/02  19:25:53
3127         Log: The op slab allocator can call calloc() instead of malloc(), and save
3128              a Zero(). Also, argument m is unused.
3129      Branch: perl
3130            ! op.c
3131 ____________________________________________________________________________
3132 [ 30829] By: nicholas                              on 2007/04/02  19:03:55
3133         Log: Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree
3134              as read only (or as much of it as it practical). This makes it trivial
3135              to detect buggy code that is modifying the optree at runtime.
3136      Branch: perl
3137            ! embed.fnc embed.h embedvar.h intrpvar.h op.c perl.c perlapi.h
3138            ! pod/perlhack.pod proto.h
3139 ____________________________________________________________________________
3140 [ 30828] By: rgs                                   on 2007/04/02  08:50:23
3141         Log: Subject: [PATCH?] perlfunc.pod: Lexical visibility hint in require docu
3142              From: Christian Winter <bitpoet@linux-config.de>
3143              Date: Sun, 01 Apr 2007 18:01:24 +0200
3144              Message-ID: <460FD754.8050106@linux-config.de>
3145      Branch: perl
3146            ! pod/perlfunc.pod
3147 ____________________________________________________________________________
3148 [ 30827] By: craigb                                on 2007/04/01  18:11:28
3149         Log: Update name of Perl executable on VMS following #30414.
3150      Branch: perl
3151            ! t/op/taint.t
3152 ____________________________________________________________________________
3153 [ 30826] By: craigb                                on 2007/04/01  18:01:01
3154         Log: Mark new regex glob test as a TODO on VMS.
3155      Branch: perl
3156            ! ext/File/Glob/t/basic.t
3157 ____________________________________________________________________________
3158 [ 30825] By: merijn                                on 2007/04/01  15:44:33
3159         Log: Subject: README.$OS URLs
3160              From: Steffen Mueller <o6hhmk002@sneakemail.com>
3161              Date: Sat, 31 Mar 2007 16:37:56 +0200
3162              Message-ID: <20070331143757.26271.qmail@lists.develooper.com>
3163      Branch: perl
3164            ! README.amiga README.cn README.dos README.jp README.netware
3165            ! README.tw
3166 ____________________________________________________________________________
3167 [ 30824] By: stevep                                on 2007/04/01  13:10:11
3168         Log: Subject: [PATCH] Symbian sync
3169              From: Jarkko Hietaniemi <jhi@iki.fi>
3170              Date: Sat, 31 Mar 2007 15:30:09 -0400
3171              Message-ID: <460EB6C1.4020406@iki.fi>
3172      Branch: perl
3173            ! README.symbian lib/AutoSplit.pm lib/constant.pm regcomp.pl
3174            ! regnodes.h symbian/port.pl symbian/sdk.pl
3175 ____________________________________________________________________________
3176 [ 30823] By: stevep                                on 2007/04/01  12:57:24
3177         Log: Subject: [PATCH] microperl plus missing config vars
3178              From: Jarkko Hietaniemi <jhi@iki.fi>
3179              Date: Sat, 31 Mar 2007 17:50:18 -0400
3180              Message-ID: <460ED79A.5030809@iki.fi>
3181      Branch: perl
3182            ! Cross/config.sh-arm-linux Makefile.micro NetWare/config.wc
3183            ! Porting/checkcfgvar.pl README.micro epoc/config.sh
3184            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
3185            ! win32/config.bc win32/config.ce win32/config.vc
3186            ! win32/config.vc64
3187 ____________________________________________________________________________
3188 [ 30822] By: davem                                 on 2007/04/01  01:27:57
3189         Log: Make parser_free() be called slightly later,
3190              i.e. at the point where lexer vars are being restored in a LEAVE,
3191              rather than at the end of yyparse()
3192      Branch: perl
3193            ! perly.c toke.c
3194 ____________________________________________________________________________
3195 [ 30821] By: davem                                 on 2007/04/01  01:22:20
3196         Log: Eliminate the use of PL_curforce outside of toke.c
3197      Branch: perl
3198            ! perl.c toke.c
3199 ____________________________________________________________________________
3200 [ 30820] By: davem                                 on 2007/04/01  01:20:02
3201         Log: Eliminate the use of PL_bufend outside of toke.c:
3202              give Perl_scan_vstring() an explicit 'end' arg rather than using
3203              PL_bufend, and replace it with a local var in Perl_find_script()
3204      Branch: perl
3205            ! embed.fnc embed.h proto.h sv.c toke.c
3206 ____________________________________________________________________________
3207 [ 30819] By: davem                                 on 2007/04/01  00:51:00
3208         Log: free backtrack track when on unexpected exit, eg /(?{ die })/
3209      Branch: perl
3210            ! regexec.c
3211 ____________________________________________________________________________
3212 [ 30818] By: davem                                 on 2007/04/01  00:27:02
3213         Log: fix $^R scoping bug.
3214              By setting the outer saved $^R to the current $^R just at the
3215              end of a successful match, and ensuring that that the savestack
3216              doesn't get popped beforehand, the code is simplified and fixes a
3217              bug.
3218      Branch: perl
3219            ! regexec.c t/op/pat.t
3220 ____________________________________________________________________________
3221 [ 30817] By: nicholas                              on 2007/03/31  23:15:15
3222         Log: Rearrange members of structures to reduce memory size on some
3223              platforms. On LP64 structs stackinfo, refcounted_he, and magic shrink
3224              by 8 bytes, struct yy_parser by 16.
3225      Branch: perl
3226            ! cop.h gv.h hv.h mg.h parser.h perl.h
3227 ____________________________________________________________________________
3228 [ 30815] By: nicholas                              on 2007/03/31  20:52:53
3229         Log: Reorder the members of various regexp structs to reduce their size on
3230              LP64 platforms, by pairing up I32 and U32 members. Notably structs
3231              _reg_trie_data, reg_ac_data, regexp and regmatch_state down by 8 bytes,
3232              re_save_state by 16, and regmatch_slab up by 48 (ie one more state per
3233              slab)
3234      Branch: perl
3235            ! regcomp.h regexp.h
3236 ____________________________________________________________________________
3237 [ 30814] By: craigb                                on 2007/03/31  19:42:35
3238         Log: Fix URL rot in README.vms
3239      Branch: perl
3240            ! README.vms
3241 ____________________________________________________________________________
3242 [ 30813] By: craigb                                on 2007/03/31  19:40:43
3243         Log: Make Perl_vms_start_glob return the input pattern when there are
3244              no matches.  
3245      Branch: perl
3246            ! vms/vms.c
3247 ____________________________________________________________________________
3248 [ 30812] By: nicholas                              on 2007/03/31  15:50:05
3249         Log: precomp in struct regexp can be const char *.
3250      Branch: perl
3251            ! regexp.h
3252 ____________________________________________________________________________
3253 [ 30811] By: rgs                                   on 2007/03/31  14:11:40
3254         Log: Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' broken
3255      Branch: perl
3256            ! ext/B/B/Deparse.pm
3257 ____________________________________________________________________________
3258 [ 30806] By: rgs                                   on 2007/03/31  06:23:12
3259         Log: Fix the error message "Can't call method "DOES" on unblessed
3260              reference".
3261      Branch: perl
3262            ! pp_hot.c t/op/universal.t universal.c
3263 ____________________________________________________________________________
3264 [ 30805] By: rgs                                   on 2007/03/31  06:16:09
3265         Log: Don't use utf8.pm in the test (avoiding embedding utf8 in the test
3266              file), and use greek to test for something out of 8-bit latin, as
3267              Jarkko suggested. Everything flows.
3268      Branch: perl
3269            ! t/io/dup.t
3270 ____________________________________________________________________________
3271 [ 30804] By: ams                                   on 2007/03/31  00:51:55
3272         Log: This was released as 2.16.
3273      Branch: perl
3274            ! ext/Storable/Storable.pm
3275 ____________________________________________________________________________
3276 [ 30803] By: ams                                   on 2007/03/31  00:34:13
3277         Log: Add new hints files.
3278      Branch: perl
3279            ! ext/Storable/MANIFEST
3280 ____________________________________________________________________________
3281 [ 30791] By: nicholas                              on 2007/03/30  16:17:25
3282         Log: Bump File::Glob's VERSION to go with change 30103.
3283      Branch: perl
3284            ! ext/File/Glob/Glob.pm
3285 ____________________________________________________________________________
3286 [ 30785] By: nicholas                              on 2007/03/30  11:52:43
3287         Log: Remove the never-used numeric and character switch ops.
3288      Branch: perl
3289            ! opcode.pl
3290 ____________________________________________________________________________
3291 [ 30784] By: nicholas                              on 2007/03/30  11:48:54
3292         Log: A logical rearrangement of ops, to get the post 5.005 ops to their
3293              logical groups.
3294      Branch: perl
3295            ! ext/B/t/b.t opcode.h opcode.pl opnames.h pp.sym pp_proto.h
3296 ____________________________________________________________________________
3297 [ 30783] By: nicholas                              on 2007/03/30  10:53:31
3298         Log: Oops. Failed to remove the now obsolete comment about custom ops.
3299      Branch: perl
3300            ! opcode.pl
3301 ____________________________________________________________________________
3302 [ 30782] By: nicholas                              on 2007/03/30  10:50:10
3303         Log: Remove the restriction that op_custom has to be the last op.
3304              This allows more ops to be added during the life of a stable release.
3305      Branch: perl
3306            ! opcode.h opcode.pl
3307 ____________________________________________________________________________
3308 [ 30781] By: rgs                                   on 2007/03/30  08:30:35
3309         Log: When dup'ing a filehandle, retain the :utf8 layer
3310      Branch: perl
3311            ! perlio.c t/io/dup.t
3312 ____________________________________________________________________________
3313 [ 30780] By: rgs                                   on 2007/03/30  07:48:59
3314         Log: Add two deprecation warnings:
3315              Opening dirhandle %s also as a file
3316              Opening filehandle %s also as a directory
3317      Branch: perl
3318            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys t/op/chdir.t
3319 ____________________________________________________________________________
3320 [ 30779] By: stevep                                on 2007/03/30  03:24:22
3321         Log: Subject: [PATCH] cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found')
3322              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3323              Date: Fri, 30 Mar 2007 04:44:11 +0300 (EEST)
3324              Message-Id: <200703300144.l2U1iBSA490663@kosh.hut.fi>
3325      Branch: perl
3326            ! cflags.SH
3327 ____________________________________________________________________________
3328 [ 30778] By: stevep                                on 2007/03/29  23:11:29
3329         Log: Upgrade to CGI.pm-3.28
3330      Branch: perl
3331            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
3332 ____________________________________________________________________________
3333 [ 30777] By: rgs                                   on 2007/03/29  13:03:54
3334         Log: Subject: [PATCH] Shorten 'skipping...' test message
3335              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3336              Date: Thu, 29 Mar 2007 05:56:51 -0700 (PDT)
3337              Message-ID: <213529.35369.qm@web30214.mail.mud.yahoo.com>
3338      Branch: perl
3339            ! t/TEST
3340 ____________________________________________________________________________
3341 [ 30776] By: rgs                                   on 2007/03/29  07:56:11
3342         Log: Back out changes 30762 and 30763
3343      Branch: perl
3344            ! pp.c
3345 ____________________________________________________________________________
3346 [ 30775] By: rgs                                   on 2007/03/28  08:43:10
3347         Log: Subject: [PATCH?]: perlguts.pod
3348              From: "John P. Linderman" <jpl@research.att.com>
3349              Date: Tue, 27 Mar 2007 12:33:39 -0400
3350              Message-Id: <200703271633.l2RGXd3u3443680@raptor.research.att.com>
3351      Branch: perl
3352            ! pod/perlguts.pod
3353 ____________________________________________________________________________
3354 [ 30774] By: merijn                                on 2007/03/27  12:30:11
3355         Log: Subject: [PATCH] stop the cargo cult of (MEM_SIZE)~0
3356              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3357              Date: Tue, 27 Mar 2007 15:07:52 +0300 (EEST)
3358              Message-Id: <200703271207.l2RC7qOC443040@kosh.hut.fi>
3359      Branch: perl
3360            ! handy.h pp.c util.c
3361 ____________________________________________________________________________
3362 [ 30773] By: rgs                                   on 2007/03/27  11:15:51
3363         Log: Compress::Zlib isn't a good example of extra modules,
3364              since it's now core
3365      Branch: perl
3366            ! INSTALL
3367 ____________________________________________________________________________
3368 [ 30772] By: rgs                                   on 2007/03/27  09:42:44
3369         Log: Fix return value of state assignment ($x=state $y=$z).
3370              Fix a form of state assignment (state($x)=$y).
3371              Minor optimisation in pp_aassign for state variables.
3372              New tests.
3373      Branch: perl
3374            ! op.c pp_hot.c t/op/state.t
3375 ____________________________________________________________________________
3376 [ 30771] By: merijn                                on 2007/03/27  06:17:25
3377         Log: Subject: [PATCH] util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64)
3378              From: Jarkko Hietaniemi <jhi@iki.fi>
3379              Date: Mon, 26 Mar 2007 19:50:11 -0400
3380              Message-ID: <46085C33.1030601@iki.fi>
3381      Branch: perl
3382            ! pod/perlhack.pod util.c
3383 ____________________________________________________________________________
3384 [ 30770] By: merijn                                on 2007/03/27  06:15:21
3385         Log: Documented the PA-RISC End-Of_Life plan; more servers; some IPF
3386              remarks. TODO: the various locations for downloading prebuilt
3387              depots, and what their specifics are. The first is now in, but
3388              no specifics yet.
3389      Branch: perl
3390            ! README.hpux
3391 ____________________________________________________________________________
3392 [ 30769] By: nicholas                              on 2007/03/26  22:52:18
3393         Log: In struct regexp replace the two arrays of I32s accessed via startp
3394              and endp with a single array of struct regexp_paren_pair, which has 2
3395              I32 members. PL_regstartp and PL_regendp are replaced with a pointer
3396              to regexp_paren_pair. The regexp swap structure now only has one
3397              member, so abolish it and store the pointer to the swap array directly.
3398              Hopefully keeping the corresponding start and end adjacent in memory
3399              will help with cache coherency.
3400      Branch: perl
3401            ! mg.c pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c regexp.h sv.c
3402            ! universal.c
3403 ____________________________________________________________________________
3404 [ 30768] By: davem                                 on 2007/03/26  21:48:48
3405         Log: add p55.t MAD tests, and convert renamed mad/nomad into a module
3406              Subject: Re: [PATCH] p55 tests
3407              From: Gerard Goossen <gerard@tty.nl>
3408              Message-ID: <20070322174056.GE24152@ostwald>
3409      Branch: perl
3410            + mad/t/p55.t
3411            ! MANIFEST mad/Nomad.pm
3412 ____________________________________________________________________________
3413 [ 30767] By: davem                                 on 2007/03/26  21:42:48
3414         Log: Rename mad/nomad to mad/Nomad.pm
3415              
3416              Subject: Re: [PATCH] p55 tests
3417              From: Gerard Goossen <gerard@tty.nl>
3418              Message-ID: <20070322174056.GE24152@ostwald>
3419      Branch: perl
3420           +> mad/Nomad.pm
3421            - mad/nomad
3422            ! MANIFEST
3423 ____________________________________________________________________________
3424 [ 30766] By: nicholas                              on 2007/03/26  21:40:12
3425         Log: Move the declaration of two variables into the only block that uses
3426              them.
3427      Branch: perl
3428            ! regexec.c
3429 ____________________________________________________________________________
3430 [ 30763] By: rgs                                   on 2007/03/26  14:36:17
3431         Log: Nit to change 30762 by Gisle.
3432              Avoids storing the chars removed by 4-arg substr() in void context.
3433      Branch: perl
3434            ! pp.c
3435 ____________________________________________________________________________
3436 [ 30762] By: rgs                                   on 2007/03/26  14:33:41
3437         Log: Subject: [PATCH] Re: substr($megabytes, 30) = 
3438              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
3439              Date: Mon, 12 Feb 2007 22:13:50 -0800 (PST)
3440              Message-ID: <1119.63.226.247.186.1171347230.squirrel@63.226.247.186>
3441      Branch: perl
3442            ! pp.c
3443 ____________________________________________________________________________
3444 [ 30761] By: rgs                                   on 2007/03/26  14:21:39
3445         Log: Make the warning "interpreted as function" a bit less annoying,
3446              and test it properly
3447      Branch: perl
3448            ! t/lib/warnings/toke toke.c
3449 ____________________________________________________________________________
3450 [ 30760] By: rgs                                   on 2007/03/26  13:51:30
3451         Log: say() should parse exactly like print()
3452      Branch: perl
3453            ! sv.c toke.c
3454 ____________________________________________________________________________
3455 [ 30759] By: rgs                                   on 2007/03/26  11:52:21
3456         Log: Remove the object_compatibility placeholder in the interpreter struct
3457      Branch: perl
3458            ! perl.h
3459 ____________________________________________________________________________
3460 [ 30758] By: rgs                                   on 2007/03/26  10:09:21
3461         Log: On Linux, don't compile with -DTHREADS_HAVE_PIDS if the
3462              kernel uses the NPTL threading model
3463      Branch: perl
3464            ! hints/linux.sh
3465 ____________________________________________________________________________
3466 [ 30757] By: nicholas                              on 2007/03/26  08:39:43
3467         Log: Simplify the logic in Perl_re_dup() - copy the structure as 1 block,
3468              then fix up what differs. Curiously -Os with gcc x86 produces the same
3469              sized object code.
3470      Branch: perl
3471            ! regcomp.c
3472 ____________________________________________________________________________
3473 [ 30756] By: nicholas                              on 2007/03/25  23:40:00
3474         Log: Change 30753 forgot to remove 2 now unused variables.
3475      Branch: perl
3476            ! regcomp.c
3477 ____________________________________________________________________________
3478 [ 30755] By: nicholas                              on 2007/03/25  23:34:58
3479         Log: Looks like re_dup has been leaking references on 2 SVs for most regexps
3480              since dot (only to be recovered for certain at thread exit).
3481      Branch: perl
3482            ! regcomp.c
3483 ____________________________________________________________________________
3484 [ 30754] By: nicholas                              on 2007/03/25  22:32:11
3485         Log: A more efficient copy in  Perl_reg_temp_copy()
3486      Branch: perl
3487            ! regcomp.c
3488 ____________________________________________________________________________
3489 [ 30753] By: nicholas                              on 2007/03/25  21:59:58
3490         Log: Subject: Re: The performance problem of 30678
3491              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
3492              Message-ID: <20070324185511.02f84668@r2d2>
3493              Date: Sat, 24 Mar 2007 18:55:11 +0100
3494      Branch: perl
3495            ! regcomp.c
3496 ____________________________________________________________________________
3497 [ 30750] By: rgs                                   on 2007/03/24  21:14:22
3498         Log: Make readline() default to *ARGV.
3499              Plus MAD fixes.
3500      Branch: perl
3501            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
3502            ! pp.sym pp_proto.h proto.h t/op/readline.t
3503 ____________________________________________________________________________
3504 [ 30749] By: rgs                                   on 2007/03/24  16:58:28
3505         Log: Now that readpipe defaults to $_, I should update the prototype table
3506              in opcode.pl too.
3507      Branch: perl
3508            ! opcode.h opcode.pl t/op/cproto.t
3509 ____________________________________________________________________________
3510 [ 30748] By: rgs                                   on 2007/03/24  16:51:13
3511         Log: Make sure readpipe without argument can be followed by //
3512      Branch: perl
3513            ! toke.c
3514 ____________________________________________________________________________
3515 [ 30747] By: rgs                                   on 2007/03/24  16:46:02
3516         Log: Make readpipe default to $_
3517      Branch: perl
3518            ! op.c pod/perlfunc.pod t/op/exec.t
3519 ____________________________________________________________________________
3520 [ 30745] By: nicholas                              on 2007/03/24  14:44:28
3521         Log: startp and endp can allocate their array of I32s from the same block of
3522              memory, and Copy() and free it as one.
3523              Probably these two pointers to array should merge into single pointer
3524              to an array of structs.
3525      Branch: perl
3526            ! regcomp.c regexec.c
3527 ____________________________________________________________________________
3528 [ 30740] By: nicholas                              on 2007/03/23  23:32:19
3529         Log: It's possible to write the dup of struct reg_substr_datum with a
3530              memcpy() replacing the member by member copy. Curiously gcc's -Os
3531              produces the same sized code, but not all optimisers may manage this.
3532              Also, by reading and re-assigning to the copied data for the sv_dup()s
3533              we hope to avoid any cache misses on the copied from data.
3534      Branch: perl
3535            ! regcomp.c
3536 ____________________________________________________________________________
3537 [ 30730] By: rgs                                   on 2007/03/23  18:25:43
3538         Log: Don't use PL_na.
3539      Branch: perl
3540            ! universal.c
3541 ____________________________________________________________________________
3542 [ 30729] By: rgs                                   on 2007/03/23  17:34:48
3543         Log: Subject: [perl #41775] Memoize bug (and patch): problem with LIST_CACHE => MERGE 
3544              From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
3545              Date: Sat, 10 Mar 2007 12:18:35 -0800
3546              Message-ID: <rt-3.6.HEAD-30201-1173557915-1780.41775-75-0@perl.org>
3547      Branch: perl
3548            ! lib/Memoize.pm
3549 ____________________________________________________________________________
3550 [ 30728] By: mhx                                   on 2007/03/23  17:21:15
3551         Log: Upgrade to Devel::PPPort 3.11_01
3552      Branch: perl
3553            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
3554            ! ext/Devel/PPPort/parts/inc/call
3555            ! ext/Devel/PPPort/parts/inc/variables
3556            ! ext/Devel/PPPort/parts/todo/5006000 ext/Devel/PPPort/soak
3557            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/variables.t
3558 ____________________________________________________________________________
3559 [ 30726] By: nicholas                              on 2007/03/23  16:55:13
3560         Log: Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.h
3561              and provide memNEs() too.
3562      Branch: perl
3563            ! handy.h regcomp.c
3564 ____________________________________________________________________________
3565 [ 30725] By: rgs                                   on 2007/03/23  16:45:14
3566         Log: Subject: [PATCH] Silence compiler warning in util.c
3567              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3568              Date: Fri, 23 Mar 2007 09:40:02 -0700 (PDT)
3569              Message-ID: <256688.25862.qm@web30215.mail.mud.yahoo.com>
3570      Branch: perl
3571            ! util.c
3572 ____________________________________________________________________________
3573 [ 30724] By: nicholas                              on 2007/03/23  16:15:58
3574         Log: Change 30080 was wrong to swap the BEGIN test to memEQ
3575      Branch: perl
3576            ! op.c
3577 ____________________________________________________________________________
3578 [ 30722] By: rgs                                   on 2007/03/23  14:47:09
3579         Log: Subject: Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect treatment of non-manual page refs like "this(c)"
3580              From: Jari Aalto <jari.aalto@cante.net>
3581              Date: Wed, 07 Mar 2007 11:08:24 +0200
3582              Message-ID: <87ejo1s9o7.fsf@w2kpicasso.cante.net>
3583              
3584              with adjustments to the regexp
3585      Branch: perl
3586            ! lib/Pod/Html.pm
3587 ____________________________________________________________________________
3588 [ 30721] By: rgs                                   on 2007/03/23  14:33:22
3589         Log: PerlFAQ sync.
3590              Also, use a svn checkout done under an English locale, to
3591              avoid having French dates in the headers. Hateful.
3592      Branch: perl
3593            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3594            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3595            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3596            ! pod/perlfaq9.pod
3597 ____________________________________________________________________________
3598 [ 30718] By: rgs                                   on 2007/03/23  11:59:55
3599         Log: Subject: [PATCH] Cwd doesn't need ppport.h in core
3600              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3601              Date: Tue, 20 Mar 2007 13:16:46 -0700 (PDT)
3602              Message-ID: <196803.14702.qm@web30215.mail.mud.yahoo.com>
3603      Branch: perl
3604            ! ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm mkppport.lst
3605 ____________________________________________________________________________
3606 [ 30716] By: rgs                                   on 2007/03/23  11:41:58
3607         Log: Subject: symbol-exports needed for Data::Alias
3608              From: Matthijs van Duin <xmath@cpan.org>
3609              Date: Tue, 20 Mar 2007 14:59:15 +0100
3610              Message-ID: <20070320135915.GA25192@cds.nl>
3611      Branch: perl
3612            ! embed.fnc embed.h global.sym
3613 ____________________________________________________________________________
3614 [ 30715] By: rgs                                   on 2007/03/23  10:48:41
3615         Log: Convert file to proper line-endings
3616      Branch: perl
3617            ! lib/Pod/Simple/t/items02.t
3618 ____________________________________________________________________________
3619 [ 30714] By: rgs                                   on 2007/03/23  10:43:04
3620         Log: Missing file in MANIFEST
3621      Branch: perl
3622            ! MANIFEST
3623 ____________________________________________________________________________
3624 [ 30713] By: rgs                                   on 2007/03/23  08:48:33
3625         Log: Fix path of a test file for running in the core
3626      Branch: perl
3627            ! lib/Pod/Simple/t/reinit.t
3628 ____________________________________________________________________________
3629 [ 30712] By: stevep                                on 2007/03/23  03:45:30
3630         Log: Upgrade to CPAN-1.88_79
3631      Branch: perl
3632            ! lib/CPAN.pm
3633 ____________________________________________________________________________
3634 [ 30711] By: stevep                                on 2007/03/23  03:36:47
3635         Log: Upgrade to Test-Simple-0.70
3636      Branch: perl
3637            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
3638            ! lib/Test/Simple/Changes lib/Test/Simple/t/is_fh.t
3639 ____________________________________________________________________________
3640 [ 30710] By: stevep                                on 2007/03/23  02:17:50
3641         Log: Re-sorting the MANIFEST after the mess made of it with the
3642              Pod-Simple renamings
3643      Branch: perl
3644            ! MANIFEST
3645 ____________________________________________________________________________
3646 [ 30709] By: stevep                                on 2007/03/23  02:06:06
3647         Log: Perforce appararently didn't like integrating this file, since
3648              I had done it twice.  It looks like an add will have to do instead.
3649      Branch: perl
3650            + lib/Pod/Simple/t/perlvaro.txt
3651 ____________________________________________________________________________
3652 [ 30708] By: stevep                                on 2007/03/23  01:54:54
3653         Log: fix instalhtml and Pod::HTML issues.
3654              From: demerphq <demerphq@gmail.com>
3655              Date: Thu, 22 Mar 2007 19:42:54 +0100
3656              Message-ID: <9b18b3110703221142g4955362atffee33d05e30bd27@mail.gmail.com>
3657              
3658              Just the changes to installhtml and Pod::HTML in this patch.
3659      Branch: perl
3660            ! installhtml lib/Pod/Html.pm
3661 ____________________________________________________________________________
3662 [ 30707] By: stevep                                on 2007/03/23  01:47:41
3663         Log: Additional test file edits needed for Pod-Simple-3.05 that couldn't
3664              be included due to the integrates being performed in the previous
3665              change.
3666      Branch: perl
3667            ! lib/Pod/Simple/t/htmlbat.t lib/Pod/Simple/t/render.t
3668            ! lib/Pod/Simple/t/search10.t lib/Pod/Simple/t/search12.t
3669            ! lib/Pod/Simple/t/search20.t lib/Pod/Simple/t/search22.t
3670            ! lib/Pod/Simple/t/search25.t lib/Pod/Simple/t/search26.t
3671            ! lib/Pod/Simple/t/search27.t lib/Pod/Simple/t/search28.t
3672            ! lib/Pod/Simple/t/search29.t
3673 ____________________________________________________________________________
3674 [ 30706] By: stevep                                on 2007/03/23  01:43:11
3675         Log: Upgrade to Pod-Simple-3.05.
3676      Branch: perl
3677            + lib/Pod/Simple/t/20_skip.t lib/Pod/Simple/t/accept01.t
3678            + lib/Pod/Simple/t/corpus/2202jp.txt.packed
3679            + lib/Pod/Simple/t/corpus/2202jpx.txt.packed
3680            + lib/Pod/Simple/t/corpus/2202jpy.txt.packed
3681            + lib/Pod/Simple/t/corpus2/polish_utf16be_bom.txt.packed
3682            + lib/Pod/Simple/t/corpus2/polish_utf16le_bom.txt.packed
3683            + lib/Pod/Simple/t/reinit.t
3684           +> (branch 87 files)
3685            - lib/Pod/Simple/t/20_skip_before_58.t
3686            - lib/Pod/Simple/t/ac_c_extend.t lib/Pod/Simple/t/ac_c_simple.t
3687            - lib/Pod/Simple/t/beginend.t
3688            - lib/Pod/Simple/t/corpus/buniya_cp1256.txt
3689            - lib/Pod/Simple/t/corpus/buniya_cp1256.xml
3690            - lib/Pod/Simple/t/corpus/buniya_iso6.txt
3691            - lib/Pod/Simple/t/corpus/buniya_iso6.xml
3692            - lib/Pod/Simple/t/corpus/fet_contradiction.txt
3693            - lib/Pod/Simple/t/corpus/fet_contradiction.xml
3694            - lib/Pod/Simple/t/corpus/fet_duplication.txt
3695            - lib/Pod/Simple/t/corpus/fet_duplication.xml
3696            - lib/Pod/Simple/t/corpus/fet_when_koi8r.txt
3697            - lib/Pod/Simple/t/corpus/fet_when_koi8r.xml
3698            - lib/Pod/Simple/t/corpus/french_implicit_latin1.txt
3699            - lib/Pod/Simple/t/corpus/french_implicit_latin1.xml
3700            - lib/Pod/Simple/t/corpus/french_latin1.txt
3701            - lib/Pod/Simple/t/corpus/french_latin1.xml
3702            - lib/Pod/Simple/t/corpus/greek_iso_8859_7.pod
3703            - lib/Pod/Simple/t/corpus/greek_iso_8859_7.xml
3704            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.xml
3705            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.xml
3706            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.xml
3707            - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.txt
3708            - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.xml
3709            - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.txt
3710            - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.xml
3711            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_implicit_utf8.txt
3712            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.txt
3713            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.xml
3714            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.txt
3715            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.xml
3716            - lib/Pod/Simple/t/corpustest.t
3717            - lib/Pod/Simple/t/encoding_nonesuch.t
3718            - lib/Pod/Simple/t/encoding_not_error.t
3719            - lib/Pod/Simple/t/encoding_not_error0.t
3720            - lib/Pod/Simple/t/fcodes_ee.t lib/Pod/Simple/t/fcodes_ell.t
3721            - lib/Pod/Simple/t/fcodes_ess.t
3722            - lib/Pod/Simple/t/fullstop_spaces.t
3723            - lib/Pod/Simple/t/head_ends_over.t lib/Pod/Simple/t/html-para.t
3724            - lib/Pod/Simple/t/html-styles.t lib/Pod/Simple/t/html-title.t
3725            - lib/Pod/Simple/t/htmlbatch_01.t lib/Pod/Simple/t/itemadapt.t
3726            - lib/Pod/Simple/t/junk1_out.txt lib/Pod/Simple/t/junk2_out.txt
3727            - lib/Pod/Simple/t/linkclass.t
3728            - lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
3729            - lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
3730            - lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
3731            - lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
3732            - lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
3733            - lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
3734            - lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
3735            - lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
3736            - lib/Pod/Simple/t/perlcyg_out.txt lib/Pod/Simple/t/perlfaq3.pod
3737            - lib/Pod/Simple/t/perlfaq3_out.txt
3738            - lib/Pod/Simple/t/perlvar_out.txt lib/Pod/Simple/t/pulltitle.t
3739            - lib/Pod/Simple/t/sanity_tfh.t lib/Pod/Simple/t/search_05sane.t
3740            - lib/Pod/Simple/t/search_10survey_specific.t
3741            - lib/Pod/Simple/t/search_12survey_cwd.t
3742            - lib/Pod/Simple/t/search_20survey_two.t
3743            - lib/Pod/Simple/t/search_22survey_two_shadowing.t
3744            - lib/Pod/Simple/t/search_25_glob_squaa.t
3745            - lib/Pod/Simple/t/search_26_glob_kleene_k.t
3746            - lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
3747            - lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
3748            - lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
3749            - lib/Pod/Simple/t/search_50survey_inc.t
3750            - lib/Pod/Simple/t/test_lib/Blorm.pm
3751            - lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
3752            - lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
3753            - lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
3754            - lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
3755            - lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
3756            - lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
3757            - lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
3758            - lib/Pod/Simple/t/test_lib/pod/perlthang.pod
3759            - lib/Pod/Simple/t/test_lib/squaa.pm
3760            - lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
3761            - lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
3762            - lib/Pod/Simple/t/test_lib/zikzik.pod
3763            - lib/Pod/Simple/t/verbatim_formatted.t
3764            - lib/Pod/Simple/t/verbatims.t
3765            - lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
3766            ! MANIFEST lib/Pod/Simple.pm lib/Pod/Simple/ChangeLog
3767            ! lib/Pod/Simple/Search.pm
3768 ____________________________________________________________________________
3769 [ 30700] By: nicholas                              on 2007/03/22  22:21:54
3770         Log: Can use memEQ instead of strnEQ in CHECK_WORD()
3771      Branch: perl
3772            ! regcomp.c
3773 ____________________________________________________________________________
3774 [ 30693] By: rgs                                   on 2007/03/22  18:26:36
3775         Log: Subject: [PATCH] Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string
3776              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
3777              Date: Thu, 16 Nov 2006 17:36:44 +0100
3778              Message-ID: <20061116173644.4412f66f@grubert.mandriva.com>
3779      Branch: perl
3780            ! ext/Encode/Encode.xs
3781 ____________________________________________________________________________
3782 [ 30691] By: steveh                                on 2007/03/22  17:46:43
3783         Log: Make sure Win32CORE.pm gets cleaned up
3784              
3785              Normally it happens anyway, but sometimes when running 'distclean'
3786              on a half-built source tree it gets left behind.
3787      Branch: perl
3788            ! win32/Makefile win32/makefile.mk
3789 ____________________________________________________________________________
3790 [ 30688] By: rgs                                   on 2007/03/22  14:45:36
3791         Log: Misc. L<> fixes in core docs : don't link to man pages;
3792              provide full urls when linking to web sites.
3793      Branch: perl
3794            ! pod/perlipc.pod pod/perllocale.pod pod/perlpacktut.pod
3795 ____________________________________________________________________________
3796 [ 30687] By: stevep                                on 2007/03/22  14:43:32
3797         Log: Subject: [PATCH] Fix to threads::shared t/waithires.t
3798              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3799              Date: Thu, 22 Mar 2007 07:34:23 -0700 (PDT)
3800              Message-ID: <381102.32342.qm@web30207.mail.mud.yahoo.com>
3801      Branch: perl
3802            ! ext/threads/shared/t/waithires.t
3803 ____________________________________________________________________________
3804 [ 30686] By: rgs                                   on 2007/03/22  14:41:17
3805         Log: Fix a broken link and a meaningless phrase in perldebguts
3806      Branch: perl
3807            ! pod/perldebguts.pod
3808 ____________________________________________________________________________
3809 [ 30685] By: rgs                                   on 2007/03/22  14:37:43
3810         Log: Remove references to perlcc from the core docs.
3811      Branch: perl
3812            ! pod/perlfunc.pod pod/perlmod.pod pod/perlutil.pod
3813            ! pod/perlvar.pod
3814 ____________________________________________________________________________
3815 [ 30684] By: rgs                                   on 2007/03/22  14:25:54
3816         Log: Fix internal POD link
3817      Branch: perl
3818            ! lib/Term/ANSIColor.pm
3819 ____________________________________________________________________________
3820 [ 30683] By: nicholas                              on 2007/03/22  14:00:14
3821         Log: Re-order the flags values for struct refcounted_he to allow the
3822              possibility of storing 2 futher types. Add a void * to the union
3823              as it won't increase the size, but may become useful.
3824      Branch: perl
3825            ! hv.c hv.h
3826 ____________________________________________________________________________
3827 [ 30681] By: rgs                                   on 2007/03/22  09:28:15
3828         Log: Subject: [PATCH] Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug
3829              From: Jarkko Hietaniemi <jhi@iki.fi>
3830              Date: Wed, 21 Mar 2007 08:01:14 -0400
3831              Message-ID: <46011E8A.1080009@iki.fi>
3832      Branch: perl
3833            ! lib/Pod/Html.pm
3834 ____________________________________________________________________________
3835 [ 30680] By: rgs                                   on 2007/03/22  09:19:22
3836         Log: regexp refcount is an integer, not a pointer
3837      Branch: perl
3838            ! dump.c
3839 ____________________________________________________________________________
3840 [ 30679] By: rgs                                   on 2007/03/22  09:16:37
3841         Log: Fix error message for re::regnames_iterinit()
3842      Branch: perl
3843            ! universal.c
3844 ____________________________________________________________________________
3845 [ 30678] By: rgs                                   on 2007/03/22  09:01:37
3846         Log: Subject: [PATCH] Resolve PL_curpm issues with (??{}) and fix corruption of match results when pattern is a qr.
3847              From: demerphq <demerphq@gmail.com>
3848              Date: Wed, 21 Mar 2007 10:39:24 +0100
3849              Message-ID: <9b18b3110703210239x540f5ad9mdb41c2ea6229ac31@mail.gmail.com>
3850              
3851              plus two follow-up patches (minor tweaks)
3852      Branch: perl
3853            ! dump.c embed.fnc embed.h ext/Devel/Peek/t/Peek.t
3854            ! ext/Encode/t/Aliases.t ext/re/re.pm ext/re/t/re_funcs.t
3855            ! global.sym lib/Tie/Hash/NamedCapture.pm pp_ctl.c proto.h
3856            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t universal.c
3857 ____________________________________________________________________________
3858 [ 30677] By: rgs                                   on 2007/03/22  08:34:42
3859         Log: Subject: [PATCH] threads 1.61
3860              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3861              Date: Wed, 21 Mar 2007 13:15:53 -0700 (PDT)
3862              Message-ID: <999680.51877.qm@web30208.mail.mud.yahoo.com>
3863              
3864              Fix 'list/array' context - both keywords are supported
3865      Branch: perl
3866            ! ext/threads/Changes ext/threads/README ext/threads/t/context.t
3867            ! ext/threads/t/exit.t ext/threads/t/thread.t
3868            ! ext/threads/threads.pm ext/threads/threads.xs
3869 ____________________________________________________________________________
3870 [ 30676] By: davem                                 on 2007/03/22  00:16:23
3871         Log: fix MAD compilation of C-style for loop
3872              
3873              Subject:  [PATCH] MAD C-style for loop
3874              From:  Gerard Goossen <gerard@tty.nl>
3875              Date:  Wed, 21 Mar 2007 19:18:52 +0100
3876              Message-Id:  <20070321181852.GD31539@ostwald>
3877      Branch: perl
3878            ! perly.act perly.y
3879 ____________________________________________________________________________
3880 [ 30675] By: stevep                                on 2007/03/21  23:21:46
3881         Log: Silence a couple of warnings caused by change #30672.
3882      Branch: perl
3883            ! doio.c
3884 ____________________________________________________________________________
3885 [ 30673] By: nicholas                              on 2007/03/21  22:59:47
3886         Log: Adjust test count for 5.8.x
3887      Branch: perl
3888            ! ext/B/t/concise-xs.t
3889 ____________________________________________________________________________
3890 [ 30672] By: stevep                                on 2007/03/21  22:44:10
3891         Log: Make gcc warn in case code is not C++ compatible.
3892      Branch: perl
3893            ! cflags.SH
3894 ____________________________________________________________________________
3895 [ 30671] By: nicholas                              on 2007/03/21  22:01:32
3896         Log: Only use proxy constant subroutines for 5.9.x.
3897      Branch: perl
3898            ! ext/Fcntl/Makefile.PL ext/POSIX/Makefile.PL
3899            ! ext/Socket/Makefile.PL
3900 ____________________________________________________________________________
3901 [ 30670] By: nicholas                              on 2007/03/21  21:28:35
3902         Log: Subject: [PATCH] Change 30661 could result in undefined variable
3903              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3904              Message-ID: <915076.64236.qm@web30212.mail.mud.yahoo.com>
3905              Date: Wed, 21 Mar 2007 12:47:52 -0700 (PDT)
3906      Branch: perl
3907            ! util.c
3908 ____________________________________________________________________________
3909 [ 30667] By: nicholas                              on 2007/03/21  19:02:50
3910         Log: Add some PERL_MEM* defines to the -V output that were missing.
3911              "Correct" the whitespace on the only inconsistent #ifdef/#endif
3912      Branch: perl
3913            ! perl.c
3914 ____________________________________________________________________________
3915 [ 30661] By: nicholas                              on 2007/03/21  16:31:52
3916         Log: Remove the (sometimes) unused variable from change 30652.
3917      Branch: perl
3918            ! util.c
3919 ____________________________________________________________________________
3920 [ 30660] By: stevep                                on 2007/03/21  13:32:22
3921         Log: Pod fix to h2ph from John Morrissey on the Debian bug list.
3922      Branch: perl
3923            ! utils/h2ph.PL
3924 ____________________________________________________________________________
3925 [ 30659] By: nicholas                              on 2007/03/21  12:53:56
3926         Log: Don't try to set the NV on a typeglob-in-action. Should cure bug
3927              41920.
3928      Branch: perl
3929            ! sv.c
3930 ____________________________________________________________________________
3931 [ 30658] By: nicholas                              on 2007/03/21  12:20:03
3932         Log: AVs and HVs never had the NV slot. (Not that this error mattered, as
3933              you can't upgrade from them, and the only code path that uses the
3934              flag in sv_upgrade isn't reached when upgrading to AVs or HVs)
3935      Branch: perl
3936            ! sv.c
3937 ____________________________________________________________________________
3938 [ 30657] By: rgs                                   on 2007/03/21  10:43:52
3939         Log: Subject: [PATCH] Sys::Syslog doesn't need ppport.h in core
3940              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3941              Date: Tue, 20 Mar 2007 13:15:31 -0700 (PDT)
3942              Message-ID: <203426.48736.qm@web30214.mail.mud.yahoo.com>
3943      Branch: perl
3944            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
3945            ! ext/Sys/Syslog/Syslog.xs mkppport.lst
3946 ____________________________________________________________________________
3947 [ 30656] By: rgs                                   on 2007/03/21  10:24:52
3948         Log: Subject: [PATCH] Data::Dumper doesn't need ppport.h in core
3949              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3950              Date: Tue, 20 Mar 2007 11:48:24 -0700 (PDT)
3951              Message-ID: <627715.37131.qm@web30212.mail.mud.yahoo.com>
3952      Branch: perl
3953            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
3954            ! ext/Data/Dumper/Makefile.PL mkppport.lst
3955 ____________________________________________________________________________
3956 [ 30655] By: rgs                                   on 2007/03/21  09:27:40
3957         Log: Subject: [PATCH] Compress::Raw::Zlib doesn't need ppport.h in core [REVISED]
3958              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3959              Date: Tue, 20 Mar 2007 14:05:46 -0700 (PDT)
3960              Message-ID: <855257.38889.qm@web30205.mail.mud.yahoo.com>
3961      Branch: perl
3962            ! ext/Compress/Raw/Zlib/Makefile.PL
3963            ! ext/Compress/Raw/Zlib/Zlib.xs
3964            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm mkppport.lst
3965 ____________________________________________________________________________
3966 [ 30654] By: rgs                                   on 2007/03/21  09:20:30
3967         Log: Subject: [PATCH] Remove unneeded pragma line from B/t/OptreeCheck.pm
3968              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3969              Date: Tue, 20 Mar 2007 16:43:02 -0700 (PDT)
3970              Message-ID: <376615.72521.qm@web30204.mail.mud.yahoo.com>
3971      Branch: perl
3972            ! ext/B/t/OptreeCheck.pm
3973 ____________________________________________________________________________
3974 [ 30653] By: rgs                                   on 2007/03/21  08:57:22
3975         Log: Don't install XS::APItest and XS::Typemap
3976      Branch: perl
3977            ! installperl utils/perlivp.PL
3978 ____________________________________________________________________________
3979 [ 30652] By: nicholas                              on 2007/03/20  23:20:46
3980         Log: In safecalloc, use the system calloc() for the non-DEBUGGING case, as
3981              it may be able to memset() to 0 for free. 
3982      Branch: perl
3983            ! util.c
3984 ____________________________________________________________________________
3985 [ 30651] By: rgs                                   on 2007/03/20  16:15:55
3986         Log: Subject: [PATCH] Re: ppport.h in core
3987              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3988              Date: Tue, 20 Mar 2007 09:08:19 -0700 (PDT)
3989              Message-ID: <319763.15276.qm@web30202.mail.mud.yahoo.com>
3990              
3991              Digest::SHA no longer uses ppport.h
3992      Branch: perl
3993            ! mkppport.lst
3994 ____________________________________________________________________________
3995 [ 30649] By: merijn                                on 2007/03/20  16:06:11
3996         Log: Subject: [PATCH] my email address changed
3997              From: Michael Stevens <mstevens@etla.org>
3998              Date: Tue, 20 Mar 2007 15:49:12 +0000
3999              Message-ID: <20070320154912.GE50318@etla.org>
4000      Branch: perl
4001            ! AUTHORS
4002 ____________________________________________________________________________
4003 [ 30648] By: rgs                                   on 2007/03/20  11:39:16
4004         Log: More nits in the PERL5LIB docs, suggested by Andreas.
4005      Branch: perl
4006            ! pod/perlrun.pod
4007 ____________________________________________________________________________
4008 [ 30647] By: rgs                                   on 2007/03/20  09:01:05
4009         Log: Subject: [PATCH] feel the the baß (encoding problems in the regex engine)
4010              From: demerphq <demerphq@gmail.com>
4011              Date: Tue, 20 Mar 2007 01:40:34 +0100
4012              Message-ID: <9b18b3110703191740m6bf21942p6521f3016ed8092f@mail.gmail.com>
4013      Branch: perl
4014            ! pod/perlreguts.pod regcomp.c regexec.c t/op/pat.t
4015 ____________________________________________________________________________
4016 [ 30646] By: rgs                                   on 2007/03/19  23:59:54
4017         Log: Better wording for the return value of select()
4018              (bug #41907)
4019      Branch: perl
4020            ! pod/perlfunc.pod
4021 ____________________________________________________________________________
4022 [ 30645] By: rgs                                   on 2007/03/19  23:34:50
4023         Log: More adjustments to the PERL5LIB docs by Rick
4024              Delaney and myself
4025      Branch: perl
4026            ! pod/perlrun.pod
4027 ____________________________________________________________________________
4028 [ 30644] By: rgs                                   on 2007/03/19  23:11:12
4029         Log: Let %^H be modifiable in eval-strings (bug #41531),
4030              by adding a meaning for OPf_SPECIAL on OP_CONST.
4031              Patch by Yves Orton.
4032      Branch: perl
4033            ! op.c op.h pp_hot.c t/comp/hints.t
4034 ____________________________________________________________________________
4035 [ 30643] By: rgs                                   on 2007/03/19  22:44:18
4036         Log: Subject: Re: Composing @INC from PERL5LIB
4037              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
4038              Date: Mon, 19 Mar 2007 23:35:10 +0100
4039              Message-ID: <87ircwkgkh.fsf@k75.linux.bogus>
4040      Branch: perl
4041            ! pod/perlrun.pod
4042 ____________________________________________________________________________
4043 [ 30634] By: rgs                                   on 2007/03/19  15:42:58
4044         Log: Adjust timing tolerance in threads tests, by Jerry D. Hedden
4045      Branch: perl
4046            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4047            ! ext/threads/shared/t/waithires.t
4048 ____________________________________________________________________________
4049 [ 30633] By: nicholas                              on 2007/03/19  15:17:27
4050         Log: PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fd
4051              reference counts correctly.
4052      Branch: perl
4053            ! ext/XS/Typemap/Typemap.xs perlio.c
4054 ____________________________________________________________________________
4055 [ 30631] By: rgs                                   on 2007/03/19  09:34:32
4056         Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
4057              From: Jari Aalto <jari.aalto@cante.net>
4058              Date: Sat, 17 Mar 2007 11:11:17 +0300
4059              Message-ID: <87k5xg9tne.fsf@w2kpicasso.cante.net>
4060      Branch: perl
4061            ! lib/Pod/Html.pm
4062 ____________________________________________________________________________
4063 [ 30630] By: rgs                                   on 2007/03/19  09:27:29
4064         Log: Subject: Re: perlreguts: Copy-editing and wishlist
4065              From: Marvin Humphrey <marvin@rectangular.com>
4066              Date: Fri, 16 Mar 2007 12:44:55 -0700
4067              Message-Id: <F6284B08-4B4E-467A-AFB2-8A71154FDD08@rectangular.com>
4068      Branch: perl
4069            ! pod/perlreguts.pod
4070 ____________________________________________________________________________
4071 [ 30629] By: rgs                                   on 2007/03/19  08:58:08
4072         Log: Upgrade to version.pm 0.71, by John Peacock
4073      Branch: perl
4074            ! embed.fnc embed.h gv.c lib/version.t perl.c pod/perlapi.pod
4075            ! pp_ctl.c proto.h t/comp/use.t t/op/universal.t universal.c
4076            ! util.c
4077 ____________________________________________________________________________
4078 [ 30628] By: davem                                 on 2007/03/19  00:00:46
4079         Log: minor code simplification made possible by change #30627
4080      Branch: perl
4081            ! mg.c
4082 ____________________________________________________________________________
4083 [ 30627] By: davem                                 on 2007/03/18  23:43:05
4084         Log: When restoring localised values, call set only on container magic.
4085              Avoids (among other things), localised pos index being trashed at
4086              scope exit.
4087      Branch: perl
4088            ! mg.c t/op/pos.t
4089 ____________________________________________________________________________
4090 [ 30624] By: davem                                 on 2007/03/18  23:17:04
4091         Log: move magic container/value test into separate function
4092      Branch: perl
4093            ! mg.c
4094 ____________________________________________________________________________
4095 [ 30618] By: nicholas                              on 2007/03/18  21:14:16
4096         Log: The test case applied in change 29502 really should have gone at the
4097              end of the file t/op/re_tests.
4098      Branch: perl
4099            ! t/op/re_tests
4100 ____________________________________________________________________________
4101 [ 30614] By: nicholas                              on 2007/03/18  19:44:42
4102         Log: Subject: 29044 broke Fatal.pm
4103              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
4104              Message-ID: <87slc37y99.fsf@k75.linux.bogus>
4105              Date: Sun, 18 Mar 2007 09:26:58 +0100
4106      Branch: perl
4107            ! lib/Fatal.pm lib/Fatal.t
4108 ____________________________________________________________________________
4109 [ 30610] By: nicholas                              on 2007/03/17  18:42:30
4110         Log: PerlIO_importFILE() should increase the reference count on the fd
4111              that it brings into PerlIO managed space. (A long standing problem
4112              reported by Steve Hay)
4113      Branch: perl
4114            ! perlio.c
4115 ____________________________________________________________________________
4116 [ 30609] By: rgs                                   on 2007/03/17  17:43:48
4117         Log: Subject: [PATCH] perl5db.t: skip test when /dev/tty is not available
4118              From: Alexey Tourbin <at@altlinux.ru>
4119              Date: Sat, 17 Mar 2007 19:28:33 +0300
4120              Message-ID: <20070317162833.GA10670@solemn.turbinal>
4121      Branch: perl
4122            ! lib/perl5db.t
4123 ____________________________________________________________________________
4124 [ 30608] By: nicholas                              on 2007/03/17  16:58:00
4125         Log: Test case from Karl Chen in RT #41831
4126              (The bug was already fixed in blead, merged to maint, and it seems
4127              better to adapt the sample code rather than add the whole new test)
4128      Branch: perl
4129            ! t/op/taint.t
4130 ____________________________________________________________________________
4131 [ 30607] By: nicholas                              on 2007/03/17  15:14:38
4132         Log: Remove the other 4 bits of MAD code designed to abort on local $^L.
4133      Branch: perl
4134            ! scope.c
4135 ____________________________________________________________________________
4136 [ 30606] By: nicholas                              on 2007/03/17  13:01:18
4137         Log: The code in newCONDOP can be made visibly simpler by using intermediate
4138              variables. It's also 8 bytes smaller with -Os
4139      Branch: perl
4140            ! op.c
4141 ____________________________________________________________________________
4142 [ 30605] By: nicholas                              on 2007/03/16  19:29:04
4143         Log: Under -Dmad, free the ops representing the dead code when a branch
4144              conditional value is actually a constant. Previously this was leaking
4145              ops, and more visibly shared hash keys.
4146      Branch: perl
4147            ! op.c
4148 ____________________________________________________________________________
4149 [ 30604] By: rgs                                   on 2007/03/16  15:18:07
4150         Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
4151              From: Jari Aalto <jari.aalto@cante.net>
4152              Date: Wed, 14 Mar 2007 21:56:14 +0300
4153              Message-ID: <87hcsnbqnl.fsf@w2kpicasso.cante.net>
4154      Branch: perl
4155            ! lib/Pod/Html.pm
4156 ____________________________________________________________________________
4157 [ 30603] By: nicholas                              on 2007/03/16  08:41:02
4158         Log: Remove the abort() trap, which Larry said was actually only ever
4159              intended as a way to enter gdb by using local $^L
4160      Branch: perl
4161            ! scope.c
4162 ____________________________________________________________________________
4163 [ 30602] By: craigb                                on 2007/03/16  01:40:50
4164         Log: Make sure escaped dots in filenames are preserved when translating
4165              filenames from VMS to UNIX syntax.
4166      Branch: perl
4167            ! vms/ext/filespec.t vms/vms.c
4168 ____________________________________________________________________________
4169 [ 30601] By: rgs                                   on 2007/03/15  17:43:43
4170         Log: Patch by Abigail to avoid using $& in diagnostics.pm.
4171      Branch: perl
4172            ! lib/diagnostics.pm
4173 ____________________________________________________________________________
4174 [ 30600] By: rgs                                   on 2007/03/15  17:18:18
4175         Log: Subject: [PATCH] Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu)
4176              From: Abe Timmerman <abe@ztreet.demon.nl>
4177              Date: Thu, 15 Mar 2007 18:06:25 +0100
4178              Message-ID: <45F97D11.2080009@ztreet.demon.nl>
4179              
4180              skips some tests when perl is built without useperlio
4181      Branch: perl
4182            ! ext/PerlIO/encoding/t/nolooping.t t/op/inccode.t
4183 ____________________________________________________________________________
4184 [ 30599] By: rgs                                   on 2007/03/15  16:14:22
4185         Log: Patch by Gerard Goossen to add madprops to "require" opcode
4186      Branch: perl
4187            ! perly.act perly.h perly.tab perly.y
4188 ____________________________________________________________________________
4189 [ 30597] By: rgs                                   on 2007/03/15  16:01:33
4190         Log: Patch by Gerard Goossen to have nomad print also
4191              the [ ] { } madprops.
4192      Branch: perl
4193            ! mad/nomad
4194 ____________________________________________________________________________
4195 [ 30596] By: rgs                                   on 2007/03/15  15:53:28
4196         Log: Don't mention DynaLoader.a in INSTALL,
4197              since it doesn't exist anymore
4198      Branch: perl
4199            ! INSTALL
4200 ____________________________________________________________________________
4201 [ 30595] By: nicholas                              on 2007/03/15  15:02:55
4202         Log: Seems that 5.6.x needs the same fix as 5.005_xx for dclone.t
4203      Branch: perl
4204            ! ext/Storable/Storable.xs
4205 ____________________________________________________________________________
4206 [ 30594] By: nicholas                              on 2007/03/15  13:23:49
4207         Log: Subject: Re: [Patch] Fix some of the tests of Storable on Perl 5.004
4208              From: Sébastien Aperghis-Tramoni <saper@cpan.org>
4209              Message-ID: <1173961567.45f93b5f0fc9f@imp.free.fr>
4210              Date: Thu, 15 Mar 2007 13:26:07 +0100
4211      Branch: perl
4212            ! ext/Storable/Storable.pm ext/Storable/t/file_magic.t
4213            ! ext/Storable/t/threads.t
4214 ____________________________________________________________________________
4215 [ 30593] By: nicholas                              on 2007/03/15  11:35:26
4216         Log: Tweak to Storable to make dclone.t pass on 5.005_03.
4217      Branch: perl
4218            ! ext/Storable/Storable.xs
4219 ____________________________________________________________________________
4220 [ 30592] By: nicholas                              on 2007/03/15  11:32:38
4221         Log: Subject: [PATCH blead] Re: What is this MAD stuff all about?
4222              From: Rick Delaney <rick@bort.ca>
4223              Message-ID: <20070313001511.GJ6001@bort.ca>
4224              Date: Mon, 12 Mar 2007 20:15:12 -0400
4225      Branch: perl
4226            ! toke.c
4227 ____________________________________________________________________________
4228 [ 30591] By: rgs                                   on 2007/03/15  09:52:05
4229         Log: Upgrade to threads::shared 1.08 :
4230              - Sub-second resolution for cont_timedwait under WIN32
4231              (courtesy of Dean Arnold)
4232              - Fix compiler warnings
4233      Branch: perl
4234            + ext/threads/shared/t/waithires.t
4235            ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README
4236            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4237            ! ext/threads/shared/t/blessed.t
4238 ____________________________________________________________________________
4239 [ 30590] By: rgs                                   on 2007/03/15  09:35:14
4240         Log: Make the isdst argument to asctime and mktime default to -1
4241              instead of 0, as suggested by Mike Schilli.
4242      Branch: perl
4243            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
4244 ____________________________________________________________________________
4245 [ 30589] By: nicholas                              on 2007/03/14  23:33:02
4246         Log: Changes needed to get Storable to compile on 5.005_03.
4247              Passing tests is a different matter...
4248      Branch: perl
4249            ! ext/Storable/Storable.xs
4250 ____________________________________________________________________________
4251 [ 30584] By: rgs                                   on 2007/03/14  16:18:33
4252         Log: Subject: Re: [perl #41687] [PATCH] v5.8.8 pod2html -- Add --[no]fragmentuniq to support more readable <a name=..> refs
4253              From: Jari Aalto <jari.aalto@cante.net>
4254              Date: Wed, 07 Mar 2007 10:04:15 +0200
4255              Message-ID: <87y7m9scn4.fsf@w2kpicasso.cante.net>
4256              
4257              with test adjustments
4258      Branch: perl
4259            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t lib/Pod/t/htmlview.t
4260 ____________________________________________________________________________
4261 [ 30583] By: rgs                                   on 2007/03/14  15:50:21
4262         Log: Subject: [perl #41698] [PATCH] v5.8.8 pod2html -- Add <div>..</div> around the outputted INDEX section 
4263              From: Jari Aalto (via RT) <perlbug-followup@perl.org>
4264              Date: Sun, 04 Mar 2007 13:33:20 -0800
4265              Message-ID: <rt-3.6.HEAD-2051-1173043999-1740.41698-75-0@perl.org>
4266              
4267              plus test adjustments
4268      Branch: perl
4269            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmllink.t
4270            ! lib/Pod/t/htmlview.t
4271 ____________________________________________________________________________
4272 [ 30582] By: rgs                                   on 2007/03/14  15:40:54
4273         Log: Subject: [perl #41701] [PATCH] v5.8.8. pod2html -- F<filename> should add 'class="file"' in the HTML output 
4274              From: Jari Aalto (via RT) <perlbug-followup@perl.org>
4275              Date: Mon, 05 Mar 2007 02:05:38 -0800
4276              Message-ID: <rt-3.6.HEAD-2051-1173089138-1801.41701-75-0@perl.org>
4277              
4278              plus adjustments to tests
4279      Branch: perl
4280            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
4281 ____________________________________________________________________________
4282 [ 30580] By: rgs                                   on 2007/03/14  13:38:15
4283         Log: De-hardcode a path in a Test::Simple test, so it works
4284              when integrated to the core.
4285      Branch: perl
4286            ! lib/Test/Simple/t/fail-more.t
4287 ____________________________________________________________________________
4288 [ 30578] By: stevep                                on 2007/03/14  13:17:42
4289         Log: Upgrade to Test-Simple-0.68.  Includes a tweak to
4290              lib/Test/Simple/t/fail-more.t so that all of its tests pass within
4291              the Perl core.
4292      Branch: perl
4293            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
4294            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
4295            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/is_fh.t
4296            ! lib/Test/Simple/t/overload.t
4297 ____________________________________________________________________________
4298 [ 30577] By: davem                                 on 2007/03/14  12:34:05
4299         Log: use a fresh stack when loading Errno.pm etc.
4300              Stops 'use vars qw($!)' in lib/vars.t segfaulting.
4301              (This can be reduced to 'my $sym = "!"; *$sym = \$$sym')
4302      Branch: perl
4303            ! gv.c
4304 ____________________________________________________________________________
4305 [ 30576] By: rgs                                   on 2007/03/14  09:43:21
4306         Log: Patch by Sébastien Aperghis-Tramoni to avoid encoding
4307              everything that goes through Net::Cmd as UTF-8
4308              (regression as of Net::Cmd 2.27, see CPAN RT #24835)
4309      Branch: perl
4310            ! lib/Net/Cmd.pm
4311 ____________________________________________________________________________
4312 [ 30575] By: rgs                                   on 2007/03/14  07:51:57
4313         Log: Subject: [PATCH] perlfunc.pod (ref results), perlop.pod (qr// result) 
4314              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
4315              Date: Wed, 14 Mar 2007 07:56:45 +0100
4316              Message-ID: <45F79CAD.5050005@thalesgroup.com>
4317      Branch: perl
4318            ! pod/perlfunc.pod pod/perlop.pod
4319 ____________________________________________________________________________
4320 [ 30574] By: nicholas                              on 2007/03/13  23:10:11
4321         Log: The dMY_CXT added in change 27938 isn't needed when in the PERL_CORE.
4322      Branch: perl
4323            ! regexec.c
4324 ____________________________________________________________________________
4325 [ 30572] By: nicholas                              on 2007/03/13  22:48:46
4326         Log: Check that stat and -X favours the file handle over the directory
4327              handle when using *THINGY{IO} syntax too.
4328      Branch: perl
4329            ! t/op/stat.t
4330 ____________________________________________________________________________
4331 [ 30571] By: nicholas                              on 2007/03/13  22:24:54
4332         Log: Check that stat and -X on barewords favour the file handle over the
4333              directory handle for the ambiguous case.
4334      Branch: perl
4335            ! t/op/stat.t
4336 ____________________________________________________________________________
4337 [ 30569] By: nicholas                              on 2007/03/13  20:48:17
4338         Log: Bump versions of modules that are currently on "dev" releases in maint.
4339      Branch: perl
4340            ! ext/B/B/Debug.pm ext/B/B/Terse.pm
4341 ____________________________________________________________________________
4342 [ 30566] By: nicholas                              on 2007/03/13  19:33:02
4343         Log: Integrate:
4344              [ 30565]
4345              Make the constant AVf_REAL conditional on Perl version.
4346      Branch: perl
4347           !> ext/B/defsubs_h.PL
4348 ____________________________________________________________________________
4349 [ 30563] By: nicholas                              on 2007/03/13  17:35:05
4350         Log: 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1.
4351              (And then merge the difference back into blead)
4352      Branch: perl
4353            ! ext/B/t/concise-xs.t
4354 ____________________________________________________________________________
4355 [ 30562] By: stevep                                on 2007/03/13  15:54:56
4356         Log: Subject: [PATCH] DB_File with g++ and db v1
4357              From: Jarkko Hietaniemi <jhi@iki.fi>
4358              Date: Mon, 12 Mar 2007 22:01:34 -0400
4359              Message-ID: <45F605FE.1090606@iki.fi>
4360      Branch: perl
4361            ! ext/DB_File/DB_File.xs
4362 ____________________________________________________________________________
4363 [ 30561] By: rgs                                   on 2007/03/13  11:13:20
4364         Log: Subject: [PATCH] inform constant.pm about UNITCHECK
4365              From: "Joshua ben Jore" <twists@gmail.com>
4366              Date: Tue, 13 Mar 2007 00:35:11 -0700
4367              Message-ID: <dc5c751d0703130035o1a739f45g1ea559d110bd5dd8@mail.gmail.com>
4368      Branch: perl
4369            ! lib/constant.pm lib/constant.t
4370 ____________________________________________________________________________
4371 [ 30560] By: rgs                                   on 2007/03/13  11:02:03
4372         Log: Need a SPAGAIN here because the stack pointer might have
4373              moved when evaluating a tied hash in scalar context.
4374      Branch: perl
4375            ! pp_hot.c
4376 ____________________________________________________________________________
4377 [ 30558] By: nicholas                              on 2007/03/13  00:01:42
4378         Log: Get B compiling and passing all tests on both 5.9.x and 5.8.x
4379      Branch: perl
4380            ! ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
4381            ! ext/B/t/OptreeCheck.pm ext/B/t/concise-xs.t ext/B/t/f_sort.t
4382            ! ext/B/t/optree_constants.t ext/B/t/optree_specials.t
4383            ! ext/B/t/pragma.t
4384 ____________________________________________________________________________
4385 [ 30557] By: rgs                                   on 2007/03/12  22:14:27
4386         Log: Fix a couple of minor typos in comments
4387      Branch: perl
4388            ! dump.c
4389 ____________________________________________________________________________
4390 [ 30556] By: rgs                                   on 2007/03/12  21:58:19
4391         Log: Better wording for (?|...) in perlre, from a suggestion by Ruud.
4392      Branch: perl
4393            ! pod/perlre.pod
4394 ____________________________________________________________________________
4395 [ 30555] By: rgs                                   on 2007/03/12  21:22:55
4396         Log: Remove notes about experimental functions in the utf8 module.
4397              Also, document that the internal utf8 functions can be used
4398              without loading utf8.pm. (Suggested by Juerd)
4399      Branch: perl
4400            ! lib/utf8.pm
4401 ____________________________________________________________________________
4402 [ 30554] By: rgs                                   on 2007/03/12  21:00:05
4403         Log: warn() without args doesn't take a default message in $_, but in $@
4404      Branch: perl
4405            ! pod/perldiag.pod
4406 ____________________________________________________________________________
4407 [ 30553] By: nicholas                              on 2007/03/12  18:21:56
4408         Log: Fix the partially passing TODO test in optree_constants.t by
4409              making the tests for PL_sv_yes and PL_sv_no run as separate programs,
4410              rather than code eval'd in the current program, as under ithreads
4411              whether you get the real thing or a copy depends on whether any
4412              previous code has that SV in a PAD op.
4413      Branch: perl
4414            ! ext/B/t/optree_constants.t
4415 ____________________________________________________________________________
4416 [ 30552] By: nicholas                              on 2007/03/12  15:30:39
4417         Log: With the demise of ByteLoader in blead, unshare_hek can return to the
4418              backwaters of 'p'. Not being visible to 'EX'tensions means that there's
4419              less exposure to maintenance compatibility concerns.
4420      Branch: perl
4421            ! embed.fnc embed.h global.sym
4422 ____________________________________________________________________________
4423 [ 30551] By: stevep                                on 2007/03/12  15:12:39
4424         Log: Upgrade to CPAN-1.88_78
4425      Branch: perl
4426            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Kwalify.pm
4427            ! lib/CPAN/Kwalify/distroprefs.dd
4428            ! lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/bin/cpan
4429 ____________________________________________________________________________
4430 [ 30550] By: nicholas                              on 2007/03/12  15:03:29
4431         Log: Bitten again by the snakes in the MANIFEST spec - tabs, not spaces.
4432      Branch: perl
4433            ! MANIFEST
4434 ____________________________________________________________________________
4435 [ 30548] By: rgs                                   on 2007/03/12  14:33:01
4436         Log: Like fake scalars, state variables shouldn't get new pad entries
4437              at each recursion, in order to be truly stateful. (bug #41789)
4438      Branch: perl
4439            ! pad.c t/op/state.t
4440 ____________________________________________________________________________
4441 [ 30544] By: craigb                                on 2007/03/11  23:42:14
4442         Log: ExtUtils::Manifest fix-ups for VMS:
4443              - don't use multiple dots in .bak filenames
4444              - remove VMS-specific clobbering of keys with values in mkmanifest()
4445              patch also in RT at <http://rt.cpan.org//Ticket/Display.html?id=25377>
4446      Branch: perl
4447            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
4448 ____________________________________________________________________________
4449 [ 30543] By: craigb                                on 2007/03/11  21:05:08
4450         Log: Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lot
4451              of OS-specific shenanigans.
4452      Branch: perl
4453            ! t/io/inplace.t t/io/iprefix.t
4454 ____________________________________________________________________________
4455 [ 30542] By: craigb                                on 2007/03/11  21:01:35
4456         Log: Add directory depth check for older VMS systems to check83.pl
4457      Branch: perl
4458            ! Porting/check83.pl
4459 ____________________________________________________________________________
4460 [ 30537] By: nicholas                              on 2007/03/10  16:56:21
4461         Log: Test that format references can't be wrongly dereferenced.
4462              Test that a glob dereference of a PVIO correctly sets the IO of the
4463              temporary glob that it creates.
4464      Branch: perl
4465            ! t/op/ref.t
4466 ____________________________________________________________________________
4467 [ 30535] By: nicholas                              on 2007/03/10  16:20:31
4468         Log: Bump Exporter's $VERSION.
4469      Branch: perl
4470            ! lib/Exporter.pm
4471 ____________________________________________________________________________
4472 [ 30533] By: nicholas                              on 2007/03/10  15:34:34
4473         Log: A test case for change 30527 (chdir bareword ambiguity with dirhandles
4474              and filehandles)
4475      Branch: perl
4476            ! t/op/chdir.t
4477 ____________________________________________________________________________
4478 [ 30532] By: nicholas                              on 2007/03/10  15:30:46
4479         Log: Refactor the "has fchdir" and "has dirfd" logic to one place.
4480      Branch: perl
4481            ! t/op/chdir.t
4482 ____________________________________________________________________________
4483 [ 30531] By: nicholas                              on 2007/03/09  20:49:47
4484         Log: Don't swallow up other warnings in Exporter's test. Remove a needless
4485              eval that happened to generate 4 warnings.
4486      Branch: perl
4487            ! lib/Exporter.t
4488 ____________________________________________________________________________
4489 [ 30530] By: merijn                                on 2007/03/09  19:47:15
4490         Log: Subject: [perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so 
4491              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
4492              Date: Thu, 22 Feb 2007 14:39:02 -0800
4493              Message-ID: <rt-3.6.HEAD-28041-1172183942-1615.41587-75-0@perl.org>
4494      Branch: perl
4495            ! Makefile.SH
4496 ____________________________________________________________________________
4497 [ 30529] By: nicholas                              on 2007/03/09  19:23:57
4498         Log: Make Exporter::Heavy correctly not warn when exporting a symbol only
4499              declared in the export specification. Ensure that the test actually
4500              tests this.
4501      Branch: perl
4502            ! lib/Exporter.t lib/Exporter/Heavy.pm
4503 ____________________________________________________________________________
4504 [ 30528] By: merijn                                on 2007/03/09  19:02:23
4505         Log: Tom Callaway's Redhat patches
4506              
4507              Subject: [perl #41595] [PATCH] 5.8.8 Use CFLAGS for all compiler invocations
4508              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
4509              Date: Thu, 22 Feb 2007 19:33:45 -0800
4510              Message-ID: <rt-3.6.HEAD-28041-1172201625-659.41595-75-0@perl.org>
4511              
4512              Subject: [perl #41589] [PATCH] 5.8.8 Linux needs -FPIC too
4513              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
4514              Date: Thu, 22 Feb 2007 14:56:24 -0800
4515              Message-ID: <rt-3.6.HEAD-18680-1172184984-1237.41589-75-0@perl.org>
4516      Branch: perl
4517            ! Configure
4518 ____________________________________________________________________________
4519 [ 30527] By: stevep                                on 2007/03/09  18:30:16
4520         Log: Prefer dirhandles to filehandles when passing a bareword typeglob
4521              to chdir() and the typeglob has both a dirhandle and a 
4522              filehandle assigned to it.
4523      Branch: perl
4524            ! pp_sys.c
4525 ____________________________________________________________________________
4526 [ 30525] By: rgs                                   on 2007/03/09  17:47:22
4527         Log: Mention Perl::Unsafe::Signals in the core docs en passant.
4528      Branch: perl
4529            ! pod/perlipc.pod
4530 ____________________________________________________________________________
4531 [ 30521] By: craigb                                on 2007/03/09  00:46:34
4532         Log: In ExtUtils::Liblist::Kid::_vms_ext(), escape the dollar, not the
4533              minus (there was no intention to use $\ or $- here).
4534      Branch: perl
4535            ! lib/ExtUtils/Liblist/Kid.pm
4536 ____________________________________________________________________________
4537 [ 30520] By: rgs                                   on 2007/03/08  16:31:36
4538         Log: The HePV macro was borked.
4539      Branch: perl
4540            ! hv.h
4541 ____________________________________________________________________________
4542 [ 30519] By: rgs                                   on 2007/03/08  16:12:29
4543         Log: Warning fix. Since HePV's second argument is supposed
4544              to be an unsigned integer, there's not point in comparing
4545              it to 0.
4546      Branch: perl
4547            ! hv.h
4548 ____________________________________________________________________________
4549 [ 30518] By: rgs                                   on 2007/03/08  15:48:53
4550         Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
4551              From: demerphq <demerphq@gmail.com>
4552              Date: Thu, 8 Mar 2007 10:20:50 +0100
4553              Message-ID: <9b18b3110703080120s41147a4fh4f4c1f9817079be3@mail.gmail.com>
4554      Branch: perl
4555            ! gv.c lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t
4556 ____________________________________________________________________________
4557 [ 30517] By: rgs                                   on 2007/03/08  15:06:49
4558         Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
4559              From: demerphq <demerphq@gmail.com>
4560              Date: Wed, 7 Mar 2007 20:44:52 +0100
4561              Message-ID: <9b18b3110703071144t787e028s8a79fa1986624b54@mail.gmail.com>
4562      Branch: perl
4563            + lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t
4564            - ext/re/lib/re/Tie/Hash/NamedCapture.pm
4565            ! MANIFEST embed.fnc ext/re/re.xs ext/re/t/re_funcs.t global.sym
4566            ! gv.c pod/perl595delta.pod pod/perlvar.pod proto.h universal.c
4567 ____________________________________________________________________________
4568 [ 30516] By: steveh                                on 2007/03/08  14:13:11
4569         Log: Subject: RE: $Win32::VERSION problem
4570              From: "Jan Dubois" <jand@activestate.com>
4571              Date: Wed, 7 Mar 2007 12:26:01 -0800
4572              Message-ID: <00b301c760f6$d28129d0$77837d70$@com>
4573              
4574              Adds the tests from the dual-lived CPAN distribution Win32-0.27
4575              and removes two old t/win32 tests which are now redundant
4576      Branch: perl
4577            + ext/Win32/t/ExpandEnvironmentStrings.t
4578            + ext/Win32/t/GetFileVersion.t ext/Win32/t/GetFolderPath.t
4579            + ext/Win32/t/GetFullPathName.t ext/Win32/t/GetLongPathName.t
4580            + ext/Win32/t/GetOSVersion.t ext/Win32/t/GuidGen.t
4581            - t/win32/getosversion.t t/win32/longpath.t
4582            ! MANIFEST
4583 ____________________________________________________________________________
4584 [ 30515] By: rgs                                   on 2007/03/08  13:49:42
4585         Log: Subject: debugger history save and load
4586              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
4587              Date: Wed, 07 Mar 2007 14:53:58 +0100
4588              Message-ID: <87y7m99n2h.fsf@k75.linux.bogus>
4589      Branch: perl
4590            ! lib/perl5db.pl
4591 ____________________________________________________________________________
4592 [ 30514] By: rgs                                   on 2007/03/08  13:46:16
4593         Log: Better docs for C<no VERSION>
4594      Branch: perl
4595            ! pod/perl593delta.pod pod/perlfunc.pod
4596 ____________________________________________________________________________
4597 [ 30513] By: rgs                                   on 2007/03/08  11:19:38
4598         Log: Need to extend the stack when using warn() without
4599              an argument (this fixes bug #41716)
4600      Branch: perl
4601            ! pp_sys.c
4602 ____________________________________________________________________________
4603 [ 30512] By: rgs                                   on 2007/03/08  11:17:21
4604         Log: Subject: [PATCH] Default to ELF on FreeBSD when objformat is not there
4605              From: Anton Berezin <tobez@tobez.org>
4606              Date: Thu, 8 Mar 2007 12:08:45 +0100
4607              Message-ID: <20070308110845.GA24332@heechee.tobez.org>
4608      Branch: perl
4609            ! hints/freebsd.sh
4610 ____________________________________________________________________________
4611 [ 30511] By: craigb                                on 2007/03/08  03:50:32
4612         Log: MM->{ldflags} may not be defined and wouldn't help us locate
4613              the perlshr library anyway (follow-up to #30462).
4614      Branch: perl
4615            ! lib/ExtUtils/Liblist/Kid.pm
4616 ____________________________________________________________________________
4617 [ 30510] By: craigb                                on 2007/03/08  03:06:53
4618         Log: Make vms/gen_shrfls.pl better able to detect header transitions with
4619              various compiler versions (needed after #30463).
4620      Branch: perl
4621            ! vms/gen_shrfls.pl
4622 ____________________________________________________________________________
4623 [ 30500] By: rgs                                   on 2007/03/07  17:08:54
4624         Log: Regenerates internal and external API docs
4625      Branch: perl
4626            ! pod/perlapi.pod pod/perlintern.pod
4627 ____________________________________________________________________________
4628 [ 30499] By: rgs                                   on 2007/03/07  17:05:29
4629         Log: Add the new man page, perlunifaq, in relevant places
4630      Branch: perl
4631            ! plan9/mkfile pod.lst pod/perl.pod vms/descrip_mms.template
4632            ! win32/pod.mak
4633 ____________________________________________________________________________
4634 [ 30497] By: rgs                                   on 2007/03/07  16:36:20
4635         Log: Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves Orton
4636      Branch: perl
4637            ! lib/ExtUtils/Liblist/Kid.pm
4638 ____________________________________________________________________________
4639 [ 30496] By: rgs                                   on 2007/03/07  16:32:48
4640         Log: Use another method to avoid the "possible interpolation" warning
4641              for @- and @+ : do this directly from the lexer (patch by Yves
4642              Orton.) This way, @- and @+ aren't preloaded anymore.
4643              Avoid to require re::Tie::Hash::NamedCapture when the *- or *+
4644              globs are created, this was breaking the build due to miniperl's
4645              inability to load it.
4646      Branch: perl
4647            ! gv.c perl.c toke.c
4648 ____________________________________________________________________________
4649 [ 30493] By: merijn                                on 2007/03/07  13:23:23
4650         Log: Subject: Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
4651              From: Juerd Waalboer <juerd@convolution.nl>
4652              Date: Sun, 4 Mar 2007 16:00:19 +0100
4653              Message-ID: <20070304150019.GN4723@c4.convolution.nl>
4654      Branch: perl
4655            + pod/perlunifaq.pod
4656            ! MANIFEST ext/Encode/Encode.pm ext/Encode/encoding.pm
4657            ! lib/PerlIO.pm lib/utf8.pm pod/perlapi.pod pod/perldata.pod
4658            ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod
4659            ! pod/perlpacktut.pod pod/perlport.pod pod/perlretut.pod
4660            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlunitut.pod
4661            ! pod/perlvar.pod sv.c
4662 ____________________________________________________________________________
4663 [ 30492] By: rgs                                   on 2007/03/07  11:00:07
4664         Log: Localize $! in splainthis() too. (see bug #41717)
4665      Branch: perl
4666            ! lib/diagnostics.pm
4667 ____________________________________________________________________________
4668 [ 30491] By: rgs                                   on 2007/03/07  10:57:11
4669         Log: Better localisation of $_ in diagnostics.
4670              This fixes bug #41717.
4671      Branch: perl
4672            ! lib/diagnostics.pm
4673 ____________________________________________________________________________
4674 [ 30490] By: rgs                                   on 2007/03/07  10:33:38
4675         Log: Avoid to load the *+ and *- globs too early.
4676              To silence spurious interpolation warnings, merely
4677              create the stash entry for them. Ensure that the
4678              re::Tie::Hash::NamedCapture module is always loaded
4679              when we have created the tied hashes %+ and %-.
4680              Revert change #30483, which is now unnecessary.
4681      Branch: perl
4682            ! gv.c lib/dumpvar.pl perl.c
4683 ____________________________________________________________________________
4684 [ 30489] By: stevep                                on 2007/03/06  16:49:47
4685         Log: Upgrade to IO-Zlib-1.05.  There are updates to the core that have
4686              not yet been included in the CPAN distribution, so the core 
4687              module has a version bump.
4688      Branch: perl
4689            ! lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/getline.t
4690 ____________________________________________________________________________
4691 [ 30488] By: rgs                                   on 2007/03/06  15:51:06
4692         Log: Fix error messages returned by S_require_tie_mod. Fix small leaks
4693              happening in there too. More importantly, call it when we load both
4694              a hash or a glob.
4695      Branch: perl
4696            ! gv.c
4697 ____________________________________________________________________________
4698 [ 30487] By: rgs                                   on 2007/03/06  15:04:03
4699         Log: Fix a small leak on loading *+ and *- globs
4700      Branch: perl
4701            ! gv.c
4702 ____________________________________________________________________________
4703 [ 30486] By: stevep                                on 2007/03/06  13:52:56
4704         Log: Upgrade to CGI.pm-3.27
4705      Branch: perl
4706            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Util.pm
4707            ! lib/CGI/t/form.t lib/CGI/t/util.t
4708 ____________________________________________________________________________
4709 [ 30485] By: rgs                                   on 2007/03/06  11:19:04
4710         Log: Subject: [PATCH] 'Unknown PerlIO layer "encoding"...' message
4711              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
4712              Date: Fri, 2 Mar 2007 06:59:41 -0800 (PST)
4713              Message-ID: <794180.55454.qm@web30208.mail.mud.yahoo.com>
4714      Branch: perl
4715            ! lib/Pod/t/man.t
4716 ____________________________________________________________________________
4717 [ 30484] By: rgs                                   on 2007/03/06  11:10:26
4718         Log: Doc patch about PerlIO::encoding:
4719              
4720              Subject: [PATCH] Re: 'Unknown PerlIO layer "encoding"...' message
4721              From: Tels <nospam-abuse@bloodgate.com>
4722              Date: Fri, 2 Mar 2007 11:31:39 +0000
4723              Message-Id: <200703021131.41085@bloodgate.com>
4724      Branch: perl
4725            ! pod/perlfunc.pod
4726 ____________________________________________________________________________
4727 [ 30483] By: rgs                                   on 2007/03/06  10:32:01
4728         Log: dumpvar.pl must load re::Tie::Hash::NamedCapture if it wants
4729              to dump %+ and %-.
4730      Branch: perl
4731            ! lib/dumpvar.pl
4732 ____________________________________________________________________________
4733 [ 30482] By: steveh                                on 2007/03/06  09:20:51
4734         Log: Reinstate part of #28744 that was accidentally reverted in #30454
4735              to suppress a couple of warnings (at least on Win32)
4736      Branch: perl
4737            ! ext/Math/BigInt/FastCalc/FastCalc.pm
4738            ! ext/Math/BigInt/FastCalc/FastCalc.xs
4739 ____________________________________________________________________________
4740 [ 30481] By: nicholas                              on 2007/03/05  23:52:09
4741         Log: As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside
4742              a check on the existing SvTYPE(), there's no need to wrap it inside
4743              another explcit check of SvTYPE(). This won't make any difference to
4744              the output of an optimising compiler, but it makes the source clearer.
4745      Branch: perl
4746            ! pp_ctl.c sv.c
4747 ____________________________________________________________________________
4748 [ 30464] By: nicholas                              on 2007/03/05  12:26:46
4749         Log: Change 30461 was wrong. As ext/re (re)builds the regexp engine with
4750              -DDEBUGGING, it's going to need PL_reg_name even if core perl doesn't.
4751              So something is always going to use it, so always define it, and always
4752              export it. (But only define it once, so that static builds work.)
4753      Branch: perl
4754            ! makedef.pl regcomp.pl regnodes.h
4755 ____________________________________________________________________________
4756 [ 30463] By: craigb                                on 2007/03/05  00:13:50
4757         Log: In vms/gen_shrfls.pl, no more special handling of vars from
4758              regcomp.h -- just process the file. (Needed for PL_reg_name.)
4759      Branch: perl
4760            ! vms/gen_shrfls.pl
4761 ____________________________________________________________________________
4762 [ 30462] By: craigb                                on 2007/03/04  22:58:29
4763         Log: Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext 
4764              when determining whether the perlshr library was linked debug. Also submitted 
4765              to CPAN RT queue at <http://rt.cpan.org/Ticket/Display.html?id=25268>.
4766      Branch: perl
4767            ! lib/ExtUtils/Liblist/Kid.pm
4768 ____________________________________________________________________________
4769 [ 30461] By: nicholas                              on 2007/03/04  19:22:45
4770         Log: It seems that change 30451 should also have arranged to export
4771              PL_reg_name properly. Hopefuly this will fix it, but I don't have
4772              access to any platform where I can test this directly.
4773      Branch: perl
4774            ! globvar.sym makedef.pl
4775 ____________________________________________________________________________
4776 [ 30460] By: stevep                                on 2007/03/04  17:15:38
4777         Log: Subject: [PATCH] Math::BigInt 1.80
4778              From: Tels <nospam-abuse@bloodgate.com>
4779              Date: Sun, 4 Mar 2007 15:57:01 +0000
4780              Message-Id: <200703041557.02996@bloodgate.com>
4781      Branch: perl
4782            + lib/Math/BigInt/t/nan_cmp.t lib/Math/BigInt/t/new_ovld.t
4783            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4784            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
4785            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
4786            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/biglog.t
4787            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
4788 ____________________________________________________________________________
4789 [ 30459] By: nicholas                              on 2007/03/04  11:51:08
4790         Log: Rename exception() to apitest_exception() in XS/APItest, so that it
4791              doesn't clash with the exception() in Devel/PPPort. This way, all
4792              tests pass when both modules are staticly linked.
4793      Branch: perl
4794            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
4795            ! ext/XS/APItest/exception.c ext/XS/APItest/t/exception.t
4796 ____________________________________________________________________________
4797 [ 30458] By: stevep                                on 2007/03/04  07:01:34
4798         Log: Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, 
4799              IO-Compress-Zlib-2.004, and Compress-Zlib-2.004.
4800      Branch: perl
4801            ! ext/Compress/Raw/Zlib/Changes
4802            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
4803            ! ext/Compress/Raw/Zlib/Zlib.xs
4804            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
4805            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
4806            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
4807            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
4808            ! ext/Compress/Zlib/t/03zlib-v1.t ext/IO/Compress/Base/Changes
4809            ! ext/IO/Compress/Base/Makefile.PL ext/IO/Compress/Base/README
4810            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
4811            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
4812            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
4813            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
4814            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
4815            ! ext/IO/Compress/Zlib/README
4816            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
4817            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
4818            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
4819            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
4820            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
4821            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
4822            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
4823            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
4824            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
4825            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
4826            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
4827            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
4828            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
4829            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
4830            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
4831            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
4832            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
4833            ! ext/IO/Compress/Zlib/t/050interop-gzip.t
4834            ! t/lib/compress/generic.pl t/lib/compress/merge.pl
4835 ____________________________________________________________________________
4836 [ 30457] By: stevep                                on 2007/03/04  04:51:28
4837         Log: Upgrade to Time-HiRes-1.9707
4838      Branch: perl
4839            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/t/HiRes.t
4840            ! pod/perlretut.pod
4841 ____________________________________________________________________________
4842 [ 30456] By: craigb                                on 2007/03/03  23:26:33
4843         Log: Clean up the right file in vms/test.com (following #30414).
4844      Branch: perl
4845            ! vms/test.com
4846 ____________________________________________________________________________
4847 [ 30455] By: rgs                                   on 2007/03/03  18:19:01
4848         Log: Add missing file from change #30454
4849      Branch: perl
4850            + ext/Math/BigInt/FastCalc/t/leak.t
4851 ____________________________________________________________________________
4852 [ 30454] By: nicholas                              on 2007/03/03  16:47:05
4853         Log: Subject: [PATCH] Math::BigInt::FastCalc 0.12 (plug leaks)
4854              From: Tels <nospam-abuse@bloodgate.com>
4855              Date: Sat, 3 Mar 2007 17:09:58 +0000
4856              Message-Id: <200703031710.00203@bloodgate.com>
4857      Branch: perl
4858            ! MANIFEST ext/Math/BigInt/FastCalc/FastCalc.pm
4859            ! ext/Math/BigInt/FastCalc/FastCalc.xs
4860 ____________________________________________________________________________
4861 [ 30453] By: nicholas                              on 2007/03/03  15:50:33
4862         Log: Must only use dynamic extensions in the Dynaloader test. If the
4863              extensions are static, it doesn't work :-)
4864      Branch: perl
4865            ! ext/DynaLoader/t/DynaLoader.t
4866 ____________________________________________________________________________
4867 [ 30452] By: nicholas                              on 2007/03/03  15:28:39
4868         Log: As the test is about the parser, not actually running the code, better
4869              to avoid running <STDOUT> rather than run it with warnings disabled.
4870      Branch: perl
4871            ! t/op/gv.t
4872 ____________________________________________________________________________
4873 [ 30451] By: nicholas                              on 2007/03/03  12:22:19
4874         Log: Define and initialise reg_name only once.
4875              This allows re to be a static extension.
4876              As it's now no-longer a static variable in regcomp.c, it needs a PL_
4877              prefix.
4878      Branch: perl
4879            ! regcomp.c regcomp.pl regexec.c regnodes.h
4880 ____________________________________________________________________________
4881 [ 30450] By: rgs                                   on 2007/03/03  10:09:49
4882         Log: Don't let feature.pm interfere with the tests for use VERSION.
4883              That probably needs to be refined.
4884      Branch: perl
4885            ! t/comp/use.t
4886 ____________________________________________________________________________
4887 [ 30449] By: rgs                                   on 2007/03/03  09:39:55
4888         Log: Subject: [PATCH] Don't copy DynaLoader.o unnecessarily
4889              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
4890              Date: Thu, 1 Mar 2007 08:47:30 -0800 (PST)
4891              Message-ID: <566598.96493.qm@web30204.mail.mud.yahoo.com>
4892      Branch: perl
4893            ! ext/DynaLoader/Makefile.PL
4894 ____________________________________________________________________________
4895 [ 30448] By: rgs                                   on 2007/03/03  09:36:54
4896         Log: Add a volatile modifier to avoid possible cloberring by longjmp,
4897              as the compiler used by Jerry D. Hedden warns.
4898      Branch: perl
4899            ! perl.c
4900 ____________________________________________________________________________
4901 [ 30447] By: rgs                                   on 2007/03/03  09:34:23
4902         Log: Compilation warnings fixes by Jerry D. Hedden
4903      Branch: perl
4904            ! perlio.c pp_sys.c universal.c xsutils.c
4905 ____________________________________________________________________________
4906 [ 30446] By: rgs                                   on 2007/03/03  09:29:37
4907         Log: Make use VERSION also load feature.pm
4908      Branch: perl
4909            + t/lib/feature/implicit
4910            ! MANIFEST lib/feature.pm pod/perlfunc.pod pp_ctl.c
4911 ____________________________________________________________________________
4912 [ 30445] By: craigb                                on 2007/03/03  04:35:24
4913         Log: Fix a few errors and ambiguities in configure.com caught by
4914              Charlie Hammond's DCL Checker.
4915      Branch: perl
4916            ! configure.com
4917 ____________________________________________________________________________
4918 [ 30444] By: nicholas                              on 2007/03/02  15:02:43
4919         Log: Avoid an assertion failure when overloading readpipe.
4920      Branch: perl
4921            ! t/op/gv.t toke.c
4922 ____________________________________________________________________________
4923 [ 30443] By: nicholas                              on 2007/03/02  14:42:27
4924         Log: More assertion failures, found by auditing the code.
4925      Branch: perl
4926            ! gv.c t/op/gv.t toke.c universal.c
4927 ____________________________________________________________________________
4928 [ 30442] By: nicholas                              on 2007/03/02  13:23:22
4929         Log: Don't crash if the symbol table entry for ISA isn't a typeglob.
4930      Branch: perl
4931            ! gv.c t/op/gv.t
4932 ____________________________________________________________________________
4933 [ 30441] By: rgs                                   on 2007/03/02  12:58:04
4934         Log: More work on perldelta
4935      Branch: perl
4936            ! pod/perl595delta.pod
4937 ____________________________________________________________________________
4938 [ 30440] By: nicholas                              on 2007/03/01  17:46:49
4939         Log: The bug fixed by change 29610 would have been avoided with this
4940              assertion - ensure that the hek argument to Perl_unshare_hek() is not
4941              NULL, because if it is, then S_unshare_hek_or_pvn() will merrily
4942              unshare the string "" instead.
4943      Branch: perl
4944            ! hv.c
4945 ____________________________________________________________________________
4946 [ 30439] By: nicholas                              on 2007/03/01  16:09:31
4947         Log: Don't SEGV when dumping an undefined typeglob. The HEK used to store
4948              the GV's name can be NULL.
4949      Branch: perl
4950            ! gv.h
4951 ____________________________________________________________________________
4952 [ 30438] By: rgs                                   on 2007/03/01  15:22:52
4953         Log: Mention the syntax C<use feature ':5.10'> in feature.pm's synopsis
4954      Branch: perl
4955            ! lib/feature.pm
4956 ____________________________________________________________________________
4957 [ 30437] By: rgs                                   on 2007/03/01  11:20:14
4958         Log: Upgrade to Params::Check 0.26
4959      Branch: perl
4960            ! lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
4961 ____________________________________________________________________________
4962 [ 30436] By: rgs                                   on 2007/03/01  10:54:09
4963         Log: Subject: Re: New file: t/op/regexp_email.t
4964              From: demerphq <demerphq@gmail.com>
4965              Date: Wed, 28 Feb 2007 17:45:33 +0100
4966              Message-ID: <9b18b3110702280845p7860ca08taf1aead39a178aa4@mail.gmail.com>
4967      Branch: perl
4968            + t/op/regexp_email.t
4969            ! MANIFEST ext/re/re.pm regcomp.h regexec.c
4970 ____________________________________________________________________________
4971 [ 30435] By: rgs                                   on 2007/03/01  10:30:04
4972         Log: A new test by Abigail: Check that certain modules don't
4973              get loaded when other modules are used.
4974      Branch: perl
4975            + t/lib/no_load.t
4976            ! MANIFEST
4977 ____________________________________________________________________________
4978 [ 30434] By: rgs                                   on 2007/03/01  10:21:58
4979         Log: Subject: [PATCH] Re: Revisits in 'make install'
4980              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
4981              Date: Wed, 28 Feb 2007 10:59:49 -0800 (PST)
4982              Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com>
4983      Branch: perl
4984            ! Makefile.SH
4985 ____________________________________________________________________________
4986 [ 30433] By: rgs                                   on 2007/03/01  10:10:41
4987         Log: A couple of casting nits by Jarkko
4988      Branch: perl
4989            ! op.c pp_hot.c
4990 ____________________________________________________________________________
4991 [ 30432] By: rgs                                   on 2007/03/01  09:19:07
4992         Log: Teach Module::Build about DragonflyBSD
4993      Branch: perl
4994            ! lib/Module/Build.pm
4995 ____________________________________________________________________________
4996 [ 30431] By: rgs                                   on 2007/02/28  15:27:23
4997         Log: Missing dual-lived modules in maintainers list
4998      Branch: perl
4999            ! Porting/Maintainers.pl
5000 ____________________________________________________________________________
5001 [ 30430] By: rgs                                   on 2007/02/28  14:51:41
5002         Log: Update my email address
5003      Branch: perl
5004            ! AUTHORS Porting/checkAUTHORS.pl
5005 ____________________________________________________________________________
5006 [ 30429] By: steveh                                on 2007/02/28  12:29:35
5007         Log: Subject: [PATCH] Win32 doc update for Win32CORE changes
5008              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
5009              Date: Mon, 26 Feb 2007 11:28:00 -0800 (PST)
5010              Message-ID: <13678.68.166.55.187.1172518080.squirrel@68.166.55.187>
5011      Branch: perl
5012            ! ext/Win32/Win32.pm ext/Win32CORE/Win32CORE.pm
5013 ____________________________________________________________________________
5014 [ 30428] By: rgs                                   on 2007/02/28  10:42:03
5015         Log: Subject: [PATCH t/japh/abigail.t] Unexpected output
5016              From: Abigail <abigail@abigail.be>
5017              Date: Tue, 27 Feb 2007 23:00:28 +0100
5018              Message-ID: <20070227220028.GA460@abigail.nl>
5019      Branch: perl
5020            ! t/japh/abigail.t
5021 ____________________________________________________________________________
5022 [ 30427] By: rgs                                   on 2007/02/28  09:22:56
5023         Log: Remove obsolete test for the deprecation warning I just removed.
5024      Branch: perl
5025            ! t/op/regmesg.t
5026 ____________________________________________________________________________
5027 [ 30426] By: steveh                                on 2007/02/28  09:13:43
5028         Log: Subject: [PATCH] Fix ext/Win32API/File/t/file.t under test harness
5029              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5030              Date: Tue, 27 Feb 2007 09:38:15 -0800 (PST)
5031              Message-ID: <994673.36516.qm@web30215.mail.mud.yahoo.com>
5032      Branch: perl
5033            ! ext/Win32API/File/t/file.t
5034 ____________________________________________________________________________
5035 [ 30425] By: steveh                                on 2007/02/28  09:11:19
5036         Log: Subject: Re: [PATCH] Re: Math::BigInt and Win32API::File whines a lot during make test...
5037              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5038              Date: Tue, 27 Feb 2007 10:33:36 -0800 (PST)
5039              Message-ID: <738238.57355.qm@web30201.mail.mud.yahoo.com>
5040              
5041              (Silences warnings about math lib(s), avoids using Math::BigInt
5042              when using 64-bit ints and changes "new" to "->new()")
5043      Branch: perl
5044            ! ext/Win32API/File/File.pm
5045 ____________________________________________________________________________
5046 [ 30424] By: rgs                                   on 2007/02/28  08:54:05
5047         Log: (?p{}) has been deprecated for a long time.
5048              Remove it, so people are not confused with regard to the
5049              new /p regexp modifier.
5050      Branch: perl
5051            ! regcomp.c t/lib/warnings/regcomp toke.c
5052 ____________________________________________________________________________
5053 [ 30423] By: rgs                                   on 2007/02/28  08:45:55
5054         Log: Add new tests for keys in %+ and %-
5055      Branch: perl
5056            ! t/op/pat.t
5057 ____________________________________________________________________________
5058 [ 30422] By: rgs                                   on 2007/02/28  08:45:13
5059         Log: perltodo nit for SelfLoader
5060      Branch: perl
5061            ! pod/perltodo.pod
5062 ____________________________________________________________________________
5063 [ 30421] By: rgs                                   on 2007/02/28  08:44:16
5064         Log: Fix a couple of typos in internal docs
5065      Branch: perl
5066            ! hv.c util.c
5067 ____________________________________________________________________________
5068 [ 30420] By: nicholas                              on 2007/02/27  23:07:39
5069         Log: Subject: [PATCH AUTHORS] Change of email address.
5070              From: Abigail <abigail@abigail.be>
5071              Message-ID: <20070227225456.GA1808@abigail.nl>
5072              Date: Tue, 27 Feb 2007 23:54:56 +0100
5073      Branch: perl
5074            ! AUTHORS
5075 ____________________________________________________________________________
5076 [ 30419] By: nicholas                              on 2007/02/27  20:36:14
5077         Log: Subject: [PATCH] Skip tests if Encode not built
5078              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5079              Date: Tue, 27 Feb 2007 11:27:58 -0800 (PST)
5080              Message-ID: <176638.9767.qm@web30207.mail.mud.yahoo.com>
5081      Branch: perl
5082            ! lib/Pod/Simple/t/corpustest.t
5083            ! lib/encoding/warnings/t/4-lexical.t
5084 ____________________________________________________________________________
5085 [ 30418] By: rgs                                   on 2007/02/27  14:07:28
5086         Log: Disable the strict pragma before eval'ing selfloaded code.
5087      Branch: perl
5088            ! lib/SelfLoader.pm
5089 ____________________________________________________________________________
5090 [ 30417] By: rgs                                   on 2007/02/27  13:39:03
5091         Log: dmq points out that %+ and %- are not arrays. Fix the doc.
5092      Branch: perl
5093            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm
5094 ____________________________________________________________________________
5095 [ 30416] By: rgs                                   on 2007/02/27  13:16:46
5096         Log: Update Changes
5097      Branch: perl
5098            ! Changes
5099 ____________________________________________________________________________
5100 [ 30415] By: rgs                                   on 2007/02/27  10:56:17
5101         Log: Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture.
5102      Branch: perl
5103            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm pod/perlvar.pod
5104 ____________________________________________________________________________
5105 [ 30414] By: craigb                                on 2007/02/27  01:41:31
5106         Log: On VMS, use the normal executable file extension for the copy of 
5107              Perl used to run the test suite.  Not doing so was confusing
5108              some of the Module::Build tests.
5109      Branch: perl
5110            ! vms/descrip_mms.template vms/test.com
5111 ____________________________________________________________________________
5112 [ 30413] By: rgs                                   on 2007/02/26  17:10:33
5113         Log: Subject: Re: [perl #41565] qr// memory corruption
5114              From: demerphq <demerphq@gmail.com>
5115              Date: Mon, 26 Feb 2007 16:45:23 +0100
5116              Message-ID: <9b18b3110702260745u373980e8x19ba3afdf33bd424@mail.gmail.com>
5117      Branch: perl
5118            ! ext/re/t/regop.t regcomp.c regexec.c
5119 ____________________________________________________________________________
5120 [ 30412] By: rgs                                   on 2007/02/26  16:49:45
5121         Log: Subject: Re: Regexp recursion limit too low?
5122              From: demerphq <demerphq@gmail.com>
5123              Date: Thu, 15 Feb 2007 17:22:16 +0100
5124              Message-ID: <9b18b3110702150822o13a4f240g86463c60e625fb8f@mail.gmail.com>
5125      Branch: perl
5126            ! regexec.c regexp.h
5127 ____________________________________________________________________________
5128 [ 30411] By: steveh                                on 2007/02/26  13:45:23
5129         Log: Bump $Win32API::File::VERSION for change #30409
5130      Branch: perl
5131            ! ext/Win32API/File/File.pm
5132 ____________________________________________________________________________
5133 [ 30410] By: craigb                                on 2007/02/26  13:36:41
5134         Log: In configure.com, include the Win32 extensions in $Config{known_extensions},
5135              but not it $Config{extensions}.  This way t/TEST knows to exclude them.
5136      Branch: perl
5137            ! configure.com
5138 ____________________________________________________________________________
5139 [ 30409] By: steveh                                on 2007/02/26  13:27:58
5140         Log: Subject: [PATCH] Re: [PATCH] Re: Win32 modules & cygwin
5141              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
5142              Date: Mon, 26 Feb 2007 00:45:10 -0800 (PST)
5143              Message-ID: <1300.63.226.247.142.1172479510.squirrel@63.226.247.142>
5144              
5145              (Stops Win32* extension tests from being run when the
5146              corresponding extensions haven't been built)
5147      Branch: perl
5148            ! ext/Win32API/File/t/file.t ext/Win32API/File/t/tie.t
5149            ! ext/Win32CORE/t/win32core.t
5150 ____________________________________________________________________________
5151 [ 30408] By: nicholas                              on 2007/02/26  11:59:27
5152         Log: Update the FSF's address. Plus some other whitespace and NON-WHITESPACE
5153              changes that have crept into the GPL v2.
5154      Branch: perl
5155            ! README emacs/cperl-mode.el lib/Tie/File.pm pod/perlgpl.pod
5156 ____________________________________________________________________________
5157 [ 30407] By: nicholas                              on 2007/02/26  11:07:06
5158         Log: Fix bug #41550 -  AUTOLOAD :lvalue not working the same in blead as in
5159              5.8.8 (a code example from "Extending and Embedding Perl")
5160      Branch: perl
5161            ! op.h t/op/sub_lval.t
5162 ____________________________________________________________________________
5163 [ 30406] By: nicholas                              on 2007/02/26  09:33:15
5164         Log: Convert t/op/sub_lval.t to test.pl
5165      Branch: perl
5166            ! t/op/sub_lval.t
5167 ____________________________________________________________________________
5168 [ 30405] By: rgs                                   on 2007/02/26  06:59:44
5169         Log: Module::Pluggable wasn't in the maintainers list
5170      Branch: perl
5171            ! Porting/Maintainers.pl
5172 ____________________________________________________________________________
5173 [ 30404] By: rgs                                   on 2007/02/26  06:57:22
5174         Log: Add a version number to Module::Pluggable::Object and
5175              bump the version number of Module::Pluggable
5176      Branch: perl
5177            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
5178 ____________________________________________________________________________
5179 [ 30403] By: craigb                                on 2007/02/26  04:35:18
5180         Log: In perlport, refine description of eight-level directory depth
5181              limitation on older VMS systems and add example of how to tell 
5182              when we're in trouble.
5183      Branch: perl
5184            ! pod/perlport.pod
5185 ____________________________________________________________________________
5186 [ 30402] By: craigb                                on 2007/02/26  01:08:07
5187         Log: Assorted updates to vms/vms.c to fix compiler errors on VAX.
5188      Branch: perl
5189            ! vms/vms.c
5190 ____________________________________________________________________________
5191 [ 30401] By: craigb                                on 2007/02/26  01:06:30
5192         Log: One more longdouble nit for configure.com, following 30217, 30325, and 30329.
5193      Branch: perl
5194            ! configure.com
5195 ____________________________________________________________________________
5196 [ 30400] By: craigb                                on 2007/02/26  00:42:30
5197         Log: Module::Pluggable::Object::search_paths portability update prompted by
5198              VMS test failures.  Patch also submitted to CPAN RT queue at 
5199              <http://rt.cpan.org/Public/Bug/Display.html?id=13607>.
5200      Branch: perl
5201            ! lib/Module/Pluggable/Object.pm
5202            ! lib/Module/Pluggable/t/20dodgy_files.t
5203 ____________________________________________________________________________
5204 [ 30399] By: rgs                                   on 2007/02/25  17:00:26
5205         Log: Subject: [PATCH] sigtrap.pm (handler_traceback): do not clobber $_
5206              From: Alexey Tourbin <at@altlinux.ru>
5207              Date: Sat, 24 Feb 2007 21:24:32 +0300
5208              Message-ID: <20070224182432.GA14446@localhost.localdomain>
5209      Branch: perl
5210            ! lib/sigtrap.pm
5211 ____________________________________________________________________________
5212 [ 30398] By: rgs                                   on 2007/02/25  16:44:52
5213         Log: Subject: [perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null 
5214              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
5215              Date: Tue, 20 Feb 2007 16:38:20 -0800
5216              Message-ID: <rt-3.6.HEAD-24617-1172018300-131.41560-75-0@perl.org>
5217      Branch: perl
5218            ! util.c
5219 ____________________________________________________________________________
5220 [ 30397] By: rgs                                   on 2007/02/25  16:19:07
5221         Log: Subject: Re: [perl #41513] (parsing?)problem when using a '/' followed by a Switch statement
5222              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
5223              Date: Sat, 24 Feb 2007 15:08:44 +0100
5224              Message-ID: <17de7ee80702240608n1411ef67xcdd1ffb238742bc1@mail.gmail.com>
5225      Branch: perl
5226            ! lib/Switch.pm
5227 ____________________________________________________________________________
5228 [ 30396] By: rgs                                   on 2007/02/25  15:29:20
5229         Log: - Use the same regexp as in change #30395 to parse subroutine
5230              declarations
5231              - Make SelfLoader strict-compliant
5232              - Constant fold debug code out
5233      Branch: perl
5234            ! lib/SelfLoader.pm
5235 ____________________________________________________________________________
5236 [ 30395] By: rgs                                   on 2007/02/25  15:04:17
5237         Log: Factorize three regexps into one, using new regexp features
5238              (with some help from Yves Orton). (Now the compatibilty of this
5239              module with 5.8.x perls is doomed.)
5240      Branch: perl
5241            ! lib/AutoSplit.pm
5242 ____________________________________________________________________________
5243 [ 30394] By: rgs                                   on 2007/02/25  14:42:11
5244         Log: Don't clobber $_ by using "my $_". Potential bug found by Alexey Tourbin.
5245      Branch: perl
5246            ! lib/AutoSplit.pm
5247 ____________________________________________________________________________
5248 [ 30393] By: craigb                                on 2007/02/25  00:54:14
5249         Log: Add a comment to mg.c to clarify that words like "raise" and
5250              "pending" in the context of Perl's deferred signals bear only
5251              an analogous relationship to the underlying signal mechanism.
5252      Branch: perl
5253            ! mg.c
5254 ____________________________________________________________________________
5255 [ 30392] By: craigb                                on 2007/02/24  21:52:23
5256         Log: Update descriptions of long-running ops and non-deferrable
5257              signals in perlipc.pod.
5258      Branch: perl
5259            ! pod/perlipc.pod
5260 ____________________________________________________________________________
5261 [ 30391] By: rgs                                   on 2007/02/24  15:55:06
5262         Log: Subject: [PATCH] ExtUtils/Constant/Base.pm: use constant folding to eliminated dead code
5263              From: Alexey Tourbin <at@altlinux.ru>
5264              Date: Sat, 24 Feb 2007 15:52:23 +0300
5265              Message-ID: <20070224125223.GA17227@localhost.localdomain>
5266      Branch: perl
5267            ! lib/ExtUtils/Constant/Base.pm
5268 ____________________________________________________________________________
5269 [ 30390] By: rgs                                   on 2007/02/24  15:48:49
5270         Log: Subject: [PATCH] ExtUtils/MM_Unix.pm (fixin): do not clobber $/
5271              From: Alexey Tourbin <at@altlinux.ru>
5272              Date: Sat, 24 Feb 2007 15:38:58 +0300
5273              Message-ID: <20070224123858.GA11434@localhost.localdomain>
5274      Branch: perl
5275            ! lib/ExtUtils/MM_Unix.pm
5276 ____________________________________________________________________________
5277 [ 30389] By: rgs                                   on 2007/02/24  15:42:45
5278         Log: Subject: [PATCH] perlio.c (PerlIO_tmpfile): fix memory leak
5279              From: Alexey Tourbin <at@altlinux.ru>
5280              Date: Sat, 24 Feb 2007 14:47:35 +0300
5281              Message-ID: <20070224114735.GA3454@localhost.localdomain>
5282      Branch: perl
5283            ! perlio.c
5284 ____________________________________________________________________________
5285 [ 30388] By: rgs                                   on 2007/02/24  09:53:56
5286         Log: Add a new test for undef and delete on stash entries that
5287              are bound to subroutines or methods. Based on a test by
5288              Robert 'phaylon' Sedlacek.
5289      Branch: perl
5290            + t/op/symbolcache.t
5291            ! MANIFEST
5292 ____________________________________________________________________________
5293 [ 30387] By: rgs                                   on 2007/02/24  09:29:20
5294         Log: C<keys %+> should not warn. Don't make scan_ident test for
5295              ambiguous unary ops when the following token is a hash identifier.
5296              (like with scalars and arrays)
5297      Branch: perl
5298            ! t/lib/warnings/toke toke.c
5299 ____________________________________________________________________________
5300 [ 30386] By: rgs                                   on 2007/02/24  09:04:10
5301         Log: Indexing and POD fixes
5302      Branch: perl
5303            ! pod/perlop.pod
5304 ____________________________________________________________________________
5305 [ 30385] By: rgs                                   on 2007/02/24  08:51:29
5306         Log: Subject: [PATCH] perlretut.pod, 2nd version
5307              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
5308              Date: Thu, 22 Feb 2007 09:36:19 +0100
5309              Message-ID: <45DD5603.1040402@thalesgroup.com>
5310      Branch: perl
5311            ! pod/perlretut.pod
5312 ____________________________________________________________________________
5313 [ 30384] By: rgs                                   on 2007/02/24  07:22:05
5314         Log: At least, fix the MakeMaker build_man tests.
5315      Branch: perl
5316            ! lib/ExtUtils/t/build_man.t
5317 ____________________________________________________________________________
5318 [ 30383] By: rgs                                   on 2007/02/23  18:19:32
5319         Log: Subject: [PATCH blead] Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod'
5320              From: Rick Delaney <rick@bort.ca>
5321              Date: Wed, 21 Feb 2007 16:53:16 -0500
5322              Message-ID: <20070221215316.GF5646@bort.ca>
5323      Branch: perl
5324            ! gv.c lib/overload.t
5325 ____________________________________________________________________________
5326 [ 30382] By: rgs                                   on 2007/02/22  18:29:18
5327         Log: Reinstate tests removed by change #30381, but don't
5328              "use Config" in the test, because that will overwrite
5329              %main::Config with the real Config hash, not the fake
5330              one from MakeMaker.
5331      Branch: perl
5332            ! lib/ExtUtils/t/build_man.t
5333 ____________________________________________________________________________
5334 [ 30381] By: stevep                                on 2007/02/22  18:09:06
5335         Log: Revert changes to lib/ExtUtils/t/build_man.t from change 
5336              #30380.  The changes in that test write to the now
5337              readonly %Config.
5338      Branch: perl
5339            ! lib/ExtUtils/t/build_man.t
5340 ____________________________________________________________________________
5341 [ 30380] By: stevep                                on 2007/02/22  14:36:27
5342         Log: Upgrade to ExtUtils-MakeMaker-6.32.  Included a version
5343              bump to ExtUtils::MakeMaker to 6.32_01 because changes
5344              #29266 and #29583 were missing from the new release.
5345      Branch: perl
5346            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist.pm
5347            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM.pm
5348            ! lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_Any.pm
5349            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
5350            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
5351            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
5352            ! lib/ExtUtils/MM_QNX.pm lib/ExtUtils/MM_UWIN.pm
5353            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
5354            ! lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MM_Win32.pm
5355            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
5356            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Config.pm
5357            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/MakeMaker/bytes.pm
5358            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
5359            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/build_man.t
5360            ! lib/ExtUtils/testlib.pm
5361 ____________________________________________________________________________
5362 [ 30379] By: steveh                                on 2007/02/22  09:09:31
5363         Log: Subject: [PATCH] Re: Win32 modules & cygwin
5364              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
5365              Date: Tue, 20 Feb 2007 01:50:18 -0800 (PST)
5366              Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122>
5367              
5368              Also includes integration & deletion of win32/ext/Win32API to
5369              ext/Win32API, and addition of copyright message and corrections to
5370              spacing/tabbing as suggested by Jan Dubois.
5371      Branch: perl
5372            + ext/Win32API/File/t/file.t ext/Win32CORE/Makefile.PL
5373            + ext/Win32CORE/Win32CORE.c ext/Win32CORE/Win32CORE.pm
5374            + ext/Win32CORE/t/win32core.t
5375           +> ext/Win32API/File/Changes
5376           +> ext/Win32API/File/ExtUtils/Myconst2perl.pm
5377           +> ext/Win32API/File/File.pm ext/Win32API/File/File.xs
5378           +> ext/Win32API/File/Makefile.PL ext/Win32API/File/README
5379           +> ext/Win32API/File/buffers.h ext/Win32API/File/cFile.h
5380           +> ext/Win32API/File/cFile.pc ext/Win32API/File/const2perl.h
5381           +> ext/Win32API/File/t/tie.t ext/Win32API/File/typemap
5382            - win32/ext/Win32API/File/Changes
5383            - win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
5384            - win32/ext/Win32API/File/File.pm
5385            - win32/ext/Win32API/File/File.xs
5386            - win32/ext/Win32API/File/Makefile.PL
5387            - win32/ext/Win32API/File/README
5388            - win32/ext/Win32API/File/buffers.h
5389            - win32/ext/Win32API/File/cFile.h
5390            - win32/ext/Win32API/File/cFile.pc
5391            - win32/ext/Win32API/File/const2perl.h
5392            - win32/ext/Win32API/File/t/file.t
5393            - win32/ext/Win32API/File/t/tie.t
5394            - win32/ext/Win32API/File/typemap
5395            ! Configure MANIFEST Porting/Maintainers.pl cygwin/cygwin.c
5396            ! hints/cygwin.sh mkppport.lst win32/FindExt.pm win32/Makefile
5397            ! win32/config_sh.PL win32/makefile.mk win32/win32.c
5398 ____________________________________________________________________________
5399 [ 30378] By: stevep                                on 2007/02/21  17:50:37
5400         Log: Upgrade to CPAN-1.88_77.
5401      Branch: perl
5402            ! lib/CPAN.pm
5403 ____________________________________________________________________________
5404 [ 30376] By: rgs                                   on 2007/02/21  17:33:54
5405         Log: Subject: [PATCH] Re: [PATCH] Test with Errno in autouse.t
5406              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5407              Date: Wed, 21 Feb 2007 09:27:20 -0800 (PST)
5408              Message-ID: <619324.6794.qm@web30207.mail.mud.yahoo.com>
5409      Branch: perl
5410            ! lib/autouse.t
5411 ____________________________________________________________________________
5412 [ 30375] By: steveh                                on 2007/02/21  13:36:14
5413         Log: Remove unreferenced local variable
5414      Branch: perl
5415            ! ext/threads/threads.pm ext/threads/threads.xs
5416 ____________________________________________________________________________
5417 [ 30374] By: steveh                                on 2007/02/21  08:40:18
5418         Log: Fix Win32 compilation error following #30372
5419      Branch: perl
5420            ! regcomp.c
5421 ____________________________________________________________________________
5422 [ 30373] By: craigb                                on 2007/02/21  01:55:37
5423         Log: Fix VMS exit handling broken in Test::Harness 2.64. Also
5424              submitted as http://rt.cpan.org/Public/Bug/Display.html?id=24985
5425              on CPAN RT queue.
5426      Branch: perl
5427            ! lib/Test/Harness/Results.pm lib/Test/Harness/Straps.pm
5428 ____________________________________________________________________________
5429 [ 30372] By: stevep                                on 2007/02/20  13:24:38
5430         Log: Silence a couple of compile warnings.
5431      Branch: perl
5432            ! regcomp.c regexec.c
5433 ____________________________________________________________________________
5434 [ 30371] By: rgs                                   on 2007/02/20  11:05:15
5435         Log: Some INSTALL nits by Andy Dougherty
5436      Branch: perl
5437            ! INSTALL
5438 ____________________________________________________________________________
5439 [ 30370] By: rgs                                   on 2007/02/20  10:44:44
5440         Log: Skip test when Encode isn't built
5441              (noticed by Jerry D. Hedden)
5442      Branch: perl
5443            ! ext/PerlIO/encoding/t/nolooping.t
5444 ____________________________________________________________________________
5445 [ 30369] By: rgs                                   on 2007/02/20  10:39:52
5446         Log: Subject: [PATCH] Test with Errno in autouse.t
5447              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5448              Date: Sun, 18 Feb 2007 09:09:23 -0800 (PST)
5449              Message-ID: <834019.44481.qm@web30203.mail.mud.yahoo.com>
5450      Branch: perl
5451            ! lib/autouse.t
5452 ____________________________________________________________________________
5453 [ 30368] By: rgs                                   on 2007/02/20  09:31:59
5454         Log: A few nits to perlfunc/map.
5455      Branch: perl
5456            ! pod/perlfunc.pod
5457 ____________________________________________________________________________
5458 [ 30367] By: stevep                                on 2007/02/20  03:55:21
5459         Log: Subject: [PATCH] regexec.c: S_ stands for static
5460              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
5461              Date: Tue, 20 Feb 2007 03:03:03 +0200 (EET)
5462              Message-Id: <20070220010303.2380A43A67@anubis.hut.fi>
5463      Branch: perl
5464            ! regexec.c
5465 ____________________________________________________________________________
5466 [ 30366] By: stevep                                on 2007/02/20  03:52:37
5467         Log: Subject: [PATCH] dump.c: format fixes
5468              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
5469              Date: Tue, 20 Feb 2007 03:00:50 +0200 (EET)
5470              Message-Id: <20070220010050.CCDAF43A67@anubis.hut.fi>
5471      Branch: perl
5472            ! dump.c
5473 ____________________________________________________________________________
5474 [ 30365] By: nicholas                              on 2007/02/19  23:58:53
5475         Log: Avoid *some* g++ errors. (But not all yet)
5476      Branch: perl
5477            ! sv.c warnings.h warnings.pl
5478 ____________________________________________________________________________
5479 [ 30362] By: stevep                                on 2007/02/19  20:51:10
5480         Log: Subject: [PATCH] blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking
5481              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
5482              Date: Mon, 19 Feb 2007 19:41:07 +0200 (EET)
5483              Message-Id: <20070219174107.63EEB43A67@anubis.hut.fi>
5484              
5485              Plus a regen picked up changes in pod/perlapi.pod related to change
5486              #30347.
5487      Branch: perl
5488            ! opcode.h opcode.pl pod/perlapi.pod sv.c util.c
5489 ____________________________________________________________________________
5490 [ 30361] By: stevep                                on 2007/02/19  19:42:47
5491         Log: Upgrade to CPAN-1.88_76
5492      Branch: perl
5493            ! lib/CPAN.pm
5494 ____________________________________________________________________________
5495 [ 30360] By: stevep                                on 2007/02/19  19:27:27
5496         Log: Subject: [PATCH] integrate bignum 0.19
5497              From: Tels <nospam-abuse@bloodgate.com>
5498              Date: Sat, 3 Feb 2007 13:42:20 +0100
5499              Message-Id: <200702031342.21634@bloodgate.com>
5500      Branch: perl
5501            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
5502            ! lib/bigrat.pm
5503 ____________________________________________________________________________
5504 [ 30359] By: stevep                                on 2007/02/19  19:23:03
5505         Log: Subject: [PATCH] Integrate BigRat 0.17
5506              From: Tels <nospam-abuse@bloodgate.com>
5507              Date: Sat, 3 Feb 2007 13:10:57 +0100
5508              Message-Id: <200702031310.58656@bloodgate.com>
5509      Branch: perl
5510            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
5511 ____________________________________________________________________________
5512 [ 30358] By: stevep                                on 2007/02/19  19:15:15
5513         Log: Subject: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
5514              From: Tels <nospam-abuse@bloodgate.com>
5515              Date: Fri, 2 Feb 2007 15:37:36 +0100
5516              Message-Id: <200702021537.38442@bloodgate.com>
5517              
5518              Subject: Re: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
5519              From: Tels <nospam-abuse@bloodgate.com>
5520              Date: Tue, 6 Feb 2007 20:18:48 +0100
5521              Message-Id: <200702062019.05487@bloodgate.com>
5522              
5523              Also, a fix for @INC in lib/Math/BigInt/t/calling.t
5524              
5525              Additional tests to perform Pod and Pod coverage testing
5526              were left out based on removal of similar test files previously.
5527      Branch: perl
5528            ! ext/Math/BigInt/FastCalc/FastCalc.pm
5529            ! ext/Math/BigInt/FastCalc/Makefile.PL lib/Math/BigFloat.pm
5530            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
5531            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbf.t
5532            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
5533            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
5534            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
5535            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/sub_mbf.t
5536            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
5537            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
5538            ! t/lib/Math/BigInt/BareCalc.pm t/lib/Math/BigInt/Scalar.pm
5539            ! t/lib/Math/BigInt/Subclass.pm
5540 ____________________________________________________________________________
5541 [ 30357] By: rgs                                   on 2007/02/19  18:23:51
5542         Log: Revert change #28980 per Jarkko's suggestion
5543              (it was actually breaking g++ builds)
5544      Branch: perl
5545            ! ext/Encode/bin/enc2xs
5546 ____________________________________________________________________________
5547 [ 30352] By: rgs                                   on 2007/02/19  13:41:41
5548         Log: Actually, only changes to regexec.c from #30081 needed to be reverted.
5549      Branch: perl
5550            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
5551 ____________________________________________________________________________
5552 [ 30351] By: rgs                                   on 2007/02/19  13:08:03
5553         Log: Revert change #30081 at dmq's request, and mark its tests
5554              as TODO. (This should restore compilation with g++)
5555      Branch: perl
5556            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
5557            ! regexec.c t/op/pat.t
5558 ____________________________________________________________________________
5559 [ 30349] By: rgs                                   on 2007/02/19  10:08:38
5560         Log: Add a cast for C++ compilation
5561      Branch: perl
5562            ! mg.c
5563 ____________________________________________________________________________
5564 [ 30348] By: nicholas                              on 2007/02/18  20:07:39
5565         Log: More efficient to call newSV_type() then SvGROW() instead of newSV()
5566              with a size then sv_upgrade(), as the latter calls sv_upgrade() twice.
5567      Branch: perl
5568            ! perl.c toke.c
5569 ____________________________________________________________________________
5570 [ 30347] By: nicholas                              on 2007/02/18  19:40:43
5571         Log: Add a new API function newSV_type, to replace the idiom:
5572              sv = newSV(0);
5573              sv_upgrade(sv, type);
5574      Branch: perl
5575            ! av.c embed.fnc embed.h global.sym gv.c hv.c mathoms.c op.c
5576            ! pad.c perl.c pp.c pp_ctl.c pp_hot.c proto.h sv.c toke.c
5577 ____________________________________________________________________________
5578 [ 30346] By: nicholas                              on 2007/02/18  18:33:04
5579         Log: Properly handle the differences in hints in the optree with/without
5580              use open; by adding the with-open hints to all the golden results,
5581              and providing a new flag strip_open_hint to checkOptree().
5582      Branch: perl
5583            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
5584            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
5585            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
5586            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
5587            ! ext/B/t/optree_varinit.t
5588 ____________________________________________________________________________
5589 [ 30345] By: nicholas                              on 2007/02/18  17:56:13
5590         Log: newHV doesn't need to turn off POK or NOK, as they will default to not
5591              being set.
5592      Branch: perl
5593            ! hv.c
5594 ____________________________________________________________________________
5595 [ 30344] By: nicholas                              on 2007/02/18  14:18:01
5596         Log: test.pl should locally increase $Level, rather than setting it to a
5597              hard value, so that callers of like and unlike can present diagnostics
5598              with the line number of their own caller.
5599      Branch: perl
5600            ! t/test.pl
5601 ____________________________________________________________________________
5602 [ 30343] By: craigb                                on 2007/02/18  03:54:46
5603         Log: Make vms/munchconfig.c able to take a list of substitutions from
5604              a file so we don't overflow the command buffer on older systems.
5605      Branch: perl
5606            ! configure.com vms/munchconfig.c
5607 ____________________________________________________________________________
5608 [ 30342] By: craigb                                on 2007/02/17  22:40:51
5609         Log: Make configure.com's manifest checker more robust when handling files with 
5610              multiple dots that also have an underscore in the name (e.g., foo_bar.tar.gz).
5611              Various archive utilities will create that as foo_bar_tar.gz or foo_bar.tar_gz,
5612              at least on ODS-2 volumes.
5613      Branch: perl
5614            ! configure.com
5615 ____________________________________________________________________________
5616 [ 30335] By: nicholas                              on 2007/02/17  14:12:07
5617         Log: Missed an aTHX_ in B's call to Perl_emulate_cop_io.
5618              Missed that global.sym was modified.
5619      Branch: perl
5620            ! ext/B/B.xs global.sym
5621 ____________________________________________________________________________
5622 [ 30334] By: nicholas                              on 2007/02/17  12:39:17
5623         Log: Split the storage of the layers specificied by open.pm into one hint
5624              for input, and one for output, as this better reflects how they are
5625              used. The original "concatenate with \0" plan was really only a
5626              compramise to avoid needing to increase every COP by 2 pointers.
5627      Branch: perl
5628            ! embed.fnc embed.h ext/B/B.xs ext/B/B/Concise.pm
5629            ! ext/B/t/OptreeCheck.pm mg.c perl.h perlio.c proto.h
5630 ____________________________________________________________________________
5631 [ 30333] By: nicholas                              on 2007/02/16  23:54:33
5632         Log: Move all the cut&paste open TODO logic into OptreeCheck.pm, where it
5633              should have been in the first place. Apply strict and warnings to
5634              OptreeCheck.pm, and remove dead code they show up.
5635      Branch: perl
5636            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
5637            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
5638            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
5639            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
5640            ! ext/B/t/optree_varinit.t
5641 ____________________________________________________________________________
5642 [ 30332] By: stevep                                on 2007/02/16  20:19:16
5643         Log: Subject: [perl #41521] Fix for IO::Socket send method
5644              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
5645              Date: Fri, 16 Feb 2007 11:26:45 -0800
5646              Message-ID: <rt-3.6.HEAD-24617-1171654005-819.41521-75-0@perl.org>
5647      Branch: perl
5648            ! ext/IO/lib/IO/Socket.pm
5649 ____________________________________________________________________________
5650 [ 30331] By: steveh                                on 2007/02/16  18:14:58
5651         Log: Fix Win32 build after unusual breakage caused by #30327
5652              (Boy, did that take some tracking down!)
5653      Branch: perl
5654            ! win32/config_h.PL
5655 ____________________________________________________________________________
5656 [ 30330] By: rgs                                   on 2007/02/16  15:38:39
5657         Log: Update Changes
5658      Branch: perl
5659            ! Changes
5660 ____________________________________________________________________________
5661 [ 30329] By: craigb                                on 2007/02/16  14:41:18
5662         Log: In configure.com, put the "use" back in useieee (typo in #30325)
5663      Branch: perl
5664            ! configure.com
5665 ____________________________________________________________________________
5666 [ 30327] By: rgs                                   on 2007/02/16  10:30:57
5667         Log: Avoid to run config_h.SH twice during configuration.
5668      Branch: perl
5669            ! cflags.SH config_h.SH
5670 ____________________________________________________________________________
5671 [ 30325] By: craigb                                on 2007/02/16  00:43:07
5672         Log: In configure.com, further disambiguate -Duselongdouble and its 
5673              prerequisites from other 64-bit options.
5674      Branch: perl
5675            ! configure.com
5676 ____________________________________________________________________________
5677 [ 30317] By: rgs                                   on 2007/02/15  14:16:56
5678         Log: Hakim Cassimally is the new maintainer of the Perldoc modules
5679      Branch: perl
5680            ! Porting/Maintainers.pl
5681 ____________________________________________________________________________
5682 [ 30315] By: rgs                                   on 2007/02/15  13:10:31
5683         Log: Subject: Re: Patch for Deep recursion in B::Deparse
5684              From: Ash Berlin <ash_cpan@firemirror.com>
5685              Date: Thu, 15 Feb 2007 10:47:15 +0000
5686              Message-ID: <45D43A33.6070101@firemirror.com>
5687      Branch: perl
5688            ! ext/B/B/Deparse.pm
5689 ____________________________________________________________________________
5690 [ 30313] By: rgs                                   on 2007/02/15  12:39:46
5691         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
5692              From: demerphq <demerphq@gmail.com>
5693              Date: Thu, 15 Feb 2007 12:07:40 +0100
5694              Message-ID: <9b18b3110702150307t21b5efd2jfdeebccdff9175b1@mail.gmail.com>
5695      Branch: perl
5696            ! regcomp.c
5697 ____________________________________________________________________________
5698 [ 30310] By: rgs                                   on 2007/02/15  09:34:01
5699         Log: Subject: [PATCH] Use newer 'threads' constructs
5700              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5701              Date: Mon, 12 Feb 2007 12:04:33 -0800 (PST)
5702              Message-ID: <844555.64815.qm@web30202.mail.mud.yahoo.com>
5703      Branch: perl
5704            ! ext/XS/APItest/t/my_cxt.t ext/threads/shared/t/blessed.t
5705            ! ext/threads/shared/t/cond.t ext/threads/shared/t/hv_refs.t
5706            ! ext/threads/threads.xs lib/Thread/Queue.t lib/perl5db.pl
5707            ! pod/perlapi.pod pod/perlxs.pod sv.c t/op/threads.t
5708 ____________________________________________________________________________
5709 [ 30298] By: nicholas                              on 2007/02/14  20:59:02
5710         Log: There's no need to special case SVt_NULL in the print code, as it's
5711              only 0.01% of the cases called, and the call to SvPV_const() will
5712              issue the same warning and return the same empty string result for us.
5713              Unfortunately changing the switch statement to an if results in lots of
5714              whitespace changes, hence this change appears much larger than it is.
5715      Branch: perl
5716            ! doio.c
5717 ____________________________________________________________________________
5718 [ 30293] By: rgs                                   on 2007/02/14  17:29:53
5719         Log: Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,
5720              introduced in change 28939 (this should be documented)
5721      Branch: perl
5722            ! regexp.h
5723 ____________________________________________________________________________
5724 [ 30280] By: mhx                                   on 2007/02/14  13:23:50
5725         Log: Upgrade to Devel::PPPort 3.11
5726      Branch: perl
5727            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
5728            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
5729            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
5730            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
5731            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/module2.c
5732            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/parts/apicheck.pl
5733            ! ext/Devel/PPPort/parts/inc/MY_CXT
5734            ! ext/Devel/PPPort/parts/inc/SvPV
5735            ! ext/Devel/PPPort/parts/inc/SvREFCNT
5736            ! ext/Devel/PPPort/parts/inc/Sv_set
5737            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
5738            ! ext/Devel/PPPort/parts/inc/exception
5739            ! ext/Devel/PPPort/parts/inc/format
5740            ! ext/Devel/PPPort/parts/inc/grok
5741            ! ext/Devel/PPPort/parts/inc/limits
5742            ! ext/Devel/PPPort/parts/inc/mPUSH
5743            ! ext/Devel/PPPort/parts/inc/magic
5744            ! ext/Devel/PPPort/parts/inc/memory
5745            ! ext/Devel/PPPort/parts/inc/misc
5746            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
5747            ! ext/Devel/PPPort/parts/inc/newRV
5748            ! ext/Devel/PPPort/parts/inc/podtest
5749            ! ext/Devel/PPPort/parts/inc/ppphbin
5750            ! ext/Devel/PPPort/parts/inc/ppphdoc
5751            ! ext/Devel/PPPort/parts/inc/ppphtest
5752            ! ext/Devel/PPPort/parts/inc/pvs
5753            ! ext/Devel/PPPort/parts/inc/snprintf
5754            ! ext/Devel/PPPort/parts/inc/strlfuncs
5755            ! ext/Devel/PPPort/parts/inc/sv_xpvf
5756            ! ext/Devel/PPPort/parts/inc/threads
5757            ! ext/Devel/PPPort/parts/inc/uv
5758            ! ext/Devel/PPPort/parts/inc/variables
5759            ! ext/Devel/PPPort/parts/inc/version
5760            ! ext/Devel/PPPort/parts/inc/warn
5761            ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak
5762            ! ext/Devel/PPPort/typemap
5763 ____________________________________________________________________________
5764 [ 30278] By: merijn                                on 2007/02/14  07:54:59
5765         Log: Subject: Re: [PATCH] Document that m//k works
5766              From: demerphq <demerphq@gmail.com>
5767              Date: Tue, 13 Feb 2007 22:04:54 +0100
5768              Message-ID: <9b18b3110702131304q370f3530j463c1a59c5ac1dfe@mail.gmail.com>
5769      Branch: perl
5770            + t/op/regexp_pmod.t
5771            - t/op/regexp_kmod.t
5772            ! MANIFEST ext/re/t/re_funcs.t pod/perlop.pod pod/perlre.pod
5773            ! pod/perlvar.pod regexp.h
5774 ____________________________________________________________________________
5775 [ 30277] By: nicholas                              on 2007/02/14  00:04:54
5776         Log: Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.
5777              Undo the mistake.
5778      Branch: perl
5779            ! t/lib/common.pl
5780 ____________________________________________________________________________
5781 [ 30268] By: nicholas                              on 2007/02/13  20:11:53
5782         Log: Invoke minitrue to ensure that my spelling had always been correct.
5783              [We] thank Big Brother for raising the chocolate ration to twenty
5784              grammes a week.
5785      Branch: perl
5786            ! Changes
5787 ____________________________________________________________________________
5788 [ 30267] By: merijn                                on 2007/02/13  20:11:08
5789         Log: Subject: Re: Segmentation fault at undeclared for loop variable
5790              From: Robin Houston <robin@cpan.org>
5791              Date: Tue, 13 Feb 2007 16:50:08 +0000
5792              Message-Id: <C8B8E41C-C6FE-4822-918B-C62C916194DF@cpan.org>
5793      Branch: perl
5794            ! op.c
5795 ____________________________________________________________________________
5796 [ 30265] By: merijn                                on 2007/02/13  19:43:15
5797         Log: Subject: [PATCH] add hooks for capture buffers into regex engine.
5798              From: demerphq <demerphq@gmail.com>
5799              Date: Tue, 13 Feb 2007 20:27:33 +0100
5800              Message-ID: <9b18b3110702131127q79cc6df1lb1480d9a40d15213@mail.gmail.com>
5801      Branch: perl
5802            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h mg.c perl.h
5803            ! proto.h regcomp.c regcomp.h regexp.h
5804 ____________________________________________________________________________
5805 [ 30264] By: merijn                                on 2007/02/13  19:36:56
5806         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
5807              From: demerphq <demerphq@gmail.com>
5808              Date: Tue, 13 Feb 2007 19:09:17 +0100
5809              Message-ID: <9b18b3110702131009l6a0867a3m8317c9d62328f834@mail.gmail.com>
5810      Branch: perl
5811            ! regcomp.c
5812 ____________________________________________________________________________
5813 [ 30258] By: steveh                                on 2007/02/13  16:02:42
5814         Log: Vadim did the static build change
5815      Branch: perl
5816            ! pod/perl595delta.pod
5817 ____________________________________________________________________________
5818 [ 30257] By: rgs                                   on 2007/02/13  15:30:12
5819         Log: A few more details in perldelta
5820      Branch: perl
5821            ! pod/perl595delta.pod
5822 ____________________________________________________________________________
5823 [ 30256] By: stevep                                on 2007/02/13  15:23:00
5824         Log: Upgrade to CPAN-1.88_72
5825      Branch: perl
5826            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
5827            ! lib/CPAN/Queue.pm lib/CPAN/Tarzip.pm
5828 ____________________________________________________________________________
5829 [ 30255] By: nicholas                              on 2007/02/13  14:22:32
5830         Log: Change 26487 left some debugging code in, and through the wonders of
5831              autovivification, that code actually introduced a bug, most easily
5832              visible for the for the non-5.9.x case.
5833      Branch: perl
5834            ! ext/B/t/optree_constants.t lib/constant.pm
5835 ____________________________________________________________________________
5836 [ 30254] By: stevep                                on 2007/02/13  03:19:05
5837         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz
5838              From: John Peacock <jpeacock@rowman.com>
5839              Date: Mon, 12 Feb 2007 21:51:23 -0500
5840              Message-ID: <45D127AB.3050904@rowman.com>
5841      Branch: perl
5842            ! lib/version.pm lib/version.pod lib/version.t util.c
5843 ____________________________________________________________________________
5844 [ 30240] By: nicholas                              on 2007/02/12  20:29:43
5845         Log: Integrate:
5846              [ 29832]
5847              Avoid a SEGV in DBI's test suite, discovered by Andreas.
5848              Probably need to go through and audit to see if there are analagous
5849              places that need tweaking.
5850      Branch: perl
5851           !> perl.c
5852 ____________________________________________________________________________
5853 [ 30236] By: merijn                                on 2007/02/12  18:33:45
5854         Log: Subject: Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/
5855              From: demerphq <demerphq@gmail.com>
5856              Date: Mon, 12 Feb 2007 19:15:33 +0100
5857              Message-ID: <9b18b3110702121015o1c84ff6hfd69cfa645fae0bf@mail.gmail.com>
5858      Branch: perl
5859            ! regexec.c t/op/re_tests
5860 ____________________________________________________________________________
5861 [ 30235] By: nicholas                              on 2007/02/12  18:25:07
5862         Log: Integrate:
5863              [ 24458]
5864              Fix from Steve Peters
5865              
5866              [ 24464]
5867              Subject: RE: 5.8.7-tobe fails to compile on AIX 4.3.3
5868              From: "Jan Dubois" <jand@ActiveState.com>
5869              Message-Id: <200505131921.j4DJLgG5007986@smtp3.ActiveState.com>
5870              Date: Fri, 13 May 2005 12:21:40 -0700
5871              
5872              
5873              and then regenerate reentr.h, with the , no longer inside
5874              REENTR_MEMZERO(). This keeps macros looking like functions.
5875      Branch: perl
5876            ! reentr.h
5877           !> reentr.pl
5878 ____________________________________________________________________________
5879 [ 30234] By: merijn                                on 2007/02/12  17:46:46
5880         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
5881              From: Paul Johnson <paul@pjcj.net>
5882              Date: Sat, 10 Feb 2007 23:10:31 +0100
5883              Message-ID: <20070210221031.GB31280@pjcj.net>
5884      Branch: perl
5885            ! README.hpux pod/perlre.pod
5886 ____________________________________________________________________________
5887 [ 30233] By: rgs                                   on 2007/02/12  17:00:09
5888         Log: Skip this test if "use open" fails due to an unknown encoding
5889      Branch: perl
5890            ! ext/PerlIO/encoding/t/nolooping.t
5891 ____________________________________________________________________________
5892 [ 30229] By: rgs                                   on 2007/02/12  15:31:56
5893         Log: Un-TODO tests avec change #30228
5894      Branch: perl
5895            ! t/comp/parser.t
5896 ____________________________________________________________________________
5897 [ 30228] By: rgs                                   on 2007/02/12  15:27:31
5898         Log: Subject: Re: PL_copline inconsistency
5899              From: Rick Delaney <rick@bort.ca>
5900              Date: Sat, 27 Jan 2007 20:29:02 -0500
5901              Message-ID: <20070128012902.GA21572@bort.ca>
5902      Branch: perl
5903            ! toke.c
5904 ____________________________________________________________________________
5905 [ 30221] By: nicholas                              on 2007/02/12  10:52:28
5906         Log: Note why storing a reference as an integer in %^H is not threadsafe.
5907      Branch: perl
5908            ! pod/perlpragma.pod
5909 ____________________________________________________________________________
5910 [ 30220] By: rgs                                   on 2007/02/12  09:05:38
5911         Log: Document that m//k works, by Ã†var Arnfjörð Bjarmason
5912      Branch: perl
5913            ! pod/perlop.pod
5914 ____________________________________________________________________________
5915 [ 30219] By: steveh                                on 2007/02/12  09:04:41
5916         Log: Apply #30197 to win32/makefile.mk too
5917      Branch: perl
5918            ! win32/makefile.mk
5919 ____________________________________________________________________________
5920 [ 30218] By: rgs                                   on 2007/02/12  09:01:30
5921         Log: FAQ sync
5922      Branch: perl
5923            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5924            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
5925            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
5926 ____________________________________________________________________________
5927 [ 30217] By: craigb                                on 2007/02/11  23:52:35
5928         Log: Check for the presence of signbit() on VMS. It currently only works
5929              on IEEE double, not IEEE long double or any other floating point format.
5930              Also, begin to disentangle -Duselongdouble configuration support from
5931              its other 64-bit brethren.
5932      Branch: perl
5933            ! configure.com
5934 ____________________________________________________________________________
5935 [ 30216] By: craigb                                on 2007/02/11  23:48:46
5936         Log: In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to get
5937              all of the attributes we need without any of the ones we don't, and
5938              try to be friendly to older compilers without too much damage to 
5939              readability.  Thanks to Saku Setala for the problem report.
5940      Branch: perl
5941            ! vms/vms.c
5942 ____________________________________________________________________________
5943 [ 30215] By: rgs                                   on 2007/02/11  17:29:04
5944         Log: Another tiny typo in File::Copy (found by Ruud.)
5945      Branch: perl
5946            ! lib/File/Copy.pm
5947 ____________________________________________________________________________
5948 [ 30214] By: rgs                                   on 2007/02/11  17:23:51
5949         Log: Explicitly load PerlIO::encoding when testing it.
5950              (so we know what we're testing)
5951      Branch: perl
5952            ! ext/PerlIO/encoding/t/nolooping.t
5953 ____________________________________________________________________________
5954 [ 30213] By: rgs                                   on 2007/02/11  17:13:44
5955         Log: Subject: Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print STDERR
5956              From: Slaven Rezic <slaven@rezic.de>
5957              Date: 05 Feb 2007 23:04:07 +0100
5958              Message-ID: <87veiggt2g.fsf@biokovo.herceg.de>
5959      Branch: perl
5960            + ext/PerlIO/encoding/t/nolooping.t
5961            ! MANIFEST ext/PerlIO/encoding/encoding.pm
5962            ! ext/PerlIO/encoding/encoding.xs
5963 ____________________________________________________________________________
5964 [ 30212] By: rgs                                   on 2007/02/11  16:26:47
5965         Log: Convert new test to using t/test.pl.
5966              (No idea where it could fit better. And since it uses the stack,
5967              it's a bit fragile)
5968      Branch: perl
5969            ! t/op/qrstack.t
5970 ____________________________________________________________________________
5971 [ 30211] By: rgs                                   on 2007/02/11  16:20:15
5972         Log: Subject: [perl #41484] qr// stack bug 
5973              From: knew-p5p@pimb.org (via RT) <perlbug-followup@perl.org>
5974              Date: Sat, 10 Feb 2007 19:32:17 -0800
5975              Message-ID: <rt-3.6.HEAD-14573-1171164736-117.41484-75-0@perl.org>
5976      Branch: perl
5977            + t/op/qrstack.t
5978            ! MANIFEST pp_hot.c
5979 ____________________________________________________________________________
5980 [ 30200] By: merijn                                on 2007/02/10  20:41:31
5981         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
5982              From: demerphq <demerphq@gmail.com>
5983              Date: Sat, 10 Feb 2007 21:31:55 +0100
5984              Message-ID: <9b18b3110702101231j5e91cc20g780a8c581af02dd5@mail.gmail.com>
5985      Branch: perl
5986            ! regcomp.c t/op/pat.t
5987 ____________________________________________________________________________
5988 [ 30197] By: nicholas                              on 2007/02/10  19:35:09
5989         Log: Subject: [PATCH] Defend against cmd.exe stupidity (on Win2k at least)
5990              From: demerphq <demerphq@gmail.com>
5991              Message-ID: <9b18b3110702101100n76f65136ke65113bf0dbd01f@mail.gmail.com>
5992              Date: Sat, 10 Feb 2007 20:00:10 +0100
5993      Branch: perl
5994            ! win32/Makefile
5995 ____________________________________________________________________________
5996 [ 30195] By: nicholas                              on 2007/02/10  18:51:31
5997         Log: These casts to GV are no longer needed.
5998      Branch: perl
5999            ! pp.c
6000 ____________________________________________________________________________
6001 [ 30192] By: merijn                                on 2007/02/10  17:22:04
6002         Log: Subject: [PATCH] signbit detection (was [perl #39875] -0.0 loses signedness upon numeric comparison)
6003              From: Andy Dougherty <doughera@lafayette.edu>
6004              Date: Fri, 9 Feb 2007 11:40:51 -0500 (EST)
6005              Message-ID: <Pine.LNX.4.62.0702091121400.10202@fractal.phys.lafayette.edu>
6006      Branch: perl
6007            ! Configure Porting/Glossary config_h.SH embed.fnc embed.h
6008            ! global.sym numeric.c perl.h pod/perlapi.pod proto.h
6009 ____________________________________________________________________________
6010 [ 30188] By: nicholas                              on 2007/02/09  23:36:46
6011         Log: Fix Pod errors.
6012      Branch: perl
6013            ! README.mpeix gv.c pod/perl595delta.pod pod/perlapi.pod
6014 ____________________________________________________________________________
6015 [ 30184] By: merijn                                on 2007/02/09  20:06:44
6016         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
6017              From: demerphq <demerphq@gmail.com>
6018              Date: Fri, 9 Feb 2007 20:40:17 +0100
6019              Message-ID: <9b18b3110702091140k12d60712uf9fffbf77141247c@mail.gmail.com>
6020      Branch: perl
6021            ! regcomp.c
6022 ____________________________________________________________________________
6023 [ 30183] By: nicholas                              on 2007/02/09  19:39:45
6024         Log: Unknown formatting code U<> spotted by Jesse - presumably it should be
6025              L<>
6026      Branch: perl
6027            ! pod/perlfaq1.pod
6028 ____________________________________________________________________________
6029 [ 30178] By: nicholas                              on 2007/02/09  12:20:49
6030         Log: Update the lists of files that makerel needs to process. Remove the
6031              "used only once" warning.
6032      Branch: perl
6033            ! Porting/makerel
6034 ____________________________________________________________________________
6035 [ 30177] By: craigb                                on 2007/02/08  18:42:44
6036         Log: Switch from Carp to plain old warn in vms/ext/XSSymSet.pm
6037              because Carp now in some cases depends on things that may not
6038              be available from miniperl or before extensions are built.
6039      Branch: perl
6040            ! vms/ext/XSSymSet.pm
6041 ____________________________________________________________________________
6042 [ 30172] By: rgs                                   on 2007/02/08  14:14:25
6043         Log: Typo fix, by John P. Linderman
6044      Branch: perl
6045            ! lib/File/Copy.pm
6046 ____________________________________________________________________________
6047 [ 30171] By: nicholas                              on 2007/02/08  13:46:31
6048         Log: Subject: [PATCH] Re: Change 29193 is a regression
6049              From: Rick Delaney <rick@bort.ca>
6050              Date: Thu, 8 Feb 2007 08:21:37 -0500
6051              Message-ID: <20070208132137.GA24202@bort.ca>
6052      Branch: perl
6053            ! pp_ctl.c t/op/taint.t
6054 ____________________________________________________________________________
6055 [ 30170] By: rgs                                   on 2007/02/08  10:16:14
6056         Log: Remove dead code that was emitting warnings.
6057      Branch: perl
6058            ! regcomp.c
6059 ____________________________________________________________________________
6060 [ 30169] By: merijn                                on 2007/02/08  08:19:24
6061         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
6062              From: demerphq <demerphq@gmail.com>
6063              Date: Wed, 7 Feb 2007 22:53:25 +0100
6064              Message-ID: <9b18b3110702071353l250d8a67x188c4e234e8905c7@mail.gmail.com>
6065      Branch: perl
6066            ! pod/perlre.pod regcomp.c t/op/re_tests
6067 ____________________________________________________________________________
6068 [ 30168] By: nicholas                              on 2007/02/07  23:54:53
6069         Log: opening $0 doesn't work if you change directory. So use test.pl
6070      Branch: perl
6071            ! t/op/taint.t
6072 ____________________________________________________________________________
6073 [ 30167] By: nicholas                              on 2007/02/07  23:49:44
6074         Log: TODO tests for eval of tainted scalars. (change 29193's regression)
6075      Branch: perl
6076            ! t/op/taint.t
6077 ____________________________________________________________________________
6078 [ 30157] By: stevep                                on 2007/02/07  14:56:05
6079         Log: Upgrade to Time-HiRes-1.9705
6080      Branch: perl
6081            + ext/Time/HiRes/hints/linux.pl
6082            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
6083            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
6084            ! ext/Time/HiRes/t/HiRes.t
6085 ____________________________________________________________________________
6086 [ 30156] By: rgs                                   on 2007/02/07  13:58:10
6087         Log: Subject: [PATCH] Fix to Dynaloader.t for missing modules
6088              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6089              Date: Wed, 7 Feb 2007 05:18:43 -0800 (PST)
6090              Message-ID: <618512.39885.qm@web30212.mail.mud.yahoo.com>
6091      Branch: perl
6092            ! ext/DynaLoader/t/DynaLoader.t
6093 ____________________________________________________________________________
6094 [ 30155] By: rgs                                   on 2007/02/07  12:27:58
6095         Log: Subject: [PATCH hints/linux.sh] libdb may require pthread
6096              From: Jonathan Stowe <jns@gellyfish.com>
6097              Date: Wed, 07 Feb 2007 11:56:17 +0000
6098              Message-Id: <1170849377.13207.14.camel@coriolanus.gellyfish.com>
6099      Branch: perl
6100            ! hints/linux.sh
6101 ____________________________________________________________________________
6102 [ 30153] By: rgs                                   on 2007/02/07  09:04:56
6103         Log: Wrap the SvTYPE macro definition in parens.
6104      Branch: perl
6105            ! sv.h
6106 ____________________________________________________________________________
6107 [ 30152] By: rgs                                   on 2007/02/06  22:37:34
6108         Log: Upgrade to threads.pm 1.59 (doc tweaks)
6109      Branch: perl
6110            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
6111            ! ext/threads/t/thread.t ext/threads/threads.pm
6112 ____________________________________________________________________________
6113 [ 30151] By: rgs                                   on 2007/02/06  22:35:29
6114         Log: Upgrade to threads::shared 1.07 (doc tweaks)
6115      Branch: perl
6116            ! ext/threads/shared/Changes ext/threads/shared/README
6117            ! ext/threads/shared/shared.pm
6118 ____________________________________________________________________________
6119 [ 30150] By: rgs                                   on 2007/02/06  22:33:23
6120         Log: Subject: [PATCH] perlop.pod - proposal to add an explanation of \c
6121              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
6122              Date: Sat, 3 Feb 2007 16:23:48 +0100
6123              Message-ID: <17de7ee80702030723m4265bbfkc83644d55a24aa0@mail.gmail.com>
6124      Branch: perl
6125            ! pod/perlop.pod
6126 ____________________________________________________________________________
6127 [ 30149] By: rgs                                   on 2007/02/06  22:29:45
6128         Log: Avoid obscure failures when a regexp hasn't matched
6129      Branch: perl
6130            ! t/op/bless.t
6131 ____________________________________________________________________________
6132 [ 30148] By: rgs                                   on 2007/02/06  21:54:12
6133         Log: Subject: [PATCH] current status on Unicode Regular Expressions
6134              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6135              Date: Sat, 03 Feb 2007 17:01:52 +0900
6136              Message-Id: <20070203170135.3B43.BQW10602@nifty.com>
6137      Branch: perl
6138            ! lib/unicore/mktables pod/perlunicode.pod t/op/pat.t
6139 ____________________________________________________________________________
6140 [ 30147] By: rgs                                   on 2007/02/06  21:48:59
6141         Log: Subject: [PATCH] fix 2 environment handling bugs
6142              From: Jan Dubois <jand@ActiveState.com>
6143              Date: Mon, 05 Feb 2007 21:45:36 -0800
6144              Message-ID: <p81gs2pggh04cngqjam0ejite7ksamiprt@4ax.com>
6145      Branch: perl
6146            ! perl.c
6147 ____________________________________________________________________________
6148 [ 30146] By: stevep                                on 2007/02/06  21:43:13
6149         Log: Upgrade to ExtUtils-Command-1.13
6150      Branch: perl
6151            ! lib/ExtUtils/Command.pm
6152 ____________________________________________________________________________
6153 [ 30144] By: stevep                                on 2007/02/06  17:29:09
6154         Log: Upgrade to libnet-1.20.  Includes some additional version bumps where bleadperl
6155              differs from the CPAN version (Net::FTP and Net::NNTP).
6156      Branch: perl
6157            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
6158            ! lib/Net/FTP/A.pm lib/Net/NNTP.pm lib/Net/POP3.pm
6159            ! lib/Net/SMTP.pm
6160 ____________________________________________________________________________
6161 [ 30143] By: stevep                                on 2007/02/06  16:42:50
6162         Log: Upgrade to Module-Pluggable-3.5
6163      Branch: perl
6164            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
6165 ____________________________________________________________________________
6166 [ 30142] By: nicholas                              on 2007/02/05  23:52:23
6167         Log: Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available to
6168              pre 5.9.x.
6169      Branch: perl
6170            ! ext/B/B.xs ext/B/defsubs_h.PL
6171 ____________________________________________________________________________
6172 [ 30136] By: nicholas                              on 2007/02/05  18:53:18
6173         Log: t/lib/common.pl can be warnings clean.
6174      Branch: perl
6175            ! t/lib/common.pl
6176 ____________________________________________________________________________
6177 [ 30134] By: nicholas                              on 2007/02/05  18:35:47
6178         Log: Upgrade to ExtUtils-ParseXS-2.18
6179      Branch: perl
6180            ! lib/ExtUtils/ParseXS.pm
6181 ____________________________________________________________________________
6182 [ 30129] By: rgs                                   on 2007/02/05  15:35:56
6183         Log: Subject: [PATCH] cygwin: disable effect of -ansi -std=c89 on system include 
6184              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
6185              Date: Mon, 5 Feb 2007 03:32:59 -0800 (PST)
6186              Message-ID: <1344.63.226.247.186.1170675179.squirrel@63.226.247.186>
6187      Branch: perl
6188            ! hints/cygwin.sh
6189 ____________________________________________________________________________
6190 [ 30128] By: rgs                                   on 2007/02/05  12:24:24
6191         Log: Upgrade to DB_File 1.815
6192      Branch: perl
6193            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6194            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
6195 ____________________________________________________________________________
6196 [ 30126] By: rgs                                   on 2007/02/05  11:29:08
6197         Log: Subject: [PATCH] minor improvements for perlre.pod
6198              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
6199              Date: Sun, 4 Feb 2007 16:26:14 +0100
6200              Message-ID: <17de7ee80702040726v23f54266g3c352d353a30c430@mail.gmail.com>
6201      Branch: perl
6202            ! pod/perlre.pod
6203 ____________________________________________________________________________
6204 [ 30125] By: rgs                                   on 2007/02/05  10:05:10
6205         Log: Quote fix by Jarkko
6206      Branch: perl
6207            ! cflags.SH
6208 ____________________________________________________________________________
6209 [ 30124] By: nicholas                              on 2007/02/05  00:13:08
6210         Log: Use the new conditional TODOs to mark as TODO the warning tests
6211              failing due to HEKs leaked by OPs for unthreaded perls tested with
6212              a UTF-8 locale.
6213      Branch: perl
6214            ! lib/warnings.t t/lib/warnings/7fatal
6215 ____________________________________________________________________________
6216 [ 30123] By: nicholas                              on 2007/02/05  00:12:25
6217         Log: Enhance t/lib/common.pl to provide conditional TODOs using eval'd code.
6218      Branch: perl
6219            ! t/lib/common.pl
6220 ____________________________________________________________________________
6221 [ 30120] By: craigb                                on 2007/02/04  20:43:46
6222         Log: In vms/gen_shrfls.pl, consider EXTERN_C declarations as function
6223              candidates, not global variable candidates.  Currently only needed
6224              for PerlIO_teardown.
6225      Branch: perl
6226            ! vms/gen_shrfls.pl
6227 ____________________________________________________________________________
6228 [ 30119] By: nicholas                              on 2007/02/04  20:32:13
6229         Log: Change 23753 wasn't quite a perfect refactoring, as it omitted calling
6230              PERL_SET_THX(my_perl); when !PL_curinterp for non-ithreads.
6231              However, this would not have made a difference for any configuration
6232              buildable from the blead source alone.
6233      Branch: perl
6234            ! perl.c
6235 ____________________________________________________________________________
6236 [ 30114] By: nicholas                              on 2007/02/04  18:38:59
6237         Log: Currently Changes is in ISO-8859-1, not UTF-8, so correct change 28226
6238              which had an e accute in UTF-8.
6239      Branch: perl
6240            ! Changes
6241 ____________________________________________________________________________
6242 [ 30111] By: craigb                                on 2007/02/03  23:53:06
6243         Log: Install overload.h on VMS, plus more case fix-ups in descrip_mms.template.
6244      Branch: perl
6245            ! vms/descrip_mms.template
6246 ____________________________________________________________________________
6247 [ 30108] By: craigb                                on 2007/02/03  18:52:02
6248         Log: Install parser.h on VMS, plus fix some case typos in descrip_mms.template.
6249      Branch: perl
6250            ! vms/descrip_mms.template
6251 ____________________________________________________________________________
6252 [ 30105] By: nicholas                              on 2007/02/03  15:23:52
6253         Log: Purge all references to 5005 threads variables in the code.
6254              (Retain the aides memoire in makedef.pl)
6255      Branch: perl
6256            ! Porting/findvars gv.c hv.c op.c perl.c pp_ctl.c sv.c
6257 ____________________________________________________________________________
6258 [ 30104] By: stevep                                on 2007/02/03  06:25:11
6259         Log: Subject: Re: prerelease checklist for Perl 5.10
6260              From: demerphq <demerphq@gmail.com>
6261              Date: Thu, 1 Feb 2007 17:06:37 +0100
6262              Message-ID: <9b18b3110702010806n7e095317v77f5dc1eb765f8d@mail.gmail.com>
6263              
6264              Subject: Re: prerelease checklist for Perl 5.10
6265              From: demerphq <demerphq@gmail.com>
6266              Date: Fri, 2 Feb 2007 18:10:14 +0100
6267              Message-ID: <9b18b3110702020910l31c7784fi5e37bf777b6eafb3@mail.gmail.com>
6268              
6269              Regular expression changes to fix failing tests in XML::Twig and
6270              Mail::SpamAssassin.  The breakages occured in changes #28785 and
6271              #29279.
6272      Branch: perl
6273            ! embed.fnc embed.h proto.h regexec.c regexp.h t/op/re_tests
6274 ____________________________________________________________________________
6275 [ 30103] By: nicholas                              on 2007/02/02  23:35:22
6276         Log: Subject: Re: [perl #41421] glob() produces spurious results with brackets in braces
6277              From: Slaven Rezic <slaven@rezic.de>
6278              Message-ID: <87r6t81acj.fsf@biokovo.herceg.de>
6279              Date: 02 Feb 2007 23:08:28 +0100
6280      Branch: perl
6281            ! ext/File/Glob/bsd_glob.c ext/File/Glob/t/basic.t
6282 ____________________________________________________________________________
6283 [ 30101] By: nicholas                              on 2007/02/02  22:10:39
6284         Log: A few more places where we know the length for sv_setpv() or sv_catpv()
6285      Branch: perl
6286            ! mg.c op.c pp_ctl.c toke.c
6287 ____________________________________________________________________________
6288 [ 30093] By: nicholas                              on 2007/02/02  16:25:23
6289         Log: Testing every pattern by also upgrading to UTF-8 would have caught the
6290              bug added by change 29502, fixed in change 30092.
6291      Branch: perl
6292            ! t/op/regexp.t
6293 ____________________________________________________________________________
6294 [ 30092] By: nicholas                              on 2007/02/02  14:37:31
6295         Log: Change 29502 wasn't perfect - you need to remove any extra trailing
6296              "\n" added by fbm_compile(), before recompiling with the same flags.
6297              In turn, to do that, it's best to store the flags even for short
6298              "PVBM"s.
6299      Branch: perl
6300            ! regexec.c util.c
6301 ____________________________________________________________________________
6302 [ 30091] By: nicholas                              on 2007/02/02  14:35:51
6303         Log: Better dump reporting of "PVBM"s.
6304      Branch: perl
6305            ! dump.c
6306 ____________________________________________________________________________
6307 [ 30090] By: nicholas                              on 2007/02/01  23:32:22
6308         Log: Allow regexp.t to take a command line argument for the filename of
6309              tests. Read the tests into memory, to avoid seeking the FH.
6310      Branch: perl
6311            ! t/op/regexp.t
6312 ____________________________________________________________________________
6313 [ 30089] By: nicholas                              on 2007/02/01  16:49:12
6314         Log: Make t/op/regexp.t warnings clean.
6315      Branch: perl
6316            ! t/op/regexp.t
6317 ____________________________________________________________________________
6318 [ 30088] By: nicholas                              on 2007/02/01  16:27:00
6319         Log: Make t/op/regexp.t run under use strict; including removing the
6320              vestiges of change 1195 not removed by change 1244.
6321      Branch: perl
6322            ! t/op/re_tests t/op/regexp.t
6323 ____________________________________________________________________________
6324 [ 30087] By: merijn                                on 2007/01/31  15:38:06
6325         Log: alloca () might end up unreferenced during linking.
6326              Thanks Steve
6327      Branch: perl
6328            ! cygwin/cygwin.c
6329 ____________________________________________________________________________
6330 [ 30086] By: rgs                                   on 2007/01/31  13:58:40
6331         Log: Upgrade to Getopt::Long 2.36
6332      Branch: perl
6333            + lib/Getopt/Long/t/gol-xargv.t lib/Getopt/Long/t/gol-xstring.t
6334            ! MANIFEST lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
6335            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
6336            ! lib/Getopt/Long/t/gol-linkage.t
6337 ____________________________________________________________________________
6338 [ 30085] By: nicholas                              on 2007/01/31  12:14:05
6339         Log: You can't have special blocks if the subroutine has an "anonymous"
6340              name for the debugger, so don't bother checking.
6341      Branch: perl
6342            ! op.c
6343 ____________________________________________________________________________
6344 [ 30084] By: merijn                                on 2007/01/31  10:29:59
6345         Log: Subject: [PATCH] Improve regex stringification code
6346              From: demerphq <demerphq@gmail.com>
6347              Date: Tue, 30 Jan 2007 23:58:31 +0100
6348              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
6349      Branch: perl
6350            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
6351            ! pod/perlapi.pod proto.h regcomp.c regcomp.h regexec.c regexp.h
6352 ____________________________________________________________________________
6353 [ 30083] By: merijn                                on 2007/01/31  09:51:48
6354         Log: Subject: [PATCH] regcomp.c: remove some gotos that cause compiler consternation.
6355              From: demerphq <demerphq@gmail.com>
6356              Date: Wed, 31 Jan 2007 10:28:34 +0100
6357      Branch: perl
6358            ! regcomp.c
6359 ____________________________________________________________________________
6360 [ 30082] By: merijn                                on 2007/01/31  07:49:12
6361         Log: Subject: [PATCH] Improve regex stringification code
6362              From: demerphq <demerphq@gmail.com>
6363              Date: Tue, 30 Jan 2007 23:58:31 +0100
6364              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
6365      Branch: perl
6366            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
6367            ! proto.h regcomp.c regcomp.h regexec.c regexp.h
6368 ____________________________________________________________________________
6369 [ 30081] By: merijn                                on 2007/01/31  07:34:39
6370         Log: Subject: [PATCH] $1 in nested regex EVAL doesnt work correctly.
6371              From: demerphq <demerphq@gmail.com>
6372              Date: Tue, 30 Jan 2007 23:51:27 +0100
6373              Message-ID: <9b18b3110701301451l1443a186p39df7a6e8b65ea3c@mail.gmail.com>
6374      Branch: perl
6375            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
6376            ! regexec.c t/op/pat.t
6377 ____________________________________________________________________________
6378 [ 30080] By: nicholas                              on 2007/01/30  23:53:56
6379         Log: Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END
6380              duplicated in newATTRSUB and newXS into a new static function
6381              process_special_blocks()
6382      Branch: perl
6383            ! embed.fnc embed.h op.c proto.h
6384 ____________________________________________________________________________
6385 [ 30079] By: merijn                                on 2007/01/30  17:39:58
6386         Log: Subject: [PATCH] one more iteration on PerlIO_teardown prototype
6387              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
6388              Date: Tue, 30 Jan 2007 04:20:21 +0200 (EET)
6389              Message-Id: <20070130022021.6051443A67@anubis.hut.fi>
6390      Branch: perl
6391            ! perl.h perliol.h
6392 ____________________________________________________________________________
6393 [ 30078] By: gisle                                 on 2007/01/30  11:13:51
6394         Log: Subject: [PATCH] Re: run/cloexec.t is failing
6395              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6396              Date: Sat, 13 Jan 2007 18:44:53 +0100
6397              Message-ID: <20070113184453.7cd54bcf@r2d2>
6398      Branch: perl
6399            ! t/run/cloexec.t
6400 ____________________________________________________________________________
6401 [ 30076] By: nicholas                              on 2007/01/29  23:36:02
6402         Log: Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.
6403      Branch: perl
6404            + ext/XS/APItest/t/xs_special_subs_require.t
6405            ! MANIFEST ext/XS/APItest/t/xs_special_subs.t
6406 ____________________________________________________________________________
6407 [ 30072] By: nicholas                              on 2007/01/29  22:40:01
6408         Log: UNITCHECK for XS code. Turned out to be harder that expected.
6409              We need to get the XS BOOT section to run any UNITCHECK blocks for us.
6410      Branch: perl
6411            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
6412            ! ext/XS/APItest/t/xs_special_subs.t lib/ExtUtils/ParseXS.pm
6413            ! op.c
6414 ____________________________________________________________________________
6415 [ 30067] By: nicholas                              on 2007/01/29  20:05:52
6416         Log: BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)
6417      Branch: perl
6418            + ext/XS/APItest/t/xs_special_subs.t
6419            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
6420            ! op.c
6421 ____________________________________________________________________________
6422 [ 30064] By: nicholas                              on 2007/01/29  18:28:16
6423         Log: Add av_create_and_push() and av_create_and_unshift_one() to refactor
6424              out two repeated idioms.
6425      Branch: perl
6426            ! av.c doio.c embed.fnc op.c perl.c pod/perlapi.pod proto.h
6427 ____________________________________________________________________________
6428 [ 30059] By: gisle                                 on 2007/01/29  16:54:38
6429         Log: Avoid test failure with for a -Dusesitecustomize perl.
6430      Branch: perl
6431            ! t/run/switchd.t
6432 ____________________________________________________________________________
6433 [ 30052] By: nicholas                              on 2007/01/28  22:30:18
6434         Log: Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay)
6435      Branch: perl
6436            ! ext/B/t/debug.t
6437 ____________________________________________________________________________
6438 [ 30050] By: rgs                                   on 2007/01/28  17:26:02
6439         Log: Subject: [PATCH] g++ wants cast
6440              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
6441              Date: Sun, 28 Jan 2007 17:04:44 +0200 (EET)
6442              Message-Id: <20070128150444.AC62043A57@anubis.hut.fi>
6443      Branch: perl
6444            ! sv.c
6445 ____________________________________________________________________________
6446 [ 30044] By: nicholas                              on 2007/01/27  22:49:10
6447         Log: As we're not using UVf in the core, don't even define in when PERL_CORE
6448              is true.
6449      Branch: perl
6450            ! perl.h
6451 ____________________________________________________________________________
6452 [ 30043] By: nicholas                              on 2007/01/27  22:48:39
6453         Log: Change 30034 wasn't enough to silence the warnings - also need to
6454              pass a never-NULL parameter to newPADOP from newGVOP
6455      Branch: perl
6456            ! op.c
6457 ____________________________________________________________________________
6458 [ 30041] By: craigb                                on 2007/01/27  22:08:55
6459         Log: Subject: [perl@30030] blead on OpenVMS doesn't build
6460              From: Abe Timmerman <abe@ztreet.demon.nl>
6461              Date: Sat, 27 Jan 2007 17:26:47 +0100
6462              Message-Id: <200701271726.48347.abe@ztreet.demon.nl>
6463              
6464              Disable DECterm support by default, and when we enable it, 
6465              make sure the image we need is installed, not merely present.
6466      Branch: perl
6467            ! configure.com
6468 ____________________________________________________________________________
6469 [ 30037] By: craigb                                on 2007/01/27  17:45:27
6470         Log: For FindBin to work as advertised on VMS, $FindBin::Bin
6471              must be in unix syntax.
6472      Branch: perl
6473            ! lib/FindBin.pm
6474 ____________________________________________________________________________
6475 [ 30035] By: craigb                                on 2007/01/27  17:19:12
6476         Log: For VMS, a belated entry into the $^O jungle that is File::Find::_find_dir.
6477      Branch: perl
6478            ! lib/File/Find.pm
6479 ____________________________________________________________________________
6480 [ 30034] By: nicholas                              on 2007/01/27  17:03:59
6481         Log: newPADOP()'s sv parameter is never NULL, so mark it as so.
6482              (Well, in theory it could be NULL if someone is creating ops during
6483              symbol table destruction, but snowballs in hell, etc.
6484              This is usually the point where Jarkko observes that the aliens are
6485              looking for a free slot in their diaries...)
6486      Branch: perl
6487            ! embed.fnc op.c proto.h
6488 ____________________________________________________________________________
6489 [ 30032] By: nicholas                              on 2007/01/27  15:36:49
6490         Log: newPADOP is only used under ithreads, so don't waste space by compiling
6491              it for non-threaded builds.
6492      Branch: perl
6493            ! embed.fnc embed.h makedef.pl op.c proto.h
6494 ____________________________________________________________________________
6495 [ 30030] By: nicholas                              on 2007/01/27  14:03:01
6496         Log: One last gv_fetchpv() that should be GV_ADD rather than TRUE.
6497      Branch: perl
6498            ! toke.c
6499 ____________________________________________________________________________
6500 [ 30028] By: nicholas                              on 2007/01/27  12:55:31
6501         Log: Using gv_stashsv() and sv_setsv() in Perl_package reduces source and
6502              object code size.
6503      Branch: perl
6504            ! op.c
6505 ____________________________________________________________________________
6506 [ 30025] By: rgs                                   on 2007/01/27  09:42:32
6507         Log: Change Tels' contact address
6508      Branch: perl
6509            ! Porting/Maintainers.pl
6510 ____________________________________________________________________________
6511 [ 30024] By: nicholas                              on 2007/01/27  00:45:30
6512         Log: A test to exercise the smallbuf overflow code in S_incline, and a
6513              refactoring of that code to use only one 128 char array, not two.
6514      Branch: perl
6515            ! t/comp/parser.t toke.c
6516 ____________________________________________________________________________
6517 [ 30019] By: rgs                                   on 2007/01/26  18:28:42
6518         Log: cflags.SH was broken: it was compiling a C file for testing available
6519              command-line options, but this C file was including perl.h, which in
6520              turn includes config.h, which might not be present at that time. So
6521              force the generation of config.h.
6522      Branch: perl
6523            ! cflags.SH
6524 ____________________________________________________________________________
6525 [ 30017] By: rgs                                   on 2007/01/26  16:41:52
6526         Log: Silence a few pedantic warnings
6527      Branch: perl
6528            ! sv.c
6529 ____________________________________________________________________________
6530 [ 30016] By: rgs                                   on 2007/01/26  16:39:40
6531         Log: If we have specified -Dgccansipedantic on the Configure command-line,
6532              assume we really want it
6533      Branch: perl
6534            ! cflags.SH
6535 ____________________________________________________________________________
6536 [ 30015] By: nicholas                              on 2007/01/26  16:16:29
6537         Log: Stop S_incline needing to temporarily write a '\0' into its passed-in
6538              buffer. (Requires adding gv_fetchfile_flags(), savesharedpvn() and
6539              CopFILE_setn() to provide pointer/length versions of APIs)
6540      Branch: perl
6541            ! cop.h embed.fnc embed.h global.sym gv.c pod/perlapi.pod
6542            ! proto.h toke.c util.c
6543 ____________________________________________________________________________
6544 [ 30014] By: stevep                                on 2007/01/26  16:12:58
6545         Log: Fix ext/POSIX/t/sysconf.t failures on Cygwin.
6546      Branch: perl
6547            ! ext/POSIX/t/sysconf.t
6548 ____________________________________________________________________________
6549 [ 30013] By: rgs                                   on 2007/01/26  16:06:47
6550         Log: Subject: Re: [perl #32135] File::Copy module
6551              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
6552              Date: Fri, 26 Jan 2007 12:56:18 -0200
6553              Message-ID: <73ddeb6c0701260656i1c35b207r1f9624edd3503fa6@mail.gmail.com>
6554      Branch: perl
6555            ! lib/File/Copy.pm
6556 ____________________________________________________________________________
6557 [ 30012] By: rgs                                   on 2007/01/26  15:21:37
6558         Log: Subject: [PATCH] Add Archive::Extract 0.16 to the core
6559              From: "Jos Boumans" <kane@dwim.org>
6560              Date: Fri, 26 Jan 2007 15:02:36 +0100 (CET)
6561              Message-ID: <21170.80.127.35.68.1169820156.squirrel@webmail.xs4all.nl>
6562      Branch: perl
6563            + lib/Archive/Extract.pm
6564            + lib/Archive/Extract/t/01_Archive-Extract.t
6565            + lib/Archive/Extract/t/src/double_dir.zip.packed
6566            + lib/Archive/Extract/t/src/x.bz2.packed
6567            + lib/Archive/Extract/t/src/x.gz.packed
6568            + lib/Archive/Extract/t/src/x.jar.packed
6569            + lib/Archive/Extract/t/src/x.par.packed
6570            + lib/Archive/Extract/t/src/x.tar.gz.packed
6571            + lib/Archive/Extract/t/src/x.tar.packed
6572            + lib/Archive/Extract/t/src/x.tgz.packed
6573            + lib/Archive/Extract/t/src/x.zip.packed
6574            + lib/Archive/Extract/t/src/y.jar.packed
6575            + lib/Archive/Extract/t/src/y.par.packed
6576            + lib/Archive/Extract/t/src/y.tar.bz2.packed
6577            + lib/Archive/Extract/t/src/y.tar.gz.packed
6578            + lib/Archive/Extract/t/src/y.tar.packed
6579            + lib/Archive/Extract/t/src/y.tbz.packed
6580            + lib/Archive/Extract/t/src/y.tgz.packed
6581            + lib/Archive/Extract/t/src/y.zip.packed
6582            ! MANIFEST
6583 ____________________________________________________________________________
6584 [ 30010] By: rgs                                   on 2007/01/26  14:03:34
6585         Log: Subject: [PATCH] Small bugfixes to uupacktool.pl
6586              From: "Jos Boumans" <kane@dwim.org>
6587              Date: Fri, 26 Jan 2007 14:50:29 +0100 (CET)
6588              Message-ID: <16773.80.127.35.68.1169819429.squirrel@webmail.xs4all.nl>
6589      Branch: perl
6590            ! uupacktool.pl
6591 ____________________________________________________________________________
6592 [ 30009] By: rgs                                   on 2007/01/26  13:58:56
6593         Log: Subject: [PATCH] still some Symbian/S90 tweaks
6594              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
6595              Date: Fri, 26 Jan 2007 15:40:58 +0200 (EET)
6596              Message-Id: <20070126134058.83B0643A57@anubis.hut.fi>
6597      Branch: perl
6598            ! README.symbian symbian/config.sh symbian/xsbuild.pl
6599 ____________________________________________________________________________
6600 [ 30008] By: rgs                                   on 2007/01/26  13:56:29
6601         Log: Upgrade to File::Fetch 0.10, by Jos Boumans
6602      Branch: perl
6603            - lib/File/Fetch/Item.pm
6604            ! MANIFEST lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t
6605 ____________________________________________________________________________
6606 [ 30002] By: rgs                                   on 2007/01/26  11:21:17
6607         Log: Let File::Path report the extended system error message
6608              when available (Ilya Zakharevich)
6609      Branch: perl
6610            ! lib/File/Path.pm
6611 ____________________________________________________________________________
6612 [ 30000] By: nicholas                              on 2007/01/26  11:18:02
6613         Log: As we're not passing over (or copying in) a NUL, don't need that extra
6614              byte for it, so correct the < to <= so that we use the smallbuf
6615              whenever possible.
6616      Branch: perl
6617            ! gv.c toke.c
6618 ____________________________________________________________________________
6619 [ 29998] By: rgs                                   on 2007/01/26  10:55:50
6620         Log: Mention //w in perltodo.
6621      Branch: perl
6622            ! pod/perltodo.pod
6623 ____________________________________________________________________________
6624 [ 29994] By: rgs                                   on 2007/01/26  09:17:56
6625         Log: Upgrade to Time::Local 1.17
6626      Branch: perl
6627            ! lib/Time/Local.pm lib/Time/Local.t
6628 ____________________________________________________________________________
6629 [ 29992] By: rgs                                   on 2007/01/26  09:03:27
6630         Log: Subject: [PATCH] utf8.pm doc patch
6631              From: Audrey Tang <audreyt@audreyt.org>
6632              Date: Fri, 26 Jan 2007 05:38:39 +0800
6633              Message-Id: <5BDAD0DE-3434-4A29-82C6-35AE3EFD27CC@audreyt.org>
6634      Branch: perl
6635            ! lib/utf8.pm
6636 ____________________________________________________________________________
6637 [ 29991] By: rgs                                   on 2007/01/26  09:01:01
6638         Log: Some variables are used only with DEBUGGING
6639      Branch: perl
6640            ! regcomp.c
6641 ____________________________________________________________________________
6642 [ 29990] By: rgs                                   on 2007/01/26  08:39:07
6643         Log: Subject: [PATCH] further Symbian/S90 fixes from alexander smishlajev
6644              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
6645              Date: Fri, 26 Jan 2007 05:51:50 +0200 (EET)
6646              Message-Id: <20070126035150.41A4143A67@anubis.hut.fi>
6647      Branch: perl
6648            ! README.symbian ext/Data/Dumper/Dumper.xs symbian/PerlBase.cpp
6649            ! symbian/config.sh symbian/symbianish.h symbian/xsbuild.pl
6650 ____________________________________________________________________________
6651 [ 29989] By: rgs                                   on 2007/01/26  08:27:23
6652         Log: Upgrade to Module::Load::Conditional 0.16, by Jos Boumans
6653      Branch: perl
6654            + lib/Module/Load/Conditional/t/02_Parse_Version.t
6655            ! MANIFEST lib/Module/Load/Conditional.pm
6656            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
6657 ____________________________________________________________________________
6658 [ 29987] By: nicholas                              on 2007/01/25  23:18:25
6659         Log: Convert the last remaining 256 byte "small"bufs to 128 bytes.
6660              (The actual size doesn't matter, as the buffers are only there to
6661              save a malloc() for the common, short, case. Coverage reports suggest
6662              that we aren't actually testing the long case. Yet - will fix this)
6663      Branch: perl
6664            ! gv.c toke.c
6665 ____________________________________________________________________________
6666 [ 29983] By: nicholas                              on 2007/01/25  22:39:08
6667         Log: Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated
6668              string, so don't bother allocating buffer space or adding a NUL.
6669      Branch: perl
6670            ! gv.c toke.c
6671 ____________________________________________________________________________
6672 [ 29977] By: nicholas                              on 2007/01/25  20:57:56
6673         Log: The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask
6674              of flags, not a boolean, so correct the documenation and callers.
6675      Branch: perl
6676            ! embed.fnc ext/B/B.xs ext/IPC/SysV/SysV.xs
6677            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs gv.c op.c
6678            ! perlio.c pod/perlapi.pod pod/perlguts.pod pp.c pp_hot.c
6679            ! pp_sys.c proto.h sv.c toke.c universal.c utf8.c
6680 ____________________________________________________________________________
6681 [ 29975] By: rgs                                   on 2007/01/25  17:22:40
6682         Log: Subject: split by " \0" (const string staring with a SPACE followed by NULL)
6683              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6684              Date: Fri, 19 Jan 2007 22:21:48 +0900
6685              Message-Id: <20070119221905.D162.BQW10602@nifty.com>
6686      Branch: perl
6687            ! op.c t/op/split.t
6688 ____________________________________________________________________________
6689 [ 29973] By: rgs                                   on 2007/01/25  14:48:49
6690         Log: Upgrade to threads 1.58:
6691              * Ignore thread return value(s) in void context
6692              * Check for missing args for 'use threads' options
6693              * Check that stack size argument is numeric
6694      Branch: perl
6695            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
6696            ! ext/threads/t/thread.t ext/threads/threads.pm
6697            ! ext/threads/threads.xs
6698 ____________________________________________________________________________
6699 [ 29972] By: rgs                                   on 2007/01/25  12:23:45
6700         Log: Subject: Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hello" )'
6701              From: "Joshua ben Jore" <twists@gmail.com>
6702              Date: Wed, 17 Jan 2007 17:49:22 -0800
6703              Message-ID: <dc5c751d0701171749x3f2dfd00tc523d33bc234c530@mail.gmail.com>
6704      Branch: perl
6705            ! ext/B/B.pm
6706 ____________________________________________________________________________
6707 [ 29970] By: nicholas                              on 2007/01/25  11:41:13
6708         Log: Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
6709      Branch: perl
6710            ! gv.c
6711 ____________________________________________________________________________
6712 [ 29960] By: nicholas                              on 2007/01/24  21:42:53
6713         Log: Display the process id as part of the trace output if running with -Dv
6714              (Might be nice to display the thread ID too under ithreads, but I can't
6715              see a clean way to get that)
6716      Branch: perl
6717            ! deb.c
6718 ____________________________________________________________________________
6719 [ 29956] By: nicholas                              on 2007/01/24  19:07:49
6720         Log: Fix typo in the description of change 27911
6721      Branch: perl
6722            ! Changes
6723 ____________________________________________________________________________
6724 [ 29954] By: nicholas                              on 2007/01/24  18:44:51
6725         Log: Wrap the macro arguments for ck_proto in ().
6726      Branch: perl
6727            ! op.h
6728 ____________________________________________________________________________
6729 [ 29942] By: rgs                                   on 2007/01/24  11:32:24
6730         Log: Subject: [PATCH] fix a few references in perlfunc.html
6731              From: Jan Dubois <jand@ActiveState.com>
6732              Date: Tue, 23 Jan 2007 18:25:02 -0800
6733              Message-ID: <oggdr2pfqj8bb2o47ikmmq9gmjebhr8ht6@4ax.com>
6734      Branch: perl
6735            ! pod/perlfunc.pod
6736 ____________________________________________________________________________
6737 [ 29941] By: rgs                                   on 2007/01/24  11:22:17
6738         Log: Subject: [PATCH] Improve documentation PERLIO default value in perlrun.pod
6739              From: Jan Dubois <jand@ActiveState.com>
6740              Date: Tue, 23 Jan 2007 18:43:55 -0800
6741              Message-ID: <jhhdr21vmlo5ccbfd8la2di4bq8crv3s8t@4ax.com>
6742      Branch: perl
6743            ! pod/perlrun.pod
6744 ____________________________________________________________________________
6745 [ 29940] By: rgs                                   on 2007/01/24  11:02:24
6746         Log: Upgrade to Time::Local 1.16
6747      Branch: perl
6748            ! lib/Time/Local.pm lib/Time/Local.t
6749 ____________________________________________________________________________
6750 [ 29938] By: nicholas                              on 2007/01/23  22:54:00
6751         Log: Add lib to @INC so that ./perl t/op/local.t works.
6752      Branch: perl
6753            ! t/op/local.t
6754 ____________________________________________________________________________
6755 [ 29937] By: nicholas                              on 2007/01/23  21:07:06
6756         Log: Change 29936 missed a ;
6757      Branch: perl
6758            ! lib/Time/Local.pm
6759 ____________________________________________________________________________
6760 [ 29936] By: stevep                                on 2007/01/23  18:43:50
6761         Log: Fix to Time::Local to fix problems with leap year calculation.
6762      Branch: perl
6763            ! lib/Time/Local.pm
6764 ____________________________________________________________________________
6765 [ 29935] By: stevep                                on 2007/01/23  15:02:56
6766         Log: Upgrade to File-Temp-0.18.
6767      Branch: perl
6768            + lib/File/Temp/t/cmp.t
6769            ! MANIFEST lib/File/Temp.pm
6770 ____________________________________________________________________________
6771 [ 29934] By: stevep                                on 2007/01/23  14:29:55
6772         Log: Upgrade to AutoLoader-5.63
6773      Branch: perl
6774            ! lib/AutoLoader.pm
6775 ____________________________________________________________________________
6776 [ 29933] By: stevep                                on 2007/01/23  02:20:31
6777         Log: Upgrade to Test-Simple-0.67
6778      Branch: perl
6779            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
6780            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
6781 ____________________________________________________________________________
6782 [ 29932] By: stevep                                on 2007/01/23  02:14:57
6783         Log: Upgrade to Math-Complex-1.37.
6784      Branch: perl
6785            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Math/Trig.t
6786 ____________________________________________________________________________
6787 [ 29931] By: stevep                                on 2007/01/23  01:55:48
6788         Log: Subject: [PATCH] Time::Local patch take 2
6789              From: Dave Rolsky <autarch@urth.org>
6790              Date: Mon, 22 Jan 2007 09:46:08 -0600 (CST)
6791              Message-ID: <Pine.LNX.4.64.0701220945040.28849@urth.org>
6792      Branch: perl
6793            ! lib/Time/Local.pm lib/Time/Local.t
6794 ____________________________________________________________________________
6795 [ 29930] By: stevep                                on 2007/01/23  01:52:16
6796         Log: Subject: [perl #41318] Patch: win32.c typo in #define MULTIPLICITY
6797              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
6798              Date: Mon, 22 Jan 2007 14:46:15 -0800
6799              Message-ID: <rt-3.6.HEAD-1834-1169505975-229.41318-75-0@perl.org>
6800      Branch: perl
6801            ! win32/win32.c
6802 ____________________________________________________________________________
6803 [ 29923] By: nicholas                              on 2007/01/22  19:39:28
6804         Log: Subject: [PATCH] Disable positive lookaround optimisations
6805              From: demerphq <demerphq@gmail.com>
6806              Message-ID: <9b18b3110701210953l4df6198re36a9342e6049583@mail.gmail.com>
6807              Date: Sun, 21 Jan 2007 18:53:38 +0100
6808      Branch: perl
6809            ! regcomp.h t/op/re_tests
6810 ____________________________________________________________________________
6811 [ 29922] By: nicholas                              on 2007/01/22  19:38:12
6812         Log: Fix a typo and some doubled spaces in comments.
6813      Branch: perl
6814            ! cop.h pod/perlapi.pod sv.h
6815 ____________________________________________________________________________
6816 [ 29921] By: nicholas                              on 2007/01/22  19:21:21
6817         Log: Remove duplicate assignment to PL_eval_root in Perl_create_eval_scope
6818      Branch: perl
6819            ! pp_ctl.c
6820 ____________________________________________________________________________
6821 [ 29917] By: nicholas                              on 2007/01/22  17:03:48
6822         Log: Fix my typo, as spotted by Steve Peters
6823      Branch: perl
6824            ! Changes
6825 ____________________________________________________________________________
6826 [ 29911] By: nicholas                              on 2007/01/21  23:18:20
6827         Log: Assignments to function pointers can't be NULL, as that's a pointer to
6828              data, and assigning pointers to data to pointers to functions is not
6829              ANSI-conformant.
6830      Branch: perl
6831            ! perl.h
6832 ____________________________________________________________________________
6833 [ 29910] By: nicholas                              on 2007/01/21  23:11:30
6834         Log: Restore the const to vtbl in Perl_mg_localize() removed in change
6835              26924.
6836      Branch: perl
6837            ! mg.c
6838 ____________________________________________________________________________
6839 [ 29907] By: nicholas                              on 2007/01/21  20:06:45
6840         Log: Remove register keyword from dSP; (at least for now)
6841      Branch: perl
6842            ! pp.h
6843 ____________________________________________________________________________
6844 [ 29905] By: nicholas                              on 2007/01/21  11:44:16
6845         Log: Refactor the common soft-reference code from pp_rv2sv and pp_rv2av
6846              into a single routine Perl_softref2xv(). As soft references are
6847              rarely used compared with true references, move this code from pp_hot.c
6848      Branch: perl
6849            ! embed.fnc embed.h pp.c pp_hot.c proto.h
6850 ____________________________________________________________________________
6851 [ 29900] By: nicholas                              on 2007/01/20  23:40:23
6852         Log: defined @$foo and defined %$bar should be subject to strict 'refs';
6853      Branch: perl
6854            ! lib/DBM_Filter.pm pp_hot.c t/lib/strict/refs
6855 ____________________________________________________________________________
6856 [ 29895] By: stevep                                on 2007/01/20  03:51:26
6857         Log: Upgrade to version-0.69
6858      Branch: perl
6859            ! lib/version.pm
6860 ____________________________________________________________________________
6861 [ 29894] By: stevep                                on 2007/01/20  03:40:23
6862         Log: Subject: [PATCH] Re: Race condition in IPC::Open3 / Mac OS?
6863              From: Bo Lindbergh <blgl@hagernas.com>
6864              Date: Sat, 20 Jan 2007 02:39:57 +0100
6865              Message-Id: <D256CF03-D814-4973-9DF6-60EA4F26FE10@hagernas.com>
6866      Branch: perl
6867            ! perlio.c
6868 ____________________________________________________________________________
6869 [ 29893] By: stevep                                on 2007/01/20  03:28:48
6870         Log: Add PAUSE2007.pub key
6871      Branch: perl
6872            + lib/CPAN/PAUSE2007.pub
6873            ! MANIFEST
6874 ____________________________________________________________________________
6875 [ 29892] By: stevep                                on 2007/01/20  03:20:11
6876         Log: Upgrade to CPAN-1.88_69.
6877      Branch: perl
6878            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
6879 ____________________________________________________________________________
6880 [ 29887] By: nicholas                              on 2007/01/19  21:11:40
6881         Log: Subject: Re: [PATCH] fix unicode split /\s+/
6882              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6883              Message-Id: <20070120005232.D9CC.BQW10602@nifty.com>
6884              Date: Sat, 20 Jan 2007 00:52:42 +0900
6885      Branch: perl
6886            ! pp.c t/op/split.t
6887 ____________________________________________________________________________
6888 [ 29885] By: nicholas                              on 2007/01/19  20:13:46
6889         Log: Yves spotted that I'd not regenerated perlapi.pod when I added
6890              get_cvn_flags().
6891      Branch: perl
6892            ! pod/perlapi.pod
6893 ____________________________________________________________________________
6894 [ 29884] By: nicholas                              on 2007/01/19  19:27:59
6895         Log: Marcus Holland-Moritz notes that the first argument to
6896              refcounted_he_fetch() can be NULL.
6897      Branch: perl
6898            ! embed.fnc proto.h
6899 ____________________________________________________________________________
6900 [ 29883] By: nicholas                              on 2007/01/19  18:07:23
6901         Log: Fix breakage for -DDEBUGGING accidentally introduced with change 29882.
6902      Branch: perl
6903            ! sv.c
6904 ____________________________________________________________________________
6905 [ 29882] By: nicholas                              on 2007/01/19  17:36:10
6906         Log: Add a parameter to Perl_get_arena() to pass in the SV type, and record
6907              this in the arena description. Change all sizes to unsigned values.
6908              Make Perl_sv_free_arenas() loop downwards to free memory, simplifying
6909              the logic. Remove my erroneous comment added in change 29881.
6910      Branch: perl
6911            ! embed.fnc hv.c proto.h sv.c
6912 ____________________________________________________________________________
6913 [ 29881] By: nicholas                              on 2007/01/19  11:45:24
6914         Log: I think that it's clearer if aroot is only struct arena_set *
6915              (rather than ** and constantly dereferneced). Move the declaration
6916              of new_root into the block it is used in. Add a comment describing
6917              where the arenas for arena_sets themselves aren't rooted anywhere.
6918      Branch: perl
6919            ! sv.c
6920 ____________________________________________________________________________
6921 [ 29880] By: rgs                                   on 2007/01/19  09:33:00
6922         Log: Subject: [PATCH] fix unicode split /\s+/
6923              From: demerphq <demerphq@gmail.com>
6924              Date: Fri, 19 Jan 2007 02:14:06 +0100
6925              Message-ID: <9b18b3110701181714r4f3bc9ebq9ba462eba8338734@mail.gmail.com>
6926      Branch: perl
6927            ! pp.c t/op/split.t
6928 ____________________________________________________________________________
6929 [ 29879] By: nicholas                              on 2007/01/19  00:13:02
6930         Log: As Perl_get_arena() is dealing with sizes, use size_t rather than int,
6931              as it's both unsigned and semantically the correct width for a size.
6932              As all arenas get cleared later on, can use Newx() rather than Newxz().
6933      Branch: perl
6934            ! embed.fnc proto.h sv.c
6935 ____________________________________________________________________________
6936 [ 29878] By: nicholas                              on 2007/01/18  23:52:11
6937         Log: Move C<static bool done_sanity_check;> inside the only function that
6938              uses it.
6939      Branch: perl
6940            ! sv.c
6941 ____________________________________________________________________________
6942 [ 29877] By: nicholas                              on 2007/01/18  23:51:45
6943         Log: Add in missing dVAR that prevents compilation with
6944              -DPERL_GLOBAL_STRUCT_PRIVATE
6945      Branch: perl
6946            ! perl.c
6947 ____________________________________________________________________________
6948 [ 29876] By: nicholas                              on 2007/01/18  23:36:57
6949         Log: Move the flag checking for isGV_with_GP() into the call to visit()
6950      Branch: perl
6951            ! sv.c
6952 ____________________________________________________________________________
6953 [ 29875] By: mhx                                   on 2007/01/18  16:52:37
6954         Log: Add missing SVfARG()s in require_tie_mod().
6955      Branch: perl
6956            ! gv.c
6957 ____________________________________________________________________________
6958 [ 29872] By: nicholas                              on 2007/01/18  15:48:13
6959         Log: Given that we now do the tests in S_visit() to avoid calling the
6960              helper function when skippable, no need to retain those tests
6961              inside the helper functions do_clean_objs() and do_clean_named_objs().
6962      Branch: perl
6963            ! sv.c
6964 ____________________________________________________________________________
6965 [ 29871] By: merijn                                on 2007/01/18  14:03:21
6966         Log: perl rebuilds because of gcc's -g flag
6967              Subject: [PATCH] Re: [perl #41058] make rebuilds perl everytime
6968              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
6969              Date: Thu, 18 Jan 2007 14:27:55 +0100
6970              Message-ID: <20070118142755.28e7f724@r2d2>
6971      Branch: perl
6972            ! makedepend.SH
6973 ____________________________________________________________________________
6974 [ 29868] By: steveh                                on 2007/01/18  11:36:05
6975         Log: Subject: Re: [PATCH] win32_async_check() can still loop indefinitely
6976              From: Jan Dubois <jand@ActiveState.com>
6977              Date: Mon, 15 Jan 2007 19:25:11 -0800
6978              Message-ID: <rigoq25vda3sg4i7ppdb5o2jhvuiq15kqj@4ax.com>
6979      Branch: perl
6980            ! win32/win32.c
6981 ____________________________________________________________________________
6982 [ 29867] By: nicholas                              on 2007/01/18  11:16:09
6983         Log: As PVLVs can hold globs in some cases, I think that we should be
6984              treating them as a strict subclass of PVGV. Hence drop through into
6985              the PVGV handling code.
6986      Branch: perl
6987            ! sv.c
6988 ____________________________________________________________________________
6989 [ 29866] By: davem                                 on 2007/01/18  02:14:48
6990         Log: disable parser stack cleanup on reduce croak (too fragile)
6991      Branch: perl
6992            ! perly.c
6993 ____________________________________________________________________________
6994 [ 29857] By: mhx                                   on 2007/01/17  21:06:11
6995         Log: Fix a typo in Dynaloader_pm.PL.
6996      Branch: perl
6997            ! ext/DynaLoader/DynaLoader_pm.PL
6998 ____________________________________________________________________________
6999 [ 29855] By: nicholas                              on 2007/01/17  19:22:47
7000         Log: Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),
7001              because it's not possible for dstr to be COW at this point, due to an
7002              earlier force_normal.
7003      Branch: perl
7004            ! sv.c
7005 ____________________________________________________________________________
7006 [ 29853] By: nicholas                              on 2007/01/17  18:24:50
7007         Log: Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().
7008              (Currently it fails ext/Compress/Raw/Zlib/t/07bufsize.t)
7009      Branch: perl
7010            ! embed.fnc embed.h global.sym makedef.pl proto.h sv.c sv.h
7011 ____________________________________________________________________________
7012 [ 29852] By: nicholas                              on 2007/01/17  15:42:54
7013         Log: If we use SvUPGRADE() rather than sv_upgrade() then it can make the
7014              decision on not "up"grading PVLV to PVGV for us. However, it appears
7015              that the other actions conducted for "not-yet-a-glob" are useful here.
7016      Branch: perl
7017            ! sv.c
7018 ____________________________________________________________________________
7019 [ 29848] By: merijn                                on 2007/01/17  13:38:05
7020         Log: Subject: Re: [PATCH] symbian/xsbuild.pl patching continues
7021              From: Jarkko Hietaniemi <jhi@iki.fi>
7022              Date: Wed, 17 Jan 2007 08:27:03 -0500
7023              Message-ID: <45AE2427.7080907@iki.fi>
7024      Branch: perl
7025            ! symbian/xsbuild.pl
7026 ____________________________________________________________________________
7027 [ 29845] By: stevep                                on 2007/01/16  22:15:05
7028         Log: Reentrant functions appear to still be broken in NetBSD 3.1.
7029      Branch: perl
7030            ! hints/netbsd.sh
7031 ____________________________________________________________________________
7032 [ 29844] By: merijn                                on 2007/01/16  16:17:03
7033         Log: Subject: [PATCH] Re: Dual-lived AutoLoader
7034              From: Steffen Mueller <o6hhmk002@sneakemail.com>
7035              Date: Tue, 16 Jan 2007 15:29:44 +0100
7036              Message-ID: <45ACE158.4080102@sneakemail.com>
7037      Branch: perl
7038            ! Porting/Maintainers.pl
7039 ____________________________________________________________________________
7040 [ 29843] By: rgs                                   on 2007/01/16  15:32:30
7041         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
7042              From: demerphq <demerphq@gmail.com>
7043              Date: Mon, 15 Jan 2007 23:06:44 +0100
7044              Message-ID: <9b18b3110701151406p7168b20byf873ee2e58091ca3@mail.gmail.com>
7045      Branch: perl
7046            ! regcomp.h
7047 ____________________________________________________________________________
7048 [ 29842] By: rgs                                   on 2007/01/16  10:56:46
7049         Log: Subject: [PATCH] Make offsets support conditional
7050              From: demerphq <demerphq@gmail.com>
7051              Date: Sun, 14 Jan 2007 15:24:25 +0100
7052              Message-ID: <9b18b3110701140624v452f7684x5e9d2890805489fd@mail.gmail.com>
7053      Branch: perl
7054            ! ext/re/t/regop.t regcomp.c regcomp.h
7055 ____________________________________________________________________________
7056 [ 29841] By: rgs                                   on 2007/01/16  10:17:43
7057         Log: Typo fix, by Robin Barker
7058      Branch: perl
7059            ! Porting/Maintainers.pl
7060 ____________________________________________________________________________
7061 [ 29839] By: davem                                 on 2007/01/15  18:33:02
7062         Log: make Dump display the SVf_BREAK flag
7063      Branch: perl
7064            ! dump.c
7065 ____________________________________________________________________________
7066 [ 29838] By: rgs                                   on 2007/01/15  18:25:45
7067         Log: Enable the ~~ operator by default.
7068              Remove the ~~ feature.
7069      Branch: perl
7070            - t/lib/feature/smartmatch
7071            ! MANIFEST lib/feature.pm t/op/smartmatch.t toke.c
7072 ____________________________________________________________________________
7073 [ 29837] By: davem                                 on 2007/01/15  18:19:20
7074         Log: when cloning  PL_regex_pad, copy SVf_BREAK flag too
7075      Branch: perl
7076            ! sv.c
7077 ____________________________________________________________________________
7078 [ 29836] By: nicholas                              on 2007/01/15  18:15:54
7079         Log: pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a
7080              space saving to merge them. Hopefully this will reduce L2 cache misses.
7081      Branch: perl
7082            ! mathoms.c opcode.h opcode.pl pp.h pp_hot.c
7083 ____________________________________________________________________________
7084 [ 29835] By: nicholas                              on 2007/01/15  17:18:03
7085         Log: Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.
7086      Branch: perl
7087            ! pp_hot.c
7088 ____________________________________________________________________________
7089 [ 29834] By: rgs                                   on 2007/01/15  16:37:21
7090         Log: Subject: Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
7091              From: demerphq <demerphq@gmail.com>
7092              Date: Sat, 13 Jan 2007 17:18:01 +0100
7093              Message-ID: <9b18b3110701130818h6badbd3o1b38f2660d258173@mail.gmail.com>
7094              
7095              macroize regexp modifiers
7096      Branch: perl
7097            ! perl.h regcomp.c regexp.h toke.c
7098 ____________________________________________________________________________
7099 [ 29831] By: rgs                                   on 2007/01/15  16:26:17
7100         Log: Subject: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
7101              From: demerphq <demerphq@gmail.com>
7102              Date: Fri, 12 Jan 2007 02:31:12 +0100
7103              Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com>
7104              (with tweaks)
7105      Branch: perl
7106            + t/op/regexp_kmod.t
7107            ! MANIFEST ext/B/t/concise-xs.t gv.c mg.c op.h pod/perlop.pod
7108            ! pod/perlre.pod pod/perlvar.pod pp_hot.c regcomp.c regcomp.h
7109            ! regexp.h t/op/regexp.t toke.c
7110 ____________________________________________________________________________
7111 [ 29830] By: nicholas                              on 2007/01/15  14:38:58
7112         Log: Add get_cvn_flags(), which is like get_cv() but takes a length. This
7113              allows symbolic code references with embeded NULs to work.
7114      Branch: perl
7115            ! embed.fnc embed.h global.sym gv.c gv.h op.c perl.c perlio.c
7116            ! pp_ctl.c pp_hot.c proto.h t/op/ref.t toke.c
7117 ____________________________________________________________________________
7118 [ 29829] By: rgs                                   on 2007/01/15  14:32:26
7119         Log: Subject: [PATCH] symbian/xsbuild.pl
7120              From: Jarkko Hietaniemi <jhi@iki.fi>
7121              Date: Mon, 15 Jan 2007 08:49:56 -0500
7122              Message-ID: <45AB8684.70906@iki.fi>
7123      Branch: perl
7124            ! symbian/xsbuild.pl
7125 ____________________________________________________________________________
7126 [ 29827] By: davem                                 on 2007/01/15  14:16:53
7127         Log: extend threads 'veto cleanup' to perl_free and system stuff
7128      Branch: perl
7129            ! embedvar.h perl.c perlapi.h perlvars.h unixish.h
7130 ____________________________________________________________________________
7131 [ 29826] By: rgs                                   on 2007/01/15  14:15:35
7132         Log: Proper symbian fix (replacing change #29813) by Jarkko
7133      Branch: perl
7134            ! perl.h
7135 ____________________________________________________________________________
7136 [ 29825] By: rgs                                   on 2007/01/15  13:45:40
7137         Log: Use the $Is_MacOS variable
7138      Branch: perl
7139            ! t/lib/common.pl
7140 ____________________________________________________________________________
7141 [ 29824] By: rgs                                   on 2007/01/15  13:44:39
7142         Log: Simplify the ok/not ok logic
7143              (another refactorisation by Schwern)
7144      Branch: perl
7145            ! t/lib/common.pl
7146 ____________________________________________________________________________
7147 [ 29823] By: rgs                                   on 2007/01/15  13:40:18
7148         Log: Various cleanup and factorization by Schwern
7149              for tests for warnings and features
7150      Branch: perl
7151            ! t/lib/common.pl
7152 ____________________________________________________________________________
7153 [ 29822] By: rgs                                   on 2007/01/15  13:30:51
7154         Log: Introduce the :5.10.0 feature bundle, and make :5.10 an
7155              alias to it (aimed at be an alias to the latest :5.10.X)
7156      Branch: perl
7157            ! lib/feature.pm
7158 ____________________________________________________________________________
7159 [ 29821] By: rgs                                   on 2007/01/15  12:44:45
7160         Log: Fix link to perlsyn (thanks to Michael G Schwern)
7161      Branch: perl
7162            ! lib/feature.pm
7163 ____________________________________________________________________________
7164 [ 29820] By: rgs                                   on 2007/01/15  12:42:36
7165         Log: Remove the "dor" feature alias.
7166      Branch: perl
7167            ! lib/feature.pm
7168 ____________________________________________________________________________
7169 [ 29819] By: rgs                                   on 2007/01/15  12:41:28
7170         Log: Document "no feature" (Michael G Schwern)
7171      Branch: perl
7172            ! lib/feature.pm
7173 ____________________________________________________________________________
7174 [ 29818] By: rgs                                   on 2007/01/15  12:37:27
7175         Log: Move the documentation of the lexical effect of feature.pm to its own
7176              section thus removing a lot of redundant redundant documentation about
7177              it cluttering up the feature documentation. (by Michael G Schwern)
7178      Branch: perl
7179            ! lib/feature.pm
7180 ____________________________________________________________________________
7181 [ 29817] By: rgs                                   on 2007/01/15  12:34:00
7182         Log: Remove obsolete notes and TODOs from feature.pm
7183      Branch: perl
7184            ! lib/feature.pm
7185 ____________________________________________________________________________
7186 [ 29816] By: rgs                                   on 2007/01/15  12:30:56
7187         Log: Add a reference to the docs for state() variables in feature.pm
7188              (suggested by Michael G Schwern)
7189      Branch: perl
7190            ! lib/feature.pm
7191 ____________________________________________________________________________
7192 [ 29815] By: rgs                                   on 2007/01/15  12:29:14
7193         Log: Factorise croak() calls and error messages in feature.pm
7194              (suggested by Michael G Schwern)
7195      Branch: perl
7196            ! lib/feature.pm
7197 ____________________________________________________________________________
7198 [ 29814] By: nicholas                              on 2007/01/15  12:13:24
7199         Log: Test that names with embedded NULs work for symbolic array, hash and
7200              typeglob references.
7201      Branch: perl
7202            ! t/op/ref.t
7203 ____________________________________________________________________________
7204 [ 29813] By: rgs                                   on 2007/01/15  08:22:08
7205         Log: Revert perl.h part of change 29811, which breaks compilation with gcc
7206      Branch: perl
7207            ! perl.h
7208 ____________________________________________________________________________
7209 [ 29812] By: merijn                                on 2007/01/15  07:45:28
7210         Log: Subject: [PATCH] g++ fixes
7211              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7212              Date: Mon, 15 Jan 2007 06:09:30 +0200 (EET)
7213              Message-Id: <20070115040930.8685843A67@anubis.hut.fi>
7214      Branch: perl
7215            ! op.c toke.c
7216 ____________________________________________________________________________
7217 [ 29811] By: merijn                                on 2007/01/15  07:42:37
7218         Log: Subject: [PATCH] Symbian/S90 further fixes
7219              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7220              Date: Mon, 15 Jan 2007 06:11:52 +0200 (EET)
7221              Message-Id: <20070115041152.374AB43A67@anubis.hut.fi>
7222      Branch: perl
7223            ! perl.h symbian/PerlBase.cpp symbian/config.sh
7224 ____________________________________________________________________________
7225 [ 29810] By: davem                                 on 2007/01/14  23:58:49
7226         Log: make S_ithread_run() call S_ithread_free() in main context
7227              
7228              Fixes a race condition between detach clearing a thread's
7229              interpreter, and S_ithread_run() freeing itself while
7230              assuming that it's own interpreter still exists.
7231      Branch: perl
7232            ! ext/threads/threads.xs
7233 ____________________________________________________________________________
7234 [ 29805] By: davem                                 on 2007/01/14  12:43:39
7235         Log: further refinement to #29796 (cleanup veto)
7236      Branch: perl
7237            ! ext/threads/threads.xs
7238 ____________________________________________________________________________
7239 [ 29803] By: rgs                                   on 2007/01/14  10:12:08
7240         Log: Subject: Re: Memory...growing, and growing
7241              From: Marvin Humphrey <marvin@rectangular.com>
7242              Date: Sat, 13 Jan 2007 12:05:30 -0800
7243              Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com>
7244              
7245              Document -DDL_UNLOAD_ALL_AT_EXIT
7246      Branch: perl
7247            ! pod/perlhack.pod
7248 ____________________________________________________________________________
7249 [ 29796] By: davem                                 on 2007/01/13  22:57:26
7250         Log: unfreed threads should trigger cleanup veto
7251              
7252              The thread pool struct is allocated in the main interpreter, so
7253              don't clean that up if any threads remain, regardless of what
7254              state they are in
7255      Branch: perl
7256            ! ext/threads/threads.xs
7257 ____________________________________________________________________________
7258 [ 29790] By: nicholas                              on 2007/01/13  18:21:19
7259         Log: In S_hfreeentries, orig_array can be const.
7260      Branch: perl
7261            ! hv.c
7262 ____________________________________________________________________________
7263 [ 29786] By: rgs                                   on 2007/01/13  17:17:40
7264         Log: TODO: yada yada yada
7265      Branch: perl
7266            ! pod/perltodo.pod
7267 ____________________________________________________________________________
7268 [ 29784] By: rgs                                   on 2007/01/13  16:56:02
7269         Log: Subject:  Re: AW: umask handling in File::Temp
7270              From:  Gisle Aas <gisle@activestate.com>
7271              Date:  12 Jan 2007 16:10:16 +0100
7272              Message-ID:  <877ivs1dt3.fsf@ask.g.aas.no>
7273      Branch: perl
7274            ! pp_sys.c
7275 ____________________________________________________________________________
7276 [ 29781] By: rgs                                   on 2007/01/13  11:06:06
7277         Log: Subject: [PATCH] perlthrtut.pod (based on perl-current@29766)
7278              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
7279              Date: Fri, 12 Jan 2007 17:37:58 +0100
7280              Message-ID: <45A7B966.1040307@thalesgroup.com>
7281      Branch: perl
7282            ! pod/perlthrtut.pod
7283 ____________________________________________________________________________
7284 [ 29780] By: davem                                 on 2007/01/12  21:49:13
7285         Log: fix PL_parser_dup symbol (again)
7286      Branch: perl
7287            ! embed.fnc embed.h global.sym
7288 ____________________________________________________________________________
7289 [ 29779] By: davem                                 on 2007/01/12  19:56:40
7290         Log: Rationalise refcounting of thread structures
7291              Formerly there could be races with multiple destroys of a thread
7292              structure.
7293      Branch: perl
7294            ! ext/threads/threads.xs
7295 ____________________________________________________________________________
7296 [ 29778] By: merijn                                on 2007/01/12  16:06:23
7297         Log: Superdome now also in Itanium series (sx1000 & sx2000),
7298              cx2600 is Madison 6
7299      Branch: perl
7300            ! README.hpux
7301 ____________________________________________________________________________
7302 [ 29777] By: merijn                                on 2007/01/12  15:15:13
7303         Log: gcc -dumpversion is at least supported back to 2.7.x and
7304              thus seems to be much more defensive against upcoming version
7305              reporting format changes.
7306      Branch: perl
7307            ! hints/aix.sh hints/aix_3.sh hints/aix_4.sh hints/dec_osf.sh
7308            ! hints/hpux.sh hints/svr5.sh hints/vos.sh
7309 ____________________________________________________________________________
7310 [ 29774] By: rgs                                   on 2007/01/12  13:57:45
7311         Log: makedef.pl should be able to load "strict"
7312      Branch: perl
7313            ! makedef.pl
7314 ____________________________________________________________________________
7315 [ 29768] By: rgs                                   on 2007/01/12  11:44:04
7316         Log: Upgrade to ExtUtils::Manifest 1.51
7317      Branch: perl
7318            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
7319 ____________________________________________________________________________
7320 [ 29767] By: davem                                 on 2007/01/12  11:26:14
7321         Log: fix typo in hv.c
7322      Branch: perl
7323            ! hv.c
7324 ____________________________________________________________________________
7325 [ 29766] By: davem                                 on 2007/01/12  11:13:49
7326         Log: fix PL_parser_dup symbol
7327      Branch: perl
7328            ! embed.fnc embed.h makedef.pl
7329 ____________________________________________________________________________
7330 [ 29765] By: davem                                 on 2007/01/12  10:42:05
7331         Log: make tr/// threadsafe by moving swash into pad
7332      Branch: perl
7333            ! doop.c op.c
7334 ____________________________________________________________________________
7335 [ 29764] By: rgs                                   on 2007/01/12  10:24:55
7336         Log: Subject: [PATCH] trivia in perlthrtut.pod
7337              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
7338              Date: Thu, 11 Jan 2007 16:57:29 +0100
7339              Message-ID: <45A65E69.8010400@thalesgroup.com>
7340      Branch: perl
7341            ! pod/perlthrtut.pod
7342 ____________________________________________________________________________
7343 [ 29762] By: steveh                                on 2007/01/11  17:27:02
7344         Log: Update copyright year in "perl -v" output
7345      Branch: perl
7346            ! perl.c
7347 ____________________________________________________________________________
7348 [ 29761] By: rgs                                   on 2007/01/11  17:12:08
7349         Log: Fix bug [perl #41234] : the tokenizer understands "=cute"
7350              or other words that begin with "cut" as synonyms for "=cut"
7351      Branch: perl
7352            ! toke.c
7353 ____________________________________________________________________________
7354 [ 29758] By: nicholas                              on 2007/01/11  15:37:12
7355         Log: Change 29753 messed up do_hv_dump() [my fault]
7356      Branch: perl
7357            ! embed.fnc proto.h
7358 ____________________________________________________________________________
7359 [ 29757] By: rgs                                   on 2007/01/11  15:07:28
7360         Log: Silence an "unused parameter" warning in Perl_reg_numbered_buff_get().
7361              This parameter might become handy in the future, so keep it.
7362      Branch: perl
7363            ! regcomp.c
7364 ____________________________________________________________________________
7365 [ 29756] By: rgs                                   on 2007/01/11  14:47:01
7366         Log: Subject: [PATCH] Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup and more docs for regatom()
7367              From: demerphq <demerphq@gmail.com>
7368              Date: Wed, 10 Jan 2007 20:33:39 +0100
7369              Message-ID: <9b18b3110701101133i46dc5fd0p1476a0f1dd1e9c5a@mail.gmail.com>
7370              
7371              (plus POD nits by Merijn and myself)
7372      Branch: perl
7373            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.sym
7374            ! regexec.c regexp.h regnodes.h t/op/pat.t
7375 ____________________________________________________________________________
7376 [ 29753] By: nicholas                              on 2007/01/11  13:23:40
7377         Log: do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULL
7378              parameter. Patch for do_hv_dump supplied by Brandon L Black, other
7379              two added after code inspection.
7380      Branch: perl
7381            ! embed.fnc proto.h
7382 ____________________________________________________________________________
7383 [ 29751] By: rgs                                   on 2007/01/11  10:34:02
7384         Log: Fix bug #40407: after a seek on a PerlIO::scalar filehandle,
7385              ensure there's a string buffer in the scalar
7386      Branch: perl
7387            ! ext/PerlIO/scalar/scalar.xs
7388 ____________________________________________________________________________
7389 [ 29750] By: rgs                                   on 2007/01/11  09:51:56
7390         Log: Subject: [PATCH] AutoLoader fix, part 2
7391              From: Steffen Mueller <rt8363b02@sneakemail.com>
7392              Date: Wed, 10 Jan 2007 18:52:23 +0100
7393              Message-ID: <20070110175148.26694.qmail@lists.develooper.com>
7394      Branch: perl
7395            ! lib/AutoLoader.pm lib/AutoLoader.t
7396 ____________________________________________________________________________
7397 [ 29749] By: nicholas                              on 2007/01/11  00:24:48
7398         Log: In toke.c, merge S_update_debugger_info_pv() and
7399              S_update_debugger_info_sv() into S_update_debugger_info().
7400      Branch: perl
7401            ! embed.fnc embed.h proto.h toke.c
7402 ____________________________________________________________________________
7403 [ 29748] By: nicholas                              on 2007/01/10  16:24:27
7404         Log: An implementation of change 29735 for blead (PL_curcop could be NULL)
7405              given that blead's refactoring is not yet in maint.
7406      Branch: perl
7407            ! gv.c
7408 ____________________________________________________________________________
7409 [ 29747] By: rgs                                   on 2007/01/10  16:00:17
7410         Log: Regenerate all files
7411      Branch: perl
7412            ! embed.h keywords.h reentr.c reentr.h
7413 ____________________________________________________________________________
7414 [ 29745] By: rgs                                   on 2007/01/10  13:21:03
7415         Log: Subject: PATCH: perlfunc.pod / warn
7416              From: Peter Scott <Peter@PSDT.com>
7417              Date: Wed, 10 Jan 2007 05:18:52 -0800
7418              Message-Id: <pan.2007.01.10.13.18.52.834683@PSDT.com>
7419      Branch: perl
7420            ! pod/perlfunc.pod
7421 ____________________________________________________________________________
7422 [ 29744] By: rgs                                   on 2007/01/10  13:17:37
7423         Log: Subject: Re: [perl #41215] % on scalars sometimes throws away fractions 
7424              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7425              Date: Tue, 09 Jan 2007 23:39:42 +0900
7426              Message-Id: <20070109233928.07AF.BQW10602@nifty.com>
7427              
7428              plus nits by Dominic Dunlop
7429      Branch: perl
7430            ! pod/perlop.pod
7431 ____________________________________________________________________________
7432 [ 29743] By: rgs                                   on 2007/01/10  10:54:27
7433         Log: Subject: Bug in AutoLoader.pm causing endless loop
7434              From: Steffen Mueller <rt8363b02@sneakemail.com>
7435              Date: Tue, 09 Jan 2007 19:15:36 +0100
7436              Message-ID: <45A3DBC8.4010203@sneakemail.com>
7437      Branch: perl
7438            ! lib/AutoLoader.pm
7439 ____________________________________________________________________________
7440 [ 29742] By: rgs                                   on 2007/01/10  10:25:02
7441         Log: Subject: ./miniperl minimod.pl ... Can't locate strict.pm
7442              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
7443              Date: Wed, 10 Jan 2007 04:55:55 +0100
7444              Message-ID: <87lkkbk01g.fsf@k75.linux.bogus>
7445      Branch: perl
7446            ! minimod.pl
7447 ____________________________________________________________________________
7448 [ 29741] By: nicholas                              on 2007/01/09  21:46:28
7449         Log: Make minimod.pl warnings and strict clean.
7450      Branch: perl
7451            ! minimod.pl
7452 ____________________________________________________________________________
7453 [ 29740] By: nicholas                              on 2007/01/09  21:44:05
7454         Log: Make makedef.pl warnings and strict clean.
7455      Branch: perl
7456            ! makedef.pl
7457 ____________________________________________________________________________
7458 [ 29739] By: nicholas                              on 2007/01/09  21:37:31
7459         Log: Make keywords.pl strict and warnings clean.
7460      Branch: perl
7461            ! keywords.pl
7462 ____________________________________________________________________________
7463 [ 29738] By: nicholas                              on 2007/01/09  21:34:50
7464         Log: Make autodoc.pl strict clean.
7465      Branch: perl
7466            ! autodoc.pl
7467 ____________________________________________________________________________
7468 [ 29736] By: nicholas                              on 2007/01/09  21:21:56
7469         Log: Make opcode.pl strict and warnings clean.
7470      Branch: perl
7471            ! opcode.pl
7472 ____________________________________________________________________________
7473 [ 29734] By: steveh                                on 2007/01/09  12:44:15
7474         Log: Subject: Re: Change 29723 breaks t/op/inccode-tie.t on Win32
7475              From: Nicholas Clark <nick@ccl4.org>
7476              Date: Tue, 9 Jan 2007 12:31:17 +0000
7477              Message-ID: <20070109123116.GC30742@plum.flirble.org>
7478      Branch: perl
7479            ! t/op/inccode-tie.t
7480 ____________________________________________________________________________
7481 [ 29732] By: steveh                                on 2007/01/09  10:40:23
7482         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
7483              From: Jan Dubois <jand@ActiveState.com>
7484              Date: Mon, 08 Jan 2007 14:58:12 -0800
7485              Message-ID: <eei5q29hrchpam2i5g0000mbvu0b1hrm83@4ax.com>
7486              
7487              Fixes the Borland build, in which the PATH was getting corrupted
7488              when the variable that was just putenv()'d got free()'d
7489      Branch: perl
7490            ! win32/win32.c
7491 ____________________________________________________________________________
7492 [ 29731] By: rgs                                   on 2007/01/09  10:33:56
7493         Log: Subject: [PATCH] Change #29711 broke tr//c on Win32.
7494              From: demerphq <demerphq@gmail.com>
7495              Date: Mon, 8 Jan 2007 20:31:26 +0100
7496              Message-ID: <9b18b3110701081131v392597c6veed493407c1eede7@mail.gmail.com>
7497      Branch: perl
7498            ! op.c
7499 ____________________________________________________________________________
7500 [ 29730] By: rgs                                   on 2007/01/09  10:04:37
7501         Log: Subject: [PATCH] Let the regex parser decide if we have a special pattern or not.
7502              From: demerphq <demerphq@gmail.com>
7503              Date: Tue, 9 Jan 2007 00:46:31 +0100
7504              Message-ID: <9b18b3110701081546n2c3f19acy29adc0d233bb848c@mail.gmail.com>
7505      Branch: perl
7506            ! op.c op.h pp.c pp_ctl.c regcomp.c regexp.h
7507 ____________________________________________________________________________
7508 [ 29729] By: nicholas                              on 2007/01/09  09:58:17
7509         Log: socketpair.t was written in 2001. At that time, Test::More got confused
7510              if you forked under it. Test::More 0.47 added support to detect forking
7511              which resolves this. Hence there is now no need to fork() in a BEGIN
7512              block, which causes issues on Win32 due to how pseudofork works.
7513      Branch: perl
7514            ! ext/Socket/t/socketpair.t
7515 ____________________________________________________________________________
7516 [ 29728] By: rgs                                   on 2007/01/09  09:28:52
7517         Log: Revert change #29708 (useless)
7518      Branch: perl
7519            ! win32/win32.c
7520 ____________________________________________________________________________
7521 [ 29727] By: nicholas                              on 2007/01/08  23:27:26
7522         Log: Eliminate pp_threadsv, as it was only ever used by 5005 threads.
7523      Branch: perl
7524            ! dump.c ext/Opcode/Opcode.pm op.c opcode.h opcode.pl opnames.h
7525            ! pp.sym pp_proto.h
7526 ____________________________________________________________________________
7527 [ 29724] By: nicholas                              on 2007/01/08  21:52:32
7528         Log: do or die; for all the List::Util pure perl tests.
7529      Branch: perl
7530            ! ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
7531            ! ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
7532            ! ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
7533            ! ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
7534            ! ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
7535            ! ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
7536            ! ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
7537            ! ext/List/Util/t/p_tainted.t
7538 ____________________________________________________________________________
7539 [ 29723] By: nicholas                              on 2007/01/08  21:20:26
7540         Log: do $file; won't propagate errors from die, as do is an implicit eval.
7541              So need to propagate errors with $@.
7542      Branch: perl
7543            ! ext/DynaLoader/hints/gnukfreebsd.pl
7544            ! ext/DynaLoader/hints/gnuknetbsd.pl
7545            ! ext/NDBM_File/hints/gnukfreebsd.pl
7546            ! ext/NDBM_File/hints/gnuknetbsd.pl
7547            ! ext/ODBM_File/hints/gnukfreebsd.pl
7548            ! ext/ODBM_File/hints/gnuknetbsd.pl
7549            ! ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
7550            ! ext/Storable/hints/gnukfreebsd.pl
7551            ! ext/Storable/hints/gnuknetbsd.pl lib/perl5db.pl
7552            ! lib/utf8_heavy.pl symbian/config.pl symbian/makesis.pl
7553            ! symbian/xsbuild.pl t/comp/require.t t/op/caller.t t/op/do.t
7554            ! t/op/inccode-tie.t t/op/regexp_noamp.t t/op/regexp_notrie.t
7555            ! t/op/regexp_qr.t t/op/regexp_qr_embed.t t/op/regexp_trielist.t
7556            ! t/op/threads.t t/uni/case.pl win32/ce-helpers/makedist.pl
7557 ____________________________________________________________________________
7558 [ 29719] By: nicholas                              on 2007/01/08  14:28:17
7559         Log: Mention -C on #! line in perltodo. Remove some trailing whitespace that
7560              podchecker warned over.
7561      Branch: perl
7562            ! pod/perltodo.pod
7563 ____________________________________________________________________________
7564 [ 29718] By: rgs                                   on 2007/01/08  11:09:10
7565         Log: Change the API doc for some of the SvXXX testing macros.
7566              Often, those macros simply test a bit in sv_flags, so
7567              the return value should be assigned to a U32 instead of
7568              a bool to avoid truncation. (bug perl #32884)
7569      Branch: perl
7570            ! pod/perlapi.pod sv.h
7571 ____________________________________________________________________________
7572 [ 29717] By: rgs                                   on 2007/01/08  10:35:04
7573         Log: Turn taint warnings (-t) into severe warnings, so they're
7574              on by default, without having to play games with the
7575              warning bits. Add a test for -t.
7576      Branch: perl
7577            ! perl.c pp_ctl.c t/lib/warnings/taint taint.c warnings.h
7578            ! warnings.pl
7579 ____________________________________________________________________________
7580 [ 29716] By: rgs                                   on 2007/01/08  09:26:01
7581         Log: Silence casting warnings
7582      Branch: perl
7583            ! regcomp.c
7584 ____________________________________________________________________________
7585 [ 29715] By: merijn                                on 2007/01/08  07:34:29
7586         Log: Default "$undef" for NV_PRESERVES_UV_BITS causes compilation
7587              failure of sv.c when triggered
7588              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7589              Date: Mon, 8 Jan 2007 00:49:11 +0100
7590              Message-ID: <20070108004911.7022445c@r2d2>
7591      Branch: perl
7592            ! Configure
7593 ____________________________________________________________________________
7594 [ 29713] By: merijn                                on 2007/01/08  07:19:02
7595         Log: Subject: help cygwin find its dlls even on taint tests with no path
7596              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
7597              Date: Sun, 7 Jan 2007 16:56:28 -0800 (PST)
7598              Message-ID: <2437.63.226.247.31.1168217788.squirrel@63.226.247.31>
7599      Branch: perl
7600            ! cygwin/Makefile.SHs t/op/taint.t
7601 ____________________________________________________________________________
7602 [ 29712] By: davem                                 on 2007/01/08  00:14:22
7603         Log: fix occasional op/time.t failure
7604              test 2 uses far more sys than user time, so it's possible to burn
7605              20 secs of wall time without an apparent increase in user time
7606      Branch: perl
7607            ! t/op/time.t
7608 ____________________________________________________________________________
7609 [ 29711] By: davem                                 on 2007/01/08  00:06:44
7610         Log: allocate op_pv strings from shared mem pool
7611      Branch: perl
7612            ! op.c toke.c
7613 ____________________________________________________________________________
7614 [ 29710] By: rgs                                   on 2007/01/07  23:27:03
7615         Log: In the new test for less.pm, call use_ok at compile-time
7616              and add -w.
7617      Branch: perl
7618            ! lib/less.t
7619 ____________________________________________________________________________
7620 [ 29709] By: rgs                                   on 2007/01/07  23:24:31
7621         Log: Subject: [PATCH] less useful
7622              From: "Joshua ben Jore" <twists@gmail.com>
7623              Date: Sat, 6 Jan 2007 13:33:15 -0800
7624              Message-ID: <dc5c751d0701061333w7b89ea48kf5c8993e3de19b44@mail.gmail.com>
7625      Branch: perl
7626            ! lib/less.pm lib/less.t
7627 ____________________________________________________________________________
7628 [ 29708] By: rgs                                   on 2007/01/07  23:12:26
7629         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
7630              From: demerphq <demerphq@gmail.com>
7631              Date: Sun, 7 Jan 2007 20:51:43 +0100
7632              Message-ID: <9b18b3110701071151y13eaa554w257d2d5016ee0983@mail.gmail.com>
7633      Branch: perl
7634            ! win32/win32.c
7635 ____________________________________________________________________________
7636 [ 29707] By: rgs                                   on 2007/01/07  23:08:04
7637         Log: Subject: DynaLoader test failure on cygwin
7638              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
7639              Date: Sun, 7 Jan 2007 11:56:21 -0800 (PST)
7640              Message-ID: <1675.63.226.247.31.1168199781.squirrel@63.226.247.31>
7641      Branch: perl
7642            ! ext/DynaLoader/t/DynaLoader.t
7643 ____________________________________________________________________________
7644 [ 29706] By: davem                                 on 2007/01/07  14:55:27
7645         Log: silence a warning in perly.c
7646      Branch: perl
7647            ! perly.c
7648 ____________________________________________________________________________
7649 [ 29705] By: rgs                                   on 2007/01/06  07:19:09
7650         Log: Subject: patch: shorten perl.h by six lines
7651              From: "David Nicol" <davidnicol@gmail.com>
7652              Date: Sat, 6 Jan 2007 00:02:24 -0600
7653              Message-ID: <934f64a20701052202p1c77a226w32634a1c69f584c7@mail.gmail.com>
7654      Branch: perl
7655            ! perl.h
7656 ____________________________________________________________________________
7657 [ 29704] By: rgs                                   on 2007/01/06  06:58:41
7658         Log: Add 2007 copyrights in a few more .pl files that
7659              generate code (thanks to Jarkko)
7660      Branch: perl
7661            ! overload.pl reentr.pl
7662 ____________________________________________________________________________
7663 [ 29703] By: rgs                                   on 2007/01/05  23:15:38
7664         Log: Silence a gcc warning, spotted by Tels
7665      Branch: perl
7666            ! regcomp.c
7667 ____________________________________________________________________________
7668 [ 29702] By: rgs                                   on 2007/01/05  18:30:52
7669         Log: Bump version of PerlIO::via after last change
7670      Branch: perl
7671            ! ext/PerlIO/via/via.pm
7672 ____________________________________________________________________________
7673 [ 29701] By: rgs                                   on 2007/01/05  18:26:43
7674         Log: Subject: [PATCH] ext/PerlIO/via/via.xs freeing the wrong thing
7675              From: Bo Lindbergh <blgl@hagernas.com>
7676              Date: Fri, 5 Jan 2007 19:19:53 +0100
7677              Message-Id: <C7070BEE-BFB6-4FA2-A50B-BF20CDB3B61F@hagernas.com>
7678      Branch: perl
7679            ! ext/PerlIO/via/via.xs
7680 ____________________________________________________________________________
7681 [ 29700] By: rgs                                   on 2007/01/05  15:37:54
7682         Log: Normalize copyright of perlio.c for years >= 2006
7683      Branch: perl
7684            ! perlio.c
7685 ____________________________________________________________________________
7686 [ 29699] By: steveh                                on 2007/01/05  15:04:59
7687         Log: Do the same as #29697 for Win32
7688      Branch: perl
7689            ! win32/Makefile win32/makefile.mk
7690 ____________________________________________________________________________
7691 [ 29698] By: rgs                                   on 2007/01/05  14:37:31
7692         Log: Fix the interaction of -w and -t when provided on the command-line
7693              and/or on the shebang line : do not reset the warning bits to
7694              'only taint'.
7695      Branch: perl
7696            ! perl.c pp_ctl.c
7697 ____________________________________________________________________________
7698 [ 29697] By: rgs                                   on 2007/01/05  12:27:22
7699         Log: Fix distclean now that we have re::Tie::Hash::NamedCapture
7700      Branch: perl
7701            ! Makefile.SH
7702 ____________________________________________________________________________
7703 [ 29696] By: rgs                                   on 2007/01/05  10:47:58
7704         Log: Update copyright years in .c files
7705      Branch: perl
7706            ! doio.c doop.c gv.c miniperlmain.c pad.c perl.c pp.c pp_ctl.c
7707            ! pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c scope.c
7708            ! universal.c utf8.c
7709 ____________________________________________________________________________
7710 [ 29695] By: rgs                                   on 2007/01/05  10:34:36
7711         Log: Update copyright years in .h files. Also, in .pl
7712              files that generate .h files, so they'll be ready
7713              next time.
7714      Branch: perl
7715            ! XSUB.h keywords.pl op.h opcode.pl pad.h perlio.h perlsdio.h
7716            ! perlsfio.h pp.h regcomp.h regexp.h scope.h thrdvar.h unixish.h
7717            ! utf8.h utfebcdic.h util.h
7718 ____________________________________________________________________________
7719 [ 29694] By: rgs                                   on 2007/01/05  10:21:58
7720         Log: Update copyright for perlio.c
7721      Branch: perl
7722            ! perlio.c
7723 ____________________________________________________________________________
7724 [ 29693] By: rgs                                   on 2007/01/05  09:55:22
7725         Log: Subject: Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test code fails to compile if SIGFPE is undefined)
7726              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7727              Date: Thu, 04 Jan 2007 00:21:02 +0900
7728              Message-Id: <20070104001943.6BC2.BQW10602@nifty.com>
7729      Branch: perl
7730            ! ext/Data/Dumper/t/dumper.t ext/Devel/Peek/t/Peek.t
7731 ____________________________________________________________________________
7732 [ 29692] By: steveh                                on 2007/01/05  09:45:08
7733         Log: Silence various VC6 warnings
7734      Branch: perl
7735            ! ext/B/B.xs perly.c regexec.c util.c win32/win32.c
7736 ____________________________________________________________________________
7737 [ 29691] By: rgs                                   on 2007/01/05  09:11:30
7738         Log: Subject: Re: [PATCH] perlio.c repair
7739              From: Bo Lindbergh <blgl@hagernas.com>
7740              Date: Thu, 4 Jan 2007 18:22:09 +0100
7741              Message-Id: <E22DC961-6821-4AC2-BA2F-9B5B06927758@hagernas.com>
7742      Branch: perl
7743            ! perlio.c
7744 ____________________________________________________________________________
7745 [ 29690] By: rgs                                   on 2007/01/05  07:49:03
7746         Log: Subject: [PATCH] ANSIfy the PATH environment variable on Windows
7747              From: Jan Dubois <jand@ActiveState.com>
7748              Date: Thu, 04 Jan 2007 12:37:48 -0800
7749              Message-ID: <7coqp2pme3r30qaonticuv6c6licieg4cg@4ax.com>
7750      Branch: perl
7751            ! win32/perllib.c win32/win32.c
7752 ____________________________________________________________________________
7753 [ 29689] By: rgs                                   on 2007/01/05  07:47:08
7754         Log: Subject: [PATCH] Add error handling to win32_ansipath
7755              From: Jan Dubois <jand@ActiveState.com>
7756              Date: Thu, 04 Jan 2007 12:20:21 -0800
7757              Message-ID: <f2oqp2dbdglim8bda4q1kajt9k3cvpqqga@4ax.com>
7758      Branch: perl
7759            ! win32/win32.c
7760 ____________________________________________________________________________
7761 [ 29688] By: rgs                                   on 2007/01/04  17:04:11
7762         Log: Upgrade Module::Load::Conditional to 0.14
7763      Branch: perl
7764            + lib/Module/Load/Conditional/t/to_load/InPod.pm
7765            ! MANIFEST lib/Module/Load/Conditional.pm
7766            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
7767            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
7768            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
7769            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
7770 ____________________________________________________________________________
7771 [ 29687] By: rgs                                   on 2007/01/04  15:33:16
7772         Log: 4th patch from: 
7773              
7774              Subject: [PATCH] Cleanup SVf arguments (2nd try)
7775              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7776              Date: Mon, 1 Jan 2007 20:16:13 +0100
7777              Message-ID: <20070101201613.4120d9ef@r2d2>
7778              
7779              Introduce an SVfARG() macro for %SVf (%-p here) arguments to
7780              perl's printf
7781      Branch: perl
7782            ! XSUB.h doio.c gv.c hv.c mg.c op.c pad.c perl.c perl.h perlio.c
7783            ! pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c
7784            ! sv.c toke.c universal.c utf8.c
7785 ____________________________________________________________________________
7786 [ 29686] By: rgs                                   on 2007/01/04  15:29:02
7787         Log: The first three patches from:
7788              
7789              Subject: [PATCH] Cleanup SVf arguments (2nd try)
7790              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7791              Date: Mon, 1 Jan 2007 20:16:13 +0100
7792              Message-ID: <20070101201613.4120d9ef@r2d2>
7793              
7794              Adds (void*) casts to %-p and %p printf arguments
7795      Branch: perl
7796            ! XSUB.h doio.c hv.c mg.c perl.c perlio.c pp.c pp_hot.c
7797            ! regcomp.c regexec.c scope.c sv.c util.c
7798 ____________________________________________________________________________
7799 [ 29685] By: steveh                                on 2007/01/04  15:21:50
7800         Log: Subject: Re: [PATCH] Symbian port: add Series 90 support
7801              From: Jarkko Hietaniemi <jhi@iki.fi>
7802              Date: Thu, 04 Jan 2007 03:35:54 -0500
7803              Message-ID: <459CBC6A.4060806@iki.fi>
7804              
7805              Fixes a VC7/VC7.1 linker error following #29650/#29651
7806      Branch: perl
7807            ! perl.h util.c
7808 ____________________________________________________________________________
7809 [ 29684] By: rgs                                   on 2007/01/04  14:40:18
7810         Log: Remove no longer used magic vtable
7811      Branch: perl
7812            ! XSUB.h perl.h
7813 ____________________________________________________________________________
7814 [ 29683] By: rgs                                   on 2007/01/04  14:39:08
7815         Log: Silence a 'null argument' warning
7816      Branch: perl
7817            ! dump.c
7818 ____________________________________________________________________________
7819 [ 29682] By: rgs                                   on 2007/01/04  14:30:02
7820         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
7821              From: demerphq <demerphq@gmail.com>
7822              Date: Fri, 29 Dec 2006 21:45:51 +0100
7823              Message-ID: <9b18b3110612291245q792fe91cu69422d2b81bb4f0b@mail.gmail.com>
7824      Branch: perl
7825            + ext/re/lib/re/Tie/Hash/NamedCapture.pm
7826            ! MANIFEST doop.c dump.c embed.fnc embed.h ext/re/re.pm
7827            ! ext/re/re.xs ext/re/t/re_funcs.t global.sym gv.c hv.c mg.c
7828            ! perl.h pod/perlapi.pod pod/perlintern.pod pod/perlvar.pod
7829            ! proto.h regcomp.c sv.c t/op/pat.t
7830 ____________________________________________________________________________
7831 [ 29681] By: rgs                                   on 2007/01/04  10:32:13
7832         Log: Subject: [PATCH] Add note to perltodo.pod about Unicode and file globbing
7833              From: Jan Dubois <jand@ActiveState.com>
7834              Date: Thu, 28 Dec 2006 19:06:00 -0800
7835              Message-ID: <4e19p2lgme9qbqjkv78q7154vg6hlaar19@4ax.com>
7836      Branch: perl
7837            ! pod/perltodo.pod
7838 ____________________________________________________________________________
7839 [ 29680] By: davem                                 on 2007/01/04  01:03:22
7840         Log: make parser_free actually free the parser!
7841              also remove two SAVEs left over from #29655
7842      Branch: perl
7843            ! perly.c toke.c
7844 ____________________________________________________________________________
7845 [ 29679] By: nicholas                              on 2007/01/03  23:13:43
7846         Log: Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.
7847      Branch: perl
7848            ! dump.c pad.c pad.h sv.c sv.h
7849 ____________________________________________________________________________
7850 [ 29678] By: davem                                 on 2007/01/03  22:17:48
7851         Log: handle cloning of parsers on the save stack
7852      Branch: perl
7853            ! perly.c scope.c scope.h sv.c
7854 ____________________________________________________________________________
7855 [ 29677] By: nicholas                              on 2007/01/03  22:02:49
7856         Log: Teach dump about OURSTASH and COP ranges stored in the NV union.
7857      Branch: perl
7858            ! dump.c
7859 ____________________________________________________________________________
7860 [ 29676] By: stevep                                on 2007/01/03  18:23:32
7861         Log: Subject: [PATCH] Update change 29607 to affect only Win32
7862              From: Jan Dubois <jand@ActiveState.com>
7863              Date: Wed, 03 Jan 2007 08:48:22 -0800
7864              Message-ID: <f9nnp2lf4hsb74jf9unlsj59ahsf4f1o1v@4ax.com>
7865      Branch: perl
7866            ! lib/blib.pm
7867 ____________________________________________________________________________
7868 [ 29675] By: steveh                                on 2007/01/03  17:56:16
7869         Log: Subject: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
7870              From: Jan Dubois <jand@ActiveState.com>
7871              Date: Thu, 28 Dec 2006 18:59:40 -0800
7872              Message-ID: <vq09p2p09k6rcu6c9t0mab3vnc335ghg9m@4ax.com>
7873              
7874              Subject: Re: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
7875              From: Jan Dubois <jand@ActiveState.com>
7876              Date: Wed, 03 Jan 2007 08:12:35 -0800
7877              Message-ID: <orknp2pj17265modfosjkp2qtt4bdgtgjp@4ax.com>
7878      Branch: perl
7879            ! makedef.pl win32/perlhost.h win32/perllib.c win32/vdir.h
7880            ! win32/win32.c win32/win32iop.h
7881 ____________________________________________________________________________
7882 [ 29674] By: stevep                                on 2007/01/03  17:02:53
7883         Log: Subject: [PATCH] Re: g++ unhappy
7884              From: Jarkko Hietaniemi <jhi@iki.fi>
7885              Date: Mon, 01 Jan 2007 14:35:46 -0500
7886              Message-ID: <45996292.5090000@iki.fi>
7887      Branch: perl
7888            ! regcomp.c
7889 ____________________________________________________________________________
7890 [ 29673] By: nicholas                              on 2007/01/03  15:17:29
7891         Log: Make the ptr_table functions available in an unthreaded perl, as other
7892              code (such as Storable) can take advantage of them.
7893      Branch: perl
7894            ! embed.fnc embed.h intrpvar.h makedef.pl proto.h sv.c
7895 ____________________________________________________________________________
7896 [ 29672] By: stevep                                on 2007/01/03  13:56:57
7897         Log: Subject: [PATCH] IO::Compress::* 2.003
7898              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
7899              Date: Tue, 2 Jan 2007 13:14:26 -0000
7900              Message-ID: <02ca01c72e6f$eef88360$6401a8c0@myopwv.com>
7901      Branch: perl
7902            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
7903            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
7904            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
7905            ! ext/Compress/Zlib/README
7906            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
7907            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
7908            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
7909            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
7910            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
7911            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
7912            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
7913            ! ext/IO/Compress/Zlib/README
7914            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
7915            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
7916            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
7917            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
7918            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
7919            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
7920            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
7921            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
7922            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
7923            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
7924            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
7925            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
7926            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
7927            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
7928            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
7929            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
7930            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
7931 ____________________________________________________________________________
7932 [ 29671] By: stevep                                on 2007/01/03  01:46:41
7933         Log: Upgrade to Time-HiRes-1.9704
7934      Branch: perl
7935            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7936            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
7937 ____________________________________________________________________________
7938 [ 29670] By: nicholas                              on 2007/01/02  21:45:08
7939         Log: Update copyright years to include 2007. (Plus a couple of 2006s and
7940              earlier we missed in av.h and hv.h)
7941      Branch: perl
7942            ! av.h cv.h dump.c hv.h op.c parser.h perly.c sv.h
7943 ____________________________________________________________________________
7944 [ 29669] By: nicholas                              on 2007/01/02  21:10:13
7945         Log: Assignment to a tainted variable was causing confusion if the source
7946              value was an NV too large for an IV (bug #40708). Fix the confusion
7947              by not promoting private flags to public flags in S_save_magic if
7948              there are already public flags.
7949      Branch: perl
7950            ! mg.c t/op/taint.t
7951 ____________________________________________________________________________
7952 [ 29668] By: nicholas                              on 2007/01/02  20:47:31
7953         Log: PVMG can be isUV too.
7954      Branch: perl
7955            ! dump.c ext/Devel/Peek/t/Peek.t
7956 ____________________________________________________________________________
7957 [ 29667] By: davem                                 on 2007/01/02  19:44:23
7958         Log: fix -Mad build breakage
7959      Branch: perl
7960            ! perly.c
7961 ____________________________________________________________________________
7962 [ 29666] By: nicholas                              on 2007/01/02  18:14:26
7963         Log: Copying to FORMATs should work (and not fail assertions if the value
7964              is floating point). Copying to ARRAYs and HASHes can't work and should
7965              croak.
7966      Branch: perl
7967            ! pod/perldiag.pod sv.c
7968 ____________________________________________________________________________
7969 [ 29665] By: nicholas                              on 2007/01/02  17:41:06
7970         Log: It's good to be able to dump FORMATs too :-)
7971      Branch: perl
7972            ! cv.h
7973 ____________________________________________________________________________
7974 [ 29664] By: nicholas                              on 2007/01/02  16:28:48
7975         Log: Remove the vestigal "#if 0"s from header files that defined same-sized
7976              *allocated structs, as these are not going to be needed again.
7977      Branch: perl
7978            ! av.h hv.h sv.h
7979 ____________________________________________________________________________
7980 [ 29663] By: nicholas                              on 2007/01/02  16:05:02
7981         Log: Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI special
7982              cases, instead of scanning pad.h to find them, and picking up 3 other
7983              superfluous definitions as a side effect.
7984      Branch: perl
7985            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
7986 ____________________________________________________________________________
7987 [ 29662] By: nicholas                              on 2007/01/02  14:55:29
7988         Log: Note that the examples for the structure copying bug example are no
7989              longer relevant because of the XPVGV re-ordering.
7990      Branch: perl
7991            ! sv.c
7992 ____________________________________________________________________________
7993 [ 29661] By: steveh                                on 2007/01/02  14:50:56
7994         Log: Fix a couple of linker errors on Win32
7995      Branch: perl
7996            ! makedef.pl
7997 ____________________________________________________________________________
7998 [ 29660] By: davem                                 on 2007/01/02  14:02:40
7999         Log: remove conflict in pending_ident function and field name
8000      Branch: perl
8001            ! embed.fnc embed.h proto.h toke.c
8002 ____________________________________________________________________________
8003 [ 29659] By: steveh                                on 2007/01/02  11:18:26
8004         Log: Check miniperl exists before using it to run uupacktool.pl
8005              during distclean
8006      Branch: perl
8007            ! win32/Makefile win32/makefile.mk
8008 ____________________________________________________________________________
8009 [ 29658] By: merijn                                on 2007/01/02  07:15:38
8010         Log: Subject: [PATCH] Configure test code fails to compile if SIGFPE is undefined
8011              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8012              Date: Tue, 2 Jan 2007 00:08:27 +0100
8013              Message-ID: <20070102000827.7acf11c8@r2d2>
8014      Branch: perl
8015            ! Configure
8016 ____________________________________________________________________________
8017 [ 29656] By: davem                                 on 2007/01/02  02:19:20
8018         Log: Subject:  [PATCH] really should test compile in AIX or something (fixup after the Series 90 patch)
8019              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
8020              Date:  Tue, 2 Jan 2007 03:15:42 +0200 (EET)
8021              Message-Id:  <200701020115.l021FgtC495074@kosh.hut.fi>
8022      Branch: perl
8023            ! makedef.pl
8024 ____________________________________________________________________________
8025 [ 29655] By: davem                                 on 2007/01/02  01:51:05
8026         Log: move easy lexer state variables into PL_parser
8027              (where "easy" == "only appear in toke.c")
8028      Branch: perl
8029            ! embed.fnc embed.h embedvar.h intrpvar.h parser.h perl.h
8030            ! perlapi.h perly.c proto.h sv.c toke.c
8031 ____________________________________________________________________________
8032 [ 29654] By: stevep                                on 2007/01/02  00:07:52
8033         Log: Quiet a smoke warning in toke.c and bump the copyright year.
8034      Branch: perl
8035            ! toke.c
8036 ____________________________________________________________________________
8037 [ 29653] By: stevep                                on 2007/01/01  22:48:33
8038         Log: Welcome to 2007!  Time to update copyrights from changes earlier
8039              today.
8040      Branch: perl
8041            ! embed.h embed.pl embedvar.h global.sym hv.c mg.c perl.h
8042            ! perlapi.c perlapi.h proto.h sv.c util.c
8043 ____________________________________________________________________________
8044 [ 29652] By: davem                                 on 2007/01/01  22:37:40
8045         Log: split parser initialisation from parser execution
8046      Branch: perl
8047            ! embed.fnc embed.h parser.h perly.c proto.h toke.c
8048 ____________________________________________________________________________
8049 [ 29651] By: stevep                                on 2007/01/01  19:30:05
8050         Log: Add file missed in change #29650.
8051      Branch: perl
8052            + symbian/PerlUiS90.rss
8053 ____________________________________________________________________________
8054 [ 29650] By: stevep                                on 2007/01/01  15:41:48
8055         Log: Subject: [PATCH] Symbian port: add Series 90 support
8056              From: Jarkko Hietaniemi <jhi@iki.fi>
8057              Date: Mon, 01 Jan 2007 08:49:03 -0500
8058              Message-ID: <4599114F.8020307@iki.fi>
8059      Branch: perl
8060            ! MANIFEST README.symbian embed.fnc embed.h embedvar.h
8061            ! global.sym hv.c intrpvar.h lib/ExtUtils/Constant/ProxySubs.pm
8062            ! mg.c perl.h perlapi.h perlio.c pod/perlapi.pod proto.h sv.c
8063            ! symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlUi.cpp
8064            ! symbian/PerlUi.h symbian/config.pl symbian/config.sh
8065            ! symbian/cwd.pl symbian/install.cfg symbian/makesis.pl
8066            ! symbian/sdk.pl symbian/xsbuild.pl util.c
8067 ____________________________________________________________________________
8068 [ 29649] By: davem                                 on 2007/01/01  11:24:07
8069         Log: split parser stack from parser object
8070      Branch: perl
8071            ! parser.h perly.c
8072 ____________________________________________________________________________
8073 [ 29648] By: davem                                 on 2006/12/31  18:56:37
8074         Log: in lex_start(), ensure that all lexer state vars are saved
8075              and re-initialised. This is mostly overkill, but mimicks the
8076              effect of having all the vars in a single parser object.
8077      Branch: perl
8078            ! toke.c
8079 ____________________________________________________________________________
8080 [ 29647] By: nicholas                              on 2006/12/31  16:58:18
8081         Log: Rationalise the logic in lex_start for creating a new temporary if the
8082              passed in SV is read only or doesn't end in ';'. Also, allow a NULL
8083              pointer to imply a zero length string, which saves creating a mortal
8084              in pp_require, only for it to be ignored in favour of a new SV.
8085      Branch: perl
8086            ! embed.fnc pp_ctl.c proto.h toke.c
8087 ____________________________________________________________________________
8088 [ 29646] By: stevep                                on 2006/12/31  16:37:54
8089         Log: Fix to test failures caused by change #29606 when PERLIO=stdio.
8090              Based on suggestions from Ilya Zakharevich in 
8091              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-12/msg00646.html
8092      Branch: perl
8093            ! lib/SelfLoader.pm
8094 ____________________________________________________________________________
8095 [ 29645] By: merijn                                on 2006/12/31  13:58:57
8096         Log: Subject: [PATCH] smoke signs suppression
8097              From: Jarkko Hietaniemi <jhi@iki.fi>
8098              Date: Sun, 31 Dec 2006 08:51:52 -0500
8099              Message-ID: <4597C078.4000503@iki.fi>
8100      Branch: perl
8101            ! iperlsys.h perly.c regcomp.c
8102 ____________________________________________________________________________
8103 [ 29644] By: nicholas                              on 2006/12/31  12:31:09
8104         Log: As freeing up PL_linestr is now done via the scope stack, there's no
8105              need to make any temporary varariable a mortal, and waste effort on
8106              the temp stack (not) clearing it up.
8107      Branch: perl
8108            ! toke.c
8109 ____________________________________________________________________________
8110 [ 29643] By: nicholas                              on 2006/12/31  12:07:37
8111         Log: PL_linestr needs to survive until the end of scope, not just the next
8112              FREETMPS. Fixes the underlying cause of the thread cloning SEGV
8113              reported in http://www.nntp.perl.org/group/perl.perl5.porters/63123
8114      Branch: perl
8115            + t/op/threads_create.pl
8116            ! MANIFEST sv.c t/op/threads.t toke.c
8117 ____________________________________________________________________________
8118 [ 29642] By: nicholas                              on 2006/12/31  00:08:00
8119         Log: Move SVt_BIND to be the lowest type after SVt_NULL. This will force all
8120              code attempting to upgrade a BIND to anything into sv_upgrade(), which
8121              for now will croak, but in future can DTRT, for whatever TRT is decided
8122              to be. Make SvOK() check the flags of the referenant for a BIND, as I
8123              envisage that the only flag bit that will get set on a BIND is SVf_UTF8
8124              even if the referant has a defined value.
8125      Branch: perl
8126            ! dump.c ext/B/B.xs sv.c sv.h
8127 ____________________________________________________________________________
8128 [ 29641] By: stevep                                on 2006/12/30  05:55:53
8129         Log: Subject: [PATCH] Update Compress Modules to version 2.002
8130              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
8131              Date: Fri, 29 Dec 2006 20:50:26 -0000
8132              Message-ID: <000501c72b8a$f96b2ba0$6401a8c0@myopwv.com>
8133      Branch: perl
8134            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
8135            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
8136            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
8137            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
8138            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
8139            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
8140            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
8141            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
8142            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
8143            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
8144            ! ext/IO/Compress/Base/t/01misc.t ext/IO/Compress/Zlib/Changes
8145            ! ext/IO/Compress/Zlib/README
8146            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
8147            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
8148            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
8149            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
8150            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
8151            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
8152            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
8153            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
8154            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
8155            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
8156            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
8157            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
8158            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
8159            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
8160            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
8161            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
8162            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
8163            ! t/lib/compress/CompTestUtils.pm t/lib/compress/multi.pl
8164            ! t/lib/compress/oneshot.pl
8165 ____________________________________________________________________________
8166 [ 29640] By: davem                                 on 2006/12/30  01:18:18
8167         Log: fix a test failing under -Dmad
8168      Branch: perl
8169            ! ext/List/Util/t/weak.t
8170 ____________________________________________________________________________
8171 [ 29639] By: nicholas                              on 2006/12/29  16:20:39
8172         Log: With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX, as on a 64 bit
8173              system this can't be stored.
8174      Branch: perl
8175            ! pad.c
8176 ____________________________________________________________________________
8177 [ 29638] By: nicholas                              on 2006/12/29  14:42:03
8178         Log: I failed to run regen.pl to propagate my pad.c changes to perlintern.pod
8179      Branch: perl
8180            ! pod/perlintern.pod
8181 ____________________________________________________________________________
8182 [ 29637] By: nicholas                              on 2006/12/29  00:17:18
8183         Log: In Perl_fbm_compile, really rarest should be U32 not I32, as it is
8184              set from a U32, and used as an array index.
8185      Branch: perl
8186            ! util.c
8187 ____________________________________________________________________________
8188 [ 29636] By: davem                                 on 2006/12/29  00:08:35
8189         Log: further fix for #29543: fix parser leaks caused by croaking
8190      Branch: perl
8191            ! dump.c op.c op.h perly.c t/comp/parser.t
8192 ____________________________________________________________________________
8193 [ 29635] By: nicholas                              on 2006/12/28  23:57:16
8194         Log: Eliminate BmPREVIOUS_set - with the complexity gone from how the datum
8195              is stored, there's no need for it.
8196      Branch: perl
8197            ! sv.h util.c
8198 ____________________________________________________________________________
8199 [ 29634] By: nicholas                              on 2006/12/28  23:35:54
8200         Log: Move all the FBM data fields from the table into a struct xbm_s which
8201              is part of the xnv union.
8202      Branch: perl
8203            ! av.h cv.h hv.h sv.h util.c
8204 ____________________________________________________________________________
8205 [ 29633] By: nicholas                              on 2006/12/28  22:40:37
8206         Log: With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more.
8207      Branch: perl
8208            ! op.c pad.h sv.c
8209 ____________________________________________________________________________
8210 [ 29632] By: nicholas                              on 2006/12/28  22:03:56
8211         Log: Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
8212      Branch: perl
8213            ! op.c pad.c pad.h
8214 ____________________________________________________________________________
8215 [ 29631] By: nicholas                              on 2006/12/28  21:41:52
8216         Log: Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via
8217              B.pm, so that B::Concise doesn't need to hard code magic numbers.
8218      Branch: perl
8219            ! ext/B/B/Concise.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
8220            ! pad.c pad.h
8221 ____________________________________________________________________________
8222 [ 29630] By: nicholas                              on 2006/12/28  21:21:22
8223         Log: Move the low/high cop sequences from NVX/IVX to a two U32 structure
8224              in the xnv union. This frees up IVX for the PL_generation code, which
8225              in turn will allow SvCUR to return to its real purpose.
8226      Branch: perl
8227            ! av.h cv.h hv.h pad.c pad.h sv.h
8228 ____________________________________________________________________________
8229 [ 29629] By: nicholas                              on 2006/12/28  20:02:03
8230         Log: Abstract the pad code's overloaded use of SvNVX and SvIVX into
8231              4 macros COP_SEQ_RANGE_LOW, COP_SEQ_RANGE_HIGH, PARENT_PAD_INDEX
8232              and PARENT_FAKELEX_FLAGS
8233      Branch: perl
8234            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
8235            ! pad.c pad.h
8236 ____________________________________________________________________________
8237 [ 29628] By: nicholas                              on 2006/12/28  17:55:06
8238         Log: Change PAD_MAX to something a bit less FORTRAN-ish than 999999999.
8239      Branch: perl
8240            ! pad.c
8241 ____________________________________________________________________________
8242 [ 29627] By: stevep                                on 2006/12/27  19:36:13
8243         Log: Upgrade to Errno-1.10 (!).  I have left the core tests as is for
8244              now as well as for Makefile.PL, which need some looking into.
8245      Branch: perl
8246            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
8247 ____________________________________________________________________________
8248 [ 29626] By: nicholas                              on 2006/12/27  15:27:58
8249         Log: Subject: [PATCH] Macroize char class tests in case to remove duplicated code.
8250              From: demerphq <demerphq@gmail.com>
8251              Message-ID: <9b18b3110612270237i40e5ef34ud80898459ee338eb@mail.gmail.com>
8252              Date: Wed, 27 Dec 2006 11:37:36 +0100
8253      Branch: perl
8254            ! regcomp.c
8255 ____________________________________________________________________________
8256 [ 29625] By: stevep                                on 2006/12/27  14:13:27
8257         Log: Upgrade to CPAN-1.83_66.
8258      Branch: perl
8259            + lib/CPAN/Kwalify.pm lib/CPAN/Kwalify/distroprefs.dd
8260            + lib/CPAN/Kwalify/distroprefs.yml
8261            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm
8262            ! lib/CPAN/HandleConfig.pm lib/CPAN/Version.pm
8263            ! lib/CPAN/t/10version.t
8264 ____________________________________________________________________________
8265 [ 29624] By: stevep                                on 2006/12/26  15:53:57
8266         Log: Cannot use a L<> within a preformatted section of a Pod document.
8267      Branch: perl
8268            ! pod/perlreref.pod
8269 ____________________________________________________________________________
8270 [ 29623] By: rgs                                   on 2006/12/26  14:22:15
8271         Log: Subject: Re: Named-capture regex syntax
8272              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8273              Date: Tue, 26 Dec 2006 23:11:38 +0900
8274              Message-Id: <20061226231027.8320.BQW10602@nifty.com>
8275      Branch: perl
8276            ! t/op/pat.t
8277 ____________________________________________________________________________
8278 [ 29622] By: rgs                                   on 2006/12/25  17:09:07
8279         Log: Fix a couple of warnings
8280      Branch: perl
8281            ! regcomp.c
8282 ____________________________________________________________________________
8283 [ 29621] By: rgs                                   on 2006/12/25  17:03:14
8284         Log: Subject: Re: Named-capture regex syntax
8285              From: demerphq <demerphq@gmail.com>
8286              Date: Sun, 24 Dec 2006 14:38:15 +0100
8287              Message-ID: <9b18b3110612240538m5c45654br7d27171835f6664@mail.gmail.com>
8288      Branch: perl
8289            ! pod/perldiag.pod pod/perlre.pod regcomp.c regcomp.h t/op/pat.t
8290            ! t/op/re_tests
8291 ____________________________________________________________________________
8292 [ 29620] By: rgs                                   on 2006/12/24  09:28:22
8293         Log: The PERLIO environment variable, when unset, doesn't default to :stdio.
8294      Branch: perl
8295            ! pod/perlrun.pod
8296 ____________________________________________________________________________
8297 [ 29619] By: rgs                                   on 2006/12/23  16:15:50
8298         Log: Fix #6006 for taint mode too.
8299      Branch: perl
8300            ! op.c t/op/subst.t
8301 ____________________________________________________________________________
8302 [ 29618] By: rgs                                   on 2006/12/23  15:52:27
8303         Log: Remove -T from op/subst.t, and add a new test file, substT.t,
8304              to run the s/// tests under taint mode; mark the test for
8305              RT #6006 as TODO, but only with -T.
8306      Branch: perl
8307            + t/op/substT.t
8308            ! MANIFEST t/op/subst.t
8309 ____________________________________________________________________________
8310 [ 29617] By: rgs                                   on 2006/12/23  15:38:50
8311         Log: A better fix for RT #6006: revert change 29616, which was bogus,
8312              and add OP_SCOPE to the list of "dangerous" ops that might appear
8313              on the right side of s///.
8314              However, this fix does not work under taint mode, and op/subst.t
8315              has -T.
8316      Branch: perl
8317            ! op.c
8318 ____________________________________________________________________________
8319 [ 29616] By: rgs                                   on 2006/12/23  13:52:02
8320         Log: Fix RT #6006: Regexp replaces using large replacement variables fail
8321              some of the time (i.e. when the substitution contains something
8322              like ${10}). Patch derived from a patch by Hugo van der Sanden;
8323              added also a second test (Yves Orton already added a TODO test
8324              for this.)
8325      Branch: perl
8326            ! op.c t/op/subst.t
8327 ____________________________________________________________________________
8328 [ 29615] By: rgs                                   on 2006/12/23  12:31:26
8329         Log: Upgrade to Module::Build 0.2806
8330      Branch: perl
8331            + lib/Module/Build/Config.pm
8332            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
8333            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
8334            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
8335            ! lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
8336            ! lib/Module/Build/PPMMaker.pm
8337            ! lib/Module/Build/Platform/Amiga.pm
8338            ! lib/Module/Build/Platform/Default.pm
8339            ! lib/Module/Build/Platform/EBCDIC.pm
8340            ! lib/Module/Build/Platform/MPEiX.pm
8341            ! lib/Module/Build/Platform/MacOS.pm
8342            ! lib/Module/Build/Platform/RiscOS.pm
8343            ! lib/Module/Build/Platform/Unix.pm
8344            ! lib/Module/Build/Platform/VMS.pm
8345            ! lib/Module/Build/Platform/VOS.pm
8346            ! lib/Module/Build/Platform/Windows.pm
8347            ! lib/Module/Build/Platform/aix.pm
8348            ! lib/Module/Build/Platform/darwin.pm
8349            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/Version.pm
8350            ! lib/Module/Build/t/basic.t lib/Module/Build/t/ext.t
8351            ! lib/Module/Build/t/extend.t lib/Module/Build/t/metadata.t
8352            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/xs.t
8353 ____________________________________________________________________________
8354 [ 29614] By: rgs                                   on 2006/12/23  11:45:28
8355         Log: syswrite() wasn't reporting a warning when writing to a filehandle
8356              opened only for input.
8357      Branch: perl
8358            ! pp_sys.c t/lib/warnings/pp_sys
8359 ____________________________________________________________________________
8360 [ 29613] By: rgs                                   on 2006/12/22  15:44:51
8361         Log: The Perl 6 specification is still evolving, so don't refer to it.
8362      Branch: perl
8363            ! pod/perlsyn.pod
8364 ____________________________________________________________________________
8365 [ 29612] By: stevep                                on 2006/12/22  15:18:02
8366         Log: miniperl may not have been successfully built before running a
8367              "make distclean".
8368      Branch: perl
8369            ! Makefile.SH
8370 ____________________________________________________________________________
8371 [ 29611] By: stevep                                on 2006/12/22  14:53:17
8372         Log: Silence an unused variable warning in sv.c.
8373      Branch: perl
8374            ! sv.h
8375 ____________________________________________________________________________
8376 [ 29610] By: rgs                                   on 2006/12/22  11:30:47
8377         Log: Unshare the shared string gp_file_hek only if it exists in a GP.
8378              Not doing this will produce invalid frees in the global destruction
8379              process, probably because the empty string will get freed several
8380              times. This should be safe since gp_file_hek is only assigned a
8381              new value with share_hek().
8382      Branch: perl
8383            ! gv.c
8384 ____________________________________________________________________________
8385 [ 29609] By: rgs                                   on 2006/12/21  10:24:05
8386         Log: Upgrade to Text::Balanced 2.0.0
8387      Branch: perl
8388            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
8389            ! lib/Text/Balanced/README lib/Text/Balanced/t/extqlk.t
8390 ____________________________________________________________________________
8391 [ 29608] By: rgs                                   on 2006/12/21  10:12:14
8392         Log: Subject: [PATCH] threads 1.57
8393              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
8394              Date: Wed, 20 Dec 2006 10:30:21 -0800 (PST)
8395              Message-ID: <20061220183021.79793.qmail@web30205.mail.mud.yahoo.com>
8396      Branch: perl
8397            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
8398            ! ext/threads/t/join.t ext/threads/t/state.t
8399            ! ext/threads/t/thread.t ext/threads/threads.pm
8400            ! ext/threads/threads.xs
8401 ____________________________________________________________________________
8402 [ 29607] By: rgs                                   on 2006/12/21  09:47:34
8403         Log: Subject: [PATCH] allow blib.pm to be used for testing Win32 module (again)
8404              From: Jan Dubois <jand@ActiveState.com>
8405              Date: Wed, 20 Dec 2006 18:53:51 -0800
8406              Message-ID: <vjtjo21l5ksgeab6k9l46d9pvlg5vf86rt@4ax.com>
8407      Branch: perl
8408            ! lib/blib.pm
8409 ____________________________________________________________________________
8410 [ 29606] By: stevep                                on 2006/12/21  05:47:31
8411         Log: Subject: [PATCH 5.8.8] SelfLoader after fork()
8412              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
8413              Date: Mon, 18 Dec 2006 01:13:59 -0800
8414              Message-ID: <20061218091359.GA14985@powdermilk.math.berkeley.edu>
8415      Branch: perl
8416            ! lib/SelfLoader.pm
8417 ____________________________________________________________________________
8418 [ 29605] By: stevep                                on 2006/12/21  05:12:28
8419         Log: Subject: [PATCH] Implement killpg() for MSWin32
8420              From: Jan Dubois <jand@ActiveState.com>
8421              Date: Wed, 20 Dec 2006 15:41:00 -0800
8422              Message-ID: <m8hjo2pasv3hdbhd1sj9sasen7tm38hrhp@4ax.com>
8423      Branch: perl
8424            ! win32/config.bc win32/config.gc win32/config.vc
8425            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
8426            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
8427            ! win32/win32.c win32/win32.h
8428 ____________________________________________________________________________
8429 [ 29604] By: rgs                                   on 2006/12/20  16:13:32
8430         Log: Subject: Re: [PATCH] Making adding binary files possible
8431              From: demerphq <demerphq@gmail.com>
8432              Date: Wed, 20 Dec 2006 16:00:33 +0100
8433              Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com>
8434              
8435              plus matching updates to Makefile.SH and patching.pod
8436      Branch: perl
8437            + uupacktool.pl win32/perlexe.ico.packd
8438            - pack.pl packed_files.pl win32/makeico.pl
8439            ! MANIFEST Makefile.SH Porting/patching.pod win32/Makefile
8440            ! win32/Makefile.ce win32/makefile.mk
8441 ____________________________________________________________________________
8442 [ 29603] By: merijn                                on 2006/12/20  12:58:41
8443         Log: Open Configure to the world of 64bitonly environments
8444      Branch: perl
8445            ! Configure
8446 ____________________________________________________________________________
8447 [ 29601] By: rgs                                   on 2006/12/20  11:15:29
8448         Log: Fix leaks in label strings allocation in COPs
8449      Branch: perl
8450            ! cop.h perly.act perly.h perly.tab perly.y toke.c
8451 ____________________________________________________________________________
8452 [ 29600] By: rgs                                   on 2006/12/20  09:30:06
8453         Log: Don't free the original label string when assigning it to cop_label,
8454              since it comes directly from the parser. (That was making op/goto.t
8455              fail under threads and without debugging on some platforms.)
8456      Branch: perl
8457            ! cop.h
8458 ____________________________________________________________________________
8459 [ 29599] By: stevep                                on 2006/12/20  04:20:14
8460         Log: Subject: [PATCH] threads::shared 1.06
8461              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
8462              Date: Tue, 19 Dec 2006 10:30:47 -0800 (PST)
8463              Message-ID: <525867.40748.qm@web30207.mail.mud.yahoo.com>
8464      Branch: perl
8465            ! ext/threads/shared/Changes ext/threads/shared/README
8466            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8467            ! ext/threads/shared/t/cond.t
8468 ____________________________________________________________________________
8469 [ 29598] By: stevep                                on 2006/12/20  04:14:06
8470         Log: Subject: [PATCH] Update cwd() to return the "short" pathname if the long one doesn't fit the codepage
8471              From: Jan Dubois <jand@ActiveState.com>
8472              Date: Mon, 18 Dec 2006 21:37:25 -0800
8473              Message-ID: <3rteo219or8hqr511e4vg1fnsgvgemb4sh@4ax.com>
8474      Branch: perl
8475            ! win32/perlhost.h win32/vdir.h
8476 ____________________________________________________________________________
8477 [ 29597] By: stevep                                on 2006/12/20  04:07:11
8478         Log: Subject: [PATCH] let readdir() return the alternate (short) filename if the long name is outside the current codepage
8479              From: Jan Dubois <jand@ActiveState.com>
8480              Date: Tue, 19 Dec 2006 13:49:40 -0800
8481              Message-ID: <8nmgo2dr5gtmv00gtfu07g7rdgitr859jk@4ax.com>
8482      Branch: perl
8483            ! win32/win32.c
8484 ____________________________________________________________________________
8485 [ 29596] By: merijn                                on 2006/12/19  19:48:51
8486         Log: Subject: [PATCH] Re: 'localtime' not thread-safe under HP-UX B.11.11/64
8487              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
8488              Date: Mon, 18 Dec 2006 10:18:28 -0800 (PST)
8489              Message-ID: <31291.28361.qm@web30205.mail.mud.yahoo.com>
8490      Branch: perl
8491            ! hints/hpux.sh
8492 ____________________________________________________________________________
8493 [ 29595] By: rgs                                   on 2006/12/19  15:22:24
8494         Log: Proper cleanup for Errno.pm
8495      Branch: perl
8496            ! ext/Errno/Makefile.PL
8497 ____________________________________________________________________________
8498 [ 29594] By: rgs                                   on 2006/12/19  15:14:47
8499         Log: Fix paths of pack.pl in patching.pod
8500      Branch: perl
8501            ! Porting/patching.pod
8502 ____________________________________________________________________________
8503 [ 29593] By: rgs                                   on 2006/12/19  15:07:45
8504         Log: Subject: [PATCH] Making adding binary files possible
8505              From: "Jos Boumans" <kane@dwim.org>
8506              Date: Fri, 15 Dec 2006 20:51:45 +0100 (CET)
8507              Message-ID: <19978.80.127.35.68.1166212305.squirrel@webmail.xs4all.nl>
8508              
8509              with a few tweaks
8510      Branch: perl
8511            + pack.pl packed_files.pl
8512            ! MANIFEST Makefile.SH Porting/patching.pod
8513 ____________________________________________________________________________
8514 [ 29592] By: rgs                                   on 2006/12/19  10:50:13
8515         Log: Add a regression test to verify that POSIX::AUTOLOAD works,
8516              and silence a potential warning from it.
8517      Branch: perl
8518            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
8519 ____________________________________________________________________________
8520 [ 29591] By: rgs                                   on 2006/12/19  10:23:29
8521         Log: Disable strictures in POSIX AUTOLOAD
8522      Branch: perl
8523            ! ext/POSIX/POSIX.pm
8524 ____________________________________________________________________________
8525 [ 29590] By: rgs                                   on 2006/12/19  09:49:30
8526         Log: Subject: [PATCH] Don't destroy the Unicode system environment on Perl startup
8527              From: Jan Dubois <jand@ActiveState.com>
8528              Date: Mon, 18 Dec 2006 16:34:33 -0800
8529              Message-ID: <bsbeo2hama2sdo3kqdbrdhp505caeft6h9@4ax.com>
8530      Branch: perl
8531            ! perl.c
8532 ____________________________________________________________________________
8533 [ 29589] By: davem                                 on 2006/12/19  02:25:19
8534         Log: make -Dpv print 8 parser stack items, not 9
8535      Branch: perl
8536            ! perly.c
8537 ____________________________________________________________________________
8538 [ 29588] By: nicholas                              on 2006/12/18  22:12:36
8539         Log: Making strict et al propagate into autoloaded subroutines seems a
8540              worthy todo.
8541      Branch: perl
8542            ! pod/perltodo.pod
8543 ____________________________________________________________________________
8544 [ 29587] By: nicholas                              on 2006/12/18  22:04:19
8545         Log: Ensure that POSIX.pm is strict and warnings compliant throughout if
8546              the __END__ is temporarily removed.
8547      Branch: perl
8548            ! ext/POSIX/POSIX.pm
8549 ____________________________________________________________________________
8550 [ 29586] By: nicholas                              on 2006/12/18  21:23:43
8551         Log: Given that POSIX already has AutoLoader loaded, move as much as
8552              possible of POSIX::SigRt out to AutoLoadLand, so that it won't be
8553              loaded unless someone starts using the realtime signals interface.
8554      Branch: perl
8555            ! ext/POSIX/POSIX.pm
8556 ____________________________________________________________________________
8557 [ 29585] By: rgs                                   on 2006/12/18  16:06:38
8558         Log: Subject: Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL
8559              From: Jarkko Hietaniemi <jhi@iki.fi>
8560              Date: Sun, 17 Dec 2006 22:17:34 -0500
8561              Message-ID: <4586084E.8040706@iki.fi>
8562              
8563              Introduce CopLABEL() macro to deal with labels attached to COPs.
8564      Branch: perl
8565            ! cop.h op.c scope.h
8566 ____________________________________________________________________________
8567 [ 29584] By: stevep                                on 2006/12/18  15:36:11
8568         Log: Subject: [PATCH blead] Re: [perl #41071] require stringifies code references in tied @INC
8569              From: Rick Delaney <rick@bort.ca>
8570              Date: Fri, 15 Dec 2006 23:28:25 -0500
8571              Message-ID: <20061216042825.GB23501@localhost.localdomain>
8572      Branch: perl
8573            + t/op/inccode-tie.t
8574            ! MANIFEST pp_ctl.c t/op/inccode.t
8575 ____________________________________________________________________________
8576 [ 29583] By: rgs                                   on 2006/12/18  14:43:58
8577         Log: ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILE
8578              
8579              Subject: [PATCH 5.8.8] OS/2 build, small change
8580              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
8581              Date: Mon, 18 Dec 2006 01:20:12 -0800
8582              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
8583      Branch: perl
8584            ! lib/ExtUtils/MakeMaker.pm
8585 ____________________________________________________________________________
8586 [ 29582] By: rgs                                   on 2006/12/18  14:43:05
8587         Log: lib/perl5db.pl: Remove code now moved to OS2::Process
8588              
8589              Subject: [PATCH 5.8.8] OS/2 build, small change
8590              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
8591              Date: Mon, 18 Dec 2006 01:20:12 -0800
8592              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
8593      Branch: perl
8594            ! lib/perl5db.pl
8595 ____________________________________________________________________________
8596 [ 29581] By: rgs                                   on 2006/12/18  13:35:18
8597         Log: Bump version number of ExtUtils::MM_Unix after last change
8598      Branch: perl
8599            ! lib/ExtUtils/MM_Unix.pm
8600 ____________________________________________________________________________
8601 [ 29580] By: rgs                                   on 2006/12/18  13:34:00
8602         Log: Subject: [PATCH 5.8.8] OS/2-specific fixes, round II
8603              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
8604              Date: Mon, 18 Dec 2006 00:45:24 -0800
8605              Message-ID: <20061218084524.GA14866@powdermilk.math.berkeley.edu>
8606      Branch: perl
8607            + os2/OS2/Process/t/os2_atoms.t
8608            + os2/OS2/Process/t/os2_clipboard.t os2/os2_pipe.t
8609            ! MANIFEST emacs/ptags ext/DynaLoader/XSLoader_pm.PL
8610            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
8611            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
8612            ! os2/OS2/Process/t/os2_process.t os2/OS2/REXX/DLL/Changes
8613            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h perl.c util.c
8614 ____________________________________________________________________________
8615 [ 29579] By: rgs                                   on 2006/12/18  11:53:54
8616         Log: ExtUtils::Command is now maintained separately from MakeMaker
8617      Branch: perl
8618            ! Porting/Maintainers.pl
8619 ____________________________________________________________________________
8620 [ 29578] By: rgs                                   on 2006/12/18  11:47:56
8621         Log: Subject: [PATCH 5.8.8] Fixes for the test suite on OS/2
8622              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
8623              Date: Wed, 13 Dec 2006 18:32:22 -0800
8624              Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu>
8625      Branch: perl
8626            ! ext/IO/t/io_unix.t lib/ExtUtils/t/eu_command.t
8627            ! lib/Time/Local.t os2/OS2/ExtAttr/t/os2_ea.t t/io/fs.t
8628            ! t/op/stat.t
8629 ____________________________________________________________________________
8630 [ 29577] By: rgs                                   on 2006/12/18  10:49:15
8631         Log: Subject: [PATCH 5.8.8] OS/2: survive SIGCHLD
8632              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
8633              Date: Mon, 18 Dec 2006 00:55:19 -0800
8634              Message-ID: <20061218085519.GA14893@powdermilk.math.berkeley.edu>
8635              
8636              plus a perldiag entry for the new error,
8637              "Maximal count of pending signals (%s) exceeded"
8638      Branch: perl
8639            ! mg.c pod/perldiag.pod
8640 ____________________________________________________________________________
8641 [ 29576] By: rgs                                   on 2006/12/18  10:07:10
8642         Log: Subject: [PATCH] C++: regcomp.c and ext/Time/Piece/Piece.xs
8643              From: Jarkko Hietaniemi <jhi@iki.fi>
8644              Date: Sun, 17 Dec 2006 22:45:29 -0500
8645              Message-ID: <45860ED9.9090808@iki.fi>
8646      Branch: perl
8647            ! ext/Time/Piece/Piece.xs regcomp.c
8648 ____________________________________________________________________________
8649 [ 29575] By: rgs                                   on 2006/12/18  09:58:48
8650         Log: Subject: PATCH: Add =encoding directive to non-latin READMEs
8651              From: Slaven Rezic <slaven@rezic.de>
8652              Date: 16 Dec 2006 11:20:36 +0100
8653              Message-ID: <87wt4sdtvv.fsf@biokovo.herceg.de>
8654      Branch: perl
8655            ! README.cn README.jp README.ko README.tw
8656 ____________________________________________________________________________
8657 [ 29574] By: rgs                                   on 2006/12/18  09:51:09
8658         Log: Subject: [PATCH] perl.c: leak avoidance
8659              From: Jarkko Hietaniemi <jhi@iki.fi>
8660              Date: Sat, 16 Dec 2006 11:48:13 -0500
8661              Message-ID: <4584234D.7070209@iki.fi>
8662      Branch: perl
8663            ! perl.c
8664 ____________________________________________________________________________
8665 [ 29573] By: craigb                                on 2006/12/18  01:15:43
8666         Log: In vms/vms.c, don't prototype decw$term_port until after 
8667              config.h (via perl.h) is included.  That's where USE_VMS_DECTERM
8668              is defined.
8669      Branch: perl
8670            ! vms/vms.c
8671 ____________________________________________________________________________
8672 [ 29572] By: craigb                                on 2006/12/18  01:11:41
8673         Log: Don't try to build Win32 on VMS
8674      Branch: perl
8675            ! configure.com
8676 ____________________________________________________________________________
8677 [ 29571] By: nicholas                              on 2006/12/18  00:27:43
8678         Log: POSIX::SigAction::new can be moved into the AUTOLOAD section.
8679      Branch: perl
8680            ! ext/POSIX/POSIX.pm
8681 ____________________________________________________________________________
8682 [ 29570] By: davem                                 on 2006/12/18  00:24:01
8683         Log: move parser state into new parser object, PL_parser
8684      Branch: perl
8685            + parser.h
8686            ! MANIFEST embedvar.h intrpvar.h perl.h perlapi.h perly.c
8687            ! pod/perlapi.pod pod/perlintern.pod toke.c
8688 ____________________________________________________________________________
8689 [ 29569] By: davem                                 on 2006/12/17  22:21:40
8690         Log: merge the four parser stacks into one
8691      Branch: perl
8692            ! perly.act perly.c regen_perly.pl
8693 ____________________________________________________________________________
8694 [ 29568] By: davem                                 on 2006/12/17  20:00:19
8695         Log: delete dead code and macros from perly.c
8696      Branch: perl
8697            ! perly.c
8698 ____________________________________________________________________________
8699 [ 29567] By: davem                                 on 2006/12/17  19:42:35
8700         Log: unify stacks arithmetic in parser
8701      Branch: perl
8702            ! perly.c
8703 ____________________________________________________________________________
8704 [ 29566] By: nicholas                              on 2006/12/16  23:03:42
8705         Log: Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)
8706              to note when a proxy constant subroutine is copied. This allows us to
8707              correctly set GvIMPORTED_CV_on() if the symbol is ever turned into a
8708              real GV.
8709      Branch: perl
8710            + t/lib/proxy_constant_subs.t
8711            ! MANIFEST dump.c gv.c pp_hot.c sv.h
8712 ____________________________________________________________________________
8713 [ 29565] By: nicholas                              on 2006/12/16  16:54:06
8714         Log: Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic
8715              flag SVpgv_GP, and use this in isGV_with_GP_on/off.
8716      Branch: perl
8717            ! dump.c ext/Devel/Peek/t/Peek.t gv.c mg.c sv.c sv.h
8718 ____________________________________________________________________________
8719 [ 29564] By: davem                                 on 2006/12/16  15:37:32
8720         Log: remove extraneous declaration prom perly.tab
8721      Branch: perl
8722            ! perly.tab regen_perly.pl
8723 ____________________________________________________________________________
8724 [ 29563] By: rgs                                   on 2006/12/16  10:03:23
8725         Log: Subject: [PATCH] threads 1.56
8726              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
8727              Date: Fri, 15 Dec 2006 09:22:17 -0800 (PST)
8728              Message-ID: <20061215172217.10959.qmail@web30211.mail.mud.yahoo.com>
8729      Branch: perl
8730            ! ext/threads/Changes ext/threads/README ext/threads/t/err.t
8731            ! ext/threads/t/exit.t ext/threads/t/thread.t
8732            ! ext/threads/threads.pm
8733 ____________________________________________________________________________
8734 [ 29562] By: rgs                                   on 2006/12/16  09:54:47
8735         Log: TODO addition by Jerry D. Hedden.
8736      Branch: perl
8737            ! pod/perltodo.pod
8738 ____________________________________________________________________________
8739 [ 29561] By: davem                                 on 2006/12/16  02:53:59
8740         Log: don't include MAD code when its not needed
8741      Branch: perl
8742            ! op.c
8743 ____________________________________________________________________________
8744 [ 29560] By: davem                                 on 2006/12/16  01:36:28
8745         Log: fix a cast warning in perly.c
8746      Branch: perl
8747            ! perly.c
8748 ____________________________________________________________________________
8749 [ 29559] By: nicholas                              on 2006/12/15  20:14:07
8750         Log: Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd.
8751      Branch: perl
8752            ! sv.h
8753 ____________________________________________________________________________
8754 [ 29558] By: rgs                                   on 2006/12/15  13:51:44
8755         Log: Subject: Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm change
8756              From: demerphq <demerphq@gmail.com>
8757              Date: Fri, 15 Dec 2006 12:52:45 +0100
8758              Message-ID: <9b18b3110612150352y2394954bg5acd5ec5fd320d33@mail.gmail.com>
8759      Branch: perl
8760            ! ext/Errno/Makefile.PL
8761 ____________________________________________________________________________
8762 [ 29557] By: rgs                                   on 2006/12/15  10:14:16
8763         Log: Subject: [PATCH] threads 1.54 - Adds ->error() method
8764              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
8765              Date: Thu, 14 Dec 2006 11:17:47 -0800 (PST)
8766              Message-ID: <20061214191748.98286.qmail@web30209.mail.mud.yahoo.com>
8767      Branch: perl
8768            + ext/threads/t/err.t
8769            ! MANIFEST ext/threads/Changes ext/threads/README
8770            ! ext/threads/t/exit.t ext/threads/t/libc.t
8771            ! ext/threads/t/thread.t ext/threads/threads.pm
8772            ! ext/threads/threads.xs
8773 ____________________________________________________________________________
8774 [ 29556] By: steveh                                on 2006/12/14  16:24:29
8775         Log: Silence a warning from (MinGW's) gcc
8776      Branch: perl
8777            ! ext/Time/Piece/Piece.xs
8778 ____________________________________________________________________________
8779 [ 29555] By: rgs                                   on 2006/12/14  12:43:20
8780         Log: Subject: [PATCH] perl5db.pl Mac OS X fix
8781              From: Bo Lindbergh <blgl@hagernas.com>
8782              Date: Thu, 14 Dec 2006 13:34:06 +0100
8783              Message-Id: <658AFA03-517E-4068-93CA-06D4A93B5CA5@hagernas.com>
8784      Branch: perl
8785            ! lib/perl5db.pl
8786 ____________________________________________________________________________
8787 [ 29554] By: nicholas                              on 2006/12/14  11:23:16
8788         Log: Turn a tab into 2 spaces to make more room for comments about SV flags.
8789              Sorry about damaging the change history - dig through this change with
8790              http://public.activestate.com/cgi-bin/perlbrowse?show_blame=Show+Annotated+File&filename=sv.h&rev=&change=29552
8791      Branch: perl
8792            ! sv.h
8793 ____________________________________________________________________________
8794 [ 29553] By: steveh                                on 2006/12/14  09:37:45
8795         Log: Silence a VC compiler warning
8796      Branch: perl
8797            ! op.c
8798 ____________________________________________________________________________
8799 [ 29552] By: nicholas                              on 2006/12/13  20:56:24
8800         Log: Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE on little
8801              endian machines to hint to the compiler that a 16 bit read could work.
8802      Branch: perl
8803            ! sv.h
8804 ____________________________________________________________________________
8805 [ 29551] By: nicholas                              on 2006/12/13  19:55:08
8806         Log: Restore the two comments describing BmRARE and BmPREVIOUS that I'd
8807              inadvertently deleted. Explain the setting and testing of
8808              SVpbm_VALID.
8809      Branch: perl
8810            ! sv.h
8811 ____________________________________________________________________________
8812 [ 29550] By: stevep                                on 2006/12/13  19:53:02
8813         Log: Subject: [PATCH 5.8.8] Text mode wrongly set on pipe file descriptors
8814              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
8815              Date: Tue, 12 Dec 2006 23:28:25 -0800
8816              Message-ID: <20061213072825.GA26300@powdermilk.math.berkeley.edu>
8817      Branch: perl
8818            ! t/io/pipe.t util.c
8819 ____________________________________________________________________________
8820 [ 29549] By: davem                                 on 2006/12/13  17:24:49
8821         Log: make -Dpv display the parser stack before reduction
8822              (rather than afterwards)
8823      Branch: perl
8824            ! perly.c
8825 ____________________________________________________________________________
8826 [ 29548] By: davem                                 on 2006/12/13  17:16:22
8827         Log: misc MAD coredump fixes and parser leak fixes
8828              
8829              - fix MAD coredump in tr///
8830              - fix mad coredump in multi-line string literals
8831              - kill some MAD uninit value warnings
8832              - don't allow assignment to $n in perly.y
8833              - make op_dump handle op_latefree flags
8834      Branch: perl
8835            ! dump.c op.c perly.act perly.h perly.tab perly.y regen_perly.pl
8836            ! toke.c
8837 ____________________________________________________________________________
8838 [ 29547] By: davem                                 on 2006/12/13  12:47:35
8839         Log: fix double free introduced by #29543 (spotted by Nicholas)
8840      Branch: perl
8841            ! op.c
8842 ____________________________________________________________________________
8843 [ 29546] By: rgs                                   on 2006/12/13  10:40:36
8844         Log: Subject: [PATCH] t/op/groups.t: prevent failure on modern FreeBSDs
8845              From: Anton Berezin <tobez@tobez.org>
8846              Date: Tue, 12 Dec 2006 19:59:38 +0100
8847              Message-ID: <20061212185938.GB49084@heechee.tobez.org>
8848      Branch: perl
8849            ! t/op/groups.t
8850 ____________________________________________________________________________
8851 [ 29545] By: steveh                                on 2006/12/13  10:37:11
8852         Log: Do the same as #29514 for Win32
8853      Branch: perl
8854            ! win32/FindExt.pm
8855 ____________________________________________________________________________
8856 [ 29544] By: nicholas                              on 2006/12/13  08:35:43
8857         Log: Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
8858              Add the placeholder for new type, temporarily named BIND, for binding
8859              and aliasing in 6 on 5.
8860      Branch: perl
8861            ! dump.c ext/B/B.xs ext/Storable/Storable.xs op.h
8862            ! pod/perltodo.pod pp_hot.c sv.c sv.h util.c
8863 ____________________________________________________________________________
8864 [ 29543] By: davem                                 on 2006/12/13  01:47:34
8865         Log: fix parser leaks caused by croaking while shifting or reducing
8866              e.g. these no longer leak:
8867              eval q[my $x; local $x] while 1;
8868              eval q[$s = sub <> {}]  while 1;
8869      Branch: perl
8870            ! op.c op.h perly.c
8871 ____________________________________________________________________________
8872 [ 29542] By: davem                                 on 2006/12/13  00:16:18
8873         Log: fixup some ival/opval type changes from perly.y/madly.y merger
8874      Branch: perl
8875            ! perly.act perly.h perly.tab perly.y
8876 ____________________________________________________________________________
8877 [ 29541] By: nicholas                              on 2006/12/12  23:02:56
8878         Log: In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,
8879              I don't think that it matters as this routine is never actualy called
8880              because nothing exposes PVBMs to the world so that the world can assign
8881              to them.
8882      Branch: perl
8883            ! mg.c
8884 ____________________________________________________________________________
8885 [ 29540] By: nicholas                              on 2006/12/12  22:30:29
8886         Log: Correct the dumping logic for the various bits of flag bending
8887              associated with change 27313 or therabouts.
8888      Branch: perl
8889            ! dump.c
8890 ____________________________________________________________________________
8891 [ 29539] By: nicholas                              on 2006/12/12  22:03:21
8892         Log: Oops. As of some point one stopped being able to assign integers and
8893              floating point values to typeglobs.
8894      Branch: perl
8895            ! sv.c t/op/glob.t
8896 ____________________________________________________________________________
8897 [ 29538] By: nicholas                              on 2006/12/12  21:54:22
8898         Log: Correct some assumptions about PVBM table offset in B.xs
8899      Branch: perl
8900            ! ext/B/B.xs
8901 ____________________________________________________________________________
8902 [ 29537] By: nicholas                              on 2006/12/12  21:31:10
8903         Log: Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE_on()
8904              are never called on PVGVs.
8905      Branch: perl
8906            ! sv.h
8907 ____________________________________________________________________________
8908 [ 29536] By: nicholas                              on 2006/12/12  21:00:37
8909         Log: Assert that PVGVs are never SvVALID() in the PVBM sense.
8910      Branch: perl
8911            ! gv.h sv.h
8912 ____________________________________________________________________________
8913 [ 29535] By: nicholas                              on 2006/12/12  19:54:05
8914         Log: pads haven't actually contained any PVGVs since change 27313.
8915              So correct the docs and assert this in the code.
8916      Branch: perl
8917            ! pad.c sv.c
8918 ____________________________________________________________________________
8919 [ 29534] By: nicholas                              on 2006/12/12  18:52:55
8920         Log: Shrink Perl_sv_peek() and Perl_do_sv_dump() by using type to name
8921              lookup tables.
8922      Branch: perl
8923            ! dump.c
8924 ____________________________________________________________________________
8925 [ 29533] By: steveh                                on 2006/12/12  18:02:19
8926         Log: Restore (differently) the setting of $Config{osvers} on Win32
8927              that was removed by #29509
8928      Branch: perl
8929            ! win32/config_sh.PL
8930 ____________________________________________________________________________
8931 [ 29532] By: steveh                                on 2006/12/12  17:49:51
8932         Log: Silence VC warnings about possible operator precedence problems
8933              and signed/unsigned mismatches
8934      Branch: perl
8935            ! regexec.c sv.h util.c
8936 ____________________________________________________________________________
8937 [ 29531] By: rgs                                   on 2006/12/12  13:32:01
8938         Log: Subject: [PATCH] mg.c: #ifdef only the different bits
8939              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
8940              Date: Tue, 12 Dec 2006 15:18:53 +0200 (EET)
8941              Message-Id: <20061212131853.C2CBA43A67@anubis.hut.fi>
8942      Branch: perl
8943            ! mg.c
8944 ____________________________________________________________________________
8945 [ 29530] By: merijn                                on 2006/12/12  11:36:41
8946         Log: The overly-picky AIX xlc compiler doesn't like the style
8947              from patch #29446
8948      Branch: perl
8949            ! mg.c
8950 ____________________________________________________________________________
8951 [ 29529] By: rgs                                   on 2006/12/12  11:07:27
8952         Log: Skip IO::Compress::Zlib in perlivp, since that's a distribution name,
8953              not a proper module name.
8954      Branch: perl
8955            ! utils/perlivp.PL
8956 ____________________________________________________________________________
8957 [ 29528] By: rgs                                   on 2006/12/12  10:20:04
8958         Log: Subject: [PATCH] get ext/Win32/Win32.xs to compile on cygwin
8959              From: Jan Dubois <jand@ActiveState.com>
8960              Date: Mon, 11 Dec 2006 13:09:09 -0800
8961              Message-ID: <isfrn2tbfleo1svmmi5kh673f4uh69am11@4ax.com>
8962              
8963              and:
8964              Date: Mon, 11 Dec 2006 15:08:53 -0800
8965              Message-ID: <kvorn2h0d14jo3khmmj2a9svsp2mplrodv@4ax.com>
8966      Branch: perl
8967            ! ext/Win32/Win32.xs win32/win32.c
8968 ____________________________________________________________________________
8969 [ 29527] By: nicholas                              on 2006/12/12  00:07:48
8970         Log: By moving xbm_previous into the SvPVX, we save a U16 from struct xpvbm,
8971              which will likely equate to 4 bytes with padding. (But we add 2 bytes
8972              to the SvPVX buffer...). However, the real win is that xpvbm is now
8973              identical to xpvmg, and all active FBM compiled strings are SvVALID()
8974              true, so now we can eliminate xpvbm, freeing a type for 6 on 5 proxies.
8975      Branch: perl
8976            ! sv.h
8977 ____________________________________________________________________________
8978 [ 29526] By: nicholas                              on 2006/12/11  23:44:30
8979         Log: Fix allocation bug in change 29524.
8980      Branch: perl
8981            ! util.c
8982 ____________________________________________________________________________
8983 [ 29525] By: nicholas                              on 2006/12/11  22:52:46
8984         Log: Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS is
8985              modified.
8986      Branch: perl
8987            ! sv.h util.c
8988 ____________________________________________________________________________
8989 [ 29524] By: nicholas                              on 2006/12/11  22:18:53
8990         Log: Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.h
8991              Stow BmRARE in the SvPVX, and so delete xbm_rare.
8992              Can you see what it is yet?
8993      Branch: perl
8994            ! sv.h util.c
8995 ____________________________________________________________________________
8996 [ 29523] By: nicholas                              on 2006/12/11  21:52:12
8997         Log: Fix typo in change 29518 which broke non-debugging builds.
8998              (Here Mark, you can have the spare ; back again)
8999      Branch: perl
9000            ! sv.h
9001 ____________________________________________________________________________
9002 [ 29522] By: nicholas                              on 2006/12/11  21:21:09
9003         Log: Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM_TABLE.
9004      Branch: perl
9005            ! util.c
9006 ____________________________________________________________________________
9007 [ 29521] By: nicholas                              on 2006/12/11  21:15:06
9008         Log: Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are only called on
9009              valid PVBMs.
9010      Branch: perl
9011            ! sv.h
9012 ____________________________________________________________________________
9013 [ 29520] By: nicholas                              on 2006/12/11  20:55:20
9014         Log: Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior to moving it
9015              to a header.
9016      Branch: perl
9017            ! util.c
9018 ____________________________________________________________________________
9019 [ 29519] By: rgs                                   on 2006/12/11  18:33:21
9020         Log: Don't load the Win32 module on non-win32 platforms
9021      Branch: perl
9022            ! lib/File/CheckTree.t
9023 ____________________________________________________________________________
9024 [ 29518] By: nicholas                              on 2006/12/11  18:26:31
9025         Log: Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true.
9026              SVpbm_VALID is the same bit value is SVf_IVisUV, which means that
9027              PVBMs can't actually ever be IOK. Therefore move BmUSEFUL() into the
9028              IV union, and save one I32 per PVBM.
9029      Branch: perl
9030            ! sv.h util.c
9031 ____________________________________________________________________________
9032 [ 29516] By: rgs                                   on 2006/12/11  17:09:17
9033         Log: Changes and README are not needed for Switch.pm
9034      Branch: perl
9035            - lib/Switch/Changes lib/Switch/README
9036            ! MANIFEST
9037 ____________________________________________________________________________
9038 [ 29515] By: rgs                                   on 2006/12/11  16:53:58
9039         Log: As pointed out by Valentin Guignon, there is most
9040              probably one \n too many in the end-of-pod marker.
9041      Branch: perl
9042            ! lib/Switch.pm
9043 ____________________________________________________________________________
9044 [ 29514] By: rgs                                   on 2006/12/11  16:49:06
9045         Log: Configure needs to know about the extensions IO/Compress/Base
9046              and IO/Compress/Zlib, so they get built.
9047      Branch: perl
9048            ! Configure
9049 ____________________________________________________________________________
9050 [ 29513] By: rgs                                   on 2006/12/11  16:16:46
9051         Log: Move files from ext/Compress/IO to ext/IO/Compress
9052      Branch: perl
9053           +> (branch 94 files)
9054            - ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
9055            - ext/Compress/IO/Base/README
9056            - ext/Compress/IO/Base/lib/File/GlobMapper.pm
9057            - ext/Compress/IO/Base/lib/IO/Compress/Base.pm
9058            - ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
9059            - ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
9060            - ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
9061            - ext/Compress/IO/Base/private/MakeUtil.pm
9062            - ext/Compress/IO/Base/t/01misc.t
9063            - ext/Compress/IO/Base/t/globmapper.t
9064            - ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
9065            - ext/Compress/IO/Zlib/README
9066            - ext/Compress/IO/Zlib/examples/gzappend
9067            - ext/Compress/IO/Zlib/examples/gzcat
9068            - ext/Compress/IO/Zlib/examples/gzgrep
9069            - ext/Compress/IO/Zlib/examples/gzstream
9070            - ext/Compress/IO/Zlib/examples/unzip
9071            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
9072            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
9073            - ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
9074            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
9075            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
9076            - ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
9077            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
9078            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
9079            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
9080            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
9081            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
9082            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
9083            - ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
9084            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
9085            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
9086            - ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
9087            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
9088            - ext/Compress/IO/Zlib/private/MakeUtil.pm
9089            - ext/Compress/IO/Zlib/t/001zlib-generic-deflate.t
9090            - ext/Compress/IO/Zlib/t/001zlib-generic-gzip.t
9091            - ext/Compress/IO/Zlib/t/001zlib-generic-rawdeflate.t
9092            - ext/Compress/IO/Zlib/t/001zlib-generic-zip.t
9093            - ext/Compress/IO/Zlib/t/002any-deflate.t
9094            - ext/Compress/IO/Zlib/t/002any-gzip.t
9095            - ext/Compress/IO/Zlib/t/002any-rawdeflate.t
9096            - ext/Compress/IO/Zlib/t/002any-transparent.t
9097            - ext/Compress/IO/Zlib/t/002any-zip.t
9098            - ext/Compress/IO/Zlib/t/004gziphdr.t
9099            - ext/Compress/IO/Zlib/t/005defhdr.t
9100            - ext/Compress/IO/Zlib/t/010examples.t
9101            - ext/Compress/IO/Zlib/t/020isize.t
9102            - ext/Compress/IO/Zlib/t/050interop-gzip.t
9103            - ext/Compress/IO/Zlib/t/100generic-deflate.t
9104            - ext/Compress/IO/Zlib/t/100generic-gzip.t
9105            - ext/Compress/IO/Zlib/t/100generic-rawdeflate.t
9106            - ext/Compress/IO/Zlib/t/100generic-zip.t
9107            - ext/Compress/IO/Zlib/t/101truncate-deflate.t
9108            - ext/Compress/IO/Zlib/t/101truncate-gzip.t
9109            - ext/Compress/IO/Zlib/t/101truncate-rawdeflate.t
9110            - ext/Compress/IO/Zlib/t/101truncate-zip.t
9111            - ext/Compress/IO/Zlib/t/102tied-deflate.t
9112            - ext/Compress/IO/Zlib/t/102tied-gzip.t
9113            - ext/Compress/IO/Zlib/t/102tied-rawdeflate.t
9114            - ext/Compress/IO/Zlib/t/102tied-zip.t
9115            - ext/Compress/IO/Zlib/t/103newtied-deflate.t
9116            - ext/Compress/IO/Zlib/t/103newtied-gzip.t
9117            - ext/Compress/IO/Zlib/t/103newtied-rawdeflate.t
9118            - ext/Compress/IO/Zlib/t/103newtied-zip.t
9119            - ext/Compress/IO/Zlib/t/104destroy-deflate.t
9120            - ext/Compress/IO/Zlib/t/104destroy-gzip.t
9121            - ext/Compress/IO/Zlib/t/104destroy-rawdeflate.t
9122            - ext/Compress/IO/Zlib/t/104destroy-zip.t
9123            - ext/Compress/IO/Zlib/t/105oneshot-deflate.t
9124            - ext/Compress/IO/Zlib/t/105oneshot-gzip-only.t
9125            - ext/Compress/IO/Zlib/t/105oneshot-gzip.t
9126            - ext/Compress/IO/Zlib/t/105oneshot-rawdeflate.t
9127            - ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
9128            - ext/Compress/IO/Zlib/t/105oneshot-zip.t
9129            - ext/Compress/IO/Zlib/t/106prime-deflate.t
9130            - ext/Compress/IO/Zlib/t/106prime-gzip.t
9131            - ext/Compress/IO/Zlib/t/106prime-rawdeflate.t
9132            - ext/Compress/IO/Zlib/t/106prime-zip.t
9133            - ext/Compress/IO/Zlib/t/107multi-deflate.t
9134            - ext/Compress/IO/Zlib/t/107multi-gzip.t
9135            - ext/Compress/IO/Zlib/t/107multi-rawdeflate.t
9136            - ext/Compress/IO/Zlib/t/107multi-zip.t
9137            - ext/Compress/IO/Zlib/t/108anyunc-deflate.t
9138            - ext/Compress/IO/Zlib/t/108anyunc-gzip.t
9139            - ext/Compress/IO/Zlib/t/108anyunc-rawdeflate.t
9140            - ext/Compress/IO/Zlib/t/108anyunc-transparent.t
9141            - ext/Compress/IO/Zlib/t/108anyunc-zip.t
9142            - ext/Compress/IO/Zlib/t/109merge-deflate.t
9143            - ext/Compress/IO/Zlib/t/109merge-gzip.t
9144            - ext/Compress/IO/Zlib/t/109merge-rawdeflate.t
9145            - ext/Compress/IO/Zlib/t/109merge-zip.t
9146            ! MANIFEST
9147 ____________________________________________________________________________
9148 [ 29512] By: rgs                                   on 2006/12/11  14:58:43
9149         Log: Subject: Re: [PATCH] Deparse.pm bugfix
9150              From: Bo Lindbergh <blgl@hagernas.com>
9151              Date: Sat, 9 Dec 2006 12:17:53 +0100
9152              Message-Id: <A4BDE74B-DB3A-41C0-B2BE-FCEE0E15AB54@hagernas.com>
9153      Branch: perl
9154            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t
9155 ____________________________________________________________________________
9156 [ 29511] By: rgs                                   on 2006/12/11  13:23:55
9157         Log: Subject: re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
9158              From: Jan Dubois <jand@ActiveState.com>
9159              Date: Sun, 10 Dec 2006 11:47:58 -0800
9160              Message-ID: <9moon29qtn5c23t9fer229ealsu06bkf11@4ax.com>
9161      Branch: perl
9162            ! ext/Storable/Storable.xs ext/Win32/Win32.pm win32/win32.c
9163 ____________________________________________________________________________
9164 [ 29510] By: rgs                                   on 2006/12/11  13:22:11
9165         Log: Second patch from:
9166              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
9167              From: Jan Dubois <jand@ActiveState.com>
9168              Date: Fri, 08 Dec 2006 19:07:06 -0800
9169              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
9170      Branch: perl
9171            ! ext/Win32/Win32.xs win32/win32.c
9172 ____________________________________________________________________________
9173 [ 29509] By: rgs                                   on 2006/12/11  13:21:28
9174         Log: First patch from:
9175              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
9176              From: Jan Dubois <jand@ActiveState.com>
9177              Date: Fri, 08 Dec 2006 19:07:06 -0800
9178              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
9179      Branch: perl
9180            ! ext/SDBM_File/Makefile.PL lib/Cwd.pm lib/ExtUtils/MM.pm
9181            ! lib/File/CheckTree.t lib/File/Copy.pm t/op/fork.t
9182            ! win32/FindExt.pm win32/config_sh.PL
9183            ! win32/ext/Win32API/File/t/file.t
9184 ____________________________________________________________________________
9185 [ 29508] By: davem                                 on 2006/12/11  11:41:10
9186         Log: remove extraneous debugging code introduced by #29504
9187      Branch: perl
9188            ! perly.c
9189 ____________________________________________________________________________
9190 [ 29507] By: rgs                                   on 2006/12/11  10:32:47
9191         Log: Subject: [PATCH] Fatal v1.03
9192              From: Jerrad Pierce <belg4mit@MIT.EDU>
9193              Date: Sun, 10 Dec 2006 14:38:18 -0500
9194              Message-Id: <200612101938.kBAJcI9D008026@all-night-tool.mit.edu>
9195              
9196              Allow to make fatal built-ins in CORE::GLOBAL
9197      Branch: perl
9198            ! lib/Fatal.pm
9199 ____________________________________________________________________________
9200 [ 29506] By: rgs                                   on 2006/12/11  10:28:13
9201         Log: Subject: [PATCH] Re: [perl #41065] Out of memory!, while extending scalar
9202              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9203              Date: Sun, 10 Dec 2006 22:32:32 +0100
9204              Message-ID: <20061210223232.0f3a5318@r2d2>
9205      Branch: perl
9206            ! doop.c
9207 ____________________________________________________________________________
9208 [ 29505] By: rgs                                   on 2006/12/11  09:41:45
9209         Log: perlhack.pod nit by Jarkko
9210      Branch: perl
9211            ! pod/perlhack.pod
9212 ____________________________________________________________________________
9213 [ 29504] By: davem                                 on 2006/12/11  00:48:06
9214         Log: fix eval qw(BEGIN{die}) style leaks (second attempt).
9215              
9216              Repeat of change #28319 (backed out by change #28720), this time
9217              freeing ops using the right pad. Also backs out the remempad
9218              parser addition from change #29501; instead a new auxiliary
9219              paser stack is added, which records the current value of
9220              PL_comppad for every state.
9221      Branch: perl
9222            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
9223 ____________________________________________________________________________
9224 [ 29503] By: nicholas                              on 2006/12/10  23:05:25
9225         Log: Remove code duplication in S_to_utf8_substr() and S_to_byte_substr()
9226              by taking advantage of how anchored_* and float_* are stored in arrays
9227              to use a loop.
9228      Branch: perl
9229            ! regcomp.h regexec.c
9230 ____________________________________________________________________________
9231 [ 29502] By: nicholas                              on 2006/12/10  22:31:56
9232         Log: Downgrading a fixed or floating substring of a pattern whilst matching
9233              a studied string seems to get to a "should not happen" [bug #41067]
9234              It seems that Perl_regexec_flags() assumes that if the pre-downgraded
9235              substring is FBM compiled, then the downgraded version will be too,
9236              hence changing the downgrade and upgrade routines to FBM compile seems
9237              to be a correct fix.
9238      Branch: perl
9239            ! regexec.c t/op/re_tests
9240 ____________________________________________________________________________
9241 [ 29501] By: davem                                 on 2006/12/10  18:50:05
9242         Log: #28315 could crash when freeing ops with different pads
9243              Add hook to parser to record current PL_comppad, then use this
9244              when popping ops off the parser stack after parser error
9245      Branch: perl
9246            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
9247 ____________________________________________________________________________
9248 [ 29500] By: davem                                 on 2006/12/10  17:18:00
9249         Log: parser: expand yy_is_opval[] to include all value types
9250              and rename to yy_type_tab[]. Then use this table to improve stack
9251              dumping with -Dpv
9252      Branch: perl
9253            ! perly.act perly.c perly.h perly.tab perly.y regen_perly.pl
9254 ____________________________________________________________________________
9255 [ 29499] By: gbarr                                 on 2006/12/10  16:28:34
9256         Log: Restore change 27486 accidently removed (also added to 1.19 before release)
9257      Branch: perl
9258            ! ext/List/Util/multicall.h
9259 ____________________________________________________________________________
9260 [ 29498] By: gbarr                                 on 2006/12/10  16:17:14
9261         Log: Upgrade to Scalar-List-Utils-1.19
9262      Branch: perl
9263            ! ext/List/Util/Changes ext/List/Util/README
9264            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
9265            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/multicall.h
9266 ____________________________________________________________________________
9267 [ 29497] By: stevep                                on 2006/12/10  02:23:10
9268         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2 - missing part
9269              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
9270              Date: Sat, 9 Dec 2006 16:33:41 -0800
9271              Message-ID: <20061210003341.GA14200@powdermilk.math.berkeley.edu>
9272      Branch: perl
9273            ! Makefile.SH os2/Makefile.SHs
9274 ____________________________________________________________________________
9275 [ 29496] By: nicholas                              on 2006/12/10  01:13:09
9276         Log: Swap SVpbm_TAIL and SVpbm_VALID.
9277      Branch: perl
9278            ! sv.h
9279 ____________________________________________________________________________
9280 [ 29495] By: stevep                                on 2006/12/09  22:44:27
9281         Log: Upgrade to Time-HiRes-1.9703
9282      Branch: perl
9283            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9284            ! ext/Time/HiRes/Makefile.PL
9285 ____________________________________________________________________________
9286 [ 29494] By: nicholas                              on 2006/12/09  21:19:45
9287         Log: PVBMs mustn't enter anything that turns SVIVisUV_on().
9288      Branch: perl
9289            ! sv.c
9290 ____________________________________________________________________________
9291 [ 29493] By: nicholas                              on 2006/12/09  21:17:37
9292         Log: Exterminate! 2 pieces of superfluous code related to UV setting.
9293      Branch: perl
9294            ! sv.c
9295 ____________________________________________________________________________
9296 [ 29492] By: nicholas                              on 2006/12/08  23:49:51
9297         Log: In Perl_fbm_instr(), no need to calculate the address of the table if
9298              we're going to return anyway.
9299      Branch: perl
9300            ! util.c
9301 ____________________________________________________________________________
9302 [ 29491] By: nicholas                              on 2006/12/08  23:22:31
9303         Log: assert that SvTAIL() isn't being called on PVAVs or PVHVs
9304      Branch: perl
9305            ! sv.h
9306 ____________________________________________________________________________
9307 [ 29490] By: nicholas                              on 2006/12/08  22:56:54
9308         Log: Wrap some macro arguments in () to avoid precedence problems.
9309      Branch: perl
9310            ! sv.h
9311 ____________________________________________________________________________
9312 [ 29489] By: nicholas                              on 2006/12/08  22:56:08
9313         Log: Perl_screaminstr() must be called with littlestr as a PVBM.
9314      Branch: perl
9315            ! util.c
9316 ____________________________________________________________________________
9317 [ 29488] By: davem                                 on 2006/12/08  22:20:41
9318         Log: add missing OP_REFCNT_LOCK/UNLOCKs and document it
9319      Branch: perl
9320            ! op.h sv.c
9321 ____________________________________________________________________________
9322 [ 29487] By: nicholas                              on 2006/12/08  22:11:56
9323         Log: Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only called on SVtPVBM
9324      Branch: perl
9325            ! sv.h
9326 ____________________________________________________________________________
9327 [ 29486] By: nicholas                              on 2006/12/08  21:09:57
9328         Log: No need to upgrade if all we're going to do is return.
9329      Branch: perl
9330            ! util.c
9331 ____________________________________________________________________________
9332 [ 29485] By: steveh                                on 2006/12/07  12:34:10
9333         Log: Make use of $Config{d_pseudofork} in a couple of core tests
9334              
9335              Can't really use it in ext/IO/t/*.t and lib/Test/Simple/t/fork.t
9336              because they are dual-lived modules and must work with older perls
9337              that don't have d_pseudofork
9338      Branch: perl
9339            ! ext/Socket/t/socketpair.t t/op/fork.t
9340 ____________________________________________________________________________
9341 [ 29483] By: steveh                                on 2006/12/07  09:12:45
9342         Log: Subject: [PATCH] Move Win32 from win32/ext/Win32 to ext/Win32
9343              From: Jan Dubois <jand@ActiveState.com>
9344              Date: Wed, 06 Dec 2006 16:31:42 -0800
9345              Message-ID: <1unen2lsrq4pnnt06933h96pqj1d8luh3b@4ax.com>
9346      Branch: perl
9347           +> ext/Win32/Makefile.PL ext/Win32/Win32.pm ext/Win32/Win32.xs
9348            - win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
9349            - win32/ext/Win32/Win32.xs
9350            ! Configure MANIFEST
9351 ____________________________________________________________________________
9352 [ 29482] By: rgs                                   on 2006/12/07  09:07:25
9353         Log: Subject: [PATCH] Perl_save_destructor is not a mathom
9354              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
9355              Date: Wed, 6 Dec 2006 11:12:13 -0800 (PST)
9356              Message-ID: <20061206191213.35036.qmail@web30206.mail.mud.yahoo.com>
9357      Branch: perl
9358            ! mathoms.c scope.c
9359 ____________________________________________________________________________
9360 [ 29481] By: steveh                                on 2006/12/07  08:53:15
9361         Log: Subject: [PATCH] Makefile.PL changes to compiler Win32.xs using cygwin
9362              From: Jan Dubois <jand@ActiveState.com>
9363              Date: Wed, 06 Dec 2006 16:26:38 -0800
9364              Message-ID: <5nnen2p2h4lhremj0qf1tmpkl0asvk87hr@4ax.com>
9365      Branch: perl
9366            ! win32/ext/Win32/Makefile.PL
9367 ____________________________________________________________________________
9368 [ 29480] By: steveh                                on 2006/12/06  17:28:03
9369         Log: Better fix than #29479 for exporting refcounted_he_chain_2hv
9370      Branch: perl
9371            ! embed.fnc pod/perlapi.pod pod/perlintern.pod
9372 ____________________________________________________________________________
9373 [ 29479] By: rgs                                   on 2006/12/06  17:05:18
9374         Log: Subject: Re: [PATCH] User pragmas now accessible from B
9375              From: demerphq <demerphq@gmail.com>
9376              Date: Wed, 6 Dec 2006 17:52:08 +0100
9377              Message-ID: <9b18b3110612060852s7cfbba66id5aae25e5bb20ae0@mail.gmail.com>
9378      Branch: perl
9379            ! embed.fnc embed.h ext/B/B.xs global.sym pod/perlapi.pod
9380            ! pod/perlintern.pod
9381 ____________________________________________________________________________
9382 [ 29478] By: steveh                                on 2006/12/06  14:19:55
9383         Log: Upgrade to Time-HiRes 1.9702
9384      Branch: perl
9385            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9386            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
9387            ! ext/Time/HiRes/t/HiRes.t
9388 ____________________________________________________________________________
9389 [ 29477] By: steveh                                on 2006/12/06  14:08:49
9390         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
9391              From: Jarkko Hietaniemi <jhi@iki.fi>
9392              Date: Tue, 05 Dec 2006 16:08:33 -0500
9393              Message-ID: <4575DFD1.1060108@iki.fi>
9394              
9395              Fixes a problem spotted by Jan Dubois:
9396              
9397              The PerlMemShared pool is only shared between the interpreters that
9398              can share data structures (interpreters created by perl_clone(), which
9399              mean pseudo-fork, and threads.xs).  The pool is not shared between
9400              interpreters that are created separately by perl_alloc().
9401              [...]
9402              I guess this means PL_perlio_fd_refcnt needs to be allocated and
9403              freed by standard malloc() and not go through any abstraction.
9404      Branch: perl
9405            ! perlio.c
9406 ____________________________________________________________________________
9407 [ 29476] By: rgs                                   on 2006/12/06  13:26:18
9408         Log: save_I8 is not a mathom.
9409      Branch: perl
9410            ! mathoms.c scope.c
9411 ____________________________________________________________________________
9412 [ 29475] By: rgs                                   on 2006/12/06  12:51:34
9413         Log: Subject: [PATCH] User pragmas now accessible from B
9414              From: "Joshua ben Jore" <twists@gmail.com>
9415              Date: Tue, 5 Dec 2006 13:18:21 -0800
9416              Message-ID: <dc5c751d0612051318n2e2f08bfh185fab6323a980b@mail.gmail.com>
9417      Branch: perl
9418            + ext/B/t/pragma.t
9419            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/typemap t/lib/mypragma.pm
9420            ! t/lib/mypragma.t
9421 ____________________________________________________________________________
9422 [ 29474] By: craigb                                on 2006/12/06  05:29:50
9423         Log: Avoid my_regdupe type mismatch warning after #29430
9424      Branch: perl
9425            ! ext/re/re.xs
9426 ____________________________________________________________________________
9427 [ 29473] By: craigb                                on 2006/12/06  04:48:35
9428         Log: d_pseudofork for configure.com
9429      Branch: perl
9430            ! configure.com
9431 ____________________________________________________________________________
9432 [ 29472] By: nicholas                              on 2006/12/05  22:40:56
9433         Log: Subject: Re: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
9434              From: demerphq <demerphq@gmail.com>
9435              Message-ID: <9b18b3110612051353k7745792byabfdf98e18eb48c9@mail.gmail.com>
9436              Date: Tue, 5 Dec 2006 22:53:48 +0100
9437              
9438              Fixes a minor bug in change 29468.
9439      Branch: perl
9440            ! regcomp.c
9441 ____________________________________________________________________________
9442 [ 29471] By: stevep                                on 2006/12/05  21:00:38
9443         Log: Silence a warning from Module::CoreList that occurs when the module version is
9444              something like X.XX_XX.
9445      Branch: perl
9446            ! lib/Module/CoreList.pm
9447 ____________________________________________________________________________
9448 [ 29470] By: steveh                                on 2006/12/05  16:41:55
9449         Log: Make the check for PERL_IMPLICIT_SYS better
9450      Branch: perl
9451            ! win32/config_sh.PL
9452 ____________________________________________________________________________
9453 [ 29469] By: steveh                                on 2006/12/05  16:06:31
9454         Log: Extend d_pseudofork to Win32-land and set it when appropriate
9455              (namely, when we have USE_ITHREADS and PERL_IMPLICIT_SYSTEM)
9456      Branch: perl
9457            ! win32/config.bc win32/config.gc win32/config.vc
9458            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
9459            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
9460 ____________________________________________________________________________
9461 [ 29468] By: rgs                                   on 2006/12/05  15:39:39
9462         Log: Subject: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
9463              From: demerphq <demerphq@gmail.com>
9464              Date: Tue, 5 Dec 2006 16:13:36 +0100
9465              Message-ID: <9b18b3110612050713g77cac516x46fb5baac99b47c9@mail.gmail.com>
9466              
9467              (with tweaks)
9468      Branch: perl
9469            ! regcomp.c regcomp.h regexp.h
9470 ____________________________________________________________________________
9471 [ 29467] By: merijn                                on 2006/12/05  14:55:14
9472         Log: Introduction of d_pseudofork
9473      Branch: perl
9474            ! Configure Porting/Glossary Porting/config.sh config_h.SH
9475            ! handy.h uconfig.sh
9476 ____________________________________________________________________________
9477 [ 29465] By: steveh                                on 2006/12/05  09:41:44
9478         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
9479              From: Jarkko Hietaniemi <jhi@iki.fi>
9480              Date: Mon, 04 Dec 2006 22:53:03 -0500
9481              Message-ID: <4574ED1F.40508@iki.fi>
9482              
9483              Re-instates #29424 (previously reverted by #29451), now fixed to work
9484              with PERL_IMPLICIT_SYS, thanks to Jan Dubois. Also adds PERLIO_TERM to
9485              the Symbian port.
9486      Branch: perl
9487            ! perlio.c symbian/symbianish.h win32/win32.c win32/wince.c
9488 ____________________________________________________________________________
9489 [ 29464] By: steveh                                on 2006/12/05  09:38:14
9490         Log: Skip Perl_regdupe_internal rather than Perl_regdupe
9491              when building on Win32 without ithreads (see #29430)
9492      Branch: perl
9493            ! makedef.pl
9494 ____________________________________________________________________________
9495 [ 29463] By: nicholas                              on 2006/12/04  22:50:09
9496         Log: Move Perl_get_db_sub() from pp_hot.c to util.c
9497      Branch: perl
9498            ! pp_hot.c util.c
9499 ____________________________________________________________________________
9500 [ 29462] By: merijn                                on 2006/12/04  18:09:20
9501         Log: Revert #29454
9502      Branch: perl
9503            ! Configure
9504 ____________________________________________________________________________
9505 [ 29461] By: davem                                 on 2006/12/04  18:08:31
9506         Log: fix some casting issues with perly.y / madly.y merger
9507      Branch: perl
9508            ! perly.act perly.h perly.tab perly.y
9509 ____________________________________________________________________________
9510 [ 29459] By: rgs                                   on 2006/12/04  17:50:51
9511         Log: Better version of last patch, by Yves Orton.
9512              Actually the regexp engine structure only needs
9513              one compilation function hook.
9514      Branch: perl
9515            ! ext/re/re.xs ext/re/re_top.h regcomp.c regcomp.h regexp.h
9516 ____________________________________________________________________________
9517 [ 29458] By: rgs                                   on 2006/12/04  17:22:02
9518         Log: The new regexp compilation function must be added to the engine structure.
9519      Branch: perl
9520            ! ext/re/re.xs ext/re/re_top.h regcomp.h regexp.h
9521 ____________________________________________________________________________
9522 [ 29457] By: rgs                                   on 2006/12/04  16:24:09
9523         Log: Actually submit previous change.
9524      Branch: perl
9525            ! embed.fnc embed.h global.sym proto.h regcomp.c
9526 ____________________________________________________________________________
9527 [ 29456] By: rgs                                   on 2006/12/04  16:15:54
9528         Log: Split Perl_pregcomp in two functions. Patch by Audrey Tang,
9529              to facilitate pluging in other regexp engines.
9530      Branch: perl
9531            ! embed.fnc embed.h global.sym proto.h regcomp.c
9532 ____________________________________________________________________________
9533 [ 29455] By: davem                                 on 2006/12/04  15:38:05
9534         Log: merge perly.y and madlu.y
9535      Branch: perl
9536            - madly.act madly.h madly.tab madly.y
9537            ! MANIFEST Makefile.SH madly.c perly.act perly.c perly.h
9538            ! perly.tab perly.y
9539 ____________________________________________________________________________
9540 [ 29454] By: merijn                                on 2006/12/04  15:20:53
9541         Log: Subject: Re: install misses Compress/IO/{Base,Zlib}
9542              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
9543              Date: Mon, 4 Dec 2006 15:48:12 +0100
9544              Message-ID: <b77c1dce0612040648j411247c5i27a305c86cbac401@mail.gmail.com>
9545      Branch: perl
9546            ! Configure
9547 ____________________________________________________________________________
9548 [ 29452] By: rgs                                   on 2006/12/04  15:06:34
9549         Log: Subject: [PATCH] Add File::Fetch to the core
9550              From: "Jos Boumans" <kane@dwim.org>
9551              Date: Fri, 1 Dec 2006 12:24:08 +0100 (CET)
9552              Message-ID: <22195.80.127.35.68.1164972248.squirrel@webmail.xs4all.nl>
9553      Branch: perl
9554            + lib/File/Fetch.pm lib/File/Fetch/Item.pm
9555            + lib/File/Fetch/t/01_File-Fetch.t
9556            ! MANIFEST
9557 ____________________________________________________________________________
9558 [ 29451] By: steveh                                on 2006/12/04  14:31:08
9559         Log: Change #29424 may well be correct in itself, but currently doesn't
9560              work when perl is built with PERL_IMPLICIT_SYS because PERLIO_TERM
9561              uses PerlMemShared_free() which, in that case, involves the perlhost
9562              that has already been freed itself by perl_free(), which is called
9563              before PERL_SYS_TERM().
9564              
9565              The order of perl_destruct(), perl_free(), PERL_SYS_TERM() cannot
9566              be changed (it is advertised in perlembed for a start), so just
9567              revert #29424 and the appropriate parts of #29442 for now.
9568              
9569              Perhaps PL_perlio_fd_refcnt needs allocating differently, or else
9570              the perlhost needs freeing later (after PerlIO)?
9571      Branch: perl
9572            ! win32/perllib.c win32/win32.c win32/wince.c
9573 ____________________________________________________________________________
9574 [ 29450] By: rgs                                   on 2006/12/04  13:49:20
9575         Log: Subject: [PATCH] Minor pod nit in perlre.
9576              From: demerphq <demerphq@gmail.com>
9577              Date: Mon, 4 Dec 2006 14:47:07 +0100
9578              Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com>
9579      Branch: perl
9580            ! pod/perlre.pod
9581 ____________________________________________________________________________
9582 [ 29449] By: davem                                 on 2006/12/04  12:08:56
9583         Log: another fix for bison 2.3
9584      Branch: perl
9585            ! regen_perly.pl
9586 ____________________________________________________________________________
9587 [ 29448] By: merijn                                on 2006/12/04  11:24:57
9588         Log: Subject: -DDEBUGGING=both doesn't set -g
9589              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
9590              Date: Mon, 4 Dec 2006 03:10:31 -0800 (PST)
9591              Message-ID: <1176.63.226.246.123.1165230631.squirrel@63.226.246.123>
9592      Branch: perl
9593            ! Configure
9594 ____________________________________________________________________________
9595 [ 29446] By: rgs                                   on 2006/12/04  09:36:15
9596         Log: Subject: Re: [perl #38868] Changing $0 on darwin leads to excessive padding in 'ps'
9597              From: Chris Dolan <chris@chrisdolan.net>
9598              Date: Sat, 2 Dec 2006 09:37:08 -0600
9599              Message-Id: <005671A0-5C2B-464C-85B9-A91E52278194@chrisdolan.net>
9600      Branch: perl
9601            ! mg.c
9602 ____________________________________________________________________________
9603 [ 29445] By: rgs                                   on 2006/12/04  09:21:16
9604         Log: Subject: [PATCH] \R is supposed to mean something else so switch to \g and make it more useful in the process
9605              From: demerphq <demerphq@gmail.com>
9606              Date: Sun, 3 Dec 2006 16:55:55 +0100
9607              Message-ID: <9b18b3110612030755o241e6372o9870ecce9c42e3d5@mail.gmail.com>
9608      Branch: perl
9609            ! pod/perl595delta.pod pod/perldiag.pod pod/perlre.pod regcomp.c
9610            ! regexec.c t/op/pat.t t/op/re_tests
9611 ____________________________________________________________________________
9612 [ 29444] By: stevep                                on 2006/12/04  02:48:24
9613         Log: Upgrade to Test-Simple-0.66.
9614      Branch: perl
9615            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
9616            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
9617 ____________________________________________________________________________
9618 [ 29443] By: davem                                 on 2006/12/03  22:08:57
9619         Log: add support for bison 2.3
9620      Branch: perl
9621            ! perly.c regen_perly.pl
9622 ____________________________________________________________________________
9623 [ 29442] By: rgs                                   on 2006/12/03  19:16:17
9624         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing
9625              From: demerphq <demerphq@gmail.com>
9626              Date: Sat, 2 Dec 2006 14:48:54 +0100
9627              Message-ID: <9b18b3110612020548l7c5aefd4m19cb0b5c4395abb4@mail.gmail.com>
9628      Branch: perl
9629            ! perlio.c win32/perllib.c
9630 ____________________________________________________________________________
9631 [ 29441] By: rgs                                   on 2006/12/03  18:37:15
9632         Log: Subject: Re: [perl #41010] (?(COND)) in pattern matching not working properly
9633              From: demerphq <demerphq@gmail.com>
9634              Date: Thu, 30 Nov 2006 01:12:25 +0100
9635              Message-ID: <9b18b3110611291612i137803f4lab2739e3d9af40f7@mail.gmail.com>
9636      Branch: perl
9637            ! embed.fnc embed.h proto.h regcomp.c t/op/pat.t
9638 ____________________________________________________________________________
9639 [ 29440] By: davem                                 on 2006/12/03  15:52:59
9640         Log: merge perly.c and madly.c
9641              
9642              madly.c is now just a wrapper that #includes perly.c
9643      Branch: perl
9644            ! madly.c perly.c
9645 ____________________________________________________________________________
9646 [ 29439] By: rgs                                   on 2006/12/03  13:58:52
9647         Log: Subject: Minor patch for Benchmark.pm
9648              From: christophe grosjean <christophe.grosjean@gmail.com>
9649              Date: Sun, 03 Dec 2006 01:31:58 +0100
9650              Message-Id: <1165105918.2718.90.camel@localhost.localdomain>
9651      Branch: perl
9652            ! lib/Benchmark.pm
9653 ____________________________________________________________________________
9654 [ 29438] By: davem                                 on 2006/12/02  18:38:35
9655         Log: synchronise perly.c and madly.c
9656      Branch: perl
9657            ! madly.c perly.c
9658 ____________________________________________________________________________
9659 [ 29437] By: mhx                                   on 2006/12/02  17:25:55
9660         Log: Upgrade to Devel::PPPort 3.10_02
9661      Branch: perl
9662            + ext/Devel/PPPort/parts/base/5009005
9663            + ext/Devel/PPPort/parts/todo/5009005
9664            ! MANIFEST ext/Devel/PPPort/Changes
9665            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
9666 ____________________________________________________________________________
9667 [ 29436] By: mhx                                   on 2006/12/02  17:13:26
9668         Log: Upgrade to Devel::PPPort 3.10_01
9669      Branch: perl
9670            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
9671            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/TODO
9672            ! ext/Devel/PPPort/devel/buildperl.pl
9673            ! ext/Devel/PPPort/mktests.PL
9674            ! ext/Devel/PPPort/parts/base/5005000
9675            ! ext/Devel/PPPort/parts/base/5007002
9676            ! ext/Devel/PPPort/parts/base/5009001
9677            ! ext/Devel/PPPort/parts/base/5009004
9678            ! ext/Devel/PPPort/parts/embed.fnc
9679            ! ext/Devel/PPPort/parts/inc/misc
9680            ! ext/Devel/PPPort/parts/inc/threads
9681            ! ext/Devel/PPPort/parts/inc/variables
9682            ! ext/Devel/PPPort/parts/todo/5009001
9683            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
9684            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
9685            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
9686            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
9687            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
9688            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
9689            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
9690            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
9691            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
9692            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
9693            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/strlfuncs.t
9694            ! ext/Devel/PPPort/t/sv_xpvf.t ext/Devel/PPPort/t/threads.t
9695            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
9696            ! ext/Devel/PPPort/t/warn.t
9697 ____________________________________________________________________________
9698 [ 29435] By: rgs                                   on 2006/12/02  09:10:01
9699         Log: Subject: [PATCH] perltodo.pod: add perlio todos/thinkabouts
9700              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9701              Date: Fri, 1 Dec 2006 22:05:17 +0200 (EET)
9702              Message-Id: <200612012005.kB1K5Hn3448004@kosh.hut.fi>
9703      Branch: perl
9704            ! pod/perltodo.pod
9705 ____________________________________________________________________________
9706 [ 29434] By: nicholas                              on 2006/12/01  22:51:22
9707         Log: Make get_db_sub non-static, and call it from pp_goto, which allows the
9708              removal of duplicate code. (The conversion of GvSV(PL_DBsub) to
9709              GvSVn(PL_DBsub) implicit in this change should fix a failure with
9710              Devel::SmallProf.)
9711      Branch: perl
9712            ! embed.fnc embed.h pp_ctl.c pp_hot.c proto.h
9713 ____________________________________________________________________________
9714 [ 29433] By: nicholas                              on 2006/12/01  22:28:11
9715         Log: Remove the pp_entersub specific logic from S_get_db_sub.
9716      Branch: perl
9717            ! embed.fnc pp_ctl.c pp_hot.c proto.h
9718 ____________________________________________________________________________
9719 [ 29432] By: rgs                                   on 2006/12/01  16:56:01
9720         Log: Subject: Re: [PATCH] Make B::Lint use Module::Pluggable
9721              From: "Joshua ben Jore" <twists@gmail.com>
9722              Date: Wed, 29 Nov 2006 16:26:25 -0800
9723              Message-ID: <dc5c751d0611291626w51f85791h93d0c6b7d13ed4a2@mail.gmail.com>
9724      Branch: perl
9725            + ext/B/t/pluglib/B/Lint/Plugin/Test.pm
9726            ! MANIFEST ext/B/B/Lint.pm ext/B/t/lint.t
9727 ____________________________________________________________________________
9728 [ 29431] By: rgs                                   on 2006/12/01  14:03:22
9729         Log: Remove unused variable
9730      Branch: perl
9731            ! regcomp.c
9732 ____________________________________________________________________________
9733 [ 29430] By: rgs                                   on 2006/12/01  13:59:27
9734         Log: Subject: [PATCH] Continue split of perl internal regexp structures from ones that are engine specific.
9735              From: demerphq <demerphq@gmail.com>
9736              Date: Thu, 30 Nov 2006 22:06:38 +0100
9737              Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com>
9738      Branch: perl
9739            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
9740            ! perl.h pod/perlreguts.pod proto.h regcomp.c regcomp.h regexp.h
9741            ! sv.c
9742 ____________________________________________________________________________
9743 [ 29429] By: rgs                                   on 2006/12/01  10:28:36
9744         Log: Verify that the debugger has an array where to store lines before
9745              doing so. This fixes an assertion failure when parsing a script
9746              that begins with '#!perl -d'.
9747              Also, code factorization in toke.c.
9748      Branch: perl
9749            ! embed.fnc embed.h op.c proto.h toke.c
9750 ____________________________________________________________________________
9751 [ 29428] By: steveh                                on 2006/12/01  09:41:47
9752         Log: Fix Time-HiRes linker error on Win32 introduced by upgrades
9753              from version 1.94 (#29423 and #29426)
9754              
9755              Subject: Re: Time::HiRes not happy?
9756              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
9757              Date: Fri, 1 Dec 2006 10:26:48 +0100
9758              Message-ID: <b77c1dce0612010126o799d5b8bs4ef37d22d5c7e50@mail.gmail.com>
9759      Branch: perl
9760            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
9761 ____________________________________________________________________________
9762 [ 29427] By: stevep                                on 2006/11/30  14:21:40
9763         Log: -Dprefix failed on Cygwin unless the directory ${installbin} already
9764              existed prior to running make.
9765      Branch: perl
9766            ! cygwin/Makefile.SHs
9767 ____________________________________________________________________________
9768 [ 29426] By: stevep                                on 2006/11/30  14:11:57
9769         Log: Upgrade to Time-HiRes-1.96.
9770      Branch: perl
9771            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9772            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
9773 ____________________________________________________________________________
9774 [ 29425] By: steveh                                on 2006/11/30  10:13:40
9775         Log: Don't try to export fd_refcnt symbols when building without USE_PERLIO
9776              to keep the Win32 linker happy
9777      Branch: perl
9778            ! makedef.pl
9779 ____________________________________________________________________________
9780 [ 29424] By: steveh                                on 2006/11/30  09:45:47
9781         Log: I think #29060 / #29073 missed this
9782      Branch: perl
9783            ! win32/win32.c win32/wince.c
9784 ____________________________________________________________________________
9785 [ 29423] By: stevep                                on 2006/11/30  04:44:54
9786         Log: Upgrade to Time-HiRes-1.95
9787      Branch: perl
9788            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9789            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/fallback/const-c.inc
9790 ____________________________________________________________________________
9791 [ 29422] By: stevep                                on 2006/11/30  04:24:10
9792         Log: Subject: [PATCH] No code specified for -.
9793              From: Jarkko Hietaniemi <jhi@iki.fi>
9794              Date: Wed, 29 Nov 2006 19:06:09 -0500
9795              Message-ID: <456E2071.3010404@iki.fi>
9796      Branch: perl
9797            ! perl.c
9798 ____________________________________________________________________________
9799 [ 29421] By: stevep                                on 2006/11/29  15:32:58
9800         Log: Upgrade to CPAN-1.88_63.
9801      Branch: perl
9802            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
9803 ____________________________________________________________________________
9804 [ 29420] By: rgs                                   on 2006/11/29  15:26:00
9805         Log: Subject: Re: Fix \k<foo> preceded by literal
9806              From: demerphq <demerphq@gmail.com>
9807              Date: Wed, 29 Nov 2006 16:18:34 +0100
9808              Message-ID: <9b18b3110611290718o685a07ddja39f595ed97c231a@mail.gmail.com>
9809      Branch: perl
9810            ! regcomp.c regcomp.h t/op/re_tests
9811 ____________________________________________________________________________
9812 [ 29419] By: stevep                                on 2006/11/29  15:24:21
9813         Log: Upgrade to Tie-RefHash-1.35_01, which is just a version change for
9814              bleadperl.
9815      Branch: perl
9816            ! lib/Tie/RefHash.pm
9817 ____________________________________________________________________________
9818 [ 29418] By: stevep                                on 2006/11/29  15:17:59
9819         Log: Upgrade to ExtUtils-ParseXS-2.17.  Actuall just caught up with 
9820              most of the patches to bleadperl.  The remaining change missing
9821              is #29252, so, the version has been bumped to 2.17_01.
9822      Branch: perl
9823            ! lib/ExtUtils/ParseXS.pm
9824 ____________________________________________________________________________
9825 [ 29417] By: rgs                                   on 2006/11/29  12:08:35
9826         Log: Patch by Derek Price to Time::Piece for CPAN bug #21255:
9827              NOTDATE - DATE should stringify DATE and let Perl handle things
9828      Branch: perl
9829            ! ext/Time/Piece/Piece.pm ext/Time/Piece/t/06subclass.t
9830 ____________________________________________________________________________
9831 [ 29416] By: rgs                                   on 2006/11/29  11:34:10
9832         Log: Subject: [perl #41008] Setting $0 invalidates environment shown by ps 
9833              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
9834              Date: Tue, 28 Nov 2006 05:09:31 -0800
9835              Message-ID: <rt-3.5.HEAD-32013-1164719371-480.41008-75-0@perl.org>
9836      Branch: perl
9837            ! mg.c
9838 ____________________________________________________________________________
9839 [ 29415] By: rgs                                   on 2006/11/29  11:01:06
9840         Log: Subject: [PATCH perl5db.pl] MacOSX debugger fork support
9841              From: Richard Foley <Richard.Foley@rfi.net>
9842              Date: Wed, 29 Nov 2006 12:00:53 +0100
9843              Message-Id: <200611291200.53429.Richard.Foley@rfi.net>
9844      Branch: perl
9845            ! lib/perl5db.pl
9846 ____________________________________________________________________________
9847 [ 29414] By: nicholas                              on 2006/11/29  10:19:19
9848         Log: Fix Attribute::Handlers to cope with proxy constant subroutines.
9849      Branch: perl
9850            + lib/Attribute/Handlers/t/constants.t
9851            ! MANIFEST lib/Attribute/Handlers.pm
9852 ____________________________________________________________________________
9853 [ 29413] By: rgs                                   on 2006/11/29  09:30:02
9854         Log: Change in handling of \RNNN inside nested patterns
9855              Subject: Re: New development release in sight
9856              From: demerphq <demerphq@gmail.com>
9857              Date: Wed, 29 Nov 2006 01:07:43 +0100
9858              Message-ID: <9b18b3110611281607i3d583febtd549989dc3cabc8a@mail.gmail.com>
9859      Branch: perl
9860            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
9861 ____________________________________________________________________________
9862 [ 29412] By: nicholas                              on 2006/11/28  23:31:15
9863         Log: Bring the joy of strict to Attribute::Handlers.
9864      Branch: perl
9865            ! lib/Attribute/Handlers.pm
9866 ____________________________________________________________________________
9867 [ 29411] By: rgs                                   on 2006/11/28  17:19:40
9868         Log: Remove DOS line endings
9869              (perforce should take care of line encodings on checkout)
9870      Branch: perl
9871            ! lib/IPC/Cmd/t/02_Interactive.t lib/Log/Message.pm
9872            ! lib/Log/Message/Config.pm lib/Log/Message/Handlers.pm
9873            ! lib/Log/Message/Item.pm lib/Log/Message/t/conf/config_file
9874            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
9875            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
9876            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
9877 ____________________________________________________________________________
9878 [ 29410] By: steveh                                on 2006/11/28  16:43:17
9879         Log: Fix IPC-Cmd test failure on Win32: check current directory as well
9880              as those listed in $ENV{PATH} when searching for binaries
9881      Branch: perl
9882            ! lib/IPC/Cmd.pm
9883 ____________________________________________________________________________
9884 [ 29409] By: steveh                                on 2006/11/28  16:01:55
9885         Log: Building with Visual C++ 2005 now works except for one test failure
9886      Branch: perl
9887            ! README.win32 win32/Makefile win32/makefile.mk
9888 ____________________________________________________________________________
9889 [ 29408] By: steveh                                on 2006/11/28  15:57:45
9890         Log: Silence VC++ 8 warnings about "possible loss of data"
9891      Branch: perl
9892            ! ext/POSIX/POSIX.xs pp_sys.c
9893 ____________________________________________________________________________
9894 [ 29407] By: rgs                                   on 2006/11/28  14:59:03
9895         Log: OS/2 compilation fixes by Ilya
9896              
9897              Subject: [PATCH 5.8.8] Build on OS/2
9898              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
9899              Date: Tue, 28 Nov 2006 03:36:29 -0800
9900              Message-ID: <20061128113629.GA18108@powdermilk.math.berkeley.edu>
9901      Branch: perl
9902            ! config_h.SH perlvars.h
9903 ____________________________________________________________________________
9904 [ 29406] By: steveh                                on 2006/11/28  14:58:14
9905         Log: Silence 4 "unreferenced local variable" warnings from VC++
9906      Branch: perl
9907            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
9908 ____________________________________________________________________________
9909 [ 29405] By: rgs                                   on 2006/11/28  14:39:58
9910         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2
9911              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
9912              Date: Tue, 28 Nov 2006 05:02:20 -0800
9913              Message-ID: <20061128130220.GA18386@powdermilk.math.berkeley.edu>
9914      Branch: perl
9915            ! ext/Devel/DProf/DProf.xs
9916 ____________________________________________________________________________
9917 [ 29404] By: rgs                                   on 2006/11/28  13:50:37
9918         Log: Add Module::Pluggable
9919              (required by CPANPLUS)
9920      Branch: perl
9921            + lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
9922            + lib/Module/Pluggable/t/01use.t
9923            + lib/Module/Pluggable/t/02alsoworks.t
9924            + lib/Module/Pluggable/t/02works.t
9925            + lib/Module/Pluggable/t/02works_taint.t
9926            + lib/Module/Pluggable/t/03diffname.t
9927            + lib/Module/Pluggable/t/04acmedir.t
9928            + lib/Module/Pluggable/t/04acmedir_single.t
9929            + lib/Module/Pluggable/t/04acmepath.t
9930            + lib/Module/Pluggable/t/04acmepath_single.t
9931            + lib/Module/Pluggable/t/05postpath.t
9932            + lib/Module/Pluggable/t/06multipath.t
9933            + lib/Module/Pluggable/t/07instantiate.t
9934            + lib/Module/Pluggable/t/08nothing.t
9935            + lib/Module/Pluggable/t/09require.t
9936            + lib/Module/Pluggable/t/10innerpack.t
9937            + lib/Module/Pluggable/t/10innerpack_inner.t
9938            + lib/Module/Pluggable/t/10innerpack_noinner.t
9939            + lib/Module/Pluggable/t/10innerpack_override.t
9940            + lib/Module/Pluggable/t/11usetwice.t
9941            + lib/Module/Pluggable/t/12only.t
9942            + lib/Module/Pluggable/t/12onlyarray.t
9943            + lib/Module/Pluggable/t/12onlyregex.t
9944            + lib/Module/Pluggable/t/13except.t
9945            + lib/Module/Pluggable/t/13exceptarray.t
9946            + lib/Module/Pluggable/t/13exceptregex.t
9947            + lib/Module/Pluggable/t/14package.t
9948            + lib/Module/Pluggable/t/15topicsafe.t
9949            + lib/Module/Pluggable/t/16different_extension.t
9950            + lib/Module/Pluggable/t/17devel_inner_package.t
9951            + lib/Module/Pluggable/t/18skipped_package.t
9952            + lib/Module/Pluggable/t/19can_ok_clobber.t
9953            + lib/Module/Pluggable/t/20dodgy_files.t
9954            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
9955            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
9956            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
9957            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
9958            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
9959            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
9960            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
9961            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
9962            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
9963            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
9964            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
9965            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
9966            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
9967            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
9968            + lib/Module/Pluggable/t/lib/No/Middle.pm
9969            + lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
9970            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
9971            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
9972            ! MANIFEST
9973 ____________________________________________________________________________
9974 [ 29403] By: rgs                                   on 2006/11/28  13:32:26
9975         Log: Subject: [PATCH 5.8.8] perl5db on miniperl
9976              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
9977              Date: Tue, 28 Nov 2006 03:39:05 -0800
9978              Message-ID: <20061128113905.GA18135@powdermilk.math.berkeley.edu>
9979      Branch: perl
9980            ! lib/perl5db.pl
9981 ____________________________________________________________________________
9982 [ 29402] By: steveh                                on 2006/11/28  11:57:35
9983         Log: Give perl.exe an icon when built with MinGW and Borland
9984              
9985              It already gets an icon when built with VC++, but the MinGW and Borland
9986              builds were not making any use of the resource file.
9987              
9988              Also add the top-level directory into MinGW's resource compiler search
9989              path to assist ActivePerl builds: see:
9990              http://downloads.activestate.com/ActivePerl/src/5.8/AP819_diff.txt
9991      Branch: perl
9992            ! win32/makefile.mk
9993 ____________________________________________________________________________
9994 [ 29401] By: rgs                                   on 2006/11/28  10:45:06
9995         Log: Add IPC::Cmd to the core
9996      Branch: perl
9997            + lib/IPC/Cmd.pm lib/IPC/Cmd/t/01_IPC-Cmd.t
9998            + lib/IPC/Cmd/t/02_Interactive.t lib/IPC/Cmd/t/src/child.pl
9999            ! MANIFEST
10000 ____________________________________________________________________________
10001 [ 29400] By: rgs                                   on 2006/11/28  10:09:01
10002         Log: Typo fix (by Dominic Dunlop)
10003      Branch: perl
10004            ! cflags.SH
10005 ____________________________________________________________________________
10006 [ 29399] By: rgs                                   on 2006/11/28  09:57:24
10007         Log: Subject: [PATCH[ threads 1.53
10008              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10009              Date: Mon, 27 Nov 2006 09:26:08 -0800 (PST)
10010              Message-ID: <965653.3725.qm@web30206.mail.mud.yahoo.com>
10011      Branch: perl
10012            ! ext/threads/Changes ext/threads/README
10013            ! ext/threads/shared/t/cond.t ext/threads/t/exit.t
10014            ! ext/threads/t/libc.t ext/threads/t/stress_re.t
10015            ! ext/threads/t/thread.t ext/threads/threads.pm
10016            ! ext/threads/threads.xs
10017 ____________________________________________________________________________
10018 [ 29398] By: stevep                                on 2006/11/28  01:32:07
10019         Log: Subject: [PATCH] Re: [PATCH] perlhack: some portability updates
10020              From: Dominic Dunlop <shouldbedomo@mac.com>
10021              Date: Sun, 26 Nov 2006 12:01:16 +0100
10022              Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com>
10023      Branch: perl
10024            ! cflags.SH perl.h pod/perlhack.pod
10025 ____________________________________________________________________________
10026 [ 29397] By: steveh                                on 2006/11/27  17:44:27
10027         Log: Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned
10028              configs
10029              
10030              See:
10031              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00923.html
10032      Branch: perl
10033            ! perl.h win32/config.bc win32/config.gc win32/config.vc
10034            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
10035            ! win32/config_H.vc win32/config_H.vc64
10036 ____________________________________________________________________________
10037 [ 29396] By: steveh                                on 2006/11/27  17:39:00
10038         Log: Make the win32/makefile.mk a little safer
10039              
10040              - Add a few missing s,\,$B, substitutions. We were living dangerously
10041              with various unescaped backslashes not causing problems purely because
10042              they don't make valid ecape codes anyway, e.g. ..\perl59.dll was only
10043              working because \p isn't an escape code so it didn't get mapped to
10044              anything nasty.
10045              
10046              - Move the $(BLINK_FLAGS) out of $(mktmp ...)'s because it could contain
10047              backslashes which would otherwise need escaping. (Adding in the
10048              escaping would be another fix but other cases don't put $(BLINK_FLAGS)
10049              into $(mktmp ...) files in the first place.)
10050      Branch: perl
10051            ! win32/makefile.mk
10052 ____________________________________________________________________________
10053 [ 29395] By: rgs                                   on 2006/11/27  16:54:26
10054         Log: Add missing file to MANIFEST
10055      Branch: perl
10056            ! MANIFEST
10057 ____________________________________________________________________________
10058 [ 29394] By: nicholas                              on 2006/11/27  08:02:35
10059         Log: Move words and revcharmap out of struct _rev_trie_data and duplicate
10060              them on thread clone.
10061      Branch: perl
10062            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
10063 ____________________________________________________________________________
10064 [ 29393] By: nicholas                              on 2006/11/26  23:32:29
10065         Log: Move widecharmap out of the shared structure _reg_trie_data into the
10066              top level regdata array, so that it can be correctly duplicated on
10067              thread clone.
10068      Branch: perl
10069            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
10070 ____________________________________________________________________________
10071 [ 29392] By: nicholas                              on 2006/11/26  23:01:46
10072         Log: Swap _reg_ac_data.trie to U32 offset into the regdata array, as
10073              preliminary to moving _reg_trie_data.widecharmap out too.
10074      Branch: perl
10075            ! regcomp.c regcomp.h regexec.c
10076 ____________________________________________________________________________
10077 [ 29391] By: nicholas                              on 2006/11/26  22:21:02
10078         Log: Moving the reference count to the front of both _reg_trie_data and
10079              _reg_ac_data allows smaller code in Perl_regdupe.
10080      Branch: perl
10081            ! regcomp.c regcomp.h
10082 ____________________________________________________________________________
10083 [ 29390] By: nicholas                              on 2006/11/26  20:52:49
10084         Log: A little reodering of the switch statement in Perl_regdupe makes a 
10085              smaller executable.
10086      Branch: perl
10087            ! regcomp.c
10088 ____________________________________________________________________________
10089 [ 29389] By: nicholas                              on 2006/11/26  20:03:16
10090         Log: Eliminated unitialised clone_params value bug accidentally added with
10091              change 28229.
10092      Branch: perl
10093            ! ext/threads/threads.xs
10094 ____________________________________________________________________________
10095 [ 29388] By: nicholas                              on 2006/11/26  20:00:36
10096         Log: Stage 1 of threadsafe-ing the trie strucutres - use shared malloc.
10097      Branch: perl
10098            ! regcomp.c
10099 ____________________________________________________________________________
10100 [ 29387] By: nicholas                              on 2006/11/26  18:44:57
10101         Log: Simplify S_add_data(), given that realloc will NULL acts as malloc().
10102      Branch: perl
10103            ! regcomp.c
10104 ____________________________________________________________________________
10105 [ 29386] By: nicholas                              on 2006/11/26  18:26:53
10106         Log: Change (well, correct) S_add_data to take and return a U32.
10107      Branch: perl
10108            ! embed.fnc proto.h regcomp.c
10109 ____________________________________________________________________________
10110 [ 29385] By: nicholas                              on 2006/11/26  18:00:05
10111         Log: Make the cache in Carp::trusts actually persist across calls :-)
10112              I made a similar mistake once long ago, and now spot the pattern.
10113      Branch: perl
10114            ! lib/Carp/Heavy.pm
10115 ____________________________________________________________________________
10116 [ 29384] By: nicholas                              on 2006/11/26  17:33:05
10117         Log: Remove unused lexical present since change 13426.
10118      Branch: perl
10119            ! lib/Carp/Heavy.pm
10120 ____________________________________________________________________________
10121 [ 29383] By: stevep                                on 2006/11/26  14:14:54
10122         Log: Adding Time::Piece to the core...again.
10123      Branch: perl
10124            + ext/Time/Piece/Changes ext/Time/Piece/Makefile.PL
10125            + ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
10126            + ext/Time/Piece/README ext/Time/Piece/Seconds.pm
10127            + ext/Time/Piece/t/01base.t ext/Time/Piece/t/02core.t
10128            + ext/Time/Piece/t/03compare.t ext/Time/Piece/t/04mjd.t
10129            + ext/Time/Piece/t/05overload.t ext/Time/Piece/t/06subclass.t
10130            ! MANIFEST Porting/Maintainers.pl
10131 ____________________________________________________________________________
10132 [ 29382] By: nicholas                              on 2006/11/26  12:38:20
10133         Log: Stop mod_perl looping forever in &Carp::shortmess_jmp as it somehow
10134              manages to forcibly re-load Carp.pm without re-loading Carp/Heavy.pm
10135      Branch: perl
10136            ! lib/Carp.pm lib/Carp/Heavy.pm
10137 ____________________________________________________________________________
10138 [ 29381] By: stevep                                on 2006/11/25  23:11:36
10139         Log: Skip test for Module::Load::Conditional that appears to be setting
10140              $^X, but not getting it right.  I'll wait to see if Jos has a fix.
10141      Branch: perl
10142            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
10143 ____________________________________________________________________________
10144 [ 29380] By: craigb                                on 2006/11/25  22:19:14
10145         Log: xterm debugger support for VMS from John Malmberg (with revisions)
10146      Branch: perl
10147            ! configure.com lib/perl5db.pl vms/descrip_mms.template
10148            ! vms/vms.c
10149 ____________________________________________________________________________
10150 [ 29379] By: stevep                                on 2006/11/25  17:49:26
10151         Log: Subject: [PATCH] Add Module::Load::Conditional to the core
10152              From: "Jos Boumans" <kane@dwim.org>
10153              Date: Fri, 24 Nov 2006 18:07:54 +0100 (CET)
10154              Message-ID: <23336.80.127.35.68.1164388074.squirrel@webmail.xs4all.nl>
10155      Branch: perl
10156            + lib/Module/Load/Conditional.pm
10157            + lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
10158            + lib/Module/Load/Conditional/t/to_load/Commented.pm
10159            + lib/Module/Load/Conditional/t/to_load/LoadIt.pm
10160            + lib/Module/Load/Conditional/t/to_load/LoadMe.pl
10161            + lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
10162            + lib/Module/Load/Conditional/t/to_load/ToBeLoaded
10163            ! MANIFEST
10164 ____________________________________________________________________________
10165 [ 29378] By: stevep                                on 2006/11/25  17:34:09
10166         Log: Subject: [PATCH] smoke signs suppression
10167              From: Jarkko Hietaniemi <jhi@iki.fi>
10168              Date: Sat, 25 Nov 2006 11:45:24 -0500
10169              Message-ID: <45687324.3040102@iki.fi>
10170      Branch: perl
10171            ! ext/re/re.xs iperlsys.h pp_hot.c regcomp.c regexec.c
10172 ____________________________________________________________________________
10173 [ 29377] By: stevep                                on 2006/11/25  17:29:55
10174         Log: Subject: [PATCH] perlhack: some portability updates
10175              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10176              Date: Sat, 25 Nov 2006 17:57:23 +0200 (EET)
10177              Message-Id: <200611251557.kAPFvNKw011342@kosh.hut.fi>
10178      Branch: perl
10179            ! pod/perlhack.pod
10180 ____________________________________________________________________________
10181 [ 29376] By: steveh                                on 2006/11/24  17:11:34
10182         Log: Remove redundant macros from win32 makefiles
10183              
10184              In the course of removing redundant ByteLoader references I found that
10185              various long lists of extensions are hopelessly out of date, e.g.
10186              Compress/Zlib should be Compress/Raw/Zlib and PerlIO/*, threads/* and
10187              others are missing. It seems that these lists of extensions serve no
10188              useful purpose anyway: in Makefile they are used to delete files that
10189              should already have been deleted by the Makefile for each module, and
10190              in makefile.mk DYNAMIC_EXT wasn't used at all! So the simplest remedy
10191              is to remove them. One less maintenance headache.
10192      Branch: perl
10193            ! win32/Makefile win32/makefile.mk
10194 ____________________________________________________________________________
10195 [ 29375] By: steveh                                on 2006/11/24  15:44:23
10196         Log: Cleanup manifest file left by test script when using VC8
10197      Branch: perl
10198            ! lib/ExtUtils/t/Embed.t
10199 ____________________________________________________________________________
10200 [ 29374] By: steveh                                on 2006/11/24  15:38:24
10201         Log: Embed manifest files in DLLs built with Module-Build when using VC8
10202              
10203              This change does for Module-Build what part of #29266 did for
10204              ExtUtils-MakeMaker.
10205      Branch: perl
10206            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
10207 ____________________________________________________________________________
10208 [ 29373] By: rgs                                   on 2006/11/24  15:03:55
10209         Log: Subject: [perl #36689] &=, |= and ^= overloads are nbot documented
10210              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
10211              Date: Thu, 23 Nov 2006 17:43:12 -0200
10212              Message-ID: <73ddeb6c0611231143y1e3461dbqf30f5fce16698b5c@mail.gmail.com>
10213      Branch: perl
10214            ! lib/overload.pm lib/overload.t
10215 ____________________________________________________________________________
10216 [ 29372] By: rgs                                   on 2006/11/24  10:16:07
10217         Log: Revert change #29098 (that introduced a new warning,
10218              "Variable length character upgraded in print")
10219      Branch: perl
10220            ! doio.c pod/perl595delta.pod pod/perldiag.pod
10221 ____________________________________________________________________________
10222 [ 29371] By: rgs                                   on 2006/11/24  09:58:43
10223         Log: Un-TODO one test in pat.t ($1 kept safe after a /g match)
10224      Branch: perl
10225            ! t/op/pat.t
10226 ____________________________________________________________________________
10227 [ 29370] By: craigb                                on 2006/11/24  04:45:30
10228         Log: Even better configure.com handling for checkcfgvar.pl
10229      Branch: perl
10230            ! Porting/checkcfgvar.pl
10231 ____________________________________________________________________________
10232 [ 29369] By: craigb                                on 2006/11/24  04:42:43
10233         Log: Initialize targetarch in configure.com
10234      Branch: perl
10235            ! configure.com
10236 ____________________________________________________________________________
10237 [ 29368] By: nicholas                              on 2006/11/23  23:17:44
10238         Log: Subject: Re: [PATCH] Cleanup regexp flags and structure
10239              From: demerphq <demerphq@gmail.com>
10240              Message-ID: <9b18b3110611231021l561a9cb4te985db3f0648e097@mail.gmail.com>
10241              Date: Thu, 23 Nov 2006 19:21:38 +0100
10242              
10243              Attached patch completes the splitting out of the core from the regexp
10244              internal data.
10245      Branch: perl
10246            ! regcomp.c regexec.c regexp.h
10247 ____________________________________________________________________________
10248 [ 29367] By: stevep                                on 2006/11/23  20:51:11
10249         Log: Module::Pluggable diff had some hidden binary files in it.  I'm
10250              backing it out while Jos verifies whether those files are actually
10251              needed in the distribution or not.
10252      Branch: perl
10253            - lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
10254            - lib/Module/Pluggable/t/01use.t
10255            - lib/Module/Pluggable/t/02alsoworks.t
10256            - lib/Module/Pluggable/t/02works.t
10257            - lib/Module/Pluggable/t/03diffname.t
10258            - lib/Module/Pluggable/t/04acmedir.t
10259            - lib/Module/Pluggable/t/04acmedir_single.t
10260            - lib/Module/Pluggable/t/04acmepath.t
10261            - lib/Module/Pluggable/t/04acmepath_single.t
10262            - lib/Module/Pluggable/t/05postpath.t
10263            - lib/Module/Pluggable/t/06multipath.t
10264            - lib/Module/Pluggable/t/07instantiate.t
10265            - lib/Module/Pluggable/t/08nothing.t
10266            - lib/Module/Pluggable/t/09require.t
10267            - lib/Module/Pluggable/t/10innerpack.t
10268            - lib/Module/Pluggable/t/10innerpack_inner.t
10269            - lib/Module/Pluggable/t/10innerpack_noinner.t
10270            - lib/Module/Pluggable/t/10innerpack_override.t
10271            - lib/Module/Pluggable/t/11usetwice.t
10272            - lib/Module/Pluggable/t/12only.t
10273            - lib/Module/Pluggable/t/12onlyarray.t
10274            - lib/Module/Pluggable/t/12onlyregex.t
10275            - lib/Module/Pluggable/t/13except.t
10276            - lib/Module/Pluggable/t/13exceptarray.t
10277            - lib/Module/Pluggable/t/13exceptregex.t
10278            - lib/Module/Pluggable/t/14package.t
10279            - lib/Module/Pluggable/t/15topicsafe.t
10280            - lib/Module/Pluggable/t/16different_extension.t
10281            - lib/Module/Pluggable/t/17devel_inner_package.t
10282            - lib/Module/Pluggable/t/18skipped_package.t
10283            - lib/Module/Pluggable/t/19can_ok_clobber.t
10284            - lib/Module/Pluggable/t/20dodgy_files.t
10285            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
10286            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
10287            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
10288            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
10289            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
10290            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
10291            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
10292            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
10293            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
10294            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
10295            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
10296            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
10297            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
10298            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
10299            - lib/Module/Pluggable/t/lib/No/Middle.pm
10300            - lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
10301            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
10302            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
10303            ! MANIFEST
10304 ____________________________________________________________________________
10305 [ 29366] By: stevep                                on 2006/11/23  20:09:57
10306         Log: Subject: [PATCH] Add Module::Pluggable to the core
10307              From: "Jos Boumans" <kane@xs4all.net>
10308              Date: Sun, 19 Nov 2006 16:06:00 +0100 (CET)
10309              Message-ID: <4188.80.127.35.68.1163948760.squirrel@webmail.xs4all.nl>
10310      Branch: perl
10311            + lib/Devel/InnerPackage.pm lib/Module/Pluggable.pm
10312            + lib/Module/Pluggable/Object.pm lib/Module/Pluggable/t/01use.t
10313            + lib/Module/Pluggable/t/02alsoworks.t
10314            + lib/Module/Pluggable/t/02works.t
10315            + lib/Module/Pluggable/t/03diffname.t
10316            + lib/Module/Pluggable/t/04acmedir.t
10317            + lib/Module/Pluggable/t/04acmedir_single.t
10318            + lib/Module/Pluggable/t/04acmepath.t
10319            + lib/Module/Pluggable/t/04acmepath_single.t
10320            + lib/Module/Pluggable/t/05postpath.t
10321            + lib/Module/Pluggable/t/06multipath.t
10322            + lib/Module/Pluggable/t/07instantiate.t
10323            + lib/Module/Pluggable/t/08nothing.t
10324            + lib/Module/Pluggable/t/09require.t
10325            + lib/Module/Pluggable/t/10innerpack.t
10326            + lib/Module/Pluggable/t/10innerpack_inner.t
10327            + lib/Module/Pluggable/t/10innerpack_noinner.t
10328            + lib/Module/Pluggable/t/10innerpack_override.t
10329            + lib/Module/Pluggable/t/11usetwice.t
10330            + lib/Module/Pluggable/t/12only.t
10331            + lib/Module/Pluggable/t/12onlyarray.t
10332            + lib/Module/Pluggable/t/12onlyregex.t
10333            + lib/Module/Pluggable/t/13except.t
10334            + lib/Module/Pluggable/t/13exceptarray.t
10335            + lib/Module/Pluggable/t/13exceptregex.t
10336            + lib/Module/Pluggable/t/14package.t
10337            + lib/Module/Pluggable/t/15topicsafe.t
10338            + lib/Module/Pluggable/t/16different_extension.t
10339            + lib/Module/Pluggable/t/17devel_inner_package.t
10340            + lib/Module/Pluggable/t/18skipped_package.t
10341            + lib/Module/Pluggable/t/19can_ok_clobber.t
10342            + lib/Module/Pluggable/t/20dodgy_files.t
10343            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
10344            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
10345            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
10346            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
10347            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
10348            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
10349            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
10350            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
10351            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
10352            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
10353            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
10354            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
10355            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
10356            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
10357            + lib/Module/Pluggable/t/lib/No/Middle.pm
10358            + lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
10359            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
10360            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
10361            ! MANIFEST
10362 ____________________________________________________________________________
10363 [ 29365] By: nicholas                              on 2006/11/23  19:29:57
10364         Log: Change 29364 forgot to turn the POK flag on.
10365      Branch: perl
10366            ! sv.c
10367 ____________________________________________________________________________
10368 [ 29364] By: nicholas                              on 2006/11/23  17:16:34
10369         Log: Assigning to a PVCV effectively just sets the prototype, so make this
10370              the exact behaviour. (Fixes bug #40681, which prevents mod_perl from
10371              building)
10372      Branch: perl
10373            ! sv.c
10374 ____________________________________________________________________________
10375 [ 29363] By: nicholas                              on 2006/11/23  16:59:04
10376         Log: Remove superfluous SvROK()
10377      Branch: perl
10378            ! sv.c
10379 ____________________________________________________________________________
10380 [ 29362] By: craigb                                on 2006/11/23  16:11:16
10381         Log: Tune configure.com checking to ignore trailing comments.
10382      Branch: perl
10383            ! Porting/checkcfgvar.pl
10384 ____________________________________________________________________________
10385 [ 29361] By: rgs                                   on 2006/11/23  15:55:47
10386         Log: Fix for bug #38631: tied variables don't work with .= <>
10387      Branch: perl
10388            ! pp_hot.c t/op/readline.t
10389 ____________________________________________________________________________
10390 [ 29360] By: rgs                                   on 2006/11/23  12:57:18
10391         Log: Subject: [PATCH] Cleanup regexp flags and structure
10392              From: demerphq <demerphq@gmail.com>
10393              Date: Thu, 23 Nov 2006 12:36:24 +0100
10394              Message-ID: <9b18b3110611230336p3ce3b16du47cd5398dea8d873@mail.gmail.com>
10395      Branch: perl
10396            ! dump.c ext/re/re.xs mg.c op.c op.h pp.c pp_hot.c regcomp.c
10397            ! regexec.c regexp.h
10398 ____________________________________________________________________________
10399 [ 29359] By: rgs                                   on 2006/11/23  11:28:28
10400         Log: More safety in free()s
10401      Branch: perl
10402            ! op.c
10403 ____________________________________________________________________________
10404 [ 29358] By: steveh                                on 2006/11/23  11:06:47
10405         Log: Silence VC8's warnings about "unsafe" CRT functions and POSIX CRT
10406              function names being deprecated, and add a note to perltodo to
10407              revisit this one day.
10408      Branch: perl
10409            ! pod/perltodo.pod win32/Makefile win32/makefile.mk
10410 ____________________________________________________________________________
10411 [ 29357] By: rgs                                   on 2006/11/23  10:05:43
10412         Log: Subject: [PATCH lib/ExtUtils/t/build_man.t] installman3dir is null
10413              From: "Robin Barker" <Robin.Barker@npl.co.uk>
10414              Date: Tue, 21 Nov 2006 16:48:35 -0000
10415              Message-ID: <2C2E01334A940D4792B3E115F95B7226120ABE@exchsvr1.npl.ad.local>
10416      Branch: perl
10417            ! lib/ExtUtils/t/build_man.t
10418 ____________________________________________________________________________
10419 [ 29356] By: stevep                                on 2006/11/23  03:09:08
10420         Log: Upgrade to PathTools-3.24.
10421      Branch: perl
10422            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
10423            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
10424 ____________________________________________________________________________
10425 [ 29355] By: steveh                                on 2006/11/22  17:20:05
10426         Log: Update makefile.mk as per Makefile w.r.t. #29308 and #29323
10427      Branch: perl
10428            ! win32/makefile.mk
10429 ____________________________________________________________________________
10430 [ 29354] By: rgs                                   on 2006/11/22  17:09:33
10431         Log: Subject: \G with /g results in infinite loop in 5.6 and later
10432              From: demerphq <demerphq@gmail.com>
10433              Date: Wed, 22 Nov 2006 17:11:02 +0100
10434              Message-ID: <9b18b3110611220811k1a54f650t1bd7c6a9450b0a7e@mail.gmail.com>
10435      Branch: perl
10436            ! pod/perldiag.pod pod/perlre.pod pp_hot.c regcomp.c regcomp.h
10437            ! regcomp.sym regexec.c regexp.h t/op/pat.t t/op/regmesg.t
10438 ____________________________________________________________________________
10439 [ 29353] By: stevep                                on 2006/11/22  17:00:54
10440         Log: Subject: POSIX::remove() and directories
10441              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
10442              Date: Wed, 22 Nov 2006 17:41:55 +0100
10443              Message-ID: <3852726AFA94DE4F87E616F13F416A5F0A912F@naimucu1.ffz00k.rootdom.net>
10444      Branch: perl
10445            ! ext/POSIX/POSIX.pm
10446 ____________________________________________________________________________
10447 [ 29352] By: steveh                                on 2006/11/22  16:49:10
10448         Log: VC8 regards 60 seconds as an invalid parameter for strftime()
10449              so skip the test in that case.
10450      Branch: perl
10451            ! ext/POSIX/t/posix.t
10452 ____________________________________________________________________________
10453 [ 29351] By: rgs                                   on 2006/11/22  15:17:54
10454         Log: Don't AUTOLOAD DESTROY from Attribute::Handlers.
10455              (patch by Jerry D. Hedden for CPAN bug #1911)
10456      Branch: perl
10457            ! lib/Attribute/Handlers.pm
10458 ____________________________________________________________________________
10459 [ 29350] By: steveh                                on 2006/11/22  15:11:41
10460         Log: Fix infinite loop in Perl_my_strftime() for failing strftime()
10461      Branch: perl
10462            ! util.c
10463 ____________________________________________________________________________
10464 [ 29349] By: rgs                                   on 2006/11/22  14:30:19
10465         Log: More doc nits on Switch, and bump version to 2.11 for upcoming CPAN release.
10466      Branch: perl
10467            ! lib/Switch.pm
10468 ____________________________________________________________________________
10469 [ 29348] By: stevep                                on 2006/11/22  14:10:07
10470         Log: Subject: Re: [perl #40917] Benchmark fails under -Mbignum
10471              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10472              Date: Wed, 22 Nov 2006 22:32:46 +0900
10473              Message-Id: <20061122223227.193E.BQW10602@nifty.com>
10474      Branch: perl
10475            ! lib/Benchmark.pm
10476 ____________________________________________________________________________
10477 [ 29347] By: rgs                                   on 2006/11/22  13:57:12
10478         Log: Fix a number of documentation issues in Switch.pm (code examples
10479              that do not compile, typos, obscure examples)
10480      Branch: perl
10481            ! lib/Switch.pm
10482 ____________________________________________________________________________
10483 [ 29346] By: rgs                                   on 2006/11/22  10:03:51
10484         Log: Remove tests for POD or POD coverage -- they're always skipped.
10485      Branch: perl
10486            - ext/Compress/IO/Base/t/99pod.t ext/Compress/IO/Zlib/t/999pod.t
10487            - ext/Compress/Raw/Zlib/t/99pod.t ext/Compress/Zlib/t/99pod.t
10488            - ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
10489            - lib/Term/ANSIColor/t/pod.t lib/Test/Harness/t/pod.t
10490            - lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
10491            ! MANIFEST
10492 ____________________________________________________________________________
10493 [ 29345] By: rgs                                   on 2006/11/22  09:56:14
10494         Log: - Restore two Text::Balanced tests, more comprehensive in bleadperl than
10495              in CPAN.
10496              - Restore a local bugfix, tested by the above tests.
10497              - Fix a few typos in the POD for Text::Balanced
10498              - Bump version of Text::Balanced
10499      Branch: perl
10500            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
10501            ! lib/Text/Balanced/t/extqlk.t
10502 ____________________________________________________________________________
10503 [ 29344] By: rgs                                   on 2006/11/22  09:12:16
10504         Log: Sync Text::Balanced with the CPAN version (1.99.1)
10505      Branch: perl
10506            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
10507            ! lib/Text/Balanced/README lib/Text/Balanced/t/extmul.t
10508            ! lib/Text/Balanced/t/extqlk.t
10509 ____________________________________________________________________________
10510 [ 29343] By: rgs                                   on 2006/11/21  17:24:19
10511         Log: Remove assertions.pm review from perltodo
10512      Branch: perl
10513            ! pod/perltodo.pod
10514 ____________________________________________________________________________
10515 [ 29342] By: rgs                                   on 2006/11/21  16:32:42
10516         Log: Subject: [PATCH] threads 1.52
10517              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10518              Date: Tue, 21 Nov 2006 08:26:28 -0800 (PST)
10519              Message-ID: <204140.57721.qm@web30207.mail.mud.yahoo.com>
10520      Branch: perl
10521            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
10522            ! ext/threads/t/thread.t ext/threads/threads.pm
10523            ! ext/threads/threads.xs
10524 ____________________________________________________________________________
10525 [ 29341] By: merijn                                on 2006/11/21  16:18:49
10526         Log: Upgrade warning should only be issued if upgrade happens
10527      Branch: perl
10528            ! hints/hpux.sh
10529 ____________________________________________________________________________
10530 [ 29340] By: rgs                                   on 2006/11/21  16:08:34
10531         Log: Regenerate Changes, add nits in perldelta
10532      Branch: perl
10533            ! Changes pod/perl595delta.pod
10534 ____________________________________________________________________________
10535 [ 29339] By: merijn                                on 2006/11/21  16:03:30
10536         Log: Silence some warnings during Configure
10537      Branch: perl
10538            ! hints/hpux.sh
10539 ____________________________________________________________________________
10540 [ 29338] By: merijn                                on 2006/11/21  15:16:46
10541         Log: No more 5005thread messages from Configure for 5.9.x and up
10542      Branch: perl
10543            ! Configure Porting/Glossary config_h.SH
10544 ____________________________________________________________________________
10545 [ 29336] By: rgs                                   on 2006/11/21  14:45:19
10546         Log: Invalidate the method lookup cache when assigning to a glob
10547              named "isa". (That happens when importing "isa" from UNIVERSAL,
10548              for example.) Fixes bug #24824.
10549      Branch: perl
10550            ! pp_hot.c t/op/universal.t
10551 ____________________________________________________________________________
10552 [ 29335] By: rgs                                   on 2006/11/21  10:22:21
10553         Log: Remove warnings against WHOA THERE warnings from the hints files.
10554      Branch: perl
10555            ! hints/machten.sh hints/machten_2.sh hints/sco.sh
10556            ! hints/solaris_2.sh hints/sunos_4_1.sh hints/ultrix_4.sh
10557            ! hints/umips.sh
10558 ____________________________________________________________________________
10559 [ 29334] By: rgs                                   on 2006/11/21  10:17:36
10560         Log: Remove description of WHOA THERE messages for recommended hint values,
10561              removed by change #29288.
10562      Branch: perl
10563            ! INSTALL
10564 ____________________________________________________________________________
10565 [ 29333] By: rgs                                   on 2006/11/21  09:15:43
10566         Log: Remove the test counter checker at the end of t/op/pat.t : it
10567              doesn't get updated correctly.
10568      Branch: perl
10569            ! t/op/pat.t
10570 ____________________________________________________________________________
10571 [ 29332] By: stevep                                on 2006/11/21  03:59:34
10572         Log: "This is going to be slow."  This change switches OpenBSD locale
10573              tests from the spaghetti doneness test to specifically testing
10574              locales in its /usr/share/locale.  Speeds up lib/locale.t to 
10575              13 minutes a run vs. the previous time of over two hours.
10576      Branch: perl
10577            ! lib/locale.t
10578 ____________________________________________________________________________
10579 [ 29331] By: nicholas                              on 2006/11/20  22:53:39
10580         Log: Correct typo in test description.
10581      Branch: perl
10582            ! t/op/pat.t
10583 ____________________________________________________________________________
10584 [ 29330] By: rgs                                   on 2006/11/20  18:03:43
10585         Log: Unify the two warnings "Can't declare %s in %s", in line with what's
10586              documented in perldiag.
10587      Branch: perl
10588            ! op.c t/op/attrs.t
10589 ____________________________________________________________________________
10590 [ 29329] By: rgs                                   on 2006/11/20  16:05:33
10591         Log: Subject: [PATCH] Re: thread free problem
10592              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10593              Date: Mon, 20 Nov 2006 07:32:36 -0800 (PST)
10594              Message-ID: <696736.39963.qm@web30204.mail.mud.yahoo.com>
10595      Branch: perl
10596            ! op.c
10597 ____________________________________________________________________________
10598 [ 29328] By: rgs                                   on 2006/11/20  15:31:03
10599         Log: Actually, undef $SIG{FOO} should restore the default signal
10600              handler. Else, once we exit a block where the signal handler was
10601              localized, it becomes ignored.
10602      Branch: perl
10603            ! mg.c
10604 ____________________________________________________________________________
10605 [ 29327] By: rgs                                   on 2006/11/20  15:19:36
10606         Log: Make undef $SIG{FOO} ignore the signal FOO
10607      Branch: perl
10608            ! mg.c
10609 ____________________________________________________________________________
10610 [ 29326] By: rgs                                   on 2006/11/20  14:51:46
10611         Log: Subject: [patch@29297] perl5db.pl detecting forked debugger on VMS.
10612              From: "John E. Malmberg" <wb8tyw@qsl.net>
10613              Date: Sat, 18 Nov 2006 23:07:17 -0500
10614              Message-ID: <455FD875.8050007@qsl.net>
10615      Branch: perl
10616            ! lib/perl5db.pl
10617 ____________________________________________________________________________
10618 [ 29325] By: rgs                                   on 2006/11/20  14:04:22
10619         Log: Fix precedence problem
10620      Branch: perl
10621            ! mg.c
10622 ____________________________________________________________________________
10623 [ 29324] By: rgs                                   on 2006/11/20  13:36:10
10624         Log: Patch by Yves Orton to fix the regression reported in :
10625              Subject: 28325/6 break DateTime::Format::Strptime
10626              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
10627              Date: Sun, 19 Nov 2006 05:41:53 +0100
10628              Message-ID: <877ixs6oa6.fsf@k75.linux.bogus>
10629      Branch: perl
10630            ! ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
10631            ! ext/re/t/regop.t pp.sym pp_proto.h regcomp.c regexec.c
10632            ! t/op/pat.t
10633 ____________________________________________________________________________
10634 [ 29323] By: rgs                                   on 2006/11/20  11:19:29
10635         Log: Extend the test-reonly make target on windows (Yves Orton)
10636      Branch: perl
10637            ! win32/Makefile
10638 ____________________________________________________________________________
10639 [ 29322] By: rgs                                   on 2006/11/20  11:18:03
10640         Log: Un-TODO tests for bug #32840, plus some new tests,
10641              by Yves Orton
10642      Branch: perl
10643            ! t/op/rxcode.t
10644 ____________________________________________________________________________
10645 [ 29321] By: steveh                                on 2006/11/20  10:38:07
10646         Log: Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
10647              on a temporary file just inserts the contents of the file in question
10648              into the command-line, exactly like putting the data there in the first
10649              place would achieve. It doesn't avoid creating a long command-line as we
10650              would like to do.
10651      Branch: perl
10652            ! win32/makefile.mk
10653 ____________________________________________________________________________
10654 [ 29320] By: rgs                                   on 2006/11/20  09:54:10
10655         Log: Update Text::Tabs and Text::Wrap to version 2006.1117
10656      Branch: perl
10657            + lib/Text/TabsWrap/t/Jacobson.t lib/Text/TabsWrap/t/Jacobson2.t
10658            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
10659            ! lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
10660            ! lib/Text/Wrap.pm
10661 ____________________________________________________________________________
10662 [ 29319] By: rgs                                   on 2006/11/19  15:36:29
10663         Log: Subject: [PATCH] ExtUtils/typemap: better error messages + constant string optimization
10664              From: Alexey Tourbin <at@altlinux.ru>
10665              Date: Sat, 18 Nov 2006 05:06:47 +0300
10666              Message-ID: <20061118020647.GA23287@localhost.localdomain>
10667      Branch: perl
10668            ! lib/ExtUtils/typemap
10669 ____________________________________________________________________________
10670 [ 29318] By: rgs                                   on 2006/11/19  13:56:32
10671         Log: Subject: Re: [PATCH] Study SUSPEND (and recursion) properly
10672              From: demerphq <demerphq@gmail.com>
10673              Date: Fri, 17 Nov 2006 13:34:42 +0100
10674              Message-ID: <9b18b3110611170434w218b4e86x7d61df2d1166a746@mail.gmail.com>
10675      Branch: perl
10676            ! regcomp.c
10677 ____________________________________________________________________________
10678 [ 29317] By: craigb                                on 2006/11/18  17:02:38
10679         Log: Update skip count for VMS.
10680      Branch: perl
10681            ! t/uni/class.t
10682 ____________________________________________________________________________
10683 [ 29316] By: nicholas                              on 2006/11/18  16:14:18
10684         Log: Subject: [perl #40921] shellwords.pl cannot handle trailing backslash
10685              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
10686              Message-ID: <rt-3.5.HEAD-32013-1163784707-1469.40921-75-0@perl.org>
10687              Date: Fri, 17 Nov 2006 09:31:48 -0800
10688              
10689              (and convert the example to a test)
10690      Branch: perl
10691            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
10692 ____________________________________________________________________________
10693 [ 29315] By: nicholas                              on 2006/11/18  15:32:04
10694         Log: Convert lib/Text/ParseWords.t to Test::More
10695      Branch: perl
10696            ! lib/Text/ParseWords.t
10697 ____________________________________________________________________________
10698 [ 29314] By: stevep                                on 2006/11/18  05:42:14
10699         Log: Sync up the function definitions for Perl_my_popen with the prototype.
10700      Branch: perl
10701            ! util.c
10702 ____________________________________________________________________________
10703 [ 29313] By: stevep                                on 2006/11/18  05:04:42
10704         Log: Tweaks needed to get Perl compiling with g++ on OpenBSD.
10705      Branch: perl
10706            ! perl.h perlio.c
10707 ____________________________________________________________________________
10708 [ 29312] By: merijn                                on 2006/11/17  20:46:20
10709         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
10710              From: "yves orton via RT" <perlbug-followup@perl.org>
10711              Date: Fri, 17 Nov 2006 10:17:48 -0800
10712              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
10713      Branch: perl
10714            ! mg.c t/op/pat.t
10715 ____________________________________________________________________________
10716 [ 29311] By: merijn                                on 2006/11/17  20:28:27
10717         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
10718              From: "yves orton via RT" <perlbug-followup@perl.org>
10719              Date: Fri, 17 Nov 2006 10:17:48 -0800
10720              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
10721      Branch: perl
10722            ! t/op/pat.t
10723 ____________________________________________________________________________
10724 [ 29310] By: merijn                                on 2006/11/17  20:25:27
10725         Log: Subject: [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 
10726              From: "yves orton via RT" <perlbug-followup@perl.org>
10727              Date: Fri, 17 Nov 2006 09:48:14 -0800
10728              Message-ID: <rt-3.5.HEAD-1666-1163785693-404.22395-15-0@perl.org>
10729      Branch: perl
10730            ! regcomp.c t/op/pat.t
10731 ____________________________________________________________________________
10732 [ 29309] By: merijn                                on 2006/11/17  20:12:20
10733         Log: Subject: [perl #17542] regex confusion 
10734              From: "yves orton via RT" <perlbug-followup@perl.org>
10735              Date: Fri, 17 Nov 2006 07:40:15 -0800
10736              Message-ID: <rt-3.5.HEAD-32013-1163778013-580.17542-15-0@perl.org>
10737      Branch: perl
10738            ! t/op/subst.t
10739 ____________________________________________________________________________
10740 [ 29308] By: merijn                                on 2006/11/17  19:54:49
10741         Log: Subject: [perl #36909] $^R undefined on matches involving backreferences
10742              From: yves orton via RT <bugs-perl5@bugs6.perl.org>
10743              Date: Nov 17, 2006 4:07 PM
10744      Branch: perl
10745            ! regcomp.c regexec.c t/op/pat.t t/op/subst.t win32/Makefile
10746 ____________________________________________________________________________
10747 [ 29307] By: steveh                                on 2006/11/17  17:07:33
10748         Log: Fix the XXX in #29303
10749      Branch: perl
10750            ! win32/makefile.mk
10751 ____________________________________________________________________________
10752 [ 29306] By: steveh                                on 2006/11/17  15:55:51
10753         Log: Tidy up Makefile part of #29260 and apply to makefile.mk too
10754      Branch: perl
10755            ! win32/Makefile win32/makefile.mk
10756 ____________________________________________________________________________
10757 [ 29305] By: steveh                                on 2006/11/17  15:45:26
10758         Log: Install perl-static.exe if it was built
10759              
10760              Perhaps this should be done via "installperl" so as to get, e.g.,
10761              perl5.9.5-static.exe and honour INST_VER and INST_ARCH?
10762              
10763              Just do it quick-and-dirty for now, as is done for wperl.exe. It
10764              can always be fixed later if anyone wants it.
10765      Branch: perl
10766            ! win32/Makefile win32/makefile.mk
10767 ____________________________________________________________________________
10768 [ 29304] By: rgs                                   on 2006/11/17  15:45:23
10769         Log: Subject: [patch@29297] d_printf_format_null needed in configure.com
10770              From: "John E. Malmberg" <wb8tyw@qsl.net>
10771              Date: Fri, 17 Nov 2006 10:22:50 -0500
10772              Message-ID: <455DD3CA.6050405@qsl.net>
10773      Branch: perl
10774            ! configure.com
10775 ____________________________________________________________________________
10776 [ 29303] By: steveh                                on 2006/11/17  15:12:12
10777         Log: Add perl-static.exe support to win32/makefile.mk
10778              
10779              This applies the same changes that were made in win32/Makefile by
10780              changes #29285 and #29296, plus a tweak to win32/runperl.c to fix
10781              a linker error when using MinGW/gcc
10782      Branch: perl
10783            ! win32/makefile.mk win32/runperl.c
10784 ____________________________________________________________________________
10785 [ 29302] By: nicholas                              on 2006/11/17  13:01:51
10786         Log: Change 29297 omitted a semicolon.
10787      Branch: perl
10788            ! t/op/taint.t
10789 ____________________________________________________________________________
10790 [ 29301] By: rgs                                   on 2006/11/17  11:06:48
10791         Log: Subject: [PATCH] Study SUSPEND (and recursion) properly
10792              From: demerphq <demerphq@gmail.com>
10793              Date: Thu, 16 Nov 2006 20:32:11 +0100
10794              Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com>
10795      Branch: perl
10796            ! regcomp.c t/op/pat.t
10797 ____________________________________________________________________________
10798 [ 29300] By: rgs                                   on 2006/11/17  09:45:56
10799         Log: Doc nits to re.pm
10800      Branch: perl
10801            ! ext/re/re.pm
10802 ____________________________________________________________________________
10803 [ 29299] By: rgs                                   on 2006/11/17  09:38:56
10804         Log: Subject: [PATCH] add regmust() to re.pm/re.xs
10805              From: demerphq <demerphq@gmail.com>
10806              Date: Fri, 17 Nov 2006 00:54:13 +0100
10807              Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com>
10808      Branch: perl
10809            ! ext/re/re.pm ext/re/re.xs ext/re/t/re_funcs.t pod/perltodo.pod
10810 ____________________________________________________________________________
10811 [ 29298] By: steveh                                on 2006/11/17  08:53:21
10812         Log: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
10813      Branch: perl
10814            ! win32/config.bc win32/config.gc win32/config.vc
10815            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
10816            ! win32/config_H.vc win32/config_H.vc64
10817 ____________________________________________________________________________
10818 [ 29297] By: stevep                                on 2006/11/17  04:20:01
10819         Log: Change #27951 added tests to t/op/taint.t involving taint, opening 
10820              "|-".  Unfortunately, this usually reacts badly on OpenBSD with
10821              threaded Perls, causing zombie processes nearly every time this is run.
10822              For now, skipping the test seem reasonable while working on a solution
10823              to the problem.
10824      Branch: perl
10825            ! t/op/taint.t
10826 ____________________________________________________________________________
10827 [ 29296] By: steveh                                on 2006/11/16  14:28:59
10828         Log: Fix Extensions_static dependencies to avoid relinking every time
10829              
10830              Subject: Re: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.ex e fo r win32
10831              From: demerphq <demerphq@gmail.com>
10832              Date: Thu, 16 Nov 2006 13:58:32 +0100
10833              Message-ID: <9b18b3110611160458r6bebb7f6k8421abe68b474997@mail.gmail.com>
10834      Branch: perl
10835            ! win32/Makefile
10836 ____________________________________________________________________________
10837 [ 29295] By: rgs                                   on 2006/11/16  13:35:14
10838         Log: Remove duplicate declaration
10839      Branch: perl
10840            ! regexp.h
10841 ____________________________________________________________________________
10842 [ 29294] By: rgs                                   on 2006/11/16  11:55:07
10843         Log: Clarifications to close() docs, pointed out by Peter Dintelmann
10844      Branch: perl
10845            ! pod/perlfunc.pod
10846 ____________________________________________________________________________
10847 [ 29293] By: rgs                                   on 2006/11/16  10:24:47
10848         Log: Subject: [PATCH] threads 1.51
10849              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10850              Date: Wed, 15 Nov 2006 11:36:58 -0800 (PST)
10851              Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com>
10852      Branch: perl
10853            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
10854            ! ext/threads/t/thread.t ext/threads/threads.pm
10855            ! ext/threads/threads.xs
10856 ____________________________________________________________________________
10857 [ 29292] By: steveh                                on 2006/11/16  09:30:48
10858         Log: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
10859              Leave wince/config.ce in the list as well, though, because that still
10860              exists in 5.8.x
10861      Branch: perl
10862            ! Porting/checkcfgvar.pl
10863 ____________________________________________________________________________
10864 [ 29291] By: merijn                                on 2006/11/16  09:13:08
10865         Log: Extended uconfig.sh based on Porting/checkcfgvar.pl findings
10866      Branch: perl
10867            ! uconfig.sh
10868 ____________________________________________________________________________
10869 [ 29289] By: merijn                                on 2006/11/16  08:07:33
10870         Log: Yet another step in generation a more reliable Glossary
10871      Branch: perl
10872            ! Porting/Glossary Porting/config.sh
10873 ____________________________________________________________________________
10874 [ 29288] By: merijn                                on 2006/11/15  21:36:30
10875         Log: 1. Less Whoa there, based on a suggestion by Andy Dougherty
10876              2. d_printf_format_null, based on a patch by Robin Barker
10877      Branch: perl
10878            ! Configure Porting/Glossary config_h.SH
10879 ____________________________________________________________________________
10880 [ 29285] By: steveh                                on 2006/11/15  18:07:44
10881         Log: Add support for building a perl-static.exe that doesn't depend on
10882              the perl59.dll. It currently can't load DLL extension modules, so
10883              any that are required must be statically linked too. This may be
10884              fixed sometime.  Changes to win32/makefile.mk also to follow.
10885              
10886              Subject: RE: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.exe fo r win32
10887              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
10888              Date: Mon, 13 Nov 2006 19:45:05 +0100
10889              Message-ID: <E3FB32585BF1D411B9E900805FF51A080207FA41@ru0022exch001u.ru.lucent.com>
10890              
10891              (with minor tweaks for cleanup and embedding manifest file)
10892      Branch: perl
10893            ! win32/Makefile
10894 ____________________________________________________________________________
10895 [ 29284] By: steveh                                on 2006/11/15  17:32:24
10896         Log: Fix tests added by #29248 and #29249
10897      Branch: perl
10898            ! ext/XS/APItest/APItest.xs ext/XS/APItest/core_or_not.inc
10899 ____________________________________________________________________________
10900 [ 29283] By: rgs                                   on 2006/11/15  15:28:53
10901         Log: Subject: [perl #39026] Tie::Memoize::EXISTS not caching the value 
10902              From: Len Weisberg (via RT) <perlbug-followup@perl.org>
10903              Date: Fri, 28 Apr 2006 20:36:05 -0700
10904              Message-ID: <rt-3.0.11-39026-132847.17.5801704932685@perl.org>
10905      Branch: perl
10906            ! lib/Tie/Memoize.pm
10907 ____________________________________________________________________________
10908 [ 29282] By: rgs                                   on 2006/11/15  13:56:52
10909         Log: FAQ sync
10910      Branch: perl
10911            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
10912            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
10913            ! pod/perlfaq9.pod
10914 ____________________________________________________________________________
10915 [ 29281] By: rgs                                   on 2006/11/15  13:03:34
10916         Log: Fix a signedness cast warning
10917      Branch: perl
10918            ! sv.c
10919 ____________________________________________________________________________
10920 [ 29280] By: rgs                                   on 2006/11/15  12:51:48
10921         Log: Tweaks to the debugger test by Richard Foley,
10922              plus fix auxiliary file path
10923      Branch: perl
10924            ! lib/perl5db.t
10925 ____________________________________________________________________________
10926 [ 29279] By: rgs                                   on 2006/11/15  12:41:24
10927         Log: Subject: Re: [PATCH] Fix RT#19049 and add relative backreferences
10928              From: demerphq <demerphq@gmail.com>
10929              Date: Wed, 15 Nov 2006 12:29:39 +0100
10930              Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com>
10931      Branch: perl
10932            ! ext/re/re.xs pod/perl595delta.pod pod/perldiag.pod
10933            ! pod/perlre.pod pod/perlreguts.pod regcomp.c regexec.c regexp.h
10934            ! t/op/pat.t t/op/re_tests
10935 ____________________________________________________________________________
10936 [ 29278] By: rgs                                   on 2006/11/15  11:12:30
10937         Log: Move the test files for the debugger in a t/ subdirectory, so they
10938              don't get installed
10939      Branch: perl
10940           +> lib/perl5db/t/eval-line-bug
10941            - lib/perl5db/eval-line-bug
10942            ! MANIFEST
10943 ____________________________________________________________________________
10944 [ 29277] By: rgs                                   on 2006/11/15  10:37:58
10945         Log: Subject: Re: Fix linker error on Win32
10946              From: demerphq <demerphq@gmail.com>
10947              Date: Wed, 15 Nov 2006 10:36:34 +0100
10948              Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com>
10949      Branch: perl
10950            ! ext/XS/APItest/core_or_not.inc
10951 ____________________________________________________________________________
10952 [ 29276] By: stevep                                on 2006/11/15  04:33:20
10953         Log: Subject: [PATCH] Makefile.SH: lib/re.pm often messes restarted parallel makes
10954              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10955              Date: Wed, 15 Nov 2006 05:48:32 +0200 (EET)
10956              Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi>
10957      Branch: perl
10958            ! Makefile.SH
10959 ____________________________________________________________________________
10960 [ 29275] By: davem                                 on 2006/11/14  23:24:45
10961         Log: debugger test could hang if run with umask 0002
10962      Branch: perl
10963            ! lib/perl5db.t
10964 ____________________________________________________________________________
10965 [ 29274] By: rgs                                   on 2006/11/14  16:59:45
10966         Log: A first regression test for the debugger, by Shlomi Fish
10967              and Richard Foley.
10968      Branch: perl
10969            + lib/perl5db.t lib/perl5db/eval-line-bug
10970            ! MANIFEST
10971 ____________________________________________________________________________
10972 [ 29273] By: rgs                                   on 2006/11/14  14:19:46
10973         Log: Fix bug #39037: rcatline doesn't stringify references
10974      Branch: perl
10975            ! pp_hot.c t/op/readline.t
10976 ____________________________________________________________________________
10977 [ 29272] By: rgs                                   on 2006/11/14  12:36:15
10978         Log: Doc patch by Thomas O Smailus :
10979              Subject: Fwd: [perl #40866] Error on doc page? (File::Basename)
10980              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
10981              Date: Tue, 14 Nov 2006 10:24:38 -0200
10982              Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com>
10983      Branch: perl
10984            ! lib/File/Basename.pm
10985 ____________________________________________________________________________
10986 [ 29271] By: rgs                                   on 2006/11/14  11:35:04
10987         Log: Assert that we don't access strings saved for $1 etc. out of bounds
10988      Branch: perl
10989            ! mg.c
10990 ____________________________________________________________________________
10991 [ 29270] By: rgs                                   on 2006/11/14  10:18:00
10992         Log: Subject: Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented?
10993              From: "Ben Tilly" <btilly@gmail.com>
10994              Date: Sun, 22 Oct 2006 14:07:23 -0700
10995              Message-ID: <acc274b30610221407o39e0157gad44ad5828c2bc21@mail.gmail.com>
10996      Branch: perl
10997            ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm
10998 ____________________________________________________________________________
10999 [ 29269] By: rgs                                   on 2006/11/14  09:40:43
11000         Log: Subject: [PATCH] ParseXS.pm: small optimization for "Usage: ..." constant strings
11001              From: Alexey Tourbin <at@altlinux.ru>
11002              Date: Tue, 14 Nov 2006 05:45:40 +0300
11003              Message-ID: <20061114024540.GA21986@localhost.localdomain>
11004      Branch: perl
11005            ! lib/ExtUtils/ParseXS.pm
11006 ____________________________________________________________________________
11007 [ 29268] By: rgs                                   on 2006/11/14  09:36:17
11008         Log: Subject: Fwd: Memory leak with s/// and hashes
11009              From: demerphq <demerphq@gmail.com>
11010              Date: Tue, 14 Nov 2006 00:38:31 +0100
11011              Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com>
11012      Branch: perl
11013            ! regcomp.c regexec.c regexp.h
11014 ____________________________________________________________________________
11015 [ 29267] By: rgs                                   on 2006/11/14  06:59:03
11016         Log: Subject: [PATCH] Allow negative indexing in recursive patterns
11017              From: demerphq <demerphq@gmail.com>
11018              Date: Mon, 13 Nov 2006 18:59:32 +0100
11019              Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com>
11020      Branch: perl
11021            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
11022 ____________________________________________________________________________
11023 [ 29266] By: steveh                                on 2006/11/13  18:09:58
11024         Log: Embed manifest files in EXEs and DLLs when building with VC++ 8.x
11025              
11026              See the thread starting here for details:
11027              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html
11028              
11029              (Still need to do something for Module::Build somtime...)
11030      Branch: perl
11031            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
11032            ! win32/Makefile win32/makefile.mk
11033 ____________________________________________________________________________
11034 [ 29265] By: rgs                                   on 2006/11/13  15:52:54
11035         Log: Todo (nice to have): an improvement to ~~
11036      Branch: perl
11037            ! pod/perltodo.pod
11038 ____________________________________________________________________________
11039 [ 29264] By: stevep                                on 2006/11/13  15:10:16
11040         Log: Upgrade to CPAN-1.88_62
11041      Branch: perl
11042            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
11043            ! lib/CPAN/SIGNATURE
11044 ____________________________________________________________________________
11045 [ 29263] By: rgs                                   on 2006/11/13  15:05:27
11046         Log: Fix a bug in the debugger tracing variables when one was eval'ing
11047              a string including a "#line" directive containing the actual
11048              name of the file already. (following-up change #25409)
11049      Branch: perl
11050            ! toke.c
11051 ____________________________________________________________________________
11052 [ 29262] By: rgs                                   on 2006/11/13  14:30:15
11053         Log: The latest regression test to Scalar::Util doesn't pass with threaded perls
11054      Branch: perl
11055            ! ext/List/Util/t/readonly.t
11056 ____________________________________________________________________________
11057 [ 29261] By: rgs                                   on 2006/11/13  14:15:33
11058         Log: A new regression test from:
11059              
11060              Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
11061              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11062              Date: Sun, 29 Oct 2006 21:03:21 -0000
11063              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
11064      Branch: perl
11065            ! ext/List/Util/t/readonly.t
11066 ____________________________________________________________________________
11067 [ 29260] By: rgs                                   on 2006/11/13  14:00:41
11068         Log: Subject: Re: [PATCH] New regex syntax omnibus
11069              From: demerphq <demerphq@gmail.com>
11070              Date: Thu, 9 Nov 2006 17:09:34 +0100
11071              Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com>
11072      Branch: perl
11073            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.h
11074            ! regcomp.pl regcomp.sym regexec.c regexp.h regnodes.h
11075            ! t/op/pat.t win32/Makefile
11076 ____________________________________________________________________________
11077 [ 29259] By: rgs                                   on 2006/11/13  11:38:02
11078         Log: Subject: [PATCH] was RE: Perl_die() / Perl_croak()
11079              From: "Robin Barker" <Robin.Barker@npl.co.uk>
11080              Date: Mon, 13 Nov 2006 10:25:08 -0000
11081              Message-ID: <2C2E01334A940D4792B3E115F95B7226149377@exchsvr1.npl.ad.local>
11082      Branch: perl
11083            ! embed.fnc embed.pl perl.h proto.h
11084 ____________________________________________________________________________
11085 [ 29258] By: rgs                                   on 2006/11/13  11:17:10
11086         Log: Parsing fix: it wasn't possible to call a function with a (_) prototype
11087              (that is, a function mimicing an unary op) without parentheses.
11088              Bug reported by Ã†var Arnfjörð Bjarmason.
11089      Branch: perl
11090            ! madly.act madly.tab madly.y perly.act perly.tab perly.y
11091            ! t/comp/uproto.t
11092 ____________________________________________________________________________
11093 [ 29257] By: rgs                                   on 2006/11/13  10:13:52
11094         Log: Subject: Re: [perl #27053] /^/m doesn't match after a newline at the end of the string
11095              From: demerphq <demerphq@gmail.com>
11096              Date: Sat, 11 Nov 2006 16:25:17 +0100
11097              Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com>
11098      Branch: perl
11099            ! pod/perlre.pod
11100 ____________________________________________________________________________
11101 [ 29256] By: rgs                                   on 2006/11/13  10:12:34
11102         Log: Casting nit
11103      Branch: perl
11104            ! regcomp.c
11105 ____________________________________________________________________________
11106 [ 29255] By: rgs                                   on 2006/11/13  09:55:11
11107         Log: POD fixes and nits in re.pm
11108      Branch: perl
11109            ! ext/re/re.pm
11110 ____________________________________________________________________________
11111 [ 29254] By: rgs                                   on 2006/11/13  09:40:35
11112         Log: Subject: [PATCH DOC] minor nit in binmode docs
11113              From: Paul Johnson <paul@pjcj.net>
11114              Date: Fri, 10 Nov 2006 12:17:37 +0100
11115              Message-ID: <20061110111737.GP17047@pjcj.net>
11116      Branch: perl
11117            ! pod/perlfunc.pod
11118 ____________________________________________________________________________
11119 [ 29253] By: stevep                                on 2006/11/13  02:23:29
11120         Log: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.
11121      Branch: perl
11122            ! ext/DynaLoader/t/DynaLoader.t
11123 ____________________________________________________________________________
11124 [ 29252] By: stevep                                on 2006/11/13  02:19:12
11125         Log: Subject: [PATCH] Regex Utility Functions and Substituion Fix (XML::Twig core dump)
11126              From: demerphq <demerphq@gmail.com>
11127              Date: Sun, 12 Nov 2006 23:29:41 +0100
11128              Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com>
11129              
11130              Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches
11131              to apply cleanly.
11132      Branch: perl
11133            + ext/re/t/re_funcs.t
11134            ! MANIFEST embed.fnc embed.h ext/re/re.pm ext/re/re.xs
11135            ! ext/re/re_top.h lib/ExtUtils/ParseXS.pm perl.h
11136            ! pod/perlreguts.pod pp.c pp_hot.c proto.h regcomp.c regcomp.h
11137            ! regexp.h sv.c t/op/pat.t
11138 ____________________________________________________________________________
11139 [ 29251] By: nicholas                              on 2006/11/12  23:09:46
11140         Log: Re-order ops to the implementation order in pp_sys.c - this makes a
11141              branch table corresponding to a switch statement slightly smaller.
11142      Branch: perl
11143            ! opcode.h opcode.pl opnames.h
11144 ____________________________________________________________________________
11145 [ 29250] By: nicholas                              on 2006/11/12  22:17:30
11146         Log: Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with
11147              opcode.pl OP order.
11148      Branch: perl
11149            ! ext/Safe/t/safeops.t
11150 ____________________________________________________________________________
11151 [ 29249] By: nicholas                              on 2006/11/12  21:57:22
11152         Log: Forgot to add the new files for 29248.
11153      Branch: perl
11154            + ext/XS/APItest/core.c ext/XS/APItest/core_or_not.inc
11155            + ext/XS/APItest/notcore.c ext/XS/APItest/t/svsetsv.t
11156 ____________________________________________________________________________
11157 [ 29248] By: nicholas                              on 2006/11/12  20:22:28
11158         Log: Change 24714 was arguably over-ambitious, in that non-core modules
11159              can't be expected to know that sv_setsv() may now not "really" copy a
11160              scalar. So arrange things so that COW of shared hash key scalars is
11161              only done for calls within the the PERL_CORE.
11162      Branch: perl
11163            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
11164            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL sv.c sv.h
11165 ____________________________________________________________________________
11166 [ 29247] By: nicholas                              on 2006/11/12  18:16:52
11167         Log: Looks like I didn't actually test the COW conditional code in
11168              change 27533. Perl now compiles, but
11169              ext/Compress/Raw/Zlib/t/07bufsize.t fails.
11170      Branch: perl
11171            ! pp_ctl.c regexec.c
11172 ____________________________________________________________________________
11173 [ 29246] By: rgs                                   on 2006/11/12  13:35:24
11174         Log: Subject: [PATCH] (2nd version) small tweaks based on smoke signs
11175              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11176              Date: Sat, 11 Nov 2006 06:18:56 +0200 (EET)
11177              Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi>
11178      Branch: perl
11179            ! hv.c regcomp.c regexec.c
11180 ____________________________________________________________________________
11181 [ 29245] By: rgs                                   on 2006/11/12  13:11:07
11182         Log: Reinstate warning 'Useless use of "re" pragma'
11183      Branch: perl
11184            ! ext/re/re.pm
11185 ____________________________________________________________________________
11186 [ 29244] By: stevep                                on 2006/11/10  22:55:01
11187         Log: Upgrade to Test-Simple-0.65.
11188      Branch: perl
11189            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
11190            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
11191            ! lib/Test/Simple/Changes
11192 ____________________________________________________________________________
11193 [ 29243] By: rgs                                   on 2006/11/09  15:58:11
11194         Log: Add to Attribute::Handlers the ability to report caller's file and line
11195              number. Based on:
11196              
11197              Subject: FW: Attribute::Handlers
11198              From: "David Feldman" <David.Feldman@tudor.com>
11199              Date: Wed, 25 Oct 2006 16:34:26 -0400
11200              Message-ID: <BA9AB162DD5CED46AC03DC5904B19C5B3736B4@tudor.com>
11201              
11202              plus docs and tests.
11203      Branch: perl
11204            + lib/Attribute/Handlers/t/linerep.t
11205            ! MANIFEST lib/Attribute/Handlers.pm
11206            ! lib/Attribute/Handlers/t/multi.t
11207 ____________________________________________________________________________
11208 [ 29242] By: rgs                                   on 2006/11/09  13:33:57
11209         Log: Silence warnings in Pod::Man
11210      Branch: perl
11211            ! lib/Pod/t/man.t
11212 ____________________________________________________________________________
11213 [ 29241] By: rgs                                   on 2006/11/09  12:32:41
11214         Log: Subject: [PATCH regexec.c regexp.h] ***speculative***  was RE: [PATCH] regexec.c - silence compiler warning
11215              From: "Robin Barker" <Robin.Barker@npl.co.uk>
11216              Date: Wed, 8 Nov 2006 15:29:47 -0000
11217              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA6@exchsvr1.npl.ad.local>
11218      Branch: perl
11219            ! regexec.c regexp.h
11220 ____________________________________________________________________________
11221 [ 29240] By: rgs                                   on 2006/11/09  11:05:24
11222         Log: Subject: [PATCH] regcomp.c: printf arg casts
11223              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11224              Date: Thu, 9 Nov 2006 06:47:53 +0200 (EET)
11225              Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi>
11226      Branch: perl
11227            ! regcomp.c
11228 ____________________________________________________________________________
11229 [ 29239] By: davem                                 on 2006/11/08  19:13:57
11230         Log: perl parser bug leading to memory corruption
11231              quoted-string parser naughtily maintained a pointer into an SV
11232              which could get realloc()ed.
11233      Branch: perl
11234            ! toke.c
11235 ____________________________________________________________________________
11236 [ 29238] By: merijn                                on 2006/11/08  16:39:21
11237         Log: Subject: Configure patch to add detection for DIR.dd_fd member variable
11238              From: "Steve Peters" <steve.peters@gmail.com>
11239              Date: Sun, 5 Nov 2006 01:40:34 -0600
11240              Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com>
11241      Branch: perl
11242            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
11243            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
11244            ! handy.h plan9/config_sh.sample symbian/config.sh uconfig.sh
11245            ! win32/config.bc win32/config.gc win32/config.vc
11246            ! win32/config.vc64
11247 ____________________________________________________________________________
11248 [ 29236] By: rgs                                   on 2006/11/08  15:33:02
11249         Log: Subject: [PATCH t/op/inccode.t] fails under minitest
11250              From: "Robin Barker" <Robin.Barker@npl.co.uk>
11251              Date: Wed, 8 Nov 2006 15:18:23 -0000
11252              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local>
11253      Branch: perl
11254            ! t/op/inccode.t
11255 ____________________________________________________________________________
11256 [ 29235] By: rgs                                   on 2006/11/08  15:14:31
11257         Log: Change the documentation of the return values of @INC-hooks to match
11258              what is tested to work. (It's a bit confusing that optional values
11259              might appear at the middle, too.)
11260      Branch: perl
11261            ! pod/perlfunc.pod
11262 ____________________________________________________________________________
11263 [ 29234] By: rgs                                   on 2006/11/08  14:02:46
11264         Log: Subject: [PATCH] Supress df warning in stat.t on OS X
11265              From: Michael G Schwern <schwern@gmail.com>
11266              Date: Wed, 08 Nov 2006 08:51:50 -0500
11267              Message-ID: <4551E0F6.20108@gmail.com>
11268      Branch: perl
11269            ! t/op/stat.t
11270 ____________________________________________________________________________
11271 [ 29233] By: steveh                                on 2006/11/08  13:53:52
11272         Log: Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.
11273              
11274              VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather
11275              than MSVCRT.dll, so they do not require the read() fix.
11276              
11277              Therefore, we also don't need to update the ioinfo struct used by the
11278              read() fix w.r.t. VC++ 8.x, so back out that part of change #29218
11279      Branch: perl
11280            ! win32/Makefile win32/makefile.mk win32/win32.h
11281 ____________________________________________________________________________
11282 [ 29232] By: rgs                                   on 2006/11/08  13:27:14
11283         Log: Type change to avoid signed/unsigned compiler warnings
11284              (thanks to Robin Barker)
11285      Branch: perl
11286            ! regexec.c
11287 ____________________________________________________________________________
11288 [ 29231] By: rgs                                   on 2006/11/08  13:14:20
11289         Log: Regenerate Changes; update perldelta
11290      Branch: perl
11291            ! Changes pod/perl595delta.pod
11292 ____________________________________________________________________________
11293 [ 29230] By: rgs                                   on 2006/11/08  11:23:13
11294         Log: Subject: Re: New version diagnostic breaks a bunch of modules.
11295              From: Glenn Linderman <perl@NevCal.com>
11296              Date: Mon, 30 Oct 2006 12:50:21 -0800
11297              Message-ID: <4546658D.6090507@NevCal.com>
11298      Branch: perl
11299            ! pod/perlfunc.pod
11300 ____________________________________________________________________________
11301 [ 29229] By: rgs                                   on 2006/11/08  10:43:52
11302         Log: Subject: [PATCH] Perl_die() / Perl_croak()
11303              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
11304              Date: Tue, 07 Nov 2006 23:27:40 -0800
11305              Message-ID: <455186EC.8010906@p6m7g8.com>
11306              
11307              (backported to embed.fnc)
11308      Branch: perl
11309            ! embed.fnc proto.h
11310 ____________________________________________________________________________
11311 [ 29228] By: rgs                                   on 2006/11/08  10:28:49
11312         Log: Subject: Patch for bug in SelfLoader.pm
11313              From: Mike Schilli <m@perlmeister.com>
11314              Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST)
11315              Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com>
11316      Branch: perl
11317            ! lib/SelfLoader.pm
11318 ____________________________________________________________________________
11319 [ 29227] By: rgs                                   on 2006/11/07  17:31:02
11320         Log: Use $HOME/localperl as default prefix for installing perl
11321              in the terse installation instructions in README.
11322      Branch: perl
11323            ! README
11324 ____________________________________________________________________________
11325 [ 29226] By: rgs                                   on 2006/11/07  16:50:47
11326         Log: More notes in perldelta
11327      Branch: perl
11328            ! pod/perl595delta.pod
11329 ____________________________________________________________________________
11330 [ 29225] By: rgs                                   on 2006/11/07  14:23:08
11331         Log: Forbid using tainted formats in printf and sprintf
11332      Branch: perl
11333            ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t
11334 ____________________________________________________________________________
11335 [ 29224] By: rgs                                   on 2006/11/07  11:16:54
11336         Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start
11337              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11338              Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST)
11339              Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com>
11340      Branch: perl
11341            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t
11342 ____________________________________________________________________________
11343 [ 29223] By: rgs                                   on 2006/11/07  10:45:26
11344         Log: Subject: Because I like pain. An update to README
11345              From: Jesse Vincent <jesse@fsck.com>
11346              Date: Mon, 6 Nov 2006 19:52:35 -0500
11347              Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com>
11348      Branch: perl
11349            ! README
11350 ____________________________________________________________________________
11351 [ 29222] By: rgs                                   on 2006/11/07  10:21:25
11352         Log: Subject: [PATCH] New regex syntax omnibus
11353              From: demerphq <demerphq@gmail.com>
11354              Date: Mon, 6 Nov 2006 13:06:28 +0100
11355              Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com>
11356              
11357              Plus a portability fix (in string comparison for regex verbs)
11358              and doc tweaks / podchecker fixes
11359      Branch: perl
11360            ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod
11361            ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h
11362            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
11363            ! t/op/re_tests
11364 ____________________________________________________________________________
11365 [ 29221] By: nicholas                              on 2006/11/06  22:21:05
11366         Log: assert() that SvPV_set() isn't used on arrays.
11367      Branch: perl
11368            ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c
11369            ! sv.h
11370 ____________________________________________________________________________
11371 [ 29220] By: nicholas                              on 2006/11/06  21:05:59
11372         Log: assert() that SvPV_set() isn't used on hashes.
11373      Branch: perl
11374            ! sv.c sv.h
11375 ____________________________________________________________________________
11376 [ 29219] By: nicholas                              on 2006/11/06  20:02:38
11377         Log: assert() that scalars are of the correct type in *set macros.
11378      Branch: perl
11379            ! sv.h
11380 ____________________________________________________________________________
11381 [ 29218] By: steveh                                on 2006/11/06  16:26:48
11382         Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground
11383              
11384              This is not a complete fix yet by any means (there are lots of compiler
11385              warnings and lots of test failures), but it's a step in the right
11386              direction.
11387              
11388              See the thread starting here:
11389              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html
11390              and continuing here:
11391              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html
11392              for further information
11393      Branch: perl
11394            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
11395 ____________________________________________________________________________
11396 [ 29217] By: merijn                                on 2006/11/06  15:19:38
11397         Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure
11398              From: Michael Cummings <mcummings@gentoo.org>
11399              Date: Fri, 25 Aug 2006 15:48:44 -0400
11400              Message-ID: <44EF541C.7050801@gentoo.org>
11401      Branch: perl
11402            ! Configure
11403 ____________________________________________________________________________
11404 [ 29215] By: rgs                                   on 2006/11/06  14:37:32
11405         Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
11406              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11407              Date: Mon, 06 Nov 2006 23:31:50 +0900
11408              Message-Id: <20061106233139.A2BC.BQW10602@nifty.com>
11409      Branch: perl
11410            ! t/op/time.t
11411 ____________________________________________________________________________
11412 [ 29214] By: rgs                                   on 2006/11/06  14:05:41
11413         Log: Sync Pod::Usage with the CPAN version
11414      Branch: perl
11415            ! lib/Pod/Usage.pm
11416 ____________________________________________________________________________
11417 [ 29213] By: merijn                                on 2006/11/06  13:58:56
11418         Log: The non-unix parts for localtime_r_needs_tzset
11419              Plus forced Glossary entry. That is a TODO for automation
11420      Branch: perl
11421            ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary
11422            ! Porting/config_H config_h.SH configure.com epoc/config.sh
11423            ! handy.h plan9/config.plan9 plan9/config_h.sample
11424            ! plan9/config_sh.sample uconfig.sh win32/config.bc
11425            ! win32/config.ce win32/config.gc win32/config.vc
11426            ! win32/config.vc64 win32/config_H.bc win32/config_H.ce
11427            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
11428 ____________________________________________________________________________
11429 [ 29212] By: rgs                                   on 2006/11/06  13:18:25
11430         Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64
11431              From: Andrew Savige <ajsavige@yahoo.com.au>
11432              Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST)
11433              Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com>
11434      Branch: perl
11435            ! t/run/cloexec.t
11436 ____________________________________________________________________________
11437 [ 29211] By: rgs                                   on 2006/11/06  10:59:16
11438         Log: Upgrade to Test::Simple 0.64_03
11439      Branch: perl
11440            + lib/Test/Simple/t/carp.t
11441            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
11442            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
11443            ! lib/Test/Simple/Changes
11444            ! lib/Test/Simple/t/00test_harness_check.t
11445            ! lib/Test/Simple/t/tbt_01basic.t
11446            ! lib/Test/Simple/t/tbt_02fhrestore.t
11447            ! lib/Test/Simple/t/tbt_03die.t
11448            ! lib/Test/Simple/t/tbt_04line_num.t
11449            ! lib/Test/Simple/t/tbt_05faildiag.t
11450            ! lib/Test/Simple/t/tbt_06errormess.t
11451            ! lib/Test/Simple/t/tbt_07args.t
11452 ____________________________________________________________________________
11453 [ 29210] By: rgs                                   on 2006/11/06  10:09:12
11454         Log: Change reentr.pl to generate reentr.h accordingly to change 29209
11455      Branch: perl
11456            ! reentr.pl
11457 ____________________________________________________________________________
11458 [ 29209] By: merijn                                on 2006/11/06  09:43:30
11459         Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
11460              From: "Benjamin Holzman" <bholzman@longitude.com>
11461              Date: Wed, 19 Jul 2006 07:11:09 -0400
11462              Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com>
11463      Branch: perl
11464            ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t
11465 ____________________________________________________________________________
11466 [ 29208] By: rgs                                   on 2006/11/06  09:30:41
11467         Log: Silence a cast warning
11468      Branch: perl
11469            ! regcomp.c
11470 ____________________________________________________________________________
11471 [ 29206] By: nicholas                              on 2006/11/06  08:13:09
11472         Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that
11473              no-one is trying to access it.
11474      Branch: perl
11475            ! sv.h
11476 ____________________________________________________________________________
11477 [ 29205] By: craigb                                on 2006/11/06  01:37:13
11478         Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted
11479              as done.  Courtesy of Scott Lepage.
11480      Branch: perl
11481            ! vms/vms.c
11482 ____________________________________________________________________________
11483 [ 29204] By: merijn                                on 2006/11/04  19:15:19
11484         Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment
11485              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11486              Date: Sat, 04 Nov 2006 21:53:50 +0900
11487              Message-Id: <20061104215302.3325.BQW10602@nifty.com>
11488      Branch: perl
11489            + t/uni/greek.t t/uni/latin2.t
11490            ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h
11491            ! regcomp.c t/uni/tr_utf8.t
11492 ____________________________________________________________________________
11493 [ 29203] By: nicholas                              on 2006/11/04  18:56:33
11494         Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should
11495              be as part of RvDEEPCP() in gv.c (Perl_amagic_call())
11496      Branch: perl
11497            ! gv.c sv.c
11498 ____________________________________________________________________________
11499 [ 29202] By: stevep                                on 2006/11/04  15:39:57
11500         Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t
11501              From: Andrew Savige <ajsavige@yahoo.com.au>
11502              Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST)
11503              Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com>
11504      Branch: perl
11505            + t/run/cloexec.t
11506            ! MANIFEST
11507 ____________________________________________________________________________
11508 [ 29201] By: rgs                                   on 2006/11/03  16:04:48
11509         Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8)
11510              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11511              Date: Sun, 21 May 2006 14:00:43 +0900
11512              Message-Id: <20060521140011.358D.BQW10602@nifty.com>
11513      Branch: perl
11514            ! embed.fnc embed.h proto.h sv.c t/op/index.t
11515 ____________________________________________________________________________
11516 [ 29200] By: rgs                                   on 2006/11/03  15:04:15
11517         Log: The assignment to $VERSION must be on its own line, for
11518              ExtUtils::MM_Unix::parse_version to be happy.
11519      Branch: perl
11520            ! ext/DynaLoader/DynaLoader_pm.PL
11521 ____________________________________________________________________________
11522 [ 29199] By: rgs                                   on 2006/11/03  14:01:30
11523         Log: Subject: [PATCH] threads 1.49
11524              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11525              Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST)
11526              Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com>
11527      Branch: perl
11528            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
11529            ! ext/threads/t/thread.t ext/threads/threads.pm
11530            ! ext/threads/threads.xs
11531 ____________________________________________________________________________
11532 [ 29198] By: rgs                                   on 2006/11/03  13:32:31
11533         Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block
11534              
11535              Subject: [perl #40651] (Obscure) Bug in Dynaloader 
11536              From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org>
11537              Date: Thu, 02 Nov 2006 09:30:34 -0800
11538              Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org>
11539      Branch: perl
11540            ! ext/DynaLoader/DynaLoader_pm.PL
11541 ____________________________________________________________________________
11542 [ 29197] By: rgs                                   on 2006/11/03  10:09:19
11543         Log: When code is loaded through an @INC-hook, and when this hook
11544              has set a filename entry in %INC, make sure __FILE__ is set
11545              for this code accordingly to the contents of that %INC entry.
11546      Branch: perl
11547            ! pp_ctl.c t/op/inccode.t
11548 ____________________________________________________________________________
11549 [ 29196] By: gisle                                 on 2006/11/03  07:08:18
11550         Log: Typo fixes by Troy Topnik.
11551      Branch: perl
11552            ! pod/perlretut.pod
11553 ____________________________________________________________________________
11554 [ 29195] By: merijn                                on 2006/11/02  17:49:53
11555         Log: Change #29193 makes this addition unneeded
11556      Branch: perl
11557            ! t/lib/common.pl
11558 ____________________________________________________________________________
11559 [ 29194] By: davem                                 on 2006/11/02  17:36:33
11560         Log: add test that eval undef clears $@
11561      Branch: perl
11562            ! t/op/eval.t
11563 ____________________________________________________________________________
11564 [ 29193] By: davem                                 on 2006/11/02  17:07:00
11565         Log: eval $undef should emit one warning, not three.
11566              Also ensure that eval $undef clears $@ (it did, but only by luck)
11567      Branch: perl
11568            ! pp_ctl.c t/lib/warnings/9uninit toke.c
11569 ____________________________________________________________________________
11570 [ 29192] By: rgs                                   on 2006/11/02  16:45:13
11571         Log: Fix case in external pod link
11572      Branch: perl
11573            ! pod/perlop.pod
11574 ____________________________________________________________________________
11575 [ 29191] By: rgs                                   on 2006/11/02  13:51:21
11576         Log: say() has the same syntax than print(), so forbid to override it
11577              (like print())
11578      Branch: perl
11579            ! perl_keyword.pl t/op/cproto.t toke.c
11580 ____________________________________________________________________________
11581 [ 29190] By: rgs                                   on 2006/11/02  13:04:10
11582         Log: This volatile modifier is not on the referent, but on the pointer
11583              (see change 28606)
11584      Branch: perl
11585            ! op.c
11586 ____________________________________________________________________________
11587 [ 29189] By: rgs                                   on 2006/11/02  12:26:47
11588         Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
11589              From: demerphq <demerphq@gmail.com>
11590              Date: Thu, 2 Nov 2006 12:35:10 +0100
11591              Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com>
11592      Branch: perl
11593            ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod
11594            ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
11595            ! regexp.h regnodes.h t/op/pat.t
11596 ____________________________________________________________________________
11597 [ 29188] By: rgs                                   on 2006/11/02  11:59:23
11598         Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm
11599              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
11600              Date: Thu, 2 Nov 2006 12:36:49 +0100 
11601              Message-ID: <E3FB32585BF1D411B9E900805FF51A080204E833@ru0022exch001u.ru.lucent.com>
11602      Branch: perl
11603            ! ext/DynaLoader/XSLoader_pm.PL
11604 ____________________________________________________________________________
11605 [ 29187] By: rgs                                   on 2006/11/02  11:14:42
11606         Log: Subject: Re: $, and say
11607              From: Gisle Aas <gisle@ActiveState.com>
11608              Date: 27 Jan 2006 14:46:00 -0800
11609              Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com>
11610              
11611              with tweaks so "say;" continues to default to $_
11612              plus a regression test
11613      Branch: perl
11614            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
11615            ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t
11616 ____________________________________________________________________________
11617 [ 29186] By: rgs                                   on 2006/11/02  11:01:29
11618         Log: Silence a gcc warning
11619      Branch: perl
11620            ! regexec.c
11621 ____________________________________________________________________________
11622 [ 29185] By: rgs                                   on 2006/11/02  10:32:18
11623         Log: More regression tests for the _ prototype
11624      Branch: perl
11625            ! t/comp/uproto.t
11626 ____________________________________________________________________________
11627 [ 29184] By: rgs                                   on 2006/11/02  10:06:37
11628         Log: More heuristics to make warnings.t pass under different
11629              combinations of PERL_UNICODE / locale
11630      Branch: perl
11631            ! t/lib/common.pl
11632 ____________________________________________________________________________
11633 [ 29183] By: rgs                                   on 2006/11/01  17:05:03
11634         Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control.
11635              From: demerphq <demerphq@gmail.com>
11636              Date: Tue, 31 Oct 2006 22:49:57 +0100
11637              Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com>
11638      Branch: perl
11639            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
11640            ! t/op/pat.t
11641 ____________________________________________________________________________
11642 [ 29182] By: rgs                                   on 2006/11/01  16:29:05
11643         Log: Fix the failures in warnings tests when PERL_UNICODE is defined
11644              that show up in the smokes under UTF-8 locales. Based on :
11645              
11646              Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE)
11647              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
11648              Date: Wed, 1 Nov 2006 17:03:55 +0100
11649              Message-ID: <20061101170355.7c57b515@pc09>
11650      Branch: perl
11651            ! t/lib/common.pl t/lib/warnings/9uninit
11652 ____________________________________________________________________________
11653 [ 29181] By: steveh                                on 2006/11/01  13:22:16
11654         Log: Forgot to bump Time-HiRes $VERSION in change #29180
11655              (IO's $VERSION is bumped already)
11656      Branch: perl
11657            ! ext/Time/HiRes/HiRes.pm
11658 ____________________________________________________________________________
11659 [ 29180] By: steveh                                on 2006/11/01  13:07:37
11660         Log: Silence VC++ compiler warnings
11661              See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208
11662      Branch: perl
11663            ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c
11664 ____________________________________________________________________________
11665 [ 29179] By: rgs                                   on 2006/11/01  12:39:39
11666         Log: Subject: [PATCH] Remove beta status from compression modules
11667              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11668              Date: Wed, 1 Nov 2006 10:34:52 -0000
11669              Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com>
11670      Branch: perl
11671            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
11672            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
11673            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
11674            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
11675            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
11676            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
11677            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
11678            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
11679            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
11680            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
11681            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
11682            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
11683            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
11684            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
11685            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
11686            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
11687            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
11688            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
11689            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
11690            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
11691            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
11692            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
11693            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
11694            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
11695            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
11696            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
11697            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
11698 ____________________________________________________________________________
11699 [ 29178] By: rgs                                   on 2006/11/01  10:44:58
11700         Log: Regression test by Yves Orton for : [perl #36046] Special var @-
11701              becomes arbitrarily large
11702      Branch: perl
11703            ! t/op/pat.t
11704 ____________________________________________________________________________
11705 [ 29177] By: nicholas                              on 2006/10/31  22:36:40
11706         Log: Missed a ) in a comment.
11707      Branch: perl
11708            ! perl.c
11709 ____________________________________________________________________________
11710 [ 29176] By: rgs                                   on 2006/10/31  16:28:33
11711         Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's
11712              not systematically skipped
11713      Branch: perl
11714            ! ext/Sys/Syslog/t/constants.t
11715 ____________________________________________________________________________
11716 [ 29175] By: rgs                                   on 2006/10/31  16:02:03
11717         Log: Some diagnostic output was giving warnings in op/pack.t
11718              under UTF-8 locales, and warnings where fatal by default.
11719              Make them non-fatal for diagnostics.
11720      Branch: perl
11721            ! t/op/pack.t
11722 ____________________________________________________________________________
11723 [ 29174] By: rgs                                   on 2006/10/31  14:47:25
11724         Log: Fix a case of segfault in ithread destruction
11725      Branch: perl
11726            ! ext/threads/threads.xs
11727 ____________________________________________________________________________
11728 [ 29173] By: rgs                                   on 2006/10/31  14:29:07
11729         Log: Doc clarification for PerlIO::encoding
11730              (thanks to Steve Hay)
11731      Branch: perl
11732            ! ext/PerlIO/encoding/encoding.pm
11733 ____________________________________________________________________________
11734 [ 29172] By: rgs                                   on 2006/10/31  14:10:25
11735         Log: threads::shared doesn't use ppport.h in the core
11736      Branch: perl
11737            ! mkppport.lst
11738 ____________________________________________________________________________
11739 [ 29171] By: rgs                                   on 2006/10/31  14:03:30
11740         Log: Subject: [PATCH] threads 1.47
11741              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11742              Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST)
11743              Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com>
11744      Branch: perl
11745            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
11746            ! ext/threads/t/stack.t ext/threads/t/thread.t
11747            ! ext/threads/threads.pm ext/threads/threads.xs
11748 ____________________________________________________________________________
11749 [ 29170] By: rgs                                   on 2006/10/31  13:51:38
11750         Log: Silence a warning and call readpipe_override() correctly.
11751      Branch: perl
11752            ! toke.c
11753 ____________________________________________________________________________
11754 [ 29169] By: rgs                                   on 2006/10/31  13:49:26
11755         Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod
11756      Branch: perl
11757            ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c
11758 ____________________________________________________________________________
11759 [ 29168] By: rgs                                   on 2006/10/31  13:34:30
11760         Log: Make readpipe() overridable (and also `` and qx//)
11761      Branch: perl
11762            ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c
11763            ! t/op/cproto.t t/op/override.t toke.c
11764 ____________________________________________________________________________
11765 [ 29167] By: rgs                                   on 2006/10/31  10:59:02
11766         Log: Remove duplicated entries
11767      Branch: perl
11768            ! pod/perltodo.pod
11769 ____________________________________________________________________________
11770 [ 29166] By: gisle                                 on 2006/10/30  20:13:04
11771         Log: Improve documentation of av_len and av_fill.
11772      Branch: perl
11773            ! av.c
11774 ____________________________________________________________________________
11775 [ 29165] By: nicholas                              on 2006/10/30  18:37:41
11776         Log: Avoid Devel::DProf failing an assertion during global destruction.
11777      Branch: perl
11778            ! ext/Devel/DProf/DProf.xs
11779 ____________________________________________________________________________
11780 [ 29164] By: stevep                                on 2006/10/30  18:29:30
11781         Log: It seems only HWND__* is needed by MinGW g++.
11782      Branch: perl
11783            ! win32/win32.c
11784 ____________________________________________________________________________
11785 [ 29162] By: rgs                                   on 2006/10/30  17:56:33
11786         Log: The second patch from:
11787              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
11788              From: demerphq <demerphq@gmail.com>
11789              Date: Mon, 30 Oct 2006 19:15:13 +0200
11790              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
11791      Branch: perl
11792            ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h
11793 ____________________________________________________________________________
11794 [ 29161] By: rgs                                   on 2006/10/30  17:36:18
11795         Log: The first patch from:
11796              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
11797              From: demerphq <demerphq@gmail.com>
11798              Date: Mon, 30 Oct 2006 19:15:13 +0200
11799              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
11800      Branch: perl
11801            ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c
11802            ! regnodes.h
11803 ____________________________________________________________________________
11804 [ 29160] By: rgs                                   on 2006/10/30  17:07:46
11805         Log: Mention that field hashes are for inside-out objects
11806              (this will be useful for perl5100delta.)
11807      Branch: perl
11808            ! pod/perl594delta.pod
11809 ____________________________________________________________________________
11810 [ 29159] By: stevep                                on 2006/10/30  16:46:13
11811         Log: Subject: Patch 29155 breaks VC
11812              From: demerphq <demerphq@gmail.com>
11813              Date: Mon, 30 Oct 2006 18:08:17 +0200
11814              Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com>
11815              
11816              Plus an additional casting.
11817      Branch: perl
11818            ! win32/win32.c
11819 ____________________________________________________________________________
11820 [ 29158] By: rgs                                   on 2006/10/30  16:29:35
11821         Log: Update perldelta with changes up to 28867
11822      Branch: perl
11823            ! pod/perl595delta.pod
11824 ____________________________________________________________________________
11825 [ 29157] By: stevep                                on 2006/10/30  15:53:50
11826         Log: VOL should be used instead of volatile in the core.
11827      Branch: perl
11828            ! op.c perl.c
11829 ____________________________________________________________________________
11830 [ 29156] By: merijn                                on 2006/10/30  14:14:25
11831         Log: $hex is already hex, so cannot be used in %X if starting with [A-F]
11832      Branch: perl
11833            ! lib/charnames.pm
11834 ____________________________________________________________________________
11835 [ 29155] By: stevep                                on 2006/10/30  13:58:15
11836         Log: Initial cleanups to support compiling Win32 with MinGW g++.
11837      Branch: perl
11838            ! perlio.c win32/win32.c
11839 ____________________________________________________________________________
11840 [ 29154] By: rgs                                   on 2006/10/30  11:25:39
11841         Log: Subject: Re: Closures with named subs
11842              From: Christian Winter <bitpoet@linux-config.de>
11843              Date: Sun, 29 Oct 2006 21:34:25 +0100
11844              Message-ID: <45451051.4080200@linux-config.de>
11845      Branch: perl
11846            ! pod/perlref.pod
11847 ____________________________________________________________________________
11848 [ 29153] By: rgs                                   on 2006/10/30  10:38:09
11849         Log: Subject: [PATCH] threads 1.46
11850              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11851              Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT)
11852              Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com>
11853      Branch: perl
11854            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
11855            ! ext/threads/threads.pm ext/threads/threads.xs
11856 ____________________________________________________________________________
11857 [ 29152] By: rgs                                   on 2006/10/30  10:13:22
11858         Log: Silence a g++ warning reported by Jarkko.
11859      Branch: perl
11860            ! ext/Data/Dumper/Dumper.xs
11861 ____________________________________________________________________________
11862 [ 29151] By: rgs                                   on 2006/10/30  10:08:24
11863         Log: Delete Encode's MANIFEST (or else the make process complains
11864              about the missing Encode's META.yml file)
11865      Branch: perl
11866            - ext/Encode/MANIFEST
11867            ! MANIFEST
11868 ____________________________________________________________________________
11869 [ 29150] By: steveh                                on 2006/10/30  10:02:35
11870         Log: Bump $VERSION in Term::UI following change #29120
11871      Branch: perl
11872            ! lib/Term/UI.pm
11873 ____________________________________________________________________________
11874 [ 29149] By: rgs                                   on 2006/10/30  09:52:05
11875         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz
11876              From: John Peacock <jpeacock@rowman.com>
11877              Date: Sun, 29 Oct 2006 14:47:51 -0500
11878              Message-ID: <45450567.7040609@rowman.com>
11879      Branch: perl
11880            ! lib/version.pm lib/version.t
11881 ____________________________________________________________________________
11882 [ 29148] By: rgs                                   on 2006/10/30  09:43:30
11883         Log: Subject: [patch] simplify optree test support
11884              From: Jim Cromie <jim.cromie@gmail.com>
11885              Date: Sun, 29 Oct 2006 14:50:02 -0700
11886              Message-ID: <4545220A.6060500@gmail.com>
11887      Branch: perl
11888            ! ext/B/t/OptreeCheck.pm
11889 ____________________________________________________________________________
11890 [ 29147] By: steveh                                on 2006/10/30  09:38:21
11891         Log: Add some missing targets to win32/makefile.mk
11892              
11893              This updates makefile.mk w.r.t. Makefile, following changes #28293,
11894              #28832, #28904 and #29131
11895      Branch: perl
11896            ! win32/makefile.mk
11897 ____________________________________________________________________________
11898 [ 29146] By: rgs                                   on 2006/10/30  09:33:33
11899         Log: In vim, modelines are not taken into account if they begin on the
11900              first character. Also, regenerate perlintern.pod.
11901      Branch: perl
11902            ! autodoc.pl pod/perlapi.pod pod/perlintern.pod
11903 ____________________________________________________________________________
11904 [ 29145] By: merijn                                on 2006/10/30  07:17:18
11905         Log: Subject: [PATCH@29157] wince patch
11906              From: Vadim <vadim@vkonovalov.ru>
11907              Date: Sat, 28 Oct 2006 23:48:46 +0400
11908              Message-ID: <4543B41E.3070006@vkonovalov.ru>
11909      Branch: perl
11910            ! README.ce win32/Makefile.ce
11911 ____________________________________________________________________________
11912 [ 29144] By: craigb                                on 2006/10/30  00:33:34
11913         Log: When we open a file and pass it along to PerlIO, be sure to enter the
11914              PerlIO world via Unix I/O.  If you start from stdio, a Unix I/O counter
11915              will get decremented on close even though it was never incremented (and 
11916              may not even exist).  Exposed by #29065.
11917      Branch: perl
11918            ! vms/ext/Stdio/Stdio.xs
11919 ____________________________________________________________________________
11920 [ 29143] By: craigb                                on 2006/10/30  00:23:35
11921         Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
11922              to use PerlIO_fdopen so that when the tmpfile is closed we do
11923              not decrement a ref count that doesn't exist or is zero.
11924      Branch: perl
11925            ! perlio.c
11926 ____________________________________________________________________________
11927 [ 29142] By: stevep                                on 2006/10/30  00:22:00
11928         Log: Changes to get perl to compile with g++ on Cygwin.  Some additional
11929              changes will be needed to get it to link though.
11930      Branch: perl
11931            ! cygwin/cygwin.c malloc.c perl.h sv.c
11932 ____________________________________________________________________________
11933 [ 29140] By: nicholas                              on 2006/10/29  22:01:17
11934         Log: Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
11935              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11936              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
11937              Date: Sun, 29 Oct 2006 21:03:21 -0000
11938      Branch: perl
11939            ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl
11940 ____________________________________________________________________________
11941 [ 29139] By: nicholas                              on 2006/10/29  21:54:29
11942         Log: Fix a typo in my description for change 26427.
11943      Branch: perl
11944            ! Changes
11945 ____________________________________________________________________________
11946 [ 29138] By: nicholas                              on 2006/10/29  21:23:12
11947         Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod
11948              and perlguts.pod
11949      Branch: perl
11950            ! autodoc.pl pod/perlapi.pod pod/perlguts.pod
11951 ____________________________________________________________________________
11952 [ 29133] By: nicholas                              on 2006/10/29  19:27:45
11953         Log: Subject: [PATCH] Re: Deparse bug?
11954              From: Stephen McCamant <smcc@mit.edu>
11955              Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU>
11956              Date: Sun, 29 Oct 2006 08:40:46 -0800
11957      Branch: perl
11958            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
11959 ____________________________________________________________________________
11960 [ 29131] By: merijn                                on 2006/10/29  18:32:55
11961         Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile
11962              From: demerphq <demerphq@gmail.com>
11963              Date: Sun, 29 Oct 2006 13:28:31 +0200
11964              Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>
11965      Branch: perl
11966            ! win32/Makefile
11967 ____________________________________________________________________________
11968 [ 29130] By: nicholas                              on 2006/10/29  18:30:25
11969         Log: Add the note from change 25773 about auditing for destruction ordering.
11970      Branch: perl
11971            ! pod/perltodo.pod
11972 ____________________________________________________________________________
11973 [ 29128] By: nicholas                              on 2006/10/29  18:23:01
11974         Log: I shrunk struct context, so remove it from perltodo.
11975      Branch: perl
11976            ! pod/perltodo.pod
11977 ____________________________________________________________________________
11978 [ 29127] By: nicholas                              on 2006/10/27  21:40:40
11979         Log: Change 27779 failed to free() memory in two places in Perl_magic_set(),
11980              and hence was leaking like the proverbial Jumblie maritime craft.
11981      Branch: perl
11982            ! mg.c
11983 ____________________________________________________________________________
11984 [ 29126] By: stevep                                on 2006/10/27  13:29:05
11985         Log: Upgrade to Pod-Parser-1.35.
11986      Branch: perl
11987            + t/pod/p2u_data.pl t/pod/twice.t
11988            ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm
11989            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
11990            ! lib/Pod/Usage.pm t/pod/testcmp.pl
11991 ____________________________________________________________________________
11992 [ 29125] By: rgs                                   on 2006/10/27  09:45:33
11993         Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks.
11994      Branch: perl
11995            ! lib/Attribute/Handlers.pm
11996 ____________________________________________________________________________
11997 [ 29124] By: rgs                                   on 2006/10/27  08:43:26
11998         Log: Subject: [PATCH] Change MY_CXT ref in perl.h
11999              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12000              Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT)
12001              Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com>
12002      Branch: perl
12003            ! perl.h
12004 ____________________________________________________________________________
12005 [ 29123] By: rgs                                   on 2006/10/27  08:41:45
12006         Log: Subject: [PATCH] Make 'threads' conform to perlguts
12007              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12008              Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT)
12009              Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com>
12010      Branch: perl
12011            ! ext/threads/threads.xs
12012 ____________________________________________________________________________
12013 [ 29122] By: stevep                                on 2006/10/27  04:48:43
12014         Log: Spelling fixes for re.pm.
12015      Branch: perl
12016            ! ext/re/re.pm
12017 ____________________________________________________________________________
12018 [ 29121] By: stevep                                on 2006/10/27  03:48:34
12019         Log: Spelling nits from Debian bug list...
12020              
12021              Subject: Bug#395426: perl: spelling errors
12022              From: Matt Taggart <taggart@debian.org>
12023              Date: Thu, 26 Oct 2006 15:23:29 -0700
12024              Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus>
12025      Branch: perl
12026            ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL
12027            ! x2p/s2p.PL
12028 ____________________________________________________________________________
12029 [ 29120] By: steveh                                on 2006/10/26  16:26:56
12030         Log: Close temporary test file before unlinking (for the sake of Win32)
12031      Branch: perl
12032            ! lib/Term/UI/t/02_ui.t
12033 ____________________________________________________________________________
12034 [ 29119] By: rgs                                   on 2006/10/26  16:11:26
12035         Log: Document the new (?FAIL) assertion (Yves Orton)
12036      Branch: perl
12037            ! pod/perlre.pod
12038 ____________________________________________________________________________
12039 [ 29118] By: rgs                                   on 2006/10/26  15:58:18
12040         Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern.
12041              From: demerphq <demerphq@gmail.com>
12042              Date: Thu, 26 Oct 2006 14:59:11 +0200
12043              Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com>
12044      Branch: perl
12045            ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h
12046            ! t/op/re_tests
12047 ____________________________________________________________________________
12048 [ 29117] By: rgs                                   on 2006/10/26  15:42:40
12049         Log: Subject: [PATCH] IO::Compress modules
12050              From: "Paul Marquess" <paul.marquess@ntlworld.com>
12051              Date: Thu, 26 Oct 2006 15:29:43 +0100
12052              Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com>
12053      Branch: perl
12054            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
12055            ! ext/Compress/IO/Base/README
12056            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
12057            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
12058            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
12059            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
12060            ! ext/Compress/IO/Base/private/MakeUtil.pm
12061            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
12062            ! ext/Compress/IO/Zlib/README
12063            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
12064            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
12065            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
12066            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
12067            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
12068            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
12069            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
12070            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
12071            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
12072            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
12073            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
12074            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
12075            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
12076            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
12077            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
12078            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
12079            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
12080            ! ext/Compress/IO/Zlib/private/MakeUtil.pm
12081            ! ext/Compress/Raw/Zlib/Changes
12082            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
12083            ! ext/Compress/Raw/Zlib/Zlib.xs
12084            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
12085            ! ext/Compress/Raw/Zlib/private/MakeUtil.pm
12086            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
12087            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
12088            ! ext/Compress/Zlib/private/MakeUtil.pm
12089            ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl
12090            ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl
12091 ____________________________________________________________________________
12092 [ 29116] By: rgs                                   on 2006/10/26  15:30:52
12093         Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
12094              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12095              Date: Fri, 27 Oct 2006 00:19:34 +0900
12096              Message-Id: <20061027001924.B158.BQW10602@nifty.com>
12097      Branch: perl
12098            ! pod/perlfunc.pod sv.c t/op/sprintf.t
12099 ____________________________________________________________________________
12100 [ 29115] By: merijn                                on 2006/10/26  14:08:03
12101         Log: Subject: [PATCH] Fix typo in File::Find POD
12102              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12103              Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT)
12104              Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>
12105      Branch: perl
12106            ! lib/File/Find.pm
12107 ____________________________________________________________________________
12108 [ 29114] By: rgs                                   on 2006/10/26  12:22:07
12109         Log: Add Term::UI and Object::Accessor to the list of dual-life modules
12110      Branch: perl
12111            ! Porting/Maintainers.pl
12112 ____________________________________________________________________________
12113 [ 29113] By: rgs                                   on 2006/10/26  12:16:49
12114         Log: Subject: [PATCH] Add Object::Accessor to the core
12115              From: "Jos Boumans" <kane@xs4all.net>
12116              Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST)
12117              Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl>
12118      Branch: perl
12119            + lib/Object/Accessor.pm
12120            + lib/Object/Accessor/t/00_Object-Accessor.t
12121            + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t
12122            + lib/Object/Accessor/t/02_Object-Accessor-allow.t
12123            + lib/Object/Accessor/t/03_Object-Accessor-local.t
12124            + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t
12125            + lib/Object/Accessor/t/05_Object-Accessor-callback.t
12126            ! MANIFEST
12127 ____________________________________________________________________________
12128 [ 29112] By: rgs                                   on 2006/10/26  12:13:59
12129         Log: Subject: [PATCH] Add Term::UI to the core
12130              From: "Jos Boumans" <kane@xs4all.net>
12131              Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST)
12132              Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl>
12133      Branch: perl
12134            + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t
12135            + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t
12136            ! MANIFEST
12137 ____________________________________________________________________________
12138 [ 29111] By: rgs                                   on 2006/10/26  11:02:15
12139         Log: Fix a memory leak :
12140              Subject: Re: Valgrind findings
12141              From: demerphq <demerphq@gmail.com>
12142              Date: Thu, 26 Oct 2006 12:34:43 +0200
12143              Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com>
12144      Branch: perl
12145            ! regexec.c
12146 ____________________________________________________________________________
12147 [ 29110] By: rgs                                   on 2006/10/26  10:42:03
12148         Log: Subject: [PATCH] threads-shared 1.05
12149              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12150              Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT)
12151              Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com>
12152      Branch: perl
12153            ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL
12154            ! ext/threads/shared/README ext/threads/shared/shared.pm
12155            ! ext/threads/shared/shared.xs
12156 ____________________________________________________________________________
12157 [ 29109] By: rgs                                   on 2006/10/26  10:37:43
12158         Log: Subject: [PATCH] threads 1.45
12159              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12160              Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT)
12161              Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com>
12162      Branch: perl
12163            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
12164            ! ext/threads/t/thread.t ext/threads/threads.pm
12165 ____________________________________________________________________________
12166 [ 29108] By: rgs                                   on 2006/10/25  16:19:50
12167         Log: Fix small leak with -F at interpreter destruction
12168      Branch: perl
12169            ! perl.c
12170 ____________________________________________________________________________
12171 [ 29107] By: rgs                                   on 2006/10/25  13:51:55
12172         Log: Plug a memory leak in newCONSTSUB
12173      Branch: perl
12174            ! op.c
12175 ____________________________________________________________________________
12176 [ 29106] By: rgs                                   on 2006/10/25  12:16:08
12177         Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki)
12178      Branch: perl
12179            ! pod/perlfunc.pod
12180 ____________________________________________________________________________
12181 [ 29105] By: rgs                                   on 2006/10/25  11:18:27
12182         Log: Fix nit in previous patch, spotted by Gisle
12183      Branch: perl
12184            ! pod/perlfunc.pod
12185 ____________________________________________________________________________
12186 [ 29104] By: rgs                                   on 2006/10/25  10:59:55
12187         Log: Add a %B sprintf format
12188              
12189              Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
12190              From: Nicholas Clark <nick@ccl4.org>
12191              Date: Mon, 23 Oct 2006 18:19:51 +0100
12192              Message-ID: <20061023171951.GA3262@plum.flirble.org>
12193              (plus docs)
12194      Branch: perl
12195            ! pod/perlfunc.pod sv.c t/op/sprintf.t
12196 ____________________________________________________________________________
12197 [ 29103] By: rgs                                   on 2006/10/25  10:27:05
12198         Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries
12199              From: Alexey Tourbin <at@altlinux.ru>
12200              Date: Wed, 25 Oct 2006 14:02:55 +0400
12201              Message-ID: <20061025100255.GE7821@localhost.localdomain>
12202      Branch: perl
12203            ! lib/FindBin.pm
12204 ____________________________________________________________________________
12205 [ 29102] By: rgs                                   on 2006/10/25  09:56:06
12206         Log: Document that warnings.pm doesn't load Carp anymore
12207      Branch: perl
12208            ! pod/perl595delta.pod
12209 ____________________________________________________________________________
12210 [ 29101] By: craigb                                on 2006/10/25  03:58:38
12211         Log: Initialize d_ctermid and i_gdbm in configure.com.
12212      Branch: perl
12213            ! configure.com
12214 ____________________________________________________________________________
12215 [ 29100] By: stevep                                on 2006/10/24  15:44:22
12216         Log: Upgrade to CPAN-1.88_57.
12217      Branch: perl
12218            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
12219            ! lib/CPAN/SIGNATURE
12220 ____________________________________________________________________________
12221 [ 29099] By: rgs                                   on 2006/10/24  14:42:13
12222         Log: Silence an expected warning (when playing with utf8ness and string overloading)
12223      Branch: perl
12224            ! t/uni/overload.t
12225 ____________________________________________________________________________
12226 [ 29098] By: rgs                                   on 2006/10/24  12:53:14
12227         Log: New UTF-8 warning : Variable length character upgraded in print.
12228              
12229              Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem)
12230              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12231              Date: Sun, 22 Oct 2006 14:32:34 +0900
12232              Message-Id: <20061022142512.A7D3.BQW10602@nifty.com>
12233              
12234              (but with ckWARN_d replaced by ckWARN)
12235      Branch: perl
12236            ! doio.c pod/perldiag.pod
12237 ____________________________________________________________________________
12238 [ 29097] By: rgs                                   on 2006/10/24  09:46:57
12239         Log: No warning was produced if perl failed to load PerlIO::scalar
12240              (contrary to other PerlIO layers.)
12241      Branch: perl
12242            ! perlio.c
12243 ____________________________________________________________________________
12244 [ 29096] By: merijn                                on 2006/10/23  15:43:15
12245         Log: Fix for RT#38169 & RT#38945
12246              Configure won't handle versions 5.10.0 or 5.8.10.
12247      Branch: perl
12248            ! Configure config_h.SH
12249 ____________________________________________________________________________
12250 [ 29093] By: rgs                                   on 2006/10/23  13:43:32
12251         Log: Document that the %#X printf format prefixes the output with 0X, not 0x.
12252      Branch: perl
12253            ! pod/perlfunc.pod
12254 ____________________________________________________________________________
12255 [ 29092] By: rgs                                   on 2006/10/23  09:33:26
12256         Log: Update Changes
12257      Branch: perl
12258            ! Changes
12259 ____________________________________________________________________________
12260 [ 29091] By: rgs                                   on 2006/10/23  09:22:05
12261         Log: Some notes about the recent changes in perldelta
12262      Branch: perl
12263            ! pod/perl595delta.pod
12264 ____________________________________________________________________________
12265 [ 29090] By: rgs                                   on 2006/10/23  08:51:02
12266         Log: Subject: [PATCH] base.pm
12267              From: Ovid <publiustemp-p5p3@yahoo.com>
12268              Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT)
12269              Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com>
12270      Branch: perl
12271            ! lib/base.pm lib/base/t/base.t
12272 ____________________________________________________________________________
12273 [ 29089] By: rgs                                   on 2006/10/23  08:28:08
12274         Log: Protection against overwriting defsubs.h via a symlink
12275              (by Jim Cromie)
12276      Branch: perl
12277            ! ext/B/defsubs_h.PL
12278 ____________________________________________________________________________
12279 [ 29088] By: rgs                                   on 2006/10/23  08:27:05
12280         Log: Subject: [patch] make test.valgrind capable of running cachegrind
12281              From: Jim Cromie <jim.cromie@gmail.com>
12282              Date: Fri, 20 Oct 2006 14:49:03 -0600
12283              Message-ID: <4539363F.9020205@gmail.com>
12284      Branch: perl
12285            ! t/TEST
12286 ____________________________________________________________________________
12287 [ 29086] By: nicholas                              on 2006/10/22  22:51:59
12288         Log: Fix the other bug introduced by change 29079
12289      Branch: perl
12290            ! sv.c
12291 ____________________________________________________________________________
12292 [ 29085] By: nicholas                              on 2006/10/22  22:35:42
12293         Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated.
12294      Branch: perl
12295            ! sv.c
12296 ____________________________________________________________________________
12297 [ 29084] By: nicholas                              on 2006/10/22  22:12:57
12298         Log: Fix a bug introduced by change 29079
12299      Branch: perl
12300            ! sv.c
12301 ____________________________________________________________________________
12302 [ 29083] By: stevep                                on 2006/10/22  21:47:11
12303         Log: Removed typo that caused a variable to shadow an existing variable
12304              in an external scope.
12305      Branch: perl
12306            ! ext/threads/Makefile.PL
12307 ____________________________________________________________________________
12308 [ 29082] By: nicholas                              on 2006/10/22  21:02:28
12309         Log: Merge cases in Perl_ss_dup().
12310      Branch: perl
12311            ! sv.c
12312 ____________________________________________________________________________
12313 [ 29079] By: nicholas                              on 2006/10/22  19:06:14
12314         Log: const the variable used for the save stack type in Perl_ss_dup().
12315      Branch: perl
12316            ! sv.c
12317 ____________________________________________________________________________
12318 [ 29078] By: rgs                                   on 2006/10/22  13:15:39
12319         Log: Make the overrides of built-ins in the bytes pragma use the new prototype _.
12320      Branch: perl
12321            ! lib/bytes.pm lib/bytes_heavy.pl
12322 ____________________________________________________________________________
12323 [ 29077] By: nicholas                              on 2006/10/21  23:01:45
12324         Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*
12325              in */*ish.h headers.
12326      Branch: perl
12327            ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h
12328            ! vms/vmsish.h
12329 ____________________________________________________________________________
12330 [ 29076] By: nicholas                              on 2006/10/21  22:40:28
12331         Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko
12332              From: Jarkko Hietaniemi <jhi@iki.fi>
12333              Message-ID: <453A97FA.5090403@iki.fi>
12334              Date: Sat, 21 Oct 2006 17:58:18 -0400
12335              
12336              (Make AIX linker happy)
12337      Branch: perl
12338            ! makedef.pl
12339 ____________________________________________________________________________
12340 [ 29075] By: nicholas                              on 2006/10/21  21:53:48
12341         Log: Semicolon consistency between PERL_FPU_INIT and the other INITs.
12342      Branch: perl
12343            ! perl.h unixish.h
12344 ____________________________________________________________________________
12345 [ 29074] By: nicholas                              on 2006/10/21  21:31:20
12346         Log: Add PERLIO_INIT to PERL_SYS_INIT.
12347              I infer that this was accidentally omitted from change 29060
12348      Branch: perl
12349            ! dosish.h perl.h unixish.h
12350 ____________________________________________________________________________
12351 [ 29073] By: nicholas                              on 2006/10/21  21:02:53
12352         Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler
12353              PERL_SYS_TERM
12354      Branch: perl
12355            ! dosish.h perl.h unixish.h
12356 ____________________________________________________________________________
12357 [ 29072] By: stevep                                on 2006/10/21  18:16:53
12358         Log: Changes for threads::shared to all building with g++.
12359      Branch: perl
12360            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs
12361 ____________________________________________________________________________
12362 [ 29071] By: stevep                                on 2006/10/21  16:45:38
12363         Log: Fixes for Storable.xs when compiling a threaded Perl with g++.
12364      Branch: perl
12365            ! ext/Storable/Storable.xs
12366 ____________________________________________________________________________
12367 [ 29070] By: stevep                                on 2006/10/21  16:17:58
12368         Log: Fix in perl.h for compiling with g++.
12369      Branch: perl
12370            ! perl.h
12371 ____________________________________________________________________________
12372 [ 29069] By: stevep                                on 2006/10/21  13:28:13
12373         Log: Better solution to silencing prereq warnings from threads's
12374              Makefile.PL
12375      Branch: perl
12376            ! ext/threads/Makefile.PL
12377 ____________________________________________________________________________
12378 [ 29068] By: stevep                                on 2006/10/21  02:04:19
12379         Log: Quiet a warning in pp_sys.c on AIX.
12380      Branch: perl
12381            ! pp_sys.c
12382 ____________________________________________________________________________
12383 [ 29067] By: stevep                                on 2006/10/20  19:28:46
12384         Log: Comment out Hash::Util and IO::File from prereqs of threads, since
12385              they are both available in the core.
12386      Branch: perl
12387            ! ext/threads/Makefile.PL
12388 ____________________________________________________________________________
12389 [ 29066] By: rgs                                   on 2006/10/20  15:31:36
12390         Log: Adjustment to symbol lists after latest changes (by Jarkko)
12391      Branch: perl
12392            ! makedef.pl perlio.sym
12393 ____________________________________________________________________________
12394 [ 29065] By: rgs                                   on 2006/10/20  15:04:47
12395         Log: Enable perlio mutexes under threads (by Jarkko)
12396      Branch: perl
12397            ! perlio.c perlvars.h
12398 ____________________________________________________________________________
12399 [ 29064] By: rgs                                   on 2006/10/20  13:01:14
12400         Log: regen headers
12401      Branch: perl
12402            ! embedvar.h perlapi.h
12403 ____________________________________________________________________________
12404 [ 29063] By: davem                                 on 2006/10/20  13:00:52
12405         Log: only do \C hackery if \C is seen
12406              
12407              From: demerphq <demerphq@gmail.com>
12408              Date: Fri, 20 Oct 2006 12:38:13 +0200
12409              Subject: Re: utf8 regexp performance problem
12410              Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com>
12411      Branch: perl
12412            ! mg.c
12413 ____________________________________________________________________________
12414 [ 29062] By: rgs                                   on 2006/10/20  11:51:57
12415         Log: Subject: [PATCH] B:: changes for UNITCHECK blocks
12416              From: Alex Gough <alex-p5p@earth.li>
12417              Date: Fri, 20 Oct 2006 02:05:20 +0100
12418              Message-ID: <20061020010520.GC12290@the.earth.li>
12419      Branch: perl
12420            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
12421            ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t
12422 ____________________________________________________________________________
12423 [ 29061] By: rgs                                   on 2006/10/20  10:32:20
12424         Log: Let's undocument -Dusesfio in INSTALL.
12425      Branch: perl
12426            ! INSTALL
12427 ____________________________________________________________________________
12428 [ 29060] By: rgs                                   on 2006/10/20  10:20:18
12429         Log: More leak fixes, by Jarkko
12430      Branch: perl
12431            ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h
12432 ____________________________________________________________________________
12433 [ 29059] By: davem                                 on 2006/10/20  10:06:57
12434         Log: zero length $1 took too long to detect utf8-ness
12435      Branch: perl
12436            ! mg.c
12437 ____________________________________________________________________________
12438 [ 29058] By: rgs                                   on 2006/10/20  09:04:49
12439         Log: Silence some warnings
12440      Branch: perl
12441            ! pp_ctl.c regcomp.c
12442 ____________________________________________________________________________
12443 [ 29057] By: nicholas                              on 2006/10/19  20:52:31
12444         Log: Subject: Re: Off by one in the trie code?
12445              From: demerphq <demerphq@gmail.com>
12446              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
12447              Date: Wed, 18 Oct 2006 20:51:41 +0200
12448              
12449              1. code necessary to make patterns with interpolated vars behave
12450              correctly under lexical re 'debug', including additional tests.
12451              2. changes necessary to resolve the off by one error,
12452              3. tweaks to re.pm to document that re 'debug' is lexical,
12453      Branch: perl
12454            ! ext/re/re.pm ext/re/t/lexical_debug.pl
12455            ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t
12456            ! pp_ctl.c regcomp.c regcomp.h
12457 ____________________________________________________________________________
12458 [ 29056] By: nicholas                              on 2006/10/19  20:47:53
12459         Log: Subject: Re: Off by one in the trie code?
12460              From: demerphq <demerphq@gmail.com>
12461              Date: Wed, 18 Oct 2006 20:51:41 +0200
12462              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
12463              
12464              change test files that do a require "./test.pl"; without a BEGIN block
12465              to ensure prototypes are seen, plus fix any breakage this reveals.
12466      Branch: perl
12467            ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t
12468            ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t
12469            ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t
12470 ____________________________________________________________________________
12471 [ 29055] By: merijn                                on 2006/10/19  16:40:08
12472         Log: <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man
12473      Branch: perl
12474            ! pod/perlop.pod
12475 ____________________________________________________________________________
12476 [ 29054] By: rgs                                   on 2006/10/19  16:20:41
12477         Log: Trim perltodo.
12478      Branch: perl
12479            ! pod/perltodo.pod
12480 ____________________________________________________________________________
12481 [ 29053] By: rgs                                   on 2006/10/19  15:54:15
12482         Log: Subject: [PATCH] stab at UNITCHECK blocks
12483              From: Alex Gough <alex-p5p@earth.li>
12484              Date: Thu, 19 Oct 2006 13:04:12 +0100
12485              Message-ID: <20061019120412.GA12290@the.earth.li>
12486      Branch: perl
12487            + t/op/blocks.t
12488            ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl
12489            ! madly.act madly.h madly.tab madly.y op.c perl.c
12490            ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y
12491            ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod
12492            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c
12493            ! toke.c
12494 ____________________________________________________________________________
12495 [ 29052] By: stevep                                on 2006/10/19  13:49:56
12496         Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core
12497              From: "Jos Boumans" <kane@xs4all.net>
12498              Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST)
12499              Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl>
12500      Branch: perl
12501            + lib/Log/Message.pm lib/Log/Message/Config.pm
12502            + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm
12503            + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t
12504            + lib/Log/Message/Simple/t/02_imports.t
12505            + lib/Log/Message/Simple/t/03_functions.t
12506            + lib/Log/Message/t/01_Log-Message-Config.t
12507            + lib/Log/Message/t/02_Log-Message.t
12508            + lib/Log/Message/t/conf/LoadMe.pl
12509            + lib/Log/Message/t/conf/config_file
12510            ! MANIFEST Porting/Maintainers.pl
12511 ____________________________________________________________________________
12512 [ 29051] By: rgs                                   on 2006/10/19  12:17:18
12513         Log: Make prototype("CORE::mkdir") work. That's a special case,
12514              since from the OA_* flags we can't figure out which parameter
12515              is going to default to $_.
12516      Branch: perl
12517            ! pp.c t/op/cproto.t
12518 ____________________________________________________________________________
12519 [ 29050] By: rgs                                   on 2006/10/19  12:08:24
12520         Log: Memory leak fix, by Jarkko
12521      Branch: perl
12522            ! perlio.c
12523 ____________________________________________________________________________
12524 [ 29049] By: rgs                                   on 2006/10/19  10:27:20
12525         Log: Adjust documentation for previous change
12526      Branch: perl
12527            ! pod/perlsub.pod
12528 ____________________________________________________________________________
12529 [ 29048] By: rgs                                   on 2006/10/19  10:26:54
12530         Log: Allow the _ prototype character to be followed by optional arguments
12531      Branch: perl
12532            ! op.c t/comp/uproto.t
12533 ____________________________________________________________________________
12534 [ 29047] By: rgs                                   on 2006/10/19  08:56:14
12535         Log: Make all JAPH tests pass
12536      Branch: perl
12537            ! t/japh/abigail.t
12538 ____________________________________________________________________________
12539 [ 29046] By: rgs                                   on 2006/10/19  08:04:04
12540         Log: Remove free() part of change #29045, which causes
12541              panics from miniperl in FreeBSD/multithreaded
12542      Branch: perl
12543            ! perlio.c
12544 ____________________________________________________________________________
12545 [ 29045] By: stevep                                on 2006/10/19  01:18:50
12546         Log: Subject: [PATCH] blead valgrind finding
12547              From: Jarkko Hietaniemi <jhi@iki.fi>
12548              Date: Wed, 18 Oct 2006 20:07:54 -0400
12549              Message-ID: <4536C1DA.4060600@iki.fi>
12550      Branch: perl
12551            ! perlio.c
12552 ____________________________________________________________________________
12553 [ 29044] By: rgs                                   on 2006/10/18  20:26:37
12554         Log: Make prototype("CORE::foo") return prototypes with _ when it should
12555              (except for mkdir)
12556      Branch: perl
12557            ! pp.c t/op/cproto.t
12558 ____________________________________________________________________________
12559 [ 29043] By: rgs                                   on 2006/10/18  19:37:01
12560         Log: Add a regression test for change #29041
12561      Branch: perl
12562            ! t/comp/uproto.t
12563 ____________________________________________________________________________
12564 [ 29042] By: nicholas                              on 2006/10/18  19:11:55
12565         Log: Using explicit printf-like APIs with a format of "%s" isn't the world's
12566              most efficient idea.
12567      Branch: perl
12568            ! XSUB.h dump.c
12569 ____________________________________________________________________________
12570 [ 29041] By: rgs                                   on 2006/10/18  17:40:57
12571         Log: Functions with a (_) prototype should behave as unary operators
12572              (which is not the case of functions with a (;$) prototype)
12573      Branch: perl
12574            ! toke.c
12575 ____________________________________________________________________________
12576 [ 29040] By: nicholas                              on 2006/10/18  17:35:06
12577         Log: panic if we attempt to sv_setsv to or from an already freed SV.
12578      Branch: perl
12579            ! sv.c
12580 ____________________________________________________________________________
12581 [ 29039] By: rgs                                   on 2006/10/18  14:41:26
12582         Log: Test for the interaction between ; and _ in prototypes
12583      Branch: perl
12584            ! t/comp/uproto.t
12585 ____________________________________________________________________________
12586 [ 29038] By: rgs                                   on 2006/10/18  14:34:26
12587         Log: Document _ prototype in perlsub
12588      Branch: perl
12589            ! pod/perlsub.pod
12590 ____________________________________________________________________________
12591 [ 29037] By: rgs                                   on 2006/10/18  14:30:57
12592         Log: Fix prototype to mimic built-in in perlsub examples
12593      Branch: perl
12594            ! pod/perlsub.pod
12595 ____________________________________________________________________________
12596 [ 29036] By: rgs                                   on 2006/10/18  14:01:59
12597         Log: The _ character is only allowed to be at the end of prototypes
12598      Branch: perl
12599            ! op.c t/comp/uproto.t
12600 ____________________________________________________________________________
12601 [ 29035] By: rgs                                   on 2006/10/18  12:54:34
12602         Log: Improvements and fixes to the _ prototype
12603      Branch: perl
12604            ! op.c t/comp/uproto.t
12605 ____________________________________________________________________________
12606 [ 29034] By: rgs                                   on 2006/10/18  08:49:01
12607         Log: FAQ sync
12608      Branch: perl
12609            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
12610            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
12611            ! pod/perlfaq7.pod pod/perlfaq9.pod
12612 ____________________________________________________________________________
12613 [ 29033] By: rgs                                   on 2006/10/18  08:24:30
12614         Log: Subject: [perl #40557] regexec.c saves context stack position improperly 
12615              From: Dave Bailey (via RT) <perlbug-followup@perl.org>
12616              Date: Tue, 17 Oct 2006 09:37:28 -0700
12617              Message-ID: <rt-3.5.HEAD-4979-1161103047-337.40557-75-0@perl.org>
12618      Branch: perl
12619            ! regexec.c scope.c scope.h
12620 ____________________________________________________________________________
12621 [ 29032] By: rgs                                   on 2006/10/17  16:07:04
12622         Log: First attempt at implementing the _ prototype
12623      Branch: perl
12624            + t/comp/uproto.t
12625            ! MANIFEST op.c toke.c
12626 ____________________________________________________________________________
12627 [ 29031] By: stevep                                on 2006/10/17  15:43:05
12628         Log: Upgrade to Time-HiRes-1.94.
12629      Branch: perl
12630            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12631            ! ext/Time/HiRes/t/HiRes.t
12632 ____________________________________________________________________________
12633 [ 29030] By: rgs                                   on 2006/10/17  14:13:52
12634         Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const
12635              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12636              Date: Tue, 17 Oct 2006 23:10:04 +0900
12637              Message-Id: <20061017230958.41A2.BQW10602@nifty.com>
12638      Branch: perl
12639            ! pod/perldiag.pod
12640 ____________________________________________________________________________
12641 [ 29029] By: stevep                                on 2006/10/17  12:42:04
12642         Log: Upgrade to CPAN-1.88_55.
12643      Branch: perl
12644            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
12645 ____________________________________________________________________________
12646 [ 29028] By: rgs                                   on 2006/10/17  07:44:09
12647         Log: Less brace nesting.
12648      Branch: perl
12649            ! toke.c
12650 ____________________________________________________________________________
12651 [ 29027] By: rgs                                   on 2006/10/16  12:59:07
12652         Log: The "Unrecognized escape" warning can now be emitted in category
12653              "regexp" after change 29026 
12654      Branch: perl
12655            ! pod/perldiag.pod
12656 ____________________________________________________________________________
12657 [ 29026] By: rgs                                   on 2006/10/16  12:55:28
12658         Log: Subject: [PATCH] remove leaveit from toke.c:scan_const
12659              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12660              Date: Sun, 15 Oct 2006 22:23:00 +0900
12661              Message-Id: <20061015222223.BC38.BQW10602@nifty.com>
12662      Branch: perl
12663            ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke
12664            ! t/op/pat.t t/op/regmesg.t toke.c
12665 ____________________________________________________________________________
12666 [ 29025] By: rgs                                   on 2006/10/16  09:26:17
12667         Log: Subject: [PATCH] Re: sprintf 64 test
12668              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12669              Date: Sun, 15 Oct 2006 16:51:34 +0900
12670              Message-Id: <20061015165052.77AD.BQW10602@nifty.com>
12671              
12672              1. nullify 0 flag in integer conversions when precision is given
12673              2. ignore space after a plus sign as a sign for a nonnegative number
12674              3. make a negative precision through * working as if the precision
12675              is omitted
12676      Branch: perl
12677            ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t
12678 ____________________________________________________________________________
12679 [ 29024] By: nicholas                              on 2006/10/16  04:41:30
12680         Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS.
12681              (I should have seen this one coming - the two structures weren't
12682              textually identical)
12683      Branch: perl
12684            ! cop.h
12685 ____________________________________________________________________________
12686 [ 29023] By: stevep                                on 2006/10/15  17:17:32
12687         Log: Upgrade to Time-HiRes-1.93.
12688      Branch: perl
12689            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12690            ! ext/Time/HiRes/t/HiRes.t
12691 ____________________________________________________________________________
12692 [ 29020] By: stevep                                on 2006/10/14  23:18:29
12693         Log: Upgrade to CPAN-1.88_54.
12694      Branch: perl
12695            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
12696 ____________________________________________________________________________
12697 [ 29019] By: stevep                                on 2006/10/14  23:11:23
12698         Log: Upgrade to Digest-SHA-5.44.
12699      Branch: perl
12700            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
12701            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
12702            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
12703            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
12704            ! ext/Digest/SHA/src/sha.h
12705 ____________________________________________________________________________
12706 [ 29018] By: nicholas                              on 2006/10/14  23:06:52
12707         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
12708              dereference of member of the structure being reallocated as part of
12709              the size calculation. (This one was well hidden by macros)
12710      Branch: perl
12711            ! regcomp.c
12712 ____________________________________________________________________________
12713 [ 29017] By: stevep                                on 2006/10/14  23:00:35
12714         Log: Upgrade to XSLoader-0.07.
12715      Branch: perl
12716            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
12717 ____________________________________________________________________________
12718 [ 29016] By: nicholas                              on 2006/10/14  22:40:00
12719         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct
12720              dereference of member of the structure being reallocated as part of
12721              the size calculation. (There may be other similar bugs).
12722      Branch: perl
12723            ! regcomp.c
12724 ____________________________________________________________________________
12725 [ 29015] By: nicholas                              on 2006/10/14  20:38:59
12726         Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()
12727              and vsnprintf() macros.
12728      Branch: perl
12729            ! perl.h
12730 ____________________________________________________________________________
12731 [ 29012] By: nicholas                              on 2006/10/14  14:32:28
12732         Log: Fix typo.
12733      Branch: perl
12734            ! Changes
12735 ____________________________________________________________________________
12736 [ 29011] By: nicholas                              on 2006/10/13  20:35:44
12737         Log: Subject: Re: SVpvs vs SVpvn
12738              From: Jim Cromie <jim.cromie@gmail.com>
12739              Message-ID: <452FED1D.1000504@gmail.com>
12740              Date: Fri, 13 Oct 2006 13:46:37 -0600
12741              
12742              plus the last newSVpvn() in toke.c that his regexp missed.
12743      Branch: perl
12744            ! toke.c
12745 ____________________________________________________________________________
12746 [ 29010] By: stevep                                on 2006/10/13  14:11:04
12747         Log: Upgrade to Time-HiRes-1.92.
12748      Branch: perl
12749            + ext/Time/HiRes/hints/aix.pl
12750            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12751            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
12752            ! ext/Time/HiRes/t/HiRes.t
12753 ____________________________________________________________________________
12754 [ 29009] By: nicholas                              on 2006/10/13  13:53:16
12755         Log: Correct one "parenthesis" to "parentheses".
12756      Branch: perl
12757            ! pod/perlre.pod
12758 ____________________________________________________________________________
12759 [ 29008] By: rgs                                   on 2006/10/13  12:12:04
12760         Log: Don't bother checking for bad characters in prototypes if we're not
12761              going to warn about them.
12762      Branch: perl
12763            ! toke.c
12764 ____________________________________________________________________________
12765 [ 29007] By: rgs                                   on 2006/10/13  11:27:54
12766         Log: Subject: [PATCH] compiler warning noreturn
12767              From: "Robin Barker" <Robin.Barker@npl.co.uk>
12768              Date: Fri, 13 Oct 2006 11:49:11 +0100
12769              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local>
12770      Branch: perl
12771            ! doio.c
12772 ____________________________________________________________________________
12773 [ 29006] By: rgs                                   on 2006/10/13  09:15:43
12774         Log: Fix nit in possessive quantifier descriptions.
12775              Add some =head3 headings.
12776      Branch: perl
12777            ! pod/perlre.pod
12778 ____________________________________________________________________________
12779 [ 29005] By: rgs                                   on 2006/10/13  09:02:05
12780         Log: Subject: [PATCH] Add possessive quantifiers to regex engine.
12781              From: demerphq <demerphq@gmail.com>
12782              Date: Thu, 12 Oct 2006 21:23:15 +0200
12783              Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com>
12784              
12785              With doc tweaks
12786      Branch: perl
12787            ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c
12788            ! regcomp.h t/op/re_tests t/op/regexp.t
12789 ____________________________________________________________________________
12790 [ 29004] By: stevep                                on 2006/10/12  15:07:17
12791         Log: Upgrade to PathTools-3.23.
12792      Branch: perl
12793            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
12794            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
12795 ____________________________________________________________________________
12796 [ 29003] By: rgs                                   on 2006/10/12  14:52:42
12797         Log: Subject: [PATCH] threads::shared 1.04
12798              From: Jerry Hedden <jdhedden@yahoo.com>
12799              Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT)
12800              Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com>
12801      Branch: perl
12802            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
12803            ! ext/threads/shared/shared.pm
12804 ____________________________________________________________________________
12805 [ 29002] By: rgs                                   on 2006/10/12  14:26:37
12806         Log: Subject: [PATCH] threads 1.44
12807              From: Jerry Hedden <jdhedden@yahoo.com>
12808              Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT)
12809              Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com>
12810      Branch: perl
12811            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
12812            ! ext/threads/threads.pm
12813 ____________________________________________________________________________
12814 [ 29001] By: rgs                                   on 2006/10/12  14:19:33
12815         Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100%
12816              From: "Robin Barker" <Robin.Barker@npl.co.uk>
12817              Date: Wed, 11 Oct 2006 17:02:01 +0100
12818              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local>
12819      Branch: perl
12820            ! regcomp.c
12821 ____________________________________________________________________________
12822 [ 29000] By: rgs                                   on 2006/10/12  14:03:55
12823         Log: Subject: [PATCH] RE: g++ compile and make test 100%
12824              From: "Robin Barker" <Robin.Barker@npl.co.uk>
12825              Date: Wed, 11 Oct 2006 16:58:10 +0100
12826              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local>
12827      Branch: perl
12828            ! ext/ODBM_File/t/odbm.t
12829 ____________________________________________________________________________
12830 [ 28999] By: rgs                                   on 2006/10/12  13:57:57
12831         Log: Subject: [PATCH] More regexp documentation
12832              From: demerphq <demerphq@gmail.com>
12833              Date: Thu, 12 Oct 2006 14:45:25 +0200
12834              Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com>
12835      Branch: perl
12836            ! pod/perlre.pod pod/perlreguts.pod regcomp.c
12837 ____________________________________________________________________________
12838 [ 28998] By: rgs                                   on 2006/10/12  08:43:20
12839         Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests.
12840              From: demerphq <demerphq@gmail.com>
12841              Date: Thu, 12 Oct 2006 00:46:50 +0200
12842              Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com>
12843      Branch: perl
12844            ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym
12845            ! regexec.c regnodes.h t/op/pat.t t/op/re_tests
12846 ____________________________________________________________________________
12847 [ 28997] By: rgs                                   on 2006/10/11  15:01:52
12848         Log: Subject: RE: g++ compile and make test 100%
12849              From: "Robin Barker" <Robin.Barker@npl.co.uk>
12850              Date: Wed, 11 Oct 2006 15:29:43 +0100
12851              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local>
12852      Branch: perl
12853            ! ext/NDBM_File/typemap
12854 ____________________________________________________________________________
12855 [ 28996] By: stevep                                on 2006/10/11  14:48:45
12856         Log: Fix typo in NDBM_File.xs and bump up the version number.
12857      Branch: perl
12858            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
12859 ____________________________________________________________________________
12860 [ 28995] By: rgs                                   on 2006/10/11  09:59:15
12861         Log: Fix aliasing to an non-existent element of %+
12862              (by Yves Orton)
12863      Branch: perl
12864            ! hv.c
12865 ____________________________________________________________________________
12866 [ 28994] By: rgs                                   on 2006/10/11  09:38:37
12867         Log: Update comment (by Yves Orton), plus POD fixes
12868      Branch: perl
12869            ! ext/re/re.pm
12870 ____________________________________________________________________________
12871 [ 28993] By: rgs                                   on 2006/10/11  08:03:03
12872         Log: Missing % in format string
12873      Branch: perl
12874            ! perl.h
12875 ____________________________________________________________________________
12876 [ 28992] By: merijn                                on 2006/10/11  07:02:56
12877         Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go?
12878              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
12879              Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST)
12880              Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi>
12881      Branch: perl
12882            ! ext/re/re.pm ext/re/re.xs
12883 ____________________________________________________________________________
12884 [ 28991] By: stevep                                on 2006/10/11  00:52:58
12885         Log: Grrr...moved the files, but forgot to update Soundex.pm
12886      Branch: perl
12887            ! ext/Text/Soundex/Soundex.pm
12888 ____________________________________________________________________________
12889 [ 28990] By: rgs                                   on 2006/10/10  16:26:31
12890         Log: Subject: [PATCH] C++: class is a keyword
12891              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
12892              Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST)
12893              Message-Id: <20061010162026.190BE8B37C@seth.hut.fi>
12894      Branch: perl
12895            ! lib/ExtUtils/ParseXS/t/XSTest.xs
12896 ____________________________________________________________________________
12897 [ 28989] By: rgs                                   on 2006/10/10  16:23:48
12898         Log: Adjust test count for ExtUtils::Command
12899      Branch: perl
12900            ! lib/ExtUtils/t/eu_command.t
12901 ____________________________________________________________________________
12902 [ 28988] By: stevep                                on 2006/10/10  15:04:09
12903         Log: Upgrade to ExtUtils-Manifest-1.49.
12904      Branch: perl
12905            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
12906 ____________________________________________________________________________
12907 [ 28987] By: stevep                                on 2006/10/10  15:01:21
12908         Log: Upgrade to ExtUtils-Command-1.12.
12909      Branch: perl
12910            ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t
12911 ____________________________________________________________________________
12912 [ 28986] By: stevep                                on 2006/10/10  14:49:47
12913         Log: Upgrade to CPAN-1.88_53.
12914      Branch: perl
12915            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm
12916            ! lib/CPAN/SIGNATURE
12917 ____________________________________________________________________________
12918 [ 28985] By: rgs                                   on 2006/10/10  14:36:49
12919         Log: Subject: [perl #40473] sprintf width+precision fails on wide chars 
12920              From: Anatoly Vorobey (via RT) <perlbug-followup@perl.org>
12921              Date: Sun, 08 Oct 2006 17:58:16 -0700
12922              Message-ID: <rt-3.5.HEAD-31259-1160355496-1702.40473-75-0@perl.org>
12923      Branch: perl
12924            ! sv.c t/op/sprintf2.t
12925 ____________________________________________________________________________
12926 [ 28984] By: stevep                                on 2006/10/10  14:33:53
12927         Log: Upgrade to ExtUtils-Makemaker-6.31.
12928      Branch: perl
12929            ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
12930            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
12931            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm
12932            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
12933            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
12934            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
12935            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm
12936            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
12937            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm
12938            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
12939            ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm
12940            ! lib/ExtUtils/MakeMaker/Config.pm
12941            ! lib/ExtUtils/MakeMaker/bytes.pm
12942            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
12943            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README
12944            ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t
12945            ! lib/ExtUtils/testlib.pm
12946 ____________________________________________________________________________
12947 [ 28983] By: stevep                                on 2006/10/10  14:05:52
12948         Log: Update to PathTools-3.22.
12949      Branch: perl
12950            ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm
12951            ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
12952            ! lib/File/Spec/t/crossplatform.t
12953 ____________________________________________________________________________
12954 [ 28982] By: merijn                                on 2006/10/10  14:02:16
12955         Log: New shiny models
12956      Branch: perl
12957            ! README.hpux
12958 ____________________________________________________________________________
12959 [ 28981] By: rgs                                   on 2006/10/10  13:13:18
12960         Log: Subject: [PATCH] Regexp Recurse by name.
12961              From: demerphq <demerphq@gmail.com>
12962              Date: Mon, 9 Oct 2006 20:36:20 +0200
12963              Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com>
12964              
12965              (with doc nits)
12966      Branch: perl
12967            ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h
12968            ! regcomp.c t/op/re_tests
12969 ____________________________________________________________________________
12970 [ 28980] By: rgs                                   on 2006/10/10  11:25:58
12971         Log: Subject: [PATCH] enc2xs and C++: add extern "C" to  data
12972              From: Jarkko Hietaniemi <jhi@iki.fi>
12973              Date: Tue, 10 Oct 2006 13:52:57 +0300
12974              Message-ID: <452B7B89.201@iki.fi>
12975      Branch: perl
12976            ! ext/Encode/bin/enc2xs
12977 ____________________________________________________________________________
12978 [ 28979] By: rgs                                   on 2006/10/10  11:20:19
12979         Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror
12980              From: Jarkko Hietaniemi <jhi@iki.fi>
12981              Date: Tue, 10 Oct 2006 14:00:40 +0300
12982              Message-ID: <452B7D58.1090009@iki.fi>
12983      Branch: perl
12984            ! hints/linux.sh hints/solaris_2.sh
12985 ____________________________________________________________________________
12986 [ 28978] By: steveh                                on 2006/10/10  10:25:06
12987         Log: Updates for building on Win32 with Visual C++ 2005 Express Edition
12988              
12989              Add some instructions in README.win32, clarify macro comments and add
12990              missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from
12991              Makefile--the Express Edition of Visual C++ 2005 is free and includes
12992              setargv.obj, so there is no need to support the .NET 2.0 SDK compiler
12993              which didn't include it.
12994              
12995              Unfortunately, the build still doesn't work yet--my attempt got as far
12996              as building extensions, but miniperl.exe crashed.  Hopefully this can
12997              be sorted out soon.
12998      Branch: perl
12999            ! README.win32 win32/Makefile win32/makefile.mk
13000 ____________________________________________________________________________
13001 [ 28977] By: craigb                                on 2006/10/10  03:29:50
13002         Log: fix a doc typo and a warning typo in VMS::DCLsym
13003      Branch: perl
13004            ! vms/ext/DCLsym/DCLsym.pm
13005 ____________________________________________________________________________
13006 [ 28976] By: stevep                                on 2006/10/09  20:17:07
13007         Log: Make g++ happy when compiling NDBM_File on a system that
13008              is likely using the GDBM compatibility headers that 
13009              g++ (and other C++ implementations) cannot handle.
13010      Branch: perl
13011            ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs
13012 ____________________________________________________________________________
13013 [ 28975] By: davem                                 on 2006/10/09  16:35:02
13014         Log: fix bad free in do_exec3()
13015      Branch: perl
13016            ! doio.c
13017 ____________________________________________________________________________
13018 [ 28974] By: rgs                                   on 2006/10/09  14:29:52
13019         Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier
13020              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
13021              Date: Mon,  9 Oct 2006 16:54:12 +0300 (EEST)
13022              Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi>
13023      Branch: perl
13024            ! ext/Encode/Encode.xs
13025 ____________________________________________________________________________
13026 [ 28973] By: rgs                                   on 2006/10/09  14:13:25
13027         Log: Address update for Jerry D. Hedden
13028      Branch: perl
13029            ! AUTHORS
13030 ____________________________________________________________________________
13031 [ 28972] By: rgs                                   on 2006/10/09  12:53:40
13032         Log: Update perldelta for recent regexp changes, based on a text by Yves Orton.
13033      Branch: perl
13034            ! pod/perl595delta.pod
13035 ____________________________________________________________________________
13036 [ 28971] By: rgs                                   on 2006/10/09  12:28:11
13037         Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c
13038              From: Jarkko Hietaniemi <jhi@iki.fi>
13039              Date: Mon, 09 Oct 2006 14:24:09 +0300
13040              Message-ID: <452A3159.3060003@iki.fi>
13041      Branch: perl
13042            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c
13043 ____________________________________________________________________________
13044 [ 28970] By: rgs                                   on 2006/10/09  10:32:06
13045         Log: Add perl595delta
13046      Branch: perl
13047            + pod/perl595delta.pod
13048            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
13049            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
13050            ! win32/pod.mak
13051 ____________________________________________________________________________
13052 [ 28969] By: rgs                                   on 2006/10/09  10:11:09
13053         Log: Bump version to 5.9.5
13054      Branch: perl
13055            ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc
13056            ! epoc/config.sh epoc/createpkg.pl patchlevel.h
13057            ! plan9/config.plan9 win32/Makefile win32/Makefile.ce
13058            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
13059            ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk
13060 ____________________________________________________________________________
13061 [ 28968] By: rgs                                   on 2006/10/09  10:02:08
13062         Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization
13063              From: Jarkko Hietaniemi <jhi@iki.fi>
13064              Date: Mon, 09 Oct 2006 12:47:11 +0300
13065              Message-ID: <452A1A9F.4080103@iki.fi>
13066      Branch: perl
13067            ! regexec.c
13068 ____________________________________________________________________________
13069 [ 28967] By: rgs                                   on 2006/10/08  19:53:10
13070         Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED)
13071              From: demerphq <demerphq@gmail.com>
13072              Date: Sun, 8 Oct 2006 20:14:24 +0200
13073              Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com>
13074      Branch: perl
13075            ! hv.c regcomp.c t/op/pat.t
13076 ____________________________________________________________________________
13077 [ 28966] By: rgs                                   on 2006/10/08  19:39:00
13078         Log: Revert change 28962 (at least until a better solution is found)
13079      Branch: perl
13080            ! XSUB.h perl.h sv.c
13081 ____________________________________________________________________________
13082 [ 28965] By: rgs                                   on 2006/10/08  17:07:42
13083         Log: Clarifications on the usage of setlocale() and LC_NUMERIC to
13084              affect the decimal point in output, by Jarkko.
13085      Branch: perl
13086            ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod
13087 ____________________________________________________________________________
13088 [ 28964] By: nicholas                              on 2006/10/08  00:25:07
13089         Log: Document the growth policy, and Yves suggested a better arbitary
13090              constant. (The original plan was add 80 if free space is less than 80,
13091              which wasn't a noticable improvement. Hence 40 was 80/2 for plan B)
13092      Branch: perl
13093            ! ext/Data/Dumper/Dumper.xs
13094 ____________________________________________________________________________
13095 [ 28963] By: nicholas                              on 2006/10/07  23:42:56
13096         Log: Yves said that the XS version of Data::Dumper was inefficient because
13097              it keeps triggering realloc() due to sv_cat(). Here's a rather brute
13098              force approach to pre-stretching the buffer - if there are less than
13099              40 bytes free, grow it by 50%.
13100              
13101              Surprisingly effective for my test program
13102              ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \
13103              'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null
13104              
13105              Before
13106              real    2m42.921s
13107              user    1m43.321s
13108              sys     0m55.611s
13109              
13110              
13111              After
13112              real    0m5.205s
13113              user    0m4.885s
13114              sys     0m0.255s
13115              
13116              Same 25M of output, byte for byte. :-)
13117      Branch: perl
13118            ! ext/Data/Dumper/Dumper.xs
13119 ____________________________________________________________________________
13120 [ 28962] By: nicholas                              on 2006/10/07  22:24:28
13121         Log: No need to create a new magic vtable if it's all 0 pointers.
13122              [And these are function pointers, so they're not NULL :-)]
13123      Branch: perl
13124            ! XSUB.h perl.h sv.c
13125 ____________________________________________________________________________
13126 [ 28961] By: nicholas                              on 2006/10/07  22:06:19
13127         Log: Make reference stringification (blessed and unblessed) about as fast as
13128              is possible, because I'm told it's used quite frequently.
13129      Branch: perl
13130            ! sv.c
13131 ____________________________________________________________________________
13132 [ 28960] By: nicholas                              on 2006/10/07  17:16:01
13133         Log: Use packed addresses for the seen tracking hash, rather than
13134              "stringified" references. These use less memory, and should be faster
13135              as there is no call to sprintf().
13136      Branch: perl
13137            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
13138 ____________________________________________________________________________
13139 [ 28959] By: nicholas                              on 2006/10/07  16:08:04
13140         Log: Eliminate two more unneeded strlen()s from Dumper.xs
13141      Branch: perl
13142            ! ext/Data/Dumper/Dumper.xs
13143 ____________________________________________________________________________
13144 [ 28958] By: rgs                                   on 2006/10/07  16:01:55
13145         Log: Subject: [PATCH] threads 1.43 - stringify
13146              From: Jerry Hedden <jdhedden@yahoo.com>
13147              Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT)
13148              Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com>
13149      Branch: perl
13150            - ext/threads/typemap
13151            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
13152            ! ext/threads/README ext/threads/t/basic.t
13153            ! ext/threads/t/thread.t ext/threads/threads.pm
13154 ____________________________________________________________________________
13155 [ 28957] By: rgs                                   on 2006/10/07  14:30:32
13156         Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine
13157              From: demerphq <demerphq@gmail.com>
13158              Date: Fri, 6 Oct 2006 19:16:01 +0200
13159              Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com>
13160      Branch: perl
13161            ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h
13162            ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h
13163            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
13164            ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c
13165 ____________________________________________________________________________
13166 [ 28956] By: nicholas                              on 2006/10/07  13:53:36
13167         Log: Change sprintf() to my_sprintf(), and use the returned length from
13168              that and my_snprintf() to avoid calls to strlen()
13169      Branch: perl
13170            ! ext/Data/Dumper/Dumper.xs
13171 ____________________________________________________________________________
13172 [ 28955] By: merijn                                on 2006/10/07  11:56:31
13173         Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++
13174              From: Jarkko Hietaniemi <jhi@iki.fi>
13175              Date: Sat, 07 Oct 2006 13:37:04 +0300
13176              Message-ID: <45278350.8020707@iki.fi>
13177      Branch: perl
13178            ! cflags.SH
13179 ____________________________________________________________________________
13180 [ 28954] By: merijn                                on 2006/10/07  11:52:04
13181         Log: Subject: [PATCH] another g++ patch (Util.xs)
13182              From: "Paul Marquess" <paul.marquess@ntlworld.com>
13183              Date: Fri, 6 Oct 2006 11:14:03 +0100
13184              Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com>
13185      Branch: perl
13186            ! ext/List/Util/Util.xs
13187 ____________________________________________________________________________
13188 [ 28953] By: stevep                                on 2006/10/07  01:34:15
13189         Log: Upgrade to Test-Harness-2.64
13190      Branch: perl
13191            + lib/Test/Harness/Results.pm
13192            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
13193            ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm
13194            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
13195            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t
13196            ! lib/Test/Harness/t/prove-switches.t
13197            ! lib/Test/Harness/t/strap-analyze.t
13198            ! lib/Test/Harness/t/test-harness.t
13199 ____________________________________________________________________________
13200 [ 28952] By: nicholas                              on 2006/10/06  21:56:46
13201         Log: Make the executable slightly smaller by using PL_hexdigit in
13202              Perl_sv_vcatpvfn.
13203      Branch: perl
13204            ! sv.c
13205 ____________________________________________________________________________
13206 [ 28951] By: nicholas                              on 2006/10/06  21:27:13
13207         Log: Fix typo spotted by Rafael. Close the file handle explicity and check
13208              for errors. Add overload.pl to regen.pl
13209      Branch: perl
13210            ! overload.pl regen.pl
13211 ____________________________________________________________________________
13212 [ 28950] By: nicholas                              on 2006/10/06  21:19:26
13213         Log: Generate the overload enum and names array programatically, which
13214              allows experimentation with the order. The new order shaves nearly
13215              900 bytes from gv.o, because the compiler can make smaller branch
13216              tables for switch statements.
13217      Branch: perl
13218            + overload.h overload.pl
13219            ! MANIFEST perl.h
13220 ____________________________________________________________________________
13221 [ 28949] By: nicholas                              on 2006/10/06  21:01:00
13222         Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64
13223              systems, by placing the two U32 fields next to each other.
13224      Branch: perl
13225            ! perl.h
13226 ____________________________________________________________________________
13227 [ 28948] By: stevep                                on 2006/10/06  20:02:48
13228         Log: Upgrade to PathTools-3.21
13229      Branch: perl
13230            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
13231            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
13232            ! lib/File/Spec/t/Spec.t
13233 ____________________________________________________________________________
13234 [ 28947] By: nicholas                              on 2006/10/06  18:05:45
13235         Log: Don't bother generating the "Operation \"%s\": no method found..."
13236              message text if we're not going to use it.
13237      Branch: perl
13238            ! gv.c
13239 ____________________________________________________________________________
13240 [ 28946] By: davem                                 on 2006/10/05  18:16:19
13241         Log: Document the new regmatch() backtracking mechanism
13242      Branch: perl
13243            ! regexec.c
13244 ____________________________________________________________________________
13245 [ 28945] By: davem                                 on 2006/10/05  16:05:57
13246         Log: remove REGMATCH detritus and shrink the size of the backtrack structure
13247      Branch: perl
13248            ! regexec.c regexp.h
13249 ____________________________________________________________________________
13250 [ 28944] By: davem                                 on 2006/10/05  14:00:38
13251         Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
13252      Branch: perl
13253            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
13254 ____________________________________________________________________________
13255 [ 28943] By: rgs                                   on 2006/10/05  12:39:53
13256         Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3
13257              From: demerphq <demerphq@gmail.com>
13258              Date: Wed, 4 Oct 2006 19:08:47 +0200
13259              Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com>
13260      Branch: perl
13261            ! regcomp.c regcomp.h
13262 ____________________________________________________________________________
13263 [ 28942] By: rgs                                   on 2006/10/05  12:23:24
13264         Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves
13265      Branch: perl
13266            ! regcomp.c
13267 ____________________________________________________________________________
13268 [ 28941] By: rgs                                   on 2006/10/05  12:20:28
13269         Log: Fix a couple of casting warnings
13270      Branch: perl
13271            ! regcomp.c
13272 ____________________________________________________________________________
13273 [ 28940] By: stevep                                on 2006/10/05  11:30:56
13274         Log: Fix a few pod nits in perlre.
13275      Branch: perl
13276            ! pod/perlre.pod
13277 ____________________________________________________________________________
13278 [ 28939] By: rgs                                   on 2006/10/05  10:23:08
13279         Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE
13280              From: demerphq <demerphq@gmail.com>
13281              Date: Wed, 4 Oct 2006 15:45:15 +0200
13282              Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com>
13283              
13284              Subject: Re: [PATCH] Add recursive regexes similar to PCRE
13285              From: demerphq <demerphq@gmail.com>
13286              Date: Wed, 4 Oct 2006 21:05:10 +0200
13287              Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com>
13288      Branch: perl
13289            ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h
13290            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h
13291            ! regnodes.h t/op/pat.t t/op/re_tests
13292 ____________________________________________________________________________
13293 [ 28938] By: rgs                                   on 2006/10/05  08:43:25
13294         Log: Upgrade to Module::CoreList 2.09:
13295              - make the dependency on version.pm optional
13296              - improve doc of corelist(1)
13297      Branch: perl
13298            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
13299 ____________________________________________________________________________
13300 [ 28937] By: rgs                                   on 2006/10/05  08:00:57
13301         Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might
13302              need adjustments on other platforms)
13303      Branch: perl
13304            ! ext/Digest/MD5/t/files.t
13305 ____________________________________________________________________________
13306 [ 28936] By: stevep                                on 2006/10/04  19:56:13
13307         Log: Change to sv_reftype return value caused compile for Digest::MD5
13308              with g++ to fail.
13309      Branch: perl
13310            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
13311 ____________________________________________________________________________
13312 [ 28935] By: stevep                                on 2006/10/04  19:44:58
13313         Log: Subject: [PATCH] Give zlib the ASNI C treatmant
13314              From: "Paul Marquess" <paul.marquess@ntlworld.com>
13315              Date: Wed, 4 Oct 2006 17:14:05 +0100
13316              Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com>
13317      Branch: perl
13318            ! ext/Compress/Raw/Zlib/zlib-src/adler32.c
13319            ! ext/Compress/Raw/Zlib/zlib-src/compress.c
13320            ! ext/Compress/Raw/Zlib/zlib-src/crc32.c
13321            ! ext/Compress/Raw/Zlib/zlib-src/deflate.c
13322            ! ext/Compress/Raw/Zlib/zlib-src/infback.c
13323            ! ext/Compress/Raw/Zlib/zlib-src/inffast.c
13324            ! ext/Compress/Raw/Zlib/zlib-src/inflate.c
13325            ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c
13326            ! ext/Compress/Raw/Zlib/zlib-src/trees.c
13327            ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c
13328            ! ext/Compress/Raw/Zlib/zlib-src/zutil.c
13329 ____________________________________________________________________________
13330 [ 28934] By: stevep                                on 2006/10/04  18:45:37
13331         Log: Fixes to compile Perl with g++ and DEBUGGING.
13332      Branch: perl
13333            ! regcomp.pl regnodes.h x2p/a2p.c
13334 ____________________________________________________________________________
13335 [ 28933] By: rgs                                   on 2006/10/04  07:16:04
13336         Log: Subject: [PATCH] Update Stratus VOS files.
13337              From: "Green, Paul" <Paul.Green@stratus.com>
13338              Date: Tue, 3 Oct 2006 17:40:03 -0400
13339              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB022CA121@EXNA.corp.stratus.com>
13340      Branch: perl
13341            + vos/syslog.h
13342            ! MANIFEST vos/Changes vos/vos.c
13343 ____________________________________________________________________________
13344 [ 28932] By: rgs                                   on 2006/10/03  16:39:58
13345         Log: Text::Soundex is now dual-lived.
13346      Branch: perl
13347            ! Porting/Maintainers.pl
13348 ____________________________________________________________________________
13349 [ 28931] By: rgs                                   on 2006/10/03  15:52:33
13350         Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL
13351              From: Jerry Hedden <jdhedden@yahoo.com>
13352              Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT)
13353              Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com>
13354      Branch: perl
13355            + ext/threads/shared/Changes
13356            ! MANIFEST ext/threads/shared/Makefile.PL
13357 ____________________________________________________________________________
13358 [ 28930] By: stevep                                on 2006/10/03  15:36:55
13359         Log: Upgrade to CGI.pm-3.25
13360      Branch: perl
13361            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm
13362 ____________________________________________________________________________
13363 [ 28929] By: stevep                                on 2006/10/03  15:08:35
13364         Log: Quiet warnings in new test for ExtUtils::Command.
13365      Branch: perl
13366            ! lib/ExtUtils/t/eu_command.t
13367 ____________________________________________________________________________
13368 [ 28928] By: rgs                                   on 2006/10/03  14:53:33
13369         Log: Subject: PATCH: clarify docs for lib.pm
13370              From: Mark Stosberg <mark@summersault.com>
13371              Date: Mon, 25 Sep 2006 15:53:44 -0400
13372              Message-ID: <20060925195512.27418.qmail@lists.develooper.com>
13373              
13374              (further modified by Merijn)
13375      Branch: perl
13376            ! lib/lib_pm.PL
13377 ____________________________________________________________________________
13378 [ 28927] By: stevep                                on 2006/10/03  14:52:45
13379         Log: Move Text::Soundex from lib/ to ext/ and upgrade it to 
13380              Text-Soundex-3.02.
13381      Branch: perl
13382            + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL
13383            + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm
13384            + ext/Text/Soundex/Soundex.xs
13385           +> ext/Text/Soundex/t/Soundex.t
13386            - lib/Text/Soundex.pm lib/Text/Soundex.t
13387            ! MANIFEST
13388 ____________________________________________________________________________
13389 [ 28926] By: rgs                                   on 2006/10/03  14:36:59
13390         Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.
13391              From: Jim Cromie <jim.cromie@gmail.com>
13392              Date: Fri, 29 Sep 2006 12:38:56 -0600
13393              Message-ID: <451D6840.3020408@gmail.com>
13394      Branch: perl
13395            ! perl.c perl.h
13396 ____________________________________________________________________________
13397 [ 28925] By: rgs                                   on 2006/10/03  14:29:48
13398         Log: Un-TODO some B tests
13399      Branch: perl
13400            ! ext/B/t/optree_constants.t
13401 ____________________________________________________________________________
13402 [ 28924] By: stevep                                on 2006/10/03  13:51:30
13403         Log: Upgrade to version-0.6701  
13404      Branch: perl
13405            ! lib/version.pm
13406 ____________________________________________________________________________
13407 [ 28923] By: stevep                                on 2006/10/03  13:46:26
13408         Log: Upgrade to threads-shared-1.03
13409      Branch: perl
13410            ! ext/threads/shared/README ext/threads/shared/shared.pm
13411            ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t
13412            ! ext/threads/shared/t/av_refs.t
13413            ! ext/threads/shared/t/av_simple.t
13414            ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t
13415            ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t
13416            ! ext/threads/shared/t/hv_simple.t
13417            ! ext/threads/shared/t/no_share.t
13418            ! ext/threads/shared/t/shared_attr.t
13419            ! ext/threads/shared/t/sv_refs.t
13420            ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t
13421            ! mkppport.lst
13422 ____________________________________________________________________________
13423 [ 28922] By: stevep                                on 2006/10/03  13:28:30
13424         Log: Upgrade to threads-1.42
13425      Branch: perl
13426            ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t
13427            ! ext/threads/t/thread.t ext/threads/threads.pm
13428 ____________________________________________________________________________
13429 [ 28921] By: stevep                                on 2006/10/03  13:19:48
13430         Log: Upgrade to ExtUtils-Manifest-1.48
13431      Branch: perl
13432            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
13433 ____________________________________________________________________________
13434 [ 28920] By: stevep                                on 2006/10/03  13:13:53
13435         Log: Upgrade to CPAN-1.88_52
13436      Branch: perl
13437            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
13438            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
13439            ! lib/CPAN/t/10version.t
13440 ____________________________________________________________________________
13441 [ 28919] By: stevep                                on 2006/10/03  13:08:35
13442         Log: Upgrade to Time-HiRes-1.91
13443      Branch: perl
13444            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13445            ! ext/Time/HiRes/HiRes.xs
13446 ____________________________________________________________________________
13447 [ 28918] By: stevep                                on 2006/10/03  13:06:06
13448         Log: Update to ExtUtils-Command-1.11
13449      Branch: perl
13450            + lib/ExtUtils/t/eu_command.t
13451            - lib/ExtUtils/t/Command.t
13452            ! MANIFEST lib/ExtUtils/Command.pm
13453 ____________________________________________________________________________
13454 [ 28917] By: rgs                                   on 2006/10/03  11:58:46
13455         Log: Subject: [perl #40427] Segfault in pack 
13456              From: dgay@acm.org (via RT) <perlbug-followup@perl.org>
13457              Date: Thu, 28 Sep 2006 17:30:37 -0700
13458              Message-ID: <rt-3.5.HEAD-31259-1159489837-428.40427-75-0@perl.org>
13459      Branch: perl
13460            ! pp_pack.c
13461 ____________________________________________________________________________
13462 [ 28916] By: rgs                                   on 2006/10/03  07:51:03
13463         Log: Regenerate proto.h
13464      Branch: perl
13465            ! proto.h
13466 ____________________________________________________________________________
13467 [ 28915] By: merijn                                on 2006/10/03  06:56:41
13468         Log: Subject: [PATCH] const sv_reftype
13469              From: Jarkko Hietaniemi <jhi@iki.fi>
13470              Date: Tue, 03 Oct 2006 08:05:24 +0300
13471              Message-ID: <4521EF94.5080602@iki.fi>
13472      Branch: perl
13473            ! embed.fnc pod/perlapi.pod sv.c
13474 ____________________________________________________________________________
13475 [ 28914] By: merijn                                on 2006/10/02  20:50:18
13476         Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic
13477              From: Jarkko Hietaniemi <jhi@iki.fi>
13478              Date: Mon, 02 Oct 2006 13:04:14 +0300
13479              Message-ID: <4520E41E.8040300@iki.fi>
13480      Branch: perl
13481            ! cflags.SH
13482 ____________________________________________________________________________
13483 [ 28913] By: merijn                                on 2006/10/02  11:10:21
13484         Log: doc typo change on jhi's request
13485      Branch: perl
13486            ! pod/perldiag.pod
13487 ____________________________________________________________________________
13488 [ 28912] By: merijn                                on 2006/10/02  10:09:48
13489         Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch
13490              From: Jarkko Hietaniemi <jhi@iki.fi>
13491              Date: Mon, 02 Oct 2006 12:58:18 +0300
13492              Message-ID: <4520E2BA.1000309@iki.fi>
13493      Branch: perl
13494            ! pod/perldiag.pod
13495 ____________________________________________________________________________
13496 [ 28911] By: nicholas                              on 2006/10/01  20:22:02
13497         Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1
13498              first time through to reduce the checks on subsequent calls.
13499      Branch: perl
13500            ! perlio.c
13501 ____________________________________________________________________________
13502 [ 28910] By: nicholas                              on 2006/10/01  19:29:50
13503         Log: In pp_binmode, call mode_from_discipline() once and remember the result.
13504      Branch: perl
13505            ! pp_sys.c
13506 ____________________________________________________________________________
13507 [ 28909] By: stevep                                on 2006/09/30  14:17:55
13508         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz
13509              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
13510              Date: Sat, 30 Sep 2006 13:44:02 +0200
13511              Message-ID: <87ejttmvel.fsf@k75.linux.bogus>
13512      Branch: perl
13513            + lib/CPAN/Queue.pm
13514            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
13515            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
13516            ! lib/CPAN/t/03pkgs.t
13517 ____________________________________________________________________________
13518 [ 28908] By: davem                                 on 2006/09/30  11:31:14
13519         Log: remove backing up outercc->cur in regmatch()/WHILEM
13520      Branch: perl
13521            ! regexec.c
13522 ____________________________________________________________________________
13523 [ 28907] By: davem                                 on 2006/09/30  00:29:10
13524         Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed
13525      Branch: perl
13526            ! regexec.c
13527 ____________________________________________________________________________
13528 [ 28906] By: davem                                 on 2006/09/30  00:22:20
13529         Log: add stress test for CURLYX/WHILEM regex ops
13530      Branch: perl
13531            ! t/op/pat.t
13532 ____________________________________________________________________________
13533 [ 28905] By: davem                                 on 2006/09/30  00:07:49
13534         Log: rationalise sayYES and sayNO code in regmatch()
13535      Branch: perl
13536            ! regexec.c regexp.h
13537 ____________________________________________________________________________
13538 [ 28904] By: merijn                                on 2006/09/29  17:54:12
13539         Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.
13540              From: demerphq <demerphq@gmail.com>
13541              Date: Fri, 29 Sep 2006 17:39:16 +0200
13542              Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com>
13543      Branch: perl
13544            ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile
13545 ____________________________________________________________________________
13546 [ 28903] By: stevep                                on 2006/09/29  15:10:41
13547         Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers
13548              From: Jarkko Hietaniemi <jhi@iki.fi>
13549              Date: Fri, 29 Sep 2006 17:41:28 +0300
13550              Message-ID: <451D3098.1000305@iki.fi>
13551      Branch: perl
13552            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
13553            ! pod/perldiag.pod
13554 ____________________________________________________________________________
13555 [ 28902] By: merijn                                on 2006/09/29  15:05:22
13556         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
13557              From: demerphq <demerphq@gmail.com>
13558              Date: Fri, 29 Sep 2006 16:57:07 +0200
13559              Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com>
13560      Branch: perl
13561            ! perl.h regcomp.c regexp.h
13562 ____________________________________________________________________________
13563 [ 28901] By: stevep                                on 2006/09/29  13:55:55
13564         Log: Fix debug format in regcomp.c that was failing under
13565              -Doptimize="-g"
13566      Branch: perl
13567            ! regcomp.c
13568 ____________________________________________________________________________
13569 [ 28900] By: merijn                                on 2006/09/29  12:29:24
13570         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
13571              From: demerphq <demerphq@gmail.com>
13572              Date: Fri, 29 Sep 2006 12:41:26 +0200
13573              Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com>
13574      Branch: perl
13575            + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
13576            ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm
13577            ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c
13578            ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c
13579            ! regexp.h regnodes.h sv.c thrdvar.h
13580 ____________________________________________________________________________
13581 [ 28899] By: nicholas                              on 2006/09/28  22:15:57
13582         Log: Silence two warnings from gcc when being -pedantic
13583      Branch: perl
13584            ! perl.h
13585 ____________________________________________________________________________
13586 [ 28898] By: merijn                                on 2006/09/28  11:23:38
13587         Log: Subject: Re: reentr reshuffle
13588              From: Jarkko Hietaniemi <jhi@iki.fi>
13589              Date: Thu, 28 Sep 2006 14:15:45 +0300
13590              Message-ID: <451BAEE1.1070509@iki.fi>
13591      Branch: perl
13592            ! reentr.h reentr.pl
13593 ____________________________________________________________________________
13594 [ 28897] By: merijn                                on 2006/09/28  10:36:00
13595         Log: Regen for #28896
13596      Branch: perl
13597            ! reentr.c reentr.h
13598 ____________________________________________________________________________
13599 [ 28896] By: merijn                                on 2006/09/28  10:30:21
13600         Log: Subject: reentr reshuffle
13601              From: Jarkko Hietaniemi <jhi@iki.fi>
13602              Date: Thu, 28 Sep 2006 12:40:04 +0300
13603              Message-ID: <451B9874.7060000@iki.fi>
13604      Branch: perl
13605            ! pod/perlembed.pod pod/perlxs.pod reentr.pl
13606 ____________________________________________________________________________
13607 [ 28895] By: rgs                                   on 2006/09/27  08:45:02
13608         Log: Saddest patch I ever had to apply.
13609      Branch: perl
13610            ! Porting/Maintainers.pl
13611 ____________________________________________________________________________
13612 [ 28894] By: steveh                                on 2006/09/27  08:37:23
13613         Log: I think we need to skip PL_regdupe as well as Perl_regdupe
13614              when USE_ITHREADS is not defined
13615              
13616              See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274
13617      Branch: perl
13618            ! makedef.pl
13619 ____________________________________________________________________________
13620 [ 28893] By: nicholas                              on 2006/09/26  22:29:09
13621         Log: Make Perl_regdupe only exist for threaded perls.
13622      Branch: perl
13623            ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c
13624            ! thrdvar.h
13625 ____________________________________________________________________________
13626 [ 28892] By: davem                                 on 2006/09/25  22:01:36
13627         Log: Automate generation of the regmatch() state constants
13628              
13629              Subject:  Re: Problem with EVAL handling in bleads iterative regex code.
13630              From:  demerphq <demerphq@gmail.com>
13631              Date:  Mon, 25 Sep 2006 20:09:07 +0200
13632              Message-Id:  <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com>
13633      Branch: perl
13634            ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h
13635 ____________________________________________________________________________
13636 [ 28891] By: nicholas                              on 2006/09/25  20:47:34
13637         Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re
13638              From: demerphq <demerphq@gmail.com>
13639              Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com>
13640              Date: Sun, 17 Sep 2006 14:57:57 +0200
13641      Branch: perl
13642            ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h
13643            ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h
13644 ____________________________________________________________________________
13645 [ 28890] By: rgs                                   on 2006/09/25  13:28:24
13646         Log: Remove three X<...> that cannot be handled by pod2text currently
13647              (spotted by David Landgren)
13648      Branch: perl
13649            ! pod/perlref.pod
13650 ____________________________________________________________________________
13651 [ 28889] By: rgs                                   on 2006/09/25  13:10:45
13652         Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?)
13653              From: David Landgren <david@landgren.net>
13654              Date: Mon, 25 Sep 2006 15:03:33 +0200
13655              Message-ID: <4517D3A5.4010200@landgren.net>
13656      Branch: perl
13657            ! pod/perlref.pod
13658 ____________________________________________________________________________
13659 [ 28888] By: davem                                 on 2006/09/25  10:03:41
13660         Log: Fix re debug formatting nits
13661              
13662              From: demerphq <demerphq@gmail.com>
13663              Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com>
13664              Date: Mon, 25 Sep 2006 11:37:36 +0200
13665              Subject: Re: Problem with EVAL handling in bleads iterative regex code.
13666      Branch: perl
13667            ! regexec.c
13668 ____________________________________________________________________________
13669 [ 28887] By: rgs                                   on 2006/09/25  08:31:37
13670         Log: Typo fix in overload docs
13671      Branch: perl
13672            ! lib/overload.pm
13673 ____________________________________________________________________________
13674 [ 28886] By: nicholas                              on 2006/09/25  07:12:36
13675         Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings
13676              From: Jarkko Hietaniemi <jhi@iki.fi>
13677              Message-ID: <45175CA4.3020900@iki.fi>
13678              Date: Mon, 25 Sep 2006 07:35:48 +0300
13679              
13680              remove casts that were causing failure on FreeBSD -Duse64bitint, and
13681              some other cleanups.
13682      Branch: perl
13683            ! doio.c reentr.c reentr.pl
13684 ____________________________________________________________________________
13685 [ 28885] By: davem                                 on 2006/09/25  01:23:31
13686         Log: eliminate PL_regindent and improve -Mre=Debug,STATE output
13687      Branch: perl
13688            ! perl.c regexec.c regexp.h
13689 ____________________________________________________________________________
13690 [ 28884] By: davem                                 on 2006/09/24  22:31:59
13691         Log: fix regression introduced in #27778: must backtrack into inner regex
13692              "aa" =~ /(??{"a+"})a/
13693      Branch: perl
13694            ! regexec.c regexp.h t/op/pat.t t/op/re_tests
13695 ____________________________________________________________________________
13696 [ 28883] By: davem                                 on 2006/09/24  22:03:05
13697         Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx
13698      Branch: perl
13699            ! regexec.c regexp.h
13700 ____________________________________________________________________________
13701 [ 28882] By: davem                                 on 2006/09/24  21:23:28
13702         Log: allow fields in re_tests to include \x{nnn} etc
13703      Branch: perl
13704            ! t/op/re_tests t/op/regexp.t
13705 ____________________________________________________________________________
13706 [ 28881] By: stevep                                on 2006/09/23  16:58:17
13707         Log: Upgrade to CPAN-1.8801.
13708      Branch: perl
13709            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm
13710 ____________________________________________________________________________
13711 [ 28880] By: rgs                                   on 2006/09/21  15:08:54
13712         Log: Document the values that mad_key can hold
13713              (by Larry)
13714      Branch: perl
13715            ! op.h
13716 ____________________________________________________________________________
13717 [ 28879] By: rgs                                   on 2006/09/21  14:52:15
13718         Log: Subject: RE: Combining UTF-16 output with :crlf is awkward
13719              From: "Jan Dubois" <jand@ActiveState.com>
13720              Date: Thu, 6 Apr 2006 18:37:21 -0700
13721              Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy>
13722      Branch: perl
13723            ! perlio.c
13724 ____________________________________________________________________________
13725 [ 28878] By: merijn                                on 2006/09/21  12:02:14
13726         Log: Subject: Re: \N{...} in regular expression [PATCH]
13727              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13728              Date: Thu, 21 Sep 2006 20:47:02 +0900
13729              Message-Id: <20060921204520.80A6.BQW10602@nifty.com>
13730      Branch: perl
13731            ! pod/perlop.pod
13732 ____________________________________________________________________________
13733 [ 28877] By: rgs                                   on 2006/09/21  07:54:10
13734         Log: Subject: [PATCH] deal with some gcc warnings
13735              From: Jarkko Hietaniemi <jhi@iki.fi>
13736              Date: Thu, 21 Sep 2006 09:08:47 +0300
13737              Message-ID: <45122C6F.9080904@iki.fi>
13738      Branch: perl
13739            ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c
13740            ! util.c
13741 ____________________________________________________________________________
13742 [ 28876] By: stevep                                on 2006/09/21  02:17:30
13743         Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks
13744              From: ammon@rhythm.com (via RT) <perlbug-followup@perl.org>
13745              Date: Tue, 19 Sep 2006 20:56:32 -0700
13746              Message-ID: <rt-3.5.HEAD-31258-1158724592-1714.40369-75-0@perl.org>
13747      Branch: perl
13748            ! lib/File/Find.pm
13749 ____________________________________________________________________________
13750 [ 28875] By: rgs                                   on 2006/09/20  16:12:14
13751         Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.
13752              
13753              Subject: Safe signals and SIGSEGV
13754              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
13755              Date: Fri, 8 Sep 2006 17:43:41 +0200
13756              Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com>
13757      Branch: perl
13758            ! mg.c
13759 ____________________________________________________________________________
13760 [ 28874] By: rgs                                   on 2006/09/20  15:22:22
13761         Log: prototype() wasn't working to get the prototype of optional core
13762              keywords (like say, err, given.) Fix this by adding a parameter to
13763              Perl_keyword to always get the keyword number, even if the feature
13764              isn't in effect.
13765      Branch: perl
13766            ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t
13767            ! toke.c
13768 ____________________________________________________________________________
13769 [ 28873] By: rgs                                   on 2006/09/20  11:53:59
13770         Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531
13771              From: Andrew Savige <ajsavige@yahoo.com.au>
13772              Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST)
13773              Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com>
13774      Branch: perl
13775            ! win32/win32.c
13776 ____________________________________________________________________________
13777 [ 28872] By: merijn                                on 2006/09/19  19:09:36
13778         Log: Subject: Re: \N{...} in regular expression [PATCH]
13779              From: demerphq <demerphq@gmail.com>
13780              Date: Tue, 19 Sep 2006 20:36:17 +0200
13781              Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com>
13782      Branch: perl
13783            ! regcomp.c
13784 ____________________________________________________________________________
13785 [ 28871] By: rgs                                   on 2006/09/19  14:05:48
13786         Log: Upgrade to podlators 2.0.5
13787      Branch: perl
13788            + lib/Pod/t/pod-parser.t
13789            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man
13790            ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t
13791 ____________________________________________________________________________
13792 [ 28870] By: merijn                                on 2006/09/19  11:16:11
13793         Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates
13794              on HP-UX 11.00.
13795      Branch: perl
13796            ! README.hpux
13797 ____________________________________________________________________________
13798 [ 28869] By: rgs                                   on 2006/09/19  07:54:24
13799         Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes
13800              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
13801              Date: Mon, 18 Sep 2006 17:36:50 -0300
13802              Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com>
13803      Branch: perl
13804            ! lib/File/Copy.t
13805 ____________________________________________________________________________
13806 [ 28868] By: merijn                                on 2006/09/19  06:56:36
13807         Log: Subject: Re: \N{...} in regular expression [PATCH]
13808              From: demerphq <demerphq@gmail.com>
13809              Date: Tue, 19 Sep 2006 01:37:19 +0200
13810              Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com>
13811      Branch: perl
13812            + t/lib/Cname.pm
13813            ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c
13814            ! regexec.c t/op/pat.t toke.c
13815 ____________________________________________________________________________
13816 [ 28867] By: merijn                                on 2006/09/19  06:45:26
13817         Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File
13818              From: Jarkko Hietaniemi <jhi@iki.fi>
13819              Date: Tue, 19 Sep 2006 09:19:22 +0300
13820              Message-ID: <450F8BEA.1010802@iki.fi>
13821      Branch: perl
13822            ! Makefile.SH cflags.SH
13823 ____________________________________________________________________________
13824 [ 28866] By: rgs                                   on 2006/09/18  09:04:02
13825         Log: Fix declaration-after-statement problem
13826              
13827              Subject: [bug] IO::Socket's IO.xs fails to compile
13828              From: Sebastian Steinlechner <steinlechner@gmx.net>
13829              Date: Mon, 18 Sep 2006 01:38:31 +0200
13830              Message-ID: <450DDC77.2060405@gmx.net>
13831      Branch: perl
13832            ! ext/IO/IO.xs
13833 ____________________________________________________________________________
13834 [ 28865] By: rgs                                   on 2006/09/18  08:37:21
13835         Log: Subject: [PATCH] bleed -  silence warning in sv.c
13836              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
13837              Date: Mon, 18 Sep 2006 01:30:05 -0700
13838              Message-ID: <450E590D.1060205@p6m7g8.com>
13839      Branch: perl
13840            ! sv.c
13841 ____________________________________________________________________________
13842 [ 28864] By: rgs                                   on 2006/09/18  08:35:21
13843         Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale
13844              From: John Peacock <jpeacock@rowman.com>
13845              Date: Sun, 17 Sep 2006 16:58:58 -0400
13846              Message-ID: <450DB712.4040703@rowman.com>
13847      Branch: perl
13848            ! universal.c util.c
13849 ____________________________________________________________________________
13850 [ 28863] By: nicholas                              on 2006/09/17  19:26:01
13851         Log: Fix one genuine unitialised code path spotted by gcc, and a signed/
13852              unsigned warning.
13853      Branch: perl
13854            ! doio.c
13855 ____________________________________________________________________________
13856 [ 28862] By: nicholas                              on 2006/09/17  18:52:00
13857         Log: Avoid compiler warning about a variable that isn't used when
13858              -DDEBUGGING is not in force.
13859      Branch: perl
13860            ! regcomp.c
13861 ____________________________________________________________________________
13862 [ 28861] By: rgs                                   on 2006/09/17  13:32:18
13863         Log: A better version of change #28847
13864      Branch: perl
13865            ! universal.c util.c
13866 ____________________________________________________________________________
13867 [ 28860] By: rgs                                   on 2006/09/17  12:07:27
13868         Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814
13869              From: Jarkko Hietaniemi <jhi@iki.fi>
13870              Date: Sun, 17 Sep 2006 10:29:08 +0300
13871              Message-ID: <450CF944.7000402@iki.fi>
13872      Branch: perl
13873            ! util.c
13874 ____________________________________________________________________________
13875 [ 28859] By: nicholas                              on 2006/09/17  10:39:27
13876         Log: Some notes about struct block_loop
13877      Branch: perl
13878            ! cop.h
13879 ____________________________________________________________________________
13880 [ 28858] By: nicholas                              on 2006/09/17  00:06:53
13881         Log: Store a pointer to the op in struct block_loop, rather than the 
13882              pointers to last and redo. (for ithreads also drop the next pointer,
13883              as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct
13884              to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes.
13885      Branch: perl
13886            ! cop.h pp_ctl.c scope.c sv.c
13887 ____________________________________________________________________________
13888 [ 28857] By: stevep                                on 2006/09/16  20:19:08
13889         Log: Upgrade to CPAN-CPAN-1.87_64
13890      Branch: perl
13891            ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
13892            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
13893            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
13894 ____________________________________________________________________________
13895 [ 28856] By: stevep                                on 2006/09/16  19:37:51
13896         Log: Upgrade to ExtUtils-ParseXS-2.16.  There actually are a couple of
13897              changes in bleadperl not in the new version, so version was bumped
13898              to 2.16_01.
13899      Branch: perl
13900            ! lib/ExtUtils/ParseXS.pm
13901 ____________________________________________________________________________
13902 [ 28855] By: nicholas                              on 2006/09/16  17:59:17
13903         Log: Shrink the interpreter structure by 4 bytes (usually) by making
13904              PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
13905              in struct block_eval in cop.h to avoid any possible compiler warnings)
13906      Branch: perl
13907            ! cop.h thrdvar.h
13908 ____________________________________________________________________________
13909 [ 28853] By: nicholas                              on 2006/09/16  17:07:03
13910         Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I
13911              failed to realise that struct block_sub is not the largest of the
13912              4 structures in the block.blk_u union. (It's actually block_loop)
13913      Branch: perl
13914            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
13915 ____________________________________________________________________________
13916 [ 28851] By: craigb                                on 2006/09/16  15:14:36
13917         Log: return value of -1 without errno set is ok in 
13918              ext/POSIX/t/sysconf.t (it just means the feature is
13919              not implemented, not defined, or has no limit)
13920      Branch: perl
13921            ! ext/POSIX/t/sysconf.t
13922 ____________________________________________________________________________
13923 [ 28850] By: rgs                                   on 2006/09/16  06:32:36
13924         Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki)
13925      Branch: perl
13926            ! util.c
13927 ____________________________________________________________________________
13928 [ 28849] By: nicholas                              on 2006/09/15  22:03:53
13929         Log: Avoid warnings when $Config{d_cplusplus} is undefined.
13930      Branch: perl
13931            ! ext/Encode/bin/enc2xs
13932 ____________________________________________________________________________
13933 [ 28848] By: craigb                                on 2006/09/15  00:39:32
13934         Log: More hacking in util.c's ifdef jungle following 28844 to avoid
13935              duplicate definition of Perl_my_setenv on VMS.
13936      Branch: perl
13937            ! util.c
13938 ____________________________________________________________________________
13939 [ 28847] By: rgs                                   on 2006/09/14  15:31:22
13940         Log: Fix for bug #37714: XSUB.h version check may fail due to locale
13941              Always convert version to number under C locale settings
13942      Branch: perl
13943            ! util.c
13944 ____________________________________________________________________________
13945 [ 28846] By: stevep                                on 2006/09/14  15:24:04
13946         Log: Subject: [PATCH] C++ Encode
13947              From: Jarkko Hietaniemi <jhi@iki.fi>
13948              Date: Thu, 14 Sep 2006 09:05:10 +0300
13949              Message-ID: <4508F116.40606@iki.fi>
13950      Branch: perl
13951            ! ext/Encode/bin/enc2xs
13952 ____________________________________________________________________________
13953 [ 28845] By: rgs                                   on 2006/09/14  14:18:32
13954         Log: MakeMaker is being split in new sub-distributions on CPAN
13955      Branch: perl
13956            ! Porting/Maintainers.pl
13957 ____________________________________________________________________________
13958 [ 28844] By: rgs                                   on 2006/09/14  12:39:16
13959         Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
13960              From: demerphq <demerphq@gmail.com>
13961              Date: Thu, 14 Sep 2006 14:28:16 +0200
13962              Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com>
13963      Branch: perl
13964            ! util.c
13965 ____________________________________________________________________________
13966 [ 28843] By: craigb                                on 2006/09/14  03:50:18
13967         Log: Define d_cplusplus on VMS when appropriate
13968      Branch: perl
13969            ! configure.com
13970 ____________________________________________________________________________
13971 [ 28842] By: stevep                                on 2006/09/14  01:36:13
13972         Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
13973              From: Jarkko Hietaniemi <jhi@iki.fi>
13974              Date: Wed, 13 Sep 2006 20:19:04 +0300
13975              Message-ID: <45083D88.7050207@iki.fi>
13976              
13977              Plus a tweak to the name of CC.
13978      Branch: perl
13979            ! cflags.SH hints/solaris_2.sh perl.h
13980 ____________________________________________________________________________
13981 [ 28841] By: stevep                                on 2006/09/14  01:10:01
13982         Log: Regenerated mktables.lst per Yves Orton's suggestion.
13983      Branch: perl
13984            ! lib/unicore/mktables.lst
13985 ____________________________________________________________________________
13986 [ 28840] By: stevep                                on 2006/09/13  16:05:33
13987         Log: darwin also seems to be lacking a dl_unload_file() in its
13988              DynaLoader, so some additional skips are needed.  If I only
13989              had a NeXT to test with now...
13990      Branch: perl
13991            ! ext/DynaLoader/t/DynaLoader.t
13992 ____________________________________________________________________________
13993 [ 28839] By: stevep                                on 2006/09/13  15:34:46
13994         Log: Add darwin to the list of OS's that fail to pass test 
13995              op/sprintf.t #157.  Newer versions appear to be OK, 
13996              but Mac OS X 10.2.X regularly fail with this test.
13997      Branch: perl
13998            ! t/op/sprintf.t
13999 ____________________________________________________________________________
14000 [ 28838] By: stevep                                on 2006/09/13  14:59:01
14001         Log: Test cases for version cannot handle Test::More versions that
14002              end with _0X.  TODO-ing the failing test cases for now.
14003      Branch: perl
14004            ! lib/version.t
14005 ____________________________________________________________________________
14006 [ 28837] By: rgs                                   on 2006/09/13  14:23:38
14007         Log: Upgrade to CPAN 1.87_63
14008      Branch: perl
14009            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
14010            ! lib/CPAN/SIGNATURE
14011 ____________________________________________________________________________
14012 [ 28836] By: stevep                                on 2006/09/13  13:35:32
14013         Log: Upgrade to Test-Simple-0.64_02
14014      Branch: perl
14015            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
14016            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
14017            ! lib/Test/Simple/Changes
14018            ! lib/Test/Simple/t/00test_harness_check.t
14019            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
14020            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
14021            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t
14022            ! lib/Test/Simple/t/harness_active.t
14023            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t
14024            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
14025            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t
14026            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t
14027            ! lib/Test/Simple/t/threads.t
14028 ____________________________________________________________________________
14029 [ 28835] By: rgs                                   on 2006/09/13  13:27:05
14030         Log: Bump version and other misc. changes. 3rd patch from:
14031              
14032              Subject: [PATCH] thread 1.41 - A drama in three parts
14033              From: "Jerry D. Hedden" <jdhedden@cpan.org>
14034              Date: Sun, 10 Sep 2006 09:12:06 -0700
14035              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
14036      Branch: perl
14037            ! ext/threads/Changes ext/threads/README ext/threads/t/state.t
14038            ! ext/threads/t/thread.t ext/threads/threads.pm
14039            ! ext/threads/threads.xs
14040 ____________________________________________________________________________
14041 [ 28834] By: rgs                                   on 2006/09/13  13:21:07
14042         Log: Statically allocate the main thread.
14043              2nd patch from:
14044              
14045              Subject: [PATCH] thread 1.41 - A drama in three parts
14046              From: "Jerry D. Hedden" <jdhedden@cpan.org>
14047              Date: Sun, 10 Sep 2006 09:12:06 -0700
14048              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
14049      Branch: perl
14050            ! ext/threads/threads.xs
14051 ____________________________________________________________________________
14052 [ 28833] By: rgs                                   on 2006/09/13  13:15:44
14053         Log: Race condition fix in threads.pm
14054              First patch from:
14055              
14056              Subject: [PATCH] thread 1.41 - A drama in three parts
14057              From: "Jerry D. Hedden" <jdhedden@cpan.org>
14058              Date: Sun, 10 Sep 2006 09:12:06 -0700
14059              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
14060      Branch: perl
14061            ! ext/threads/threads.xs
14062 ____________________________________________________________________________
14063 [ 28832] By: rgs                                   on 2006/09/13  09:55:09
14064         Log: Subject: mktables executes seven time per build sigh
14065              From: demerphq <demerphq@gmail.com>
14066              Date: Sun, 10 Sep 2006 17:52:10 +0200
14067              Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com>
14068              
14069              (Fix for Windows)
14070      Branch: perl
14071            ! lib/unicore/mktables win32/Makefile
14072 ____________________________________________________________________________
14073 [ 28831] By: rgs                                   on 2006/09/13  09:44:26
14074         Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section 
14075              From: David Nicol (via RT) <perlbug-followup@perl.org>
14076              Date: Tue, 12 Sep 2006 13:21:24 -0700
14077              Message-ID: <rt-3.5.HEAD-31259-1158092484-244.40328-75-0@perl.org>
14078      Branch: perl
14079            ! ext/B/B/Deparse.pm
14080 ____________________________________________________________________________
14081 [ 28830] By: rgs                                   on 2006/09/13  09:36:11
14082         Log: Subject: [perl #40327] Doc patch for perlfunc.pod 
14083              From: merijnb@ms.com (via RT) <perlbug-followup@perl.org>
14084              Date: Tue, 12 Sep 2006 09:12:12 -0700
14085              Message-ID: <rt-3.5.HEAD-31259-1158077531-1067.40327-75-0@perl.org>
14086      Branch: perl
14087            ! pod/perlfunc.pod
14088 ____________________________________________________________________________
14089 [ 28829] By: merijn                                on 2006/09/13  06:51:55
14090         Log: Accumulated fixes from earlier backports, amongst of which:
14091              Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure
14092              From: Jarkko Hietaniemi <jhi@iki.fi>
14093              Date: Tue, 12 Sep 2006 07:19:32 +0300
14094              Message-ID: <45063554.1040301@iki.fi>
14095      Branch: perl
14096            ! Configure Porting/Glossary config_h.SH
14097 ____________________________________________________________________________
14098 [ 28827] By: rgs                                   on 2006/09/12  15:51:53
14099         Log: Disable study() for utf-8 strings
14100              
14101              Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
14102              From: demerphq <demerphq@gmail.com>
14103              Date: Tue, 12 Sep 2006 17:08:55 +0200
14104              Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com>
14105      Branch: perl
14106            ! pp.c
14107 ____________________________________________________________________________
14108 [ 28826] By: stevep                                on 2006/09/12  15:30:57
14109         Log: Upgrade to CPAN-1.87_62
14110      Branch: perl
14111            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
14112 ____________________________________________________________________________
14113 [ 28825] By: rgs                                   on 2006/09/12  14:49:21
14114         Log: Upgrade to MakeMaker 6.30_04
14115      Branch: perl
14116            + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t
14117            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm
14118            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
14119            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
14120            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
14121            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t
14122            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t
14123 ____________________________________________________________________________
14124 [ 28824] By: rgs                                   on 2006/09/12  14:04:54
14125         Log: More warnings silencing, including suggestions by Dominic Dunlop
14126      Branch: perl
14127            ! regcomp.c regexec.c
14128 ____________________________________________________________________________
14129 [ 28823] By: rgs                                   on 2006/09/12  07:26:46
14130         Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
14131              From: Dominic Dunlop <domo@computer.org>
14132              Date: Tue, 12 Sep 2006 09:13:41 +0200
14133              Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org>
14134      Branch: perl
14135            ! sv.c
14136 ____________________________________________________________________________
14137 [ 28822] By: rgs                                   on 2006/09/12  07:22:40
14138         Log: Another warning-silencing cast
14139      Branch: perl
14140            ! regcomp.c
14141 ____________________________________________________________________________
14142 [ 28821] By: rgs                                   on 2006/09/11  13:05:16
14143         Log: POD fixes in perlce manpage
14144      Branch: perl
14145            ! README.ce
14146 ____________________________________________________________________________
14147 [ 28820] By: rgs                                   on 2006/09/11  12:32:35
14148         Log: FAQ sync
14149      Branch: perl
14150            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14151            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14152            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14153            ! pod/perlfaq9.pod
14154 ____________________________________________________________________________
14155 [ 28819] By: rgs                                   on 2006/09/11  11:51:04
14156         Log: Fix a few more printf format warnings
14157      Branch: perl
14158            ! regexec.c
14159 ____________________________________________________________________________
14160 [ 28818] By: rgs                                   on 2006/09/11  10:19:20
14161         Log: Fix definition of macro HOP3 (spotted by a gcc warning)
14162      Branch: perl
14163            ! regexec.c
14164 ____________________________________________________________________________
14165 [ 28817] By: rgs                                   on 2006/09/11  10:12:32
14166         Log: Fix some compilation warnings
14167      Branch: perl
14168            ! regcomp.c
14169 ____________________________________________________________________________
14170 [ 28816] By: rgs                                   on 2006/09/11  10:04:19
14171         Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly.
14172              From: demerphq <demerphq@gmail.com>
14173              Date: Sat, 9 Sep 2006 22:00:05 +0200
14174              Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>
14175      Branch: perl
14176            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym
14177            ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t
14178 ____________________________________________________________________________
14179 [ 28815] By: rgs                                   on 2006/09/11  09:14:58
14180         Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague
14181              From: "David Nicol" <davidnicol@gmail.com>
14182              Date: Fri, 8 Sep 2006 11:19:23 -0500
14183              Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>
14184      Branch: perl
14185            ! lib/sigtrap.pm
14186 ____________________________________________________________________________
14187 [ 28814] By: rgs                                   on 2006/09/11  08:56:21
14188         Log: Subject: [PATCH] C++: Solaris CC now compiles "perl"
14189              From: Jarkko Hietaniemi <jhi@iki.fi>
14190              Date: Sat, 09 Sep 2006 15:29:12 +0300
14191              Message-ID: <4502B398.6060505@iki.fi>
14192      Branch: perl
14193            ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c
14194            ! unixish.h util.c
14195 ____________________________________________________________________________
14196 [ 28813] By: rgs                                   on 2006/09/11  08:41:50
14197         Log: Subject: NULL and sv_setpv vs. newSVpv
14198              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
14199              Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT)
14200              Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170>
14201      Branch: perl
14202            ! sv.c
14203 ____________________________________________________________________________
14204 [ 28812] By: steveh                                on 2006/09/08  16:08:53
14205         Log: Update Porting/Maintainers.pl w.r.t. #28811
14206      Branch: perl
14207            ! Porting/Maintainers.pl
14208 ____________________________________________________________________________
14209 [ 28811] By: steveh                                on 2006/09/08  16:05:53
14210         Log: Subject: [PATCH] Add Params::Check to the core
14211              From: "Jos Boumans" <kane@dwim.org>
14212              Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST)
14213              Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl>
14214              
14215              (Just the Params-Check part: Locale-Maketext-Simple has already been
14216              added by change #28809)
14217      Branch: perl
14218            + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
14219            ! MANIFEST
14220 ____________________________________________________________________________
14221 [ 28810] By: steveh                                on 2006/09/08  15:33:18
14222         Log: Update Porting/Maintainers.pl w.r.t. #28809
14223      Branch: perl
14224            ! Porting/Maintainers.pl
14225 ____________________________________________________________________________
14226 [ 28809] By: steveh                                on 2006/09/08  15:19:50
14227         Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core
14228              From: kane@xs4all.nl
14229              Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST)
14230              Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl>
14231              
14232              Actually added 0.18, rather than 0.17 which this PATCH contained, for
14233              an updated licence statement.
14234      Branch: perl
14235            + lib/Locale/Maketext/Simple.pm
14236            + lib/Locale/Maketext/Simple/t/0-signature.t
14237            + lib/Locale/Maketext/Simple/t/1-basic.t
14238            ! MANIFEST
14239 ____________________________________________________________________________
14240 [ 28808] By: rgs                                   on 2006/09/08  08:36:32
14241         Log: Use %^H instead of $^H for the assertions pragma
14242      Branch: perl
14243            ! lib/assertions.pm op.c perl.h
14244 ____________________________________________________________________________
14245 [ 28807] By: rgs                                   on 2006/09/08  07:39:10
14246         Log: Remove empty typemap file
14247      Branch: perl
14248            - ext/threads/shared/typemap
14249            ! MANIFEST
14250 ____________________________________________________________________________
14251 [ 28806] By: craigb                                on 2006/09/08  02:07:30
14252         Log: declaration after code nit in vms/vms.c (from Martin Vorlaender)
14253      Branch: perl
14254            ! vms/vms.c
14255 ____________________________________________________________________________
14256 [ 28805] By: stevep                                on 2006/09/07  18:39:22
14257         Log: Clean up some comments.
14258      Branch: perl
14259            ! cygwin/ld2.in
14260 ____________________________________________________________________________
14261 [ 28804] By: rgs                                   on 2006/09/07  15:21:56
14262         Log: Typo fix in #ifdef
14263      Branch: perl
14264            ! toke.c
14265 ____________________________________________________________________________
14266 [ 28803] By: stevep                                on 2006/09/07  14:24:18
14267         Log: Fix to first problem causing Cygwin Perl to fail to build 
14268              in a path with spaces in it. 
14269      Branch: perl
14270            ! cygwin/Makefile.SHs
14271 ____________________________________________________________________________
14272 [ 28802] By: gisle                                 on 2006/09/07  14:12:14
14273         Log: Document mkpath() return value in scalar context.
14274              Document that rmtree() return value include deleted
14275              directories.
14276      Branch: perl
14277            ! lib/File/Path.pm
14278 ____________________________________________________________________________
14279 [ 28801] By: rgs                                   on 2006/09/07  13:16:12
14280         Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process
14281              From: "David Nicol" <davidnicol@gmail.com>
14282              Date: Fri, 1 Sep 2006 17:26:34 -0500
14283              Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com>
14284      Branch: perl
14285            ! pod/perlfunc.pod
14286 ____________________________________________________________________________
14287 [ 28800] By: rgs                                   on 2006/09/07  13:13:05
14288         Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" 
14289              From: premchai21@yahoo.com (via RT) <perlbug-followup@perl.org>
14290              Date: Wed, 06 Sep 2006 23:11:10 -0700
14291              Message-ID: <rt-3.5.HEAD-31258-1157609470-1994.40293-75-0@perl.org>
14292      Branch: perl
14293            ! pod/perlsec.pod
14294 ____________________________________________________________________________
14295 [ 28799] By: rgs                                   on 2006/09/07  11:46:40
14296         Log: Bump version of PerlIO::scalar
14297      Branch: perl
14298            ! ext/PerlIO/scalar/scalar.pm
14299 ____________________________________________________________________________
14300 [ 28798] By: rgs                                   on 2006/09/07  11:45:36
14301         Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness
14302      Branch: perl
14303            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
14304 ____________________________________________________________________________
14305 [ 28797] By: rgs                                   on 2006/09/07  09:49:31
14306         Log: Invalidate ISA and method caches when calling a safe compartment
14307              (bug #39887)
14308              
14309              Remove XS_VERSION, make it equal to VERSION
14310      Branch: perl
14311            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
14312            ! ext/Opcode/Opcode.xs
14313 ____________________________________________________________________________
14314 [ 28796] By: rgs                                   on 2006/09/07  09:25:18
14315         Log: Add Exporter in the dual-lived module list
14316      Branch: perl
14317            ! Porting/Maintainers.pl
14318 ____________________________________________________________________________
14319 [ 28795] By: rgs                                   on 2006/09/07  09:21:56
14320         Log: Subject: Dual life for Exporter
14321              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
14322              Date: Wed, 6 Sep 2006 16:40:28 -0300
14323              Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com>
14324      Branch: perl
14325            ! lib/Exporter.t
14326 ____________________________________________________________________________
14327 [ 28794] By: stevep                                on 2006/09/07  02:07:57
14328         Log: Convert Errno.t to Test::More.  Increase the test coverage
14329              while in there as well. 
14330      Branch: perl
14331            ! ext/Errno/t/Errno.t
14332 ____________________________________________________________________________
14333 [ 28793] By: steveh                                on 2006/09/06  16:54:19
14334         Log: cxtype is a U16, not a U32 (Stops VC++ complaining)
14335      Branch: perl
14336            ! pp_ctl.c
14337 ____________________________________________________________________________
14338 [ 28792] By: stevep                                on 2006/09/06  14:33:06
14339         Log: Removed some leftover debugging accidentally added with
14340              change #28788.
14341      Branch: perl
14342            ! regexec.c
14343 ____________________________________________________________________________
14344 [ 28791] By: rgs                                   on 2006/09/06  14:11:09
14345         Log: Revert accidental file deletion
14346      Branch: perl
14347            + ext/threads/shared/typemap
14348 ____________________________________________________________________________
14349 [ 28790] By: rgs                                   on 2006/09/06  14:04:33
14350         Log: Remove perlcc and the byteloader
14351      Branch: perl
14352            - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
14353            - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm
14354            - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble
14355            - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks
14356            - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README
14357            - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes
14358            - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
14359            - ext/B/ramblings/magic ext/B/ramblings/reg.alloc
14360            - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t
14361            - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t
14362            - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm
14363            - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL
14364            - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
14365            - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl
14366            - ext/threads/shared/typemap utils/perlcc.PL
14367            ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl
14368            ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH
14369            ! pod/perlcompile.pod regen.pl t/TEST t/harness
14370            ! t/lib/1_compile.t utils.lst utils/Makefile
14371            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
14372            ! win32/pod.mak x2p/Makefile.SH
14373 ____________________________________________________________________________
14374 [ 28789] By: rgs                                   on 2006/09/06  09:18:31
14375         Log: Remove JPL
14376      Branch: perl
14377            - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java
14378            - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig
14379            - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe
14380            - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard
14381            - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
14382            - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32
14383            - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
14384            - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
14385            - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
14386            - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL
14387            - jpl/PerlInterpreter/PerlInterpreter.c
14388            - jpl/PerlInterpreter/PerlInterpreter.h
14389            - jpl/PerlInterpreter/PerlInterpreter.java jpl/README
14390            - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL
14391            - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl
14392            - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README
14393            - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl
14394            ! MANIFEST
14395 ____________________________________________________________________________
14396 [ 28788] By: stevep                                on 2006/09/06  00:35:15
14397         Log: Subject: [PATCH] UCD 5.0.0
14398              From: Jarkko Hietaniemi <jhi@iki.fi>
14399              Date: Tue, 05 Sep 2006 21:29:45 +0300
14400              Message-ID: <44FDC219.8010006@iki.fi>
14401      Branch: perl
14402            + lib/unicore/NamedSqProv.txt
14403            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt
14404            ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt
14405            ! lib/unicore/CaseFolding.txt
14406            ! lib/unicore/CompositionExclusions.txt
14407            ! lib/unicore/EastAsianWidth.txt
14408            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
14409            ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt
14410            ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt
14411            ! lib/unicore/NormalizationCorrections.txt
14412            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
14413            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
14414            ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt
14415            ! lib/unicore/StandardizedVariants.txt
14416            ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c
14417            ! t/uni/class.t
14418 ____________________________________________________________________________
14419 [ 28787] By: rgs                                   on 2006/09/05  11:09:03
14420         Log: Fix a few warnings
14421      Branch: perl
14422            ! regcomp.c regexec.c
14423 ____________________________________________________________________________
14424 [ 28786] By: rgs                                   on 2006/09/05  10:40:25
14425         Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
14426              From: "Robin Barker" <Robin.Barker@npl.co.uk>
14427              Date: Fri, 1 Sep 2006 16:10:25 +0100
14428              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>
14429      Branch: perl
14430            ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c
14431 ____________________________________________________________________________
14432 [ 28785] By: rgs                                   on 2006/09/05  10:21:57
14433         Log: Subject: Re: [PATCH] Trie jumping
14434              From: demerphq <demerphq@gmail.com>
14435              Date: Sat, 2 Sep 2006 16:40:12 +0200
14436              Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>
14437      Branch: perl
14438            ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c
14439            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
14440            ! t/op/re_tests
14441 ____________________________________________________________________________
14442 [ 28783] By: rgs                                   on 2006/09/04  16:54:36
14443         Log: Subject: [perl #40239] New hints file for MidnightBSD 
14444              From: Lucas Holt (via RT) <perlbug-followup@perl.org>
14445              Date: Fri, 25 Aug 2006 20:16:40 -0700
14446              Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>
14447      Branch: perl
14448            + hints/midnightbsd.sh
14449            ! MANIFEST
14450 ____________________________________________________________________________
14451 [ 28782] By: rgs                                   on 2006/09/04  15:50:17
14452         Log: Upgrade to Sys::Syslog 0.18
14453      Branch: perl
14454            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
14455            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
14456 ____________________________________________________________________________
14457 [ 28781] By: rgs                                   on 2006/09/04  14:53:00
14458         Log: Subject: [perl #40272] subroutine call with & in perlop example 
14459              From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
14460              Date: Sun, 03 Sep 2006 13:03:28 -0700
14461              Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>
14462      Branch: perl
14463            ! pod/perlop.pod
14464 ____________________________________________________________________________
14465 [ 28780] By: rgs                                   on 2006/09/04  13:12:20
14466         Log: Documentation nit, found by Dr Ruud.
14467      Branch: perl
14468            ! pod/perldsc.pod
14469 ____________________________________________________________________________
14470 [ 28779] By: rgs                                   on 2006/09/04  13:11:01
14471         Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES 
14472              From: "Jerry D. Hedden" <jerry@hedden.us>
14473              Date: Fri, 01 Sep 2006 12:43:46 -0700
14474              Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>
14475      Branch: perl
14476            ! lib/attributes.pm
14477 ____________________________________________________________________________
14478 [ 28778] By: rgs                                   on 2006/09/04  12:41:39
14479         Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
14480              From: chromatic <chromatic@wgz.org>
14481              Date: Fri, 1 Sep 2006 09:12:45 -0700
14482              Message-Id: <200609010912.46314.chromatic@wgz.org>
14483      Branch: perl
14484            ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod
14485            ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod
14486 ____________________________________________________________________________
14487 [ 28777] By: rgs                                   on 2006/09/04  12:30:36
14488         Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs
14489              From: chromatic <chromatic@wgz.org>
14490              Date: Fri, 1 Sep 2006 05:42:17 -0700
14491              Message-Id: <200609010542.17571.chromatic@wgz.org>
14492      Branch: perl
14493            ! pod/perlfunc.pod
14494 ____________________________________________________________________________
14495 [ 28776] By: rgs                                   on 2006/09/03  12:51:57
14496         Log: Remove dead code from sort.pm
14497      Branch: perl
14498            ! lib/sort.pm
14499 ____________________________________________________________________________
14500 [ 28774] By: nicholas                              on 2006/09/01  17:25:50
14501         Log: Merge lval and hasargs into one U8 in struct block_sub
14502      Branch: perl
14503            ! cop.h
14504 ____________________________________________________________________________
14505 [ 28773] By: nicholas                              on 2006/09/01  16:27:48
14506         Log: Access to cx->blk_sub.lval via macros (as it's about to move).
14507      Branch: perl
14508            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
14509 ____________________________________________________________________________
14510 [ 28772] By: nicholas                              on 2006/09/01  15:05:10
14511         Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to
14512              move)
14513      Branch: perl
14514            ! cop.h pp_ctl.c scope.c sv.c
14515 ____________________________________________________________________________
14516 [ 28771] By: nicholas                              on 2006/08/31  09:05:50
14517         Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
14518              on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
14519              OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
14520              rather than the aggregate itself.
14521      Branch: perl
14522            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t
14523            ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c
14524 ____________________________________________________________________________
14525 [ 28770] By: nicholas                              on 2006/08/31  08:26:13
14526         Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into
14527              struct block and struct subst.
14528      Branch: perl
14529            ! cop.h
14530 ____________________________________________________________________________
14531 [ 28769] By: steveh                                on 2006/08/30  15:57:13
14532         Log: Silence some more Borland compiler warnings
14533              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
14534              
14535              - Change the cryptic pragma warn strings into numbers that are more
14536              easily recognized, and add a new one (8027).
14537              
14538              - Add a similar pragma warn line to fcrypt.c, which doesn't use
14539              win32.h.
14540      Branch: perl
14541            ! win32/fcrypt.c win32/win32.h
14542 ____________________________________________________________________________
14543 [ 28768] By: steveh                                on 2006/08/29  13:24:56
14544         Log: Silence Borland compiler warnings in XS::APItest and Win32
14545              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
14546      Branch: perl
14547            ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm
14548            ! win32/ext/Win32/Win32.xs
14549 ____________________________________________________________________________
14550 [ 28767] By: rgs                                   on 2006/08/28  12:52:00
14551         Log: Revert bogus change 28763.
14552      Branch: perl
14553            ! EXTERN.h INTERN.h
14554 ____________________________________________________________________________
14555 [ 28766] By: rgs                                   on 2006/08/28  09:26:52
14556         Log: Fix PerlIO::scalar fileno() documentation as suggested in:
14557              Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 
14558              From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
14559              Date: Mon, 28 Aug 2006 00:21:25 -0700
14560              Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
14561      Branch: perl
14562            ! ext/PerlIO/scalar/scalar.pm
14563 ____________________________________________________________________________
14564 [ 28765] By: stevep                                on 2006/08/27  17:53:17
14565         Log: Added an additional #ifndef based on comments by Jarkko and
14566              John Malmberg.
14567      Branch: perl
14568            ! x2p/INTERN.h
14569 ____________________________________________________________________________
14570 [ 28764] By: rgs                                   on 2006/08/27  16:05:09
14571         Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth
14572              From: Daniel Frederick Crisman <daniel@crisman.org>
14573              Date: Thu, 24 Aug 2006 17:29:57 -0400
14574              Message-ID: <20060824212957.GA32557@fury.crisman.org>
14575      Branch: perl
14576            ! pod/perlsyn.pod
14577 ____________________________________________________________________________
14578 [ 28763] By: rgs                                   on 2006/08/27  15:57:39
14579         Log: More conditional defines of EXTERN_C, by Jarkko
14580      Branch: perl
14581            ! EXTERN.h INTERN.h
14582 ____________________________________________________________________________
14583 [ 28762] By: rgs                                   on 2006/08/27  15:51:25
14584         Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen()
14585              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14586              Date: Fri, 25 Aug 2006 22:35:33 +0200
14587              Message-ID: <20060825223533.04efdf2d@r2d2>
14588      Branch: perl
14589            ! ext/Data/Dumper/Dumper.pm
14590 ____________________________________________________________________________
14591 [ 28761] By: rgs                                   on 2006/08/27  15:46:54
14592         Log: Regression test for attributes 'reserved' warning,
14593              by Jerry D. Hedden
14594      Branch: perl
14595            ! t/op/attrs.t
14596 ____________________________________________________________________________
14597 [ 28760] By: rgs                                   on 2006/08/25  16:47:08
14598         Log: Put a plan in the last added test
14599      Branch: perl
14600            ! lib/SelfLoader-buggy.t
14601 ____________________________________________________________________________
14602 [ 28759] By: steveh                                on 2006/08/25  16:12:52
14603         Log: Silence a bunch of Borland compiler warnings in SDBM_File
14604              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)
14605      Branch: perl
14606            ! XSUB.h
14607 ____________________________________________________________________________
14608 [ 28758] By: rgs                                   on 2006/08/25  15:58:41
14609         Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
14610              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
14611              Date: Thu, 24 Aug 2006 10:20:43 -0300
14612              Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>
14613      Branch: perl
14614            + lib/SelfLoader-buggy.t
14615            ! MANIFEST lib/SelfLoader.pm
14616 ____________________________________________________________________________
14617 [ 28757] By: rgs                                   on 2006/08/25  15:45:08
14618         Log: Following Jarkko's advice, it seems that ODBM_File cannot be
14619              compiled as C++ as-is.
14620      Branch: perl
14621            ! ext/ODBM_File/ODBM_File.xs
14622 ____________________________________________________________________________
14623 [ 28756] By: rgs                                   on 2006/08/25  15:24:28
14624         Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working
14625              From: "Jerry D. Hedden" <jdhedden@cpan.org>
14626              Date: Thu, 24 Aug 2006 09:04:12 -0700
14627              Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>
14628      Branch: perl
14629            ! lib/attributes.pm xsutils.c
14630 ____________________________________________________________________________
14631 [ 28755] By: stevep                                on 2006/08/24  15:07:58
14632         Log: Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.
14633      Branch: perl
14634            + lib/File/Temp/t/seekable.t
14635            ! AUTHORS MANIFEST lib/File/Temp.pm
14636 ____________________________________________________________________________
14637 [ 28754] By: rgs                                   on 2006/08/24  12:36:08
14638         Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File
14639              From: "Robin Barker" <Robin.Barker@npl.co.uk>
14640              Date: Thu, 24 Aug 2006 13:22:47 +0100
14641              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>
14642      Branch: perl
14643            ! ext/ODBM_File/ODBM_File.xs
14644 ____________________________________________________________________________
14645 [ 28753] By: rgs                                   on 2006/08/24  12:23:15
14646         Log: Subject: [PATCH] Don't promulgate Perl attributes
14647              From: "Jerry D. Hedden" <jdhedden@cpan.org>
14648              Date: Wed, 23 Aug 2006 10:07:05 -0700
14649              Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>
14650      Branch: perl
14651            ! lib/attributes.pm xsutils.c
14652 ____________________________________________________________________________
14653 [ 28752] By: stevep                                on 2006/08/24  01:27:08
14654         Log: Upgrade to CGI.pm-3.22.
14655      Branch: perl
14656            ! lib/CGI.pm lib/CGI/Changes
14657 ____________________________________________________________________________
14658 [ 28751] By: stevep                                on 2006/08/23  16:08:17
14659         Log: Subject: [perl #40161] ccversion fix for hpux
14660              From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
14661              Date: Wed, 16 Aug 2006 23:10:52 -0700
14662              Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
14663      Branch: perl
14664            ! hints/hpux.sh
14665 ____________________________________________________________________________
14666 [ 28750] By: stevep                                on 2006/08/23  03:04:47
14667         Log: The previous change causes compile failures with threaded Perls.
14668      Branch: perl
14669            ! reentr.h reentr.pl
14670 ____________________________________________________________________________
14671 [ 28749] By: stevep                                on 2006/08/22  20:16:55
14672         Log: Part of one of Jarkko's g++ patches that was missed.
14673      Branch: perl
14674            ! reentr.h reentr.pl
14675 ____________________________________________________________________________
14676 [ 28748] By: stevep                                on 2006/08/22  17:41:33
14677         Log: Update to Time-HiRes-1.90.
14678      Branch: perl
14679            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14680            ! ext/Time/HiRes/HiRes.xs
14681 ____________________________________________________________________________
14682 [ 28747] By: stevep                                on 2006/08/22  16:43:52
14683         Log: Upgrade to Time-HiRes-1.89.
14684      Branch: perl
14685            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14686            ! ext/Time/HiRes/HiRes.xs
14687 ____________________________________________________________________________
14688 [ 28746] By: stevep                                on 2006/08/22  14:18:16
14689         Log: Upgrade to CGI.pm-3.21
14690      Branch: perl
14691            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
14692 ____________________________________________________________________________
14693 [ 28745] By: stevep                                on 2006/08/22  14:14:23
14694         Log: Upgrade to Time-HiRes-1.88.
14695      Branch: perl
14696            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14697            ! ext/Time/HiRes/HiRes.xs
14698 ____________________________________________________________________________
14699 [ 28744] By: stevep                                on 2006/08/22  14:07:13
14700         Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN)
14701              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14702              Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST)
14703              Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi>
14704              
14705              ...plus various version bumps and Digest::MD5 test file fixes.
14706      Branch: perl
14707            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
14708            ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm
14709            ! ext/Math/BigInt/FastCalc/FastCalc.xs
14710            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
14711            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
14712 ____________________________________________________________________________
14713 [ 28743] By: stevep                                on 2006/08/22  02:12:16
14714         Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-)
14715              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14716              Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST)
14717              Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi>
14718      Branch: perl
14719            ! pod/perlhack.pod
14720 ____________________________________________________________________________
14721 [ 28742] By: stevep                                on 2006/08/22  01:03:05
14722         Log: Subject: [PATCH] g++/x2p (better version)
14723              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14724              Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST)
14725              Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi>
14726      Branch: perl
14727            ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h
14728 ____________________________________________________________________________
14729 [ 28741] By: rgs                                   on 2006/08/21  10:15:30
14730         Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right
14731              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14732              Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST)
14733              Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>
14734      Branch: perl
14735            ! hints/dec_osf.sh perl.h pp_sys.c
14736 ____________________________________________________________________________
14737 [ 28740] By: rgs                                   on 2006/08/20  10:13:12
14738         Log: Amendment to change #28739
14739      Branch: perl
14740            ! ext/B/B/Assembler.pm
14741 ____________________________________________________________________________
14742 [ 28739] By: rgs                                   on 2006/08/20  09:25:59
14743         Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long
14744              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14745              Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST)
14746              Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi>
14747      Branch: perl
14748            ! ext/B/B/Assembler.pm
14749 ____________________________________________________________________________
14750 [ 28738] By: rgs                                   on 2006/08/20  09:15:21
14751         Log: perlthrtut update, by Jerry D. Hedden.
14752      Branch: perl
14753            ! pod/perlthrtut.pod
14754 ____________________________________________________________________________
14755 [ 28737] By: rgs                                   on 2006/08/20  08:46:33
14756         Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define
14757              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14758              Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST)
14759              Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi>
14760      Branch: perl
14761            ! hints/solaris_2.sh
14762 ____________________________________________________________________________
14763 [ 28736] By: rgs                                   on 2006/08/18  16:22:18
14764         Log: Phrasing nit in perlxstut (by Ville Koskinen)
14765      Branch: perl
14766            ! pod/perlxstut.pod
14767 ____________________________________________________________________________
14768 [ 28735] By: rgs                                   on 2006/08/18  15:46:18
14769         Log: A type change that apparently works around a compiler bug
14770              (gcc 4.1.1 on Solaris) (by Robin Barker)
14771      Branch: perl
14772            ! pp_hot.c
14773 ____________________________________________________________________________
14774 [ 28734] By: stevep                                on 2006/08/17  20:28:36
14775         Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
14776              From: Jarkko Hietaniemi <jhi@iki.fi>
14777              Date: Thu, 17 Aug 2006 19:16:09 +0300
14778              Message-ID: <44E49649.9090307@iki.fi>
14779      Branch: perl
14780            ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c
14781 ____________________________________________________________________________
14782 [ 28733] By: stevep                                on 2006/08/17  17:57:33
14783         Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing
14784              it for some C++ compiles.  Might as well fix usleep()'s 
14785              declaration too.
14786      Branch: perl
14787            ! perl.h
14788 ____________________________________________________________________________
14789 [ 28732] By: stevep                                on 2006/08/17  15:28:36
14790         Log: Fix to problem where CGI can lose the filehandle during an upload.
14791              Patch posted to the Debian bug list by Eric Wong 
14792              <eric@petta-tech.com>.
14793      Branch: perl
14794            ! lib/CGI.pm
14795 ____________________________________________________________________________
14796 [ 28731] By: stevep                                on 2006/08/17  14:50:36
14797         Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
14798              which caused core dumps.
14799      Branch: perl
14800            ! embed.fnc proto.h
14801 ____________________________________________________________________________
14802 [ 28730] By: stevep                                on 2006/08/16  17:44:44
14803         Log: Cast needed to compile bsd_glob.c with C++
14804      Branch: perl
14805            ! ext/File/Glob/bsd_glob.c
14806 ____________________________________________________________________________
14807 [ 28729] By: stevep                                on 2006/08/16  13:11:15
14808         Log: Additional changes to get C++ a little closer to a clean compile
14809              of Perl.
14810      Branch: perl
14811            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h
14812            ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm
14813            ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs
14814            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
14815            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
14816 ____________________________________________________________________________
14817 [ 28728] By: stevep                                on 2006/08/15  18:57:11
14818         Log: Additional floating point strictness is needed to get Intel cc to pass
14819              its tests.
14820      Branch: perl
14821            ! hints/linux.sh
14822 ____________________________________________________________________________
14823 [ 28727] By: rgs                                   on 2006/08/15  10:01:48
14824         Log: Update Changes
14825      Branch: perl
14826            ! Changes
14827 ____________________________________________________________________________
14828 [ 28726] By: rgs                                   on 2006/08/15  09:59:24
14829         Log: Update Module::CoreList data with 5.9.4
14830      Branch: perl
14831            ! lib/Module/CoreList.pm
14832 ____________________________________________________________________________
14833 [ 28725] By: rgs                                   on 2006/08/15  09:55:27
14834         Log: 5.9.4 is today.
14835      Branch: perl
14836            ! pod/perlhist.pod
14837 ____________________________________________________________________________
14838 [ 28724] By: rgs                                   on 2006/08/15  09:54:02
14839         Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore.
14840      Branch: perl
14841            ! Porting/Maintainers.pl
14842 ____________________________________________________________________________
14843 [ 28723] By: rgs                                   on 2006/08/15  09:43:40
14844         Log: Regenerate perlmodlib and perltoc
14845      Branch: perl
14846            ! pod/perlmodlib.pod pod/perltoc.pod
14847 ____________________________________________________________________________
14848 [ 28722] By: rgs                                   on 2006/08/15  09:40:08
14849         Log: POD formatting nit
14850      Branch: perl
14851            ! pod/perl594delta.pod
14852 ____________________________________________________________________________
14853 [ 28721] By: rgs                                   on 2006/08/15  09:29:03
14854         Log: Remove some of the known problems documented in perldelta, which were
14855              caused by change #28319, just backed out. Add some Windows news (by
14856              Steve Hay)
14857      Branch: perl
14858            ! pod/perl594delta.pod
14859 ____________________________________________________________________________
14860 [ 28720] By: rgs                                   on 2006/08/15  09:22:54
14861         Log: Revert change 28319, which may cause segfaults with threaded perls
14862              on eval("syntax error") statements
14863      Branch: perl
14864            ! perly.c
14865 ____________________________________________________________________________
14866 [ 28719] By: rgs                                   on 2006/08/15  07:57:54
14867         Log: More perldelta nits found by my reviewers
14868      Branch: perl
14869            ! pod/perl594delta.pod
14870 ____________________________________________________________________________
14871 [ 28718] By: rgs                                   on 2006/08/14  22:30:18
14872         Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball
14873      Branch: perl
14874            ! pod/perl594delta.pod
14875 ____________________________________________________________________________
14876 [ 28717] By: rgs                                   on 2006/08/14  21:58:15
14877         Log: More perldelta entries and fixes
14878      Branch: perl
14879            ! pod/perl594delta.pod
14880 ____________________________________________________________________________
14881 [ 28716] By: rgs                                   on 2006/08/14  21:31:43
14882         Log: Typo fix in the documentation of source filters in @INC
14883      Branch: perl
14884            ! pod/perlfunc.pod
14885 ____________________________________________________________________________
14886 [ 28715] By: mhx                                   on 2006/08/14  20:29:57
14887         Log: Only copy ppport.h to destination if it is different.
14888              This avoids unneccessary rebuilds.
14889      Branch: perl
14890            ! mkppport
14891 ____________________________________________________________________________
14892 [ 28714] By: mhx                                   on 2006/08/14  19:43:23
14893         Log: Upgrade to Devel::PPPort 3.10
14894      Branch: perl
14895            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
14896            ! ext/Devel/PPPort/soak
14897 ____________________________________________________________________________
14898 [ 28713] By: rgs                                   on 2006/08/14  19:30:17
14899         Log: perldelta entry describing regexp work, by Yves Orton
14900      Branch: perl
14901            ! pod/perl594delta.pod
14902 ____________________________________________________________________________
14903 [ 28712] By: rgs                                   on 2006/08/14  15:27:51
14904         Log: Regenerate metafile
14905      Branch: perl
14906            ! META.yml
14907 ____________________________________________________________________________
14908 [ 28711] By: rgs                                   on 2006/08/14  14:24:19
14909         Log: New authors
14910      Branch: perl
14911            ! AUTHORS
14912 ____________________________________________________________________________
14913 [ 28710] By: rgs                                   on 2006/08/14  12:45:59
14914         Log: More perldelta entries; plus, credits.
14915      Branch: perl
14916            ! pod/perl594delta.pod
14917 ____________________________________________________________________________
14918 [ 28709] By: rgs                                   on 2006/08/14  12:35:13
14919         Log: Typo fix in perldiag
14920      Branch: perl
14921            ! pod/perldiag.pod
14922 ____________________________________________________________________________
14923 [ 28708] By: steveh                                on 2006/08/14  10:20:13
14924         Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
14925              alphabetically.
14926      Branch: perl
14927            ! pod/perl594delta.pod
14928 ____________________________________________________________________________
14929 [ 28707] By: steveh                                on 2006/08/14  10:15:04
14930         Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
14931      Branch: perl
14932            ! Porting/Maintainers.pl
14933 ____________________________________________________________________________
14934 [ 28706] By: steveh                                on 2006/08/14  10:10:07
14935         Log: Subject: [PATCH] Add Module::Loaded to the core
14936              From: kane@xs4all.nl
14937              Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST)
14938              Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl>
14939      Branch: perl
14940            + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t
14941            ! MANIFEST
14942 ____________________________________________________________________________
14943 [ 28705] By: rgs                                   on 2006/08/14  09:30:38
14944         Log: More perldelta nits.
14945      Branch: perl
14946            ! pod/perl594delta.pod
14947 ____________________________________________________________________________
14948 [ 28704] By: rgs                                   on 2006/08/14  09:19:02
14949         Log: Make the NAME section of Package::Constants more conformant to
14950              man page conventions
14951      Branch: perl
14952            ! lib/Package/Constants.pm
14953 ____________________________________________________________________________
14954 [ 28703] By: steveh                                on 2006/08/14  09:09:40
14955         Log: Subject: [PATCH] Add Package::Constants to the core
14956              From: kane@xs4all.nl
14957              Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST)
14958              Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl>
14959      Branch: perl
14960            + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t
14961            ! MANIFEST
14962 ____________________________________________________________________________
14963 [ 28702] By: nicholas                              on 2006/08/13  19:51:41
14964         Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl
14965      Branch: perl
14966            ! Changes
14967 ____________________________________________________________________________
14968 [ 28701] By: rgs                                   on 2006/08/13  13:53:54
14969         Log: Fix URL of perlbug database
14970      Branch: perl
14971            ! pod/perl594delta.pod
14972 ____________________________________________________________________________
14973 [ 28700] By: rgs                                   on 2006/08/13  12:44:18
14974         Log: More perldelta entries
14975      Branch: perl
14976            ! pod/perl594delta.pod
14977 ____________________________________________________________________________
14978 [ 28699] By: rgs                                   on 2006/08/13  07:51:46
14979         Log: Fix a couple URLs in perlhack
14980      Branch: perl
14981            ! pod/perlhack.pod
14982 ____________________________________________________________________________
14983 [ 28698] By: rgs                                   on 2006/08/12  12:53:32
14984         Log: Subject: [PATCH] perlhack.pod: more portability pitfalls
14985              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14986              Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST)
14987              Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi>
14988      Branch: perl
14989            ! pod/perlhack.pod
14990 ____________________________________________________________________________
14991 [ 28697] By: steveh                                on 2006/08/11  17:31:45
14992         Log: Resync win32/config_H.* and win32/config.* with config_h.SH
14993              and Porting/config.sh respectively
14994              
14995              No real changes except for the addition of the missing
14996              HAS_C99_VARIADIC_MACROS to win32/config_H.* and
14997              initialinstalllocation, madlyh, madlyobj and madlysrc to
14998              win32/config.*
14999      Branch: perl
15000            ! win32/config.bc win32/config.gc win32/config.vc
15001            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
15002            ! win32/config_H.vc win32/config_H.vc64
15003 ____________________________________________________________________________
15004 [ 28696] By: rgs                                   on 2006/08/11  16:02:32
15005         Log: More perldelta notes. Also, I did forget things
15006              in perl593delta...
15007      Branch: perl
15008            ! pod/perl593delta.pod pod/perl594delta.pod
15009 ____________________________________________________________________________
15010 [ 28695] By: steveh                                on 2006/08/11  12:52:51
15011         Log: Subject: [PATCH] Add Module::Load to 5.9.x
15012              From: kane@xs4all.nl
15013              Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST)
15014              Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl>
15015      Branch: perl
15016            + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
15017            + lib/Module/Load/t/to_load/LoadIt.pm
15018            + lib/Module/Load/t/to_load/LoadMe.pl
15019            + lib/Module/Load/t/to_load/Must/Be/Loaded.pm
15020            + lib/Module/Load/t/to_load/TestModule.pm
15021            + lib/Module/Load/t/to_load/ToBeLoaded
15022            + lib/Module/Load/t/to_load/config_file
15023            ! MANIFEST
15024 ____________________________________________________________________________
15025 [ 28694] By: steveh                                on 2006/08/11  12:49:00
15026         Log: Close file before unlinking (on Win32 at least!)
15027      Branch: perl
15028            ! t/op/stat.t
15029 ____________________________________________________________________________
15030 [ 28693] By: rgs                                   on 2006/08/10  16:46:07
15031         Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
15032              From: Andrew Dougherty <doughera@lafayette.edu>
15033              Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT)
15034              Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>
15035      Branch: perl
15036            ! lib/open.t
15037 ____________________________________________________________________________
15038 [ 28692] By: rgs                                   on 2006/08/10  14:27:44
15039         Log: Update Changes
15040      Branch: perl
15041            ! Changes
15042 ____________________________________________________________________________
15043 [ 28691] By: rgs                                   on 2006/08/10  13:17:51
15044         Log: Some updates to the cross-compilation config script
15045      Branch: perl
15046            ! Cross/config.sh-arm-linux
15047 ____________________________________________________________________________
15048 [ 28690] By: rgs                                   on 2006/08/10  09:46:34
15049         Log: lstat on *GLOB{IO} with warnings on would segfault
15050              (noticed by Andrew Dougherty)
15051      Branch: perl
15052            ! pp_sys.c
15053 ____________________________________________________________________________
15054 [ 28689] By: rgs                                   on 2006/08/10  08:23:31
15055         Log: Subject: [PATCH] g++: gethostbyaddr, and more Tru64 defines
15056              From: Jarkko Hietaniemi <jhi@iki.fi>
15057              Date: Thu, 10 Aug 2006 09:00:44 +0300
15058              Message-ID: <44DACB8C.1080708@iki.fi>
15059      Branch: perl
15060            ! hints/dec_osf.sh pp_sys.c
15061 ____________________________________________________________________________
15062 [ 28688] By: rgs                                   on 2006/08/10  08:22:01
15063         Log: Subject: [PATCH] doio.c: vararg NULLs must be cast right
15064              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15065              Date: Thu, 10 Aug 2006 08:35:53 +0300 (EEST)
15066              Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi>
15067      Branch: perl
15068            ! doio.c
15069 ____________________________________________________________________________
15070 [ 28687] By: rgs                                   on 2006/08/10  08:14:46
15071         Log: Upgrade to version.pm 0.67
15072      Branch: perl
15073            ! lib/version.pm lib/version.pod lib/version.t
15074 ____________________________________________________________________________
15075 [ 28686] By: stevep                                on 2006/08/09  21:54:08
15076         Log: A couple const's and a cast to get Sun CC to compile these files.
15077              Perl, however, still will not build with the Sun CC.  
15078      Branch: perl
15079            ! op.c pp_sort.c toke.c
15080 ____________________________________________________________________________
15081 [ 28685] By: stevep                                on 2006/08/09  19:45:06
15082         Log: Fix comment nit in config.h
15083      Branch: perl
15084            ! config_h.SH
15085 ____________________________________________________________________________
15086 [ 28684] By: rgs                                   on 2006/08/09  15:46:55
15087         Log: Subject: Re: [perl #37731] junk and uninit'ed values in tied scalars
15088              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15089              Date: Mon, 28 Nov 2005 01:26:31 -0800
15090              Message-ID: <20051128092605.GA2328@efn.org>
15091              
15092              plus a regression test
15093      Branch: perl
15094            ! sv.c t/op/tie.t
15095 ____________________________________________________________________________
15096 [ 28683] By: rgs                                   on 2006/08/09  12:43:19
15097         Log: Subject: PATCH: Sync Time::Local in blead to 1.13 on CPAN
15098              From: Dave Rolsky <autarch@urth.org>
15099              Date: Wed, 9 Aug 2006 04:38:28 -0500 (CDT)
15100              Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>
15101      Branch: perl
15102            ! lib/Time/Local.pm lib/Time/Local.t
15103 ____________________________________________________________________________
15104 [ 28682] By: rgs                                   on 2006/08/09  09:58:52
15105         Log: Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]
15106      Branch: perl
15107            ! lib/Module/CoreList.pm
15108 ____________________________________________________________________________
15109 [ 28681] By: rgs                                   on 2006/08/09  09:52:38
15110         Log: Add OS-specific modules in Module::Corelist generation script
15111              (hinted by Steve Hay)
15112      Branch: perl
15113            ! Porting/corelist.pl
15114 ____________________________________________________________________________
15115 [ 28680] By: rgs                                   on 2006/08/09  09:42:34
15116         Log: Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
15117      Branch: perl
15118            ! lib/Module/CoreList.pm
15119 ____________________________________________________________________________
15120 [ 28679] By: rgs                                   on 2006/08/09  09:23:02
15121         Log: More fixes in the Module::Corelist data generation process
15122      Branch: perl
15123            ! Porting/corelist.pl
15124 ____________________________________________________________________________
15125 [ 28678] By: rgs                                   on 2006/08/09  09:01:25
15126         Log: Really submit previous change
15127      Branch: perl
15128            ! Porting/corelist.pl
15129 ____________________________________________________________________________
15130 [ 28677] By: rgs                                   on 2006/08/09  08:34:42
15131         Log: Several fixes in Porting/corelist.pl
15132              - make it run with 5.8.x perls
15133              - make it handle new modules layout in bleadperl
15134      Branch: perl
15135            ! Porting/corelist.pl
15136 ____________________________________________________________________________
15137 [ 28676] By: rgs                                   on 2006/08/08  09:39:35
15138         Log: Subject: [PATCH] Small precision about $SIG{__WARN__}
15139              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
15140              Date: Tue, 08 Aug 2006 11:17:58 +0200
15141              Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr>
15142      Branch: perl
15143            ! pod/perlvar.pod
15144 ____________________________________________________________________________
15145 [ 28675] By: rgs                                   on 2006/08/08  09:22:27
15146         Log: Simplification in Perl_magic_clearsig, plus a fix similar and
15147              symmetrical to the one implemented in change #28669.
15148      Branch: perl
15149            ! mg.c
15150 ____________________________________________________________________________
15151 [ 28674] By: stevep                                on 2006/08/08  03:55:13
15152         Log: Subject: [PATCH] g++ stage 1 reached
15153              From: Jarkko Hietaniemi <jhi@iki.fi>
15154              Date: Tue, 08 Aug 2006 00:02:35 +0300
15155              Message-ID: <44D7AA6B.4040802@iki.fi>
15156      Branch: perl
15157            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
15158            ! Porting/config_H cflags.SH config_h.SH configure.com deb.c
15159            ! dump.c epoc/config.sh gv.c mathoms.c mg.c op.c opcode.h
15160            ! plan9/config.plan9 plan9/config_h.sample symbian/config.sh
15161            ! uconfig.h uconfig.sh win32/config.bc win32/config.ce
15162            ! win32/config.gc win32/config.vc win32/config.vc64
15163            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
15164            ! win32/config_H.vc win32/config_H.vc64
15165 ____________________________________________________________________________
15166 [ 28673] By: stevep                                on 2006/08/07  19:54:51
15167         Log: Upgrade to Module-Build-0.2805
15168      Branch: perl
15169            ! lib/Module/Build.pm lib/Module/Build/API.pod
15170            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
15171            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
15172            ! lib/Module/Build/Platform/MacOS.pm lib/Module/Build/Version.pm
15173            ! lib/Module/Build/t/moduleinfo.t
15174 ____________________________________________________________________________
15175 [ 28672] By: stevep                                on 2006/08/07  19:37:28
15176         Log: Upgrade to Digest-SHA-5.43
15177      Branch: perl
15178            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
15179            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
15180            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
15181            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
15182            ! ext/Digest/SHA/src/sha64bit.c
15183 ____________________________________________________________________________
15184 [ 28671] By: steveh                                on 2006/08/07  16:58:16
15185         Log: Subject: Define PERL_NO_DEV_RANDOM on Windows
15186              From: "Davies, Alex" <adavies@ptc.com>
15187              Date: Thu, 3 Aug 2006 13:31:14 -0400
15188              Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>
15189              
15190              This stops perl from trying to read C:\dev\urandom on Windows
15191      Branch: perl
15192            ! dosish.h
15193 ____________________________________________________________________________
15194 [ 28670] By: steveh                                on 2006/08/07  16:21:40
15195         Log: Fixups for test failures caused by #28667 and #28668
15196      Branch: perl
15197            ! ext/B/B/Assembler.pm ext/B/t/assembler.t
15198 ____________________________________________________________________________
15199 [ 28669] By: rgs                                   on 2006/08/07  14:10:15
15200         Log: We shouldn't try to decrement the refcount of PL_warnhook
15201              if it has been set to PERL_WARNHOOK_FATAL.
15202      Branch: perl
15203            ! mg.c
15204 ____________________________________________________________________________
15205 [ 28668] By: steveh                                on 2006/08/07  10:24:39
15206         Log: Provide a BGET_svtype, required by #28667
15207      Branch: perl
15208            ! ext/ByteLoader/bytecode.h
15209 ____________________________________________________________________________
15210 [ 28667] By: rgs                                   on 2006/08/07  09:43:20
15211         Log: Try to reinstate the fix of change #28638 by patching bytecode.pl and
15212              not the file it generates
15213      Branch: perl
15214            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
15215 ____________________________________________________________________________
15216 [ 28666] By: rgs                                   on 2006/08/07  09:23:35
15217         Log: Restore modification in warnings.h from change 28662 by backporting it
15218              to warnings.pl
15219      Branch: perl
15220            ! warnings.h warnings.pl
15221 ____________________________________________________________________________
15222 [ 28665] By: rgs                                   on 2006/08/07  09:13:42
15223         Log: Subject: [PATCH] File::Basename add X<> tags, replace regex delimiters
15224              From: "Gabor Szabo" <szabgab@gmail.com>
15225              Date: Sat, 5 Aug 2006 23:00:14 +0300
15226              Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com>
15227      Branch: perl
15228            ! lib/File/Basename.pm
15229 ____________________________________________________________________________
15230 [ 28664] By: rgs                                   on 2006/08/07  08:28:50
15231         Log: Subject: [PATCH] adding X<> to perlvar
15232              From: "Gabor Szabo" <szabgab@gmail.com>
15233              Date: Sun, 6 Aug 2006 13:59:28 +0300
15234              Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com>
15235      Branch: perl
15236            ! pod/perlvar.pod
15237 ____________________________________________________________________________
15238 [ 28663] By: rgs                                   on 2006/08/07  08:23:13
15239         Log: Regenerate files after previous change
15240      Branch: perl
15241            ! ext/ByteLoader/byterun.c warnings.h
15242 ____________________________________________________________________________
15243 [ 28662] By: rgs                                   on 2006/08/07  08:15:39
15244         Log: Subject: [PATCH] g++ large patch
15245              From: Jarkko Hietaniemi <jhi@iki.fi>
15246              Date: Fri, 04 Aug 2006 08:58:27 +0300
15247              Message-ID: <44D2E203.5050201@iki.fi>
15248      Branch: perl
15249            ! cflags.SH deb.c dump.c embed.fnc embed.h gv.c hv.c mathoms.c
15250            ! mg.c op.c perl.h perlio.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
15251            ! proto.h regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
15252            ! warnings.h
15253 ____________________________________________________________________________
15254 [ 28661] By: rgs                                   on 2006/08/05  15:46:34
15255         Log: Subject: [PATCH] perlfunc.pod - unite gmtime and localtime
15256              From: "Gabor Szabo" <szabgab@gmail.com>
15257              Date: Thu, 27 Jul 2006 09:25:02 +0300
15258              Message-ID: <d8a74af10607262325n472b424cr78c9591c31ffe190@mail.gmail.com>
15259      Branch: perl
15260            ! pod/perlfunc.pod
15261 ____________________________________________________________________________
15262 [ 28660] By: rgs                                   on 2006/08/05  15:28:39
15263         Log: Subject: [PATCH] add more X<> tags to perlfunc
15264              From: "Gabor Szabo" <szabgab@gmail.com>
15265              Date: Thu, 27 Jul 2006 00:27:06 +0300
15266              Message-ID: <d8a74af10607261427g142f0c6bge6f77c2f5e59da40@mail.gmail.com>
15267      Branch: perl
15268            ! pod/perlfunc.pod
15269 ____________________________________________________________________________
15270 [ 28659] By: rgs                                   on 2006/08/05  15:22:18
15271         Log: Subject: [PATCH] File::Copy pod updated adding X<>
15272              From: "Gabor Szabo" <szabgab@gmail.com>
15273              Date: Tue, 1 Aug 2006 08:55:37 +0200
15274              Message-ID: <d8a74af10607312355t7f3fed91g1459cb74b9b50fcd@mail.gmail.com>
15275      Branch: perl
15276            ! lib/File/Copy.pm
15277 ____________________________________________________________________________
15278 [ 28658] By: stevep                                on 2006/08/04  16:42:54
15279         Log: Sorting the MANIFEST
15280      Branch: perl
15281            ! MANIFEST
15282 ____________________________________________________________________________
15283 [ 28657] By: rgs                                   on 2006/08/04  09:45:37
15284         Log: Subject: [PATCH blead] Re: [perl #39882] inconsistent list slice behaviour
15285              From: Rick Delaney <rick@bort.ca>
15286              Date: Thu, 3 Aug 2006 21:48:07 -0400
15287              Message-ID: <20060804014807.GW21381@localhost.localdomain>
15288      Branch: perl
15289            ! pp.c t/op/list.t
15290 ____________________________________________________________________________
15291 [ 28656] By: rgs                                   on 2006/08/04  09:20:31
15292         Log: Subject: [PATCH blead] Re: [perl #40055] B::Deparse double do
15293              From: Rick Delaney <rick@bort.ca>
15294              Date: Thu, 3 Aug 2006 17:30:06 -0400
15295              Message-ID: <20060803213006.GU21381@localhost.localdomain>
15296      Branch: perl
15297            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
15298 ____________________________________________________________________________
15299 [ 28655] By: stevep                                on 2006/08/03  20:18:28
15300         Log: Subject: [PATCH] Tru64 oops
15301              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15302              Date: Thu, 3 Aug 2006 22:59:37 +0300 (EEST)
15303              Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>
15304      Branch: perl
15305            ! pp_sys.c
15306 ____________________________________________________________________________
15307 [ 28654] By: rgs                                   on 2006/08/03  08:15:51
15308         Log: Subject: [PATCH] more g++ in Tru64
15309              From: Jarkko Hietaniemi <jhi@iki.fi>
15310              Date: Thu, 03 Aug 2006 09:04:45 +0300
15311              Message-ID: <44D191FD.9030902@iki.fi>
15312      Branch: perl
15313            ! hints/dec_osf.sh perlio.c pp_sys.c
15314 ____________________________________________________________________________
15315 [ 28653] By: stevep                                on 2006/08/02  17:47:34
15316         Log: Upgrade to Archive-Tar-1.30.  Since change #27571 is not included,
15317              the bleadperl version is bumped to 1.30_01.
15318      Branch: perl
15319            ! lib/Archive/Tar.pm
15320 ____________________________________________________________________________
15321 [ 28652] By: rgs                                   on 2006/08/02  13:11:25
15322         Log: Cross-compilation makefile fails to copy Config_heavy.pl
15323              (noticed by Alexandre Jousset <mid@gtmp.org>)
15324      Branch: perl
15325            ! Cross/Makefile
15326 ____________________________________________________________________________
15327 [ 28651] By: merijn                                on 2006/08/02  11:21:30
15328         Log: Subject: [PATCH] g++ heavy shoveling
15329              From: Jarkko Hietaniemi <jhi@iki.fi>
15330              Date: Wed, 02 Aug 2006 00:04:42 +0300
15331              Message-ID: <44CFC1EA.2050702@iki.fi>
15332      Branch: perl
15333            ! Configure
15334 ____________________________________________________________________________
15335 [ 28649] By: rgs                                   on 2006/08/02  09:49:10
15336         Log: Subject: [PATCH blead] Re: [perl #39733] $AUTOLOAD is never tainted
15337              From: Rick Delaney <rick@bort.ca>
15338              Date: Sun, 9 Jul 2006 15:01:50 -0400
15339              Message-ID: <20060709190150.GA1922@localhost.localdomain>
15340              
15341              Plus a note in perldelta
15342      Branch: perl
15343            ! gv.c pod/perl594delta.pod t/op/taint.t
15344 ____________________________________________________________________________
15345 [ 28645] By: stevep                                on 2006/08/02  03:11:51
15346         Log: Subject: [PATCH] g++ heavy shoveling
15347              From: Jarkko Hietaniemi <jhi@iki.fi>
15348              Date: Wed, 02 Aug 2006 00:04:42 +0300
15349              Message-ID: <44CFC1EA.2050702@iki.fi>
15350      Branch: perl
15351            ! cflags.SH hints/linux.sh perl.h
15352 ____________________________________________________________________________
15353 [ 28644] By: rgs                                   on 2006/08/01  16:47:01
15354         Log: Subject: Re: New perltrap?
15355              From: Rick Delaney <rick@bort.ca>
15356              Date: Tue, 1 Aug 2006 08:43:36 -0400
15357              Message-ID: <20060801124336.GM21381@localhost.localdomain>
15358      Branch: perl
15359            ! pod/perlsec.pod
15360 ____________________________________________________________________________
15361 [ 28643] By: steveh                                on 2006/08/01  16:17:47
15362         Log: Silence a couple of Borland compiler warnings
15363      Branch: perl
15364            ! cop.h regexec.c win32/win32.h
15365 ____________________________________________________________________________
15366 [ 28642] By: rgs                                   on 2006/08/01  16:11:24
15367         Log: Subject: [PATCH] threads 1.38
15368              From: "Jerry D. Hedden" <jerry@hedden.us>
15369              Date: Tue, 01 Aug 2006 08:58:52 -0700
15370              Message-ID: <20060801085852.fb30e530d17747c2b054d625b8945d88.ad7fb0a136.wbe@email.secureserver.net>
15371      Branch: perl
15372            ! ext/threads/Changes ext/threads/README ext/threads/t/free.t
15373            ! ext/threads/t/free2.t ext/threads/t/thread.t
15374            ! ext/threads/threads.pm ext/threads/threads.xs
15375 ____________________________________________________________________________
15376 [ 28641] By: rgs                                   on 2006/08/01  15:11:15
15377         Log: Bump version of Module::CoreList
15378      Branch: perl
15379            ! lib/Module/CoreList.pm
15380 ____________________________________________________________________________
15381 [ 28640] By: rgs                                   on 2006/08/01  14:59:36
15382         Log: Patch by Marius Feraru <altblue@n0i.net> to handle dotted perl versions
15383              in the corelist utility, and to add an easy way to determine what was
15384              some module's version bundled with a specified Perl release.
15385      Branch: perl
15386            ! lib/Module/CoreList/bin/corelist
15387 ____________________________________________________________________________
15388 [ 28639] By: merijn                                on 2006/08/01  12:13:53
15389         Log: Subject: [PATCH] g++ dNOOP (luckily one can mix code and decls in C++)
15390              Somewhat modifies as per Steve Hay's comment
15391              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15392              Date: Tue, 1 Aug 2006 08:46:15 +0300 (EEST)
15393              Message-Id: <200608010546.k715kEdP017064@kosh.hut.fi>
15394      Branch: perl
15395            ! perl.h
15396 ____________________________________________________________________________
15397 [ 28638] By: steveh                                on 2006/08/01  11:20:47
15398         Log: Silence the VC7 compiler warning in the following smoke:
15399              http://www.nntp.perl.org/group/perl.daily-build.reports/39824
15400      Branch: perl
15401            ! ext/ByteLoader/byterun.c
15402 ____________________________________________________________________________
15403 [ 28637] By: merijn                                on 2006/08/01  08:44:58
15404         Log: ANSI-C headers in test snippets to please g++ (and the rest)
15405              Subject: [PATCH]  (back) towards g++ compilation (in Tru64, and elsewhere)
15406              From: Jarkko Hietaniemi <jhi@iki.fi>
15407              Date: Mon, 31 Jul 2006 23:44:55 +0300
15408              Message-ID: <44CE6BC7.8060805@iki.fi>
15409      Branch: perl
15410            ! Configure
15411 ____________________________________________________________________________
15412 [ 28635] By: steveh                                on 2006/08/01  08:10:07
15413         Log: Subject: [PATCH] op/stat.t: SKIP count fix in case of no dirfd()
15414              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15415              Date: Tue, 1 Aug 2006 08:04:26 +0300 (EEST)
15416              Message-Id: <200608010504.k7154QT3178692@kosh.hut.fi>
15417      Branch: perl
15418            ! t/op/stat.t
15419 ____________________________________________________________________________
15420 [ 28634] By: stevep                                on 2006/08/01  00:17:19
15421         Log: Subject: [PATCH] solution(?) to the "warning: comparison is always false dueto limited range of data type" with New*()
15422              From: Jarkko Hietaniemi <jhi@iki.fi>
15423              Date: Fri, 28 Jul 2006 09:00:28 +0300
15424              Message-ID: <44C9A7FC.1060801@iki.fi>
15425      Branch: perl
15426            ! handy.h
15427 ____________________________________________________________________________
15428 [ 28633] By: stevep                                on 2006/08/01  00:10:06
15429         Log: Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere)
15430              From: Jarkko Hietaniemi <jhi@iki.fi>
15431              Date: Mon, 31 Jul 2006 23:44:55 +0300
15432              Message-ID: <44CE6BC7.8060805@iki.fi>
15433              
15434              Just the hints/dec_osf.sh changes from this set of patches.
15435      Branch: perl
15436            ! hints/dec_osf.sh
15437 ____________________________________________________________________________
15438 [ 28632] By: stevep                                on 2006/07/30  17:03:10
15439         Log: Tests to go with change #28628.
15440      Branch: perl
15441            ! t/op/stat.t
15442 ____________________________________________________________________________
15443 [ 28631] By: stevep                                on 2006/07/30  16:20:58
15444         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gz
15445              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
15446              Date: Sat, 29 Jul 2006 22:06:31 +0200
15447              Message-ID: <877j1w2n20.fsf@k75.linux.bogus>
15448      Branch: perl
15449            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
15450            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
15451 ____________________________________________________________________________
15452 [ 28630] By: steveh                                on 2006/07/28  16:37:48
15453         Log: Remove a (UINT) cast to silence a VC6 compiler warning
15454              (this was added by #27352, but Digest-SHA-5.37 changed the
15455              loop variable to be signed so the cast now needs to go).
15456              Also bump the VERSION since #27482 has not yet been applied
15457              to the CPAN version.
15458      Branch: perl
15459            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
15460 ____________________________________________________________________________
15461 [ 28629] By: merijn                                on 2006/07/28  08:04:01
15462         Log: Subject: [PATCH] z/OS: an easy test nit
15463              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15464              Date: Thu, 27 Jul 2006 20:00:02 +0300 (EEST)
15465              Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi>
15466      Branch: perl
15467            ! ext/PerlIO/t/encoding.t
15468 ____________________________________________________________________________
15469 [ 28628] By: stevep                                on 2006/07/28  00:42:04
15470         Log: Change stat() and -X filetests so that they treat *FILE{IO} 
15471              filehandles like *FILE filehandles.  This resolves RT #8244.
15472      Branch: perl
15473            ! doio.c pp_sys.c
15474 ____________________________________________________________________________
15475 [ 28627] By: stevep                                on 2006/07/27  21:17:10
15476         Log: Upgrade to Digest-SHA-5.42
15477      Branch: perl
15478            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
15479            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
15480            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
15481            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
15482            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/2-nist-sha-oo.t
15483            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
15484            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
15485            ! ext/Digest/SHA/t/3-gillogly-hard.t
15486            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
15487 ____________________________________________________________________________
15488 [ 28626] By: steveh                                on 2006/07/27  16:25:41
15489         Log: Clear up most of the VC6 compiler warnings in the following smoke:
15490              http://www.nntp.perl.org/group/perl.daily-build.reports/39733
15491      Branch: perl
15492            ! doio.c ext/B/B.xs ext/XS/APItest/APItest.xs hv.c op.c pp.c
15493            ! pp_pack.c utf8.c
15494 ____________________________________________________________________________
15495 [ 28625] By: merijn                                on 2006/07/27  15:33:07
15496         Log: #7217: config.h comments for HAS_POLL incorrect
15497              http://rt.perl.org/rt3/Ticket/Display.html?id=7217
15498              Date: Mon, 2 Jul 2001 14:58:27 -0700
15499              From: David Dyck <dcd@tc.fluke.com>
15500              Subject: config.h comments for HAS_POLL incorrect
15501      Branch: perl
15502            ! config_h.SH
15503 ____________________________________________________________________________
15504 [ 28623] By: craigb                                on 2006/07/27  13:54:55
15505         Log: Subject: Re: Silence/fix more warnings from the regex engine
15506              From: demerphq <demerphq@gmail.com>
15507              Date: Tue, 18 Jul 2006 21:57:15 +0200
15508              Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com>
15509              
15510              REGCP_SET should only set a value, not check the previous value of its arg
15511      Branch: perl
15512            ! regexec.c
15513 ____________________________________________________________________________
15514 [ 28622] By: stevep                                on 2006/07/27  11:00:18
15515         Log: Subject: [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe signals and accept()
15516              From: Andy Wardley (via RT) <perlbug-followup@perl.org>
15517              Date: Fri, 14 Jul 2006 10:11:44 -0700      
15518              Message-ID: <rt-3.6.HEAD-20371-1152897103-1865.39835-75-0@perl.org>
15519      Branch: perl
15520            ! pod/perlipc.pod
15521 ____________________________________________________________________________
15522 [ 28621] By: rgs                                   on 2006/07/26  20:36:19
15523         Log: Some notes in perl594delta.
15524      Branch: perl
15525            ! pod/perl594delta.pod
15526 ____________________________________________________________________________
15527 [ 28620] By: rgs                                   on 2006/07/26  20:32:08
15528         Log: Subject: interpolation of @- (and @+) in patterns ([perl #27940] comes back)
15529              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15530              Date: Tue, 25 Jul 2006 00:15:50 +0900
15531              Message-Id: <20060725001517.3C5D.BQW10602@nifty.com>
15532      Branch: perl
15533            ! pod/perlop.pod t/op/pat.t t/op/subst.t t/op/tr.t toke.c
15534 ____________________________________________________________________________
15535 [ 28619] By: stevep                                on 2006/07/26  13:54:28
15536         Log: Added tests from CGI.pm that had not been integrated into core.
15537      Branch: perl
15538            + lib/CGI/t/start_end_asterisk.t lib/CGI/t/start_end_end.t
15539            + lib/CGI/t/start_end_start.t
15540            ! MANIFEST
15541 ____________________________________________________________________________
15542 [ 28618] By: rgs                                   on 2006/07/26  06:41:56
15543         Log: Add a few links to standard modules in perlfunc, by Gabor Szabo.
15544      Branch: perl
15545            ! pod/perlfunc.pod
15546 ____________________________________________________________________________
15547 [ 28617] By: stevep                                on 2006/07/26  01:59:06
15548         Log: Subject: [PATCH] Re: [ID 20000816.012] *foo = *_ is broken
15549              From: Mike Guy <mjtg@cam.ac.uk>
15550              Date: Thu, 17 Aug 2000 16:26:56 +0100
15551              Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk>
15552              
15553              Only part regarding @ARG missing from the documentation was applied.
15554      Branch: perl
15555            ! pod/perlvar.pod
15556 ____________________________________________________________________________
15557 [ 28616] By: mhx                                   on 2006/07/25  18:54:08
15558         Log: Upgrade to Devel::PPPort 3.09_02
15559      Branch: perl
15560            + ext/Devel/PPPort/parts/inc/strlfuncs
15561            + ext/Devel/PPPort/t/strlfuncs.t
15562            ! MANIFEST ext/Devel/PPPort/Changes
15563            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
15564            ! ext/Devel/PPPort/parts/apicheck.pl
15565            ! ext/Devel/PPPort/parts/base/5009004
15566            ! ext/Devel/PPPort/parts/embed.fnc
15567            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
15568 ____________________________________________________________________________
15569 [ 28615] By: mhx                                   on 2006/07/25  18:42:26
15570         Log: Very recent development versions of gcc (4.2.0 20060715) seem
15571              to have switched from '<command line>' to '<command-line>'.
15572      Branch: perl
15573            ! makedepend.SH
15574 ____________________________________________________________________________
15575 [ 28614] By: stevep                                on 2006/07/24  17:30:38
15576         Log: Replace some sprintf()'s in Data::Dumper with my_snprintf()'s
15577      Branch: perl
15578            ! ext/Data/Dumper/Dumper.xs mkppport.lst
15579 ____________________________________________________________________________
15580 [ 28613] By: rgs                                   on 2006/07/23  20:32:33
15581         Log: Revert change 28603: this was a wrong fix, that didn't prevent
15582              a later crash. Reindent a bit of the same function.
15583      Branch: perl
15584            ! pp_hot.c
15585 ____________________________________________________________________________
15586 [ 28612] By: rgs                                   on 2006/07/23  19:59:55
15587         Log: Subject: [PATCH document] perlop: parsing quoted constructs 
15588              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15589              Date: Sun, 16 Jul 2006 20:06:33 +0900
15590              Message-Id: <20060716200218.2CE6.BQW10602@nifty.com>
15591      Branch: perl
15592            ! pod/perlop.pod
15593 ____________________________________________________________________________
15594 [ 28611] By: stevep                                on 2006/07/23  13:46:05
15595         Log: The rest of the changes for Sys-Syslog-0.17 which my new patch no
15596              longer automatically "p4 edits" for me.
15597      Branch: perl
15598            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
15599            ! ext/Sys/Syslog/README ext/Sys/Syslog/t/syslog.t
15600 ____________________________________________________________________________
15601 [ 28610] By: stevep                                on 2006/07/23  13:42:55
15602         Log: Upgrade to Sys-Syslog-0.17
15603      Branch: perl
15604            ! ext/Sys/Syslog/Syslog.pm
15605 ____________________________________________________________________________
15606 [ 28609] By: stevep                                on 2006/07/23  13:20:07
15607         Log: Subject: [PATCH] Tru64: if cc given both -O and -g, -g must be -g3
15608              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15609              Date: Sun, 23 Jul 2006 10:18:11 +0300 (EEST)
15610              Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi>
15611      Branch: perl
15612            ! hints/dec_osf.sh
15613 ____________________________________________________________________________
15614 [ 28608] By: rgs                                   on 2006/07/23  13:17:48
15615         Log: Revert part of last change, that was causing utf8 test failures
15616      Branch: perl
15617            ! toke.c
15618 ____________________________________________________________________________
15619 [ 28607] By: rgs                                   on 2006/07/23  13:04:10
15620         Log: Subject: [PATCH] z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
15621              From: Jarkko Hietaniemi <jhi@iki.fi>
15622              Date: Sat, 22 Jul 2006 18:51:48 +0300
15623              Message-ID: <44C24994.6020008@iki.fi>
15624      Branch: perl
15625            ! pp_sys.c regcomp.c regexec.c toke.c utf8.c
15626 ____________________________________________________________________________
15627 [ 28606] By: rgs                                   on 2006/07/23  12:51:02
15628         Log: Add another volatile modifier to protect against longjmp clobbering
15629      Branch: perl
15630            ! op.c
15631 ____________________________________________________________________________
15632 [ 28605] By: mhx                                   on 2006/07/21  17:56:39
15633         Log: Upgrade to Devel::PPPort 3.09_01
15634      Branch: perl
15635            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
15636            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
15637            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/parts/ppptools.pl
15638            ! ext/Devel/PPPort/soak
15639 ____________________________________________________________________________
15640 [ 28604] By: rgs                                   on 2006/07/21  15:27:20
15641         Log: More tweaks to threads 1.37, by Jerry D. Hedden
15642      Branch: perl
15643            ! ext/threads/Changes ext/threads/t/exit.t
15644            ! ext/threads/t/thread.t ext/threads/threads.pm
15645            ! ext/threads/threads.xs
15646 ____________________________________________________________________________
15647 [ 28603] By: rgs                                   on 2006/07/20  22:03:59
15648         Log: In pp_entersub, accept to handle a CV with a NULL padlist.
15649              This fixes a crash with mod_perl 1.29.
15650      Branch: perl
15651            ! pp_hot.c
15652 ____________________________________________________________________________
15653 [ 28602] By: rgs                                   on 2006/07/20  21:36:25
15654         Log: Upgrade to threads 1.37, by Jerry D. Hedden
15655      Branch: perl
15656            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
15657            ! ext/threads/t/thread.t ext/threads/threads.pm
15658            ! ext/threads/threads.xs
15659 ____________________________________________________________________________
15660 [ 28601] By: rgs                                   on 2006/07/19  21:34:05
15661         Log: Band-aid for segfault in ext/threads/t/blocks.t on SMP machines
15662      Branch: perl
15663            ! pp_hot.c
15664 ____________________________________________________________________________
15665 [ 28600] By: stevep                                on 2006/07/19  14:59:24
15666         Log: Subject: [perl #39876] Time::gmtime 1.02 examples patch
15667              From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org>
15668              Date: Wed, 19 Jul 2006 05:46:36 -0700
15669              Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org>
15670              
15671              Pod fixes for Time::gmtime.pm
15672      Branch: perl
15673            ! lib/Time/gmtime.pm
15674 ____________________________________________________________________________
15675 [ 28599] By: rgs                                   on 2006/07/18  21:43:52
15676         Log: Subject: [PATCH] make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
15677              From: Jarkko Hietaniemi <jhi@iki.fi>
15678              Date: Mon, 17 Jul 2006 09:09:24 +0300
15679              Message-ID: <44BB2994.5090609@iki.fi>
15680      Branch: perl
15681            ! perl.h pod/perlguts.pod pod/perlhack.pod
15682 ____________________________________________________________________________
15683 [ 28598] By: rgs                                   on 2006/07/18  21:02:39
15684         Log: Subject: [PATCH] [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
15685              From: "Jerry D. Hedden" <jerry@hedden.us>
15686              Date: Mon, 17 Jul 2006 05:00:01 -0700
15687              Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net>
15688      Branch: perl
15689            ! ext/threads/t/basic.t ext/threads/t/free.t
15690 ____________________________________________________________________________
15691 [ 28597] By: steveh                                on 2006/07/18  12:11:36
15692         Log: Fix Borland problem with quoted pre-processor macros in response files
15693              
15694              This should clear up the errors from Module/Build/t/ppm.t and
15695              Module/Build/t/xs.t in the Borland smokes.
15696              
15697              Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
15698              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
15699              Date: Thu, 06 Apr 2006 22:33:04 -0400
15700              Message-ID: <4435CF60.1000707@thepierianspring.org>
15701              
15702              See the thread here for details:
15703              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html
15704      Branch: perl
15705            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
15706 ____________________________________________________________________________
15707 [ 28596] By: stevep                                on 2006/07/18  03:10:51
15708         Log: Additional reason for ssh passphrase failures.
15709      Branch: perl
15710            ! Porting/repository.pod
15711 ____________________________________________________________________________
15712 [ 28595] By: rgs                                   on 2006/07/17  21:11:52
15713         Log: Remove the C89 checking with gcc
15714              (but leave a note in perlhack)
15715      Branch: perl
15716            ! cflags.SH pod/perlhack.pod
15717 ____________________________________________________________________________
15718 [ 28594] By: steveh                                on 2006/07/17  14:32:19
15719         Log: Subject: Silence system warning during tests (only on win32 for now)
15720              From: demerphq <demerphq@gmail.com>
15721              Date: Sat, 15 Jul 2006 18:21:15 +0200
15722              Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com>
15723      Branch: perl
15724            ! t/comp/opsubs.t
15725 ____________________________________________________________________________
15726 [ 28593] By: steveh                                on 2006/07/17  14:23:59
15727         Log: Avoid an error that VC++'s resource compiler seems to have
15728              with a reference to "perly.y" in "perly.h"
15729              
15730              See the thread here for details:
15731              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html
15732      Branch: perl
15733            ! perly.h regen_perly.pl
15734 ____________________________________________________________________________
15735 [ 28592] By: merijn                                on 2006/07/17  06:51:54
15736         Log: Cygwin doesn't cope (yet) with gcc flags -std=c89
15737      Branch: perl
15738            ! cflags.SH
15739 ____________________________________________________________________________
15740 [ 28591] By: rgs                                   on 2006/07/16  21:42:59
15741         Log: Check for taintedness of PERL5SHELL on Windows
15742              (bug #39832)
15743      Branch: perl
15744            ! taint.c
15745 ____________________________________________________________________________
15746 [ 28590] By: stevep                                on 2006/07/16  19:18:27
15747         Log: Subject: [PATCH] MIME::Base64 quoted-print.t: z/OS (EBCDIC)
15748              From: Jarkko Hietaniemi <jhi@iki.fi>
15749              Date: Sun, 16 Jul 2006 13:11:15 +0300
15750              Message-ID: <44BA10C3.8040007@iki.fi>
15751      Branch: perl
15752            ! ext/MIME/Base64/t/quoted-print.t
15753 ____________________________________________________________________________
15754 [ 28589] By: stevep                                on 2006/07/16  19:12:28
15755         Log: Subject: Re: Fix loads of warnings from the last escaping patch...
15756              From: demerphq <demerphq@gmail.com>
15757              Date: Sun, 16 Jul 2006 19:59:02 +0200
15758              Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com>
15759      Branch: perl
15760            ! dump.c embed.fnc ext/re/re.pm pod/perlapi.pod proto.h
15761            ! regcomp.c regcomp.h
15762 ____________________________________________________________________________
15763 [ 28588] By: stevep                                on 2006/07/16  19:06:01
15764         Log: Subject: [PATCH] perlhack: advertise Configure -Dgccansipedantic
15765              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15766              Date: Sun, 16 Jul 2006 20:27:20 +0300 (EEST)
15767              Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi>
15768      Branch: perl
15769            ! pod/perlhack.pod
15770 ____________________________________________________________________________
15771 [ 28587] By: stevep                                on 2006/07/16  15:40:29
15772         Log: Upgrade to Module-Build-0.2803
15773      Branch: perl
15774            ! lib/Module/Build.pm lib/Module/Build/Base.pm
15775            ! lib/Module/Build/Changes
15776 ____________________________________________________________________________
15777 [ 28586] By: stevep                                on 2006/07/16  14:54:58
15778         Log: Upgrade to Test-Simple-0.64
15779      Branch: perl
15780            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
15781            ! lib/Test/Simple/Changes lib/Test/Simple/t/skip.t
15782            ! lib/Test/Simple/t/tbt_01basic.t
15783            ! lib/Test/Simple/t/tbt_05faildiag.t
15784            ! lib/Test/Simple/t/tbt_06errormess.t
15785            ! lib/Test/Simple/t/tbt_07args.t
15786 ____________________________________________________________________________
15787 [ 28585] By: stevep                                on 2006/07/16  13:46:35
15788         Log: various safety/portability tweaks
15789              From: Jarkko Hietaniemi <jhi@iki.fi>
15790              Date: Sat, 15 Jul 2006 22:15:29 +0300
15791              Message-ID: <44B93ED1.7080000@iki.fi>
15792              
15793              Fix for change #28578.
15794      Branch: perl
15795            ! util.c
15796 ____________________________________________________________________________
15797 [ 28584] By: davem                                 on 2006/07/16  00:20:25
15798         Log: run regen_headerds
15799      Branch: perl
15800            ! embed.h global.sym proto.h
15801 ____________________________________________________________________________
15802 [ 28583] By: davem                                 on 2006/07/15  22:14:46
15803         Log: Subject:  [PATCH] comment update for scan_const
15804              From:  SADAHIRO Tomoyuki <bqw10602@nifty.com>
15805              Date:  Sat, 15 Jul 2006 20:16:01 +0900
15806              Message-Id:  <20060715201552.9FA5.BQW10602@nifty.com>
15807      Branch: perl
15808            ! toke.c
15809 ____________________________________________________________________________
15810 [ 28582] By: davem                                 on 2006/07/15  21:59:43
15811         Log: Subject:  Updated escaping code. utf8 regex debug output improvements
15812              From:  demerphq <demerphq@gmail.com>
15813              Date:  Sat, 15 Jul 2006 18:56:03 +0200
15814              Message-Id:  <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com>
15815      Branch: perl
15816            ! dump.c embed.fnc ext/re/re.pm perl.h regcomp.c regcomp.h
15817            ! regexec.c
15818 ____________________________________________________________________________
15819 [ 28581] By: stevep                                on 2006/07/15  18:57:39
15820         Log: Adding Module::Build::Version missed in upgrade.
15821      Branch: perl
15822            + lib/Module/Build/Version.pm
15823            ! MANIFEST
15824 ____________________________________________________________________________
15825 [ 28580] By: stevep                                on 2006/07/15  15:22:35
15826         Log: Upgrade to ANSIColor-1.11
15827      Branch: perl
15828            + lib/Term/ANSIColor/t/basic.t lib/Term/ANSIColor/t/pod.t
15829            - lib/Term/ANSIColor/test.pl
15830            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
15831            ! lib/Term/ANSIColor/README
15832 ____________________________________________________________________________
15833 [ 28579] By: stevep                                on 2006/07/15  14:46:53
15834         Log: Upgrade to Module-Build-0.2802
15835      Branch: perl
15836            ! lib/Module/Build.pm lib/Module/Build/Base.pm
15837            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
15838            ! lib/Module/Build/t/moduleinfo.t
15839            ! lib/Module/Build/t/runthrough.t
15840 ____________________________________________________________________________
15841 [ 28578] By: merijn                                on 2006/07/15  11:53:36
15842         Log: Subject: [PATCH] various safety/portability tweaks
15843              From: Jarkko Hietaniemi <jhi@iki.fi>
15844              Date: Sat, 15 Jul 2006 13:14:32 +0300
15845              Message-ID: <44B8C008.4030300@iki.fi>
15846      Branch: perl
15847            ! pod/perlhack.pod pod/perltodo.pod pp_sys.c sv.c util.c
15848 ____________________________________________________________________________
15849 [ 28577] By: merijn                                on 2006/07/15  11:45:15
15850         Log: Subject: [PATCH] cflags.SH: add missing C files
15851              From: Jarkko Hietaniemi <jhi@iki.fi>
15852              Date: Sat, 15 Jul 2006 12:30:25 +0300
15853              Message-ID: <44B8B5B1.2050902@iki.fi>
15854      Branch: perl
15855            ! cflags.SH
15856 ____________________________________________________________________________
15857 [ 28576] By: merijn                                on 2006/07/15  11:41:59
15858         Log: Subject: [PATCH] Re: [PATCH] cflags.SH: add -std=c89
15859              From: Jarkko Hietaniemi <jhi@iki.fi>
15860              Date: Sat, 15 Jul 2006 12:19:45 +0300
15861              Message-ID: <44B8B331.8090009@iki.fi>
15862      Branch: perl
15863            ! cflags.SH
15864 ____________________________________________________________________________
15865 [ 28575] By: craigb                                on 2006/07/14  18:18:18
15866         Log: overload.t has same locale problem with VMS that it has with dec_osf
15867      Branch: perl
15868            ! t/uni/overload.t
15869 ____________________________________________________________________________
15870 [ 28574] By: craigb                                on 2006/07/14  18:09:40
15871         Log: Make sysconf tests handle unimplemented success indications
15872              for the benefit of Mac OS X and VMS.
15873      Branch: perl
15874            ! ext/POSIX/t/sysconf.t
15875 ____________________________________________________________________________
15876 [ 28573] By: steveh                                on 2006/07/14  14:42:57
15877         Log: Silence a compiler warning on Win32/VC++
15878              
15879              Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
15880              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
15881              Date: Fri, 14 Jul 2006 16:33:01 +0200
15882              Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de>
15883      Branch: perl
15884            ! ext/Hash/Util/FieldHash/FieldHash.xs
15885 ____________________________________________________________________________
15886 [ 28572] By: stevep                                on 2006/07/14  14:38:28
15887         Log: Skip tests for pathconf() and fpathconf() on HP-UX for 
15888              _PC_CHOWN_RESTRICTED.  The HP-UX manpage suggests not trying
15889              to do it, and that the errno will not be set on failure.
15890      Branch: perl
15891            ! ext/POSIX/t/sysconf.t
15892 ____________________________________________________________________________
15893 [ 28571] By: davem                                 on 2006/07/14  11:50:37
15894         Log: remove regex postive super-linear cache code
15895              (it wasn't actually achieving anything)
15896      Branch: perl
15897            ! regexec.c t/op/re_tests
15898 ____________________________________________________________________________
15899 [ 28570] By: merijn                                on 2006/07/14  07:03:08
15900         Log: Subject: [PATCH] -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)
15901              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15902              Date: Fri, 14 Jul 2006 09:34:09 +0300 (EEST)
15903              Message-Id: <200607140634.k6E6Y9Ia471707@kosh.hut.fi>
15904      Branch: perl
15905            ! hv.c sv.c
15906 ____________________________________________________________________________
15907 [ 28569] By: stevep                                on 2006/07/13  20:31:59
15908         Log: Version bumps for z/OS fixes.
15909      Branch: perl
15910            ! ext/Encode/Encode.pm ext/MIME/Base64/Base64.pm
15911            ! ext/threads/shared/shared.pm
15912 ____________________________________________________________________________
15913 [ 28568] By: stevep                                on 2006/07/13  20:18:59
15914         Log: Subject: [PATCH] z/OS: CPAN-ized ext/ and lib/
15915              From: Jarkko Hietaniemi <jhi@iki.fi>
15916              Date: Thu, 13 Jul 2006 23:10:27 +0300
15917              Message-ID: <44B6A8B3.5070605@iki.fi>
15918      Branch: perl
15919            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
15920            ! ext/Encode/Encode.xs ext/Encode/t/utf8strict.t
15921            ! ext/MIME/Base64/Base64.xs ext/Storable/t/downgrade.t
15922            ! ext/Storable/t/overload.t ext/threads/shared/shared.xs
15923            ! lib/CGI/t/util-58.t lib/Digest/t/base.t lib/Digest/t/file.t
15924            ! lib/Pod/t/pod2html-lib.pl lib/Tie/File/t/09_gen_rs.t
15925 ____________________________________________________________________________
15926 [ 28567] By: merijn                                on 2006/07/13  17:12:00
15927         Log: Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment
15928              From: Jarkko Hietaniemi <jhi@iki.fi>
15929              Date: Thu, 13 Jul 2006 19:47:29 +0300
15930              Message-ID: <44B67921.6090901@iki.fi>
15931      Branch: perl
15932            ! ext/B/B/Deparse.pm lib/AutoLoader.t lib/DBM_Filter/t/encode.t
15933            ! lib/DBM_Filter/t/utf8.t lib/ExtUtils/Constant/Utils.pm
15934            ! lib/ExtUtils/Embed.pm lib/ExtUtils/t/Embed.t
15935            ! lib/PerlIO/via/t/QuotedPrint.t lib/bytes.t lib/dumpvar.pl
15936            ! lib/utf8.t miniperlmain.c perl.h
15937 ____________________________________________________________________________
15938 [ 28566] By: stevep                                on 2006/07/13  15:46:11
15939         Log: Keep Intel C++ from claiming that it is gcc.
15940      Branch: perl
15941            ! hints/linux.sh
15942 ____________________________________________________________________________
15943 [ 28565] By: stevep                                on 2006/07/13  14:04:18
15944         Log: Clear up a few more warnings from blead.
15945      Branch: perl
15946            ! op.c perl.c reentr.c reentr.pl regexec.c
15947 ____________________________________________________________________________
15948 [ 28564] By: rgs                                   on 2006/07/13  08:46:30
15949         Log: Not everybody has env
15950      Branch: perl
15951            ! pod/perlintro.pod
15952 ____________________________________________________________________________
15953 [ 28563] By: rgs                                   on 2006/07/13  08:40:12
15954         Log: Subject: Re: Misunderstanding escapes in heredocs?
15955              From: demerphq <demerphq@gmail.com>
15956              Date: Sun, 9 Jul 2006 16:42:45 +0200
15957              Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com>
15958              
15959              with formatting nits
15960      Branch: perl
15961            ! pod/perlop.pod
15962 ____________________________________________________________________________
15963 [ 28562] By: rgs                                   on 2006/07/13  08:17:04
15964         Log: Additions to perlhack based on a patch by Gabor Szabo
15965      Branch: perl
15966            ! pod/perlhack.pod
15967 ____________________________________________________________________________
15968 [ 28561] By: rgs                                   on 2006/07/13  08:04:44
15969         Log: Nits to the perlintro safety net (by Gabor Szabo and Merijn)
15970      Branch: perl
15971            ! pod/perlintro.pod
15972 ____________________________________________________________________________
15973 [ 28560] By: merijn                                on 2006/07/13  06:50:55
15974         Log: Relink to use temp file forced on current dir in mpeix
15975              Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
15976              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15977              Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST)
15978              Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi>
15979      Branch: perl
15980            ! mpeix/relink
15981 ____________________________________________________________________________
15982 [ 28559] By: rgs                                   on 2006/07/12  13:19:04
15983         Log: Cleanup and conversion to t/test.pl
15984      Branch: perl
15985            ! ext/Devel/Peek/t/Peek.t
15986 ____________________________________________________________________________
15987 [ 28558] By: rgs                                   on 2006/07/12  12:29:58
15988         Log: I prefer array indexes that start from 0 in beginner docs
15989      Branch: perl
15990            ! pod/perlintro.pod
15991 ____________________________________________________________________________
15992 [ 28557] By: rgs                                   on 2006/07/12  12:28:34
15993         Log: Integration of strlcat is to-done (noticed by Yves)
15994      Branch: perl
15995            ! pod/perltodo.pod
15996 ____________________________________________________________________________
15997 [ 28556] By: steveh                                on 2006/07/12  10:28:39
15998         Log: Fix change #28552: VC++ doesn't like code before declarations
15999      Branch: perl
16000            ! ext/Hash/Util/FieldHash/FieldHash.xs
16001 ____________________________________________________________________________
16002 [ 28555] By: rgs                                   on 2006/07/12  09:56:04
16003         Log: Additions and removals in perltodo
16004      Branch: perl
16005            ! pod/perltodo.pod
16006 ____________________________________________________________________________
16007 [ 28554] By: merijn                                on 2006/07/12  09:40:14
16008         Log: Subject: [PATCH] more strictness in perlintro
16009              From: "Gabor Szabo" <szabgab@gmail.com>
16010              Date: Wed, 12 Jul 2006 10:30:06 +0300
16011              Message-ID: <d8a74af10607120030p1964b935y9493e29994a5b371@mail.gmail.com>
16012      Branch: perl
16013            ! pod/perlintro.pod
16014 ____________________________________________________________________________
16015 [ 28553] By: merijn                                on 2006/07/12  09:27:59
16016         Log: Subject: [PATCH] perlinro (use $fh filehandler + not to use built in function name in sub example)
16017              From: "Gabor Szabo" <szabgab@gmail.com>
16018              Date: Wed, 12 Jul 2006 10:51:03 +0300
16019              Message-ID: <d8a74af10607120051t10382a7fw95ce094f0f395490@mail.gmail.com>
16020      Branch: perl
16021            ! pod/perlintro.pod
16022 ____________________________________________________________________________
16023 [ 28552] By: rgs                                   on 2006/07/12  09:00:01
16024         Log: Subject: Re: [PATCH] FieldHash coverity-compliant
16025              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
16026              Date: Wed, 12 Jul 2006 00:45:44 +0200
16027              Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de>
16028      Branch: perl
16029            ! ext/Hash/Util/FieldHash/FieldHash.xs
16030 ____________________________________________________________________________
16031 [ 28551] By: rgs                                   on 2006/07/12  08:49:17
16032         Log: Upgrade to PathTools 3.19
16033      Branch: perl
16034            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
16035            ! lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
16036 ____________________________________________________________________________
16037 [ 28550] By: merijn                                on 2006/07/12  06:53:22
16038         Log: Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes
16039              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16040              Date: Wed, 12 Jul 2006 00:01:29 +0300 (EEST)
16041              Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi>
16042      Branch: perl
16043            ! t/comp/parser.t t/op/caller.t t/op/chop.t t/op/exec.t
16044            ! t/op/index.t t/op/pack.t t/op/pat.t t/op/sprintf.t
16045            ! t/op/utfhash.t t/run/fresh_perl.t t/uni/case.pl t/uni/class.t
16046 ____________________________________________________________________________
16047 [ 28549] By: rgs                                   on 2006/07/11  17:00:26
16048         Log: A few rough notes for the next perldelta
16049      Branch: perl
16050            ! pod/perl594delta.pod
16051 ____________________________________________________________________________
16052 [ 28548] By: rgs                                   on 2006/07/11  14:55:17
16053         Log: Revert bogus fix for bug #27940, which wasn't really a bug,
16054              and a new test item, as found and suggested by Sadahiro Tomoyuki.
16055      Branch: perl
16056            ! t/op/pat.t toke.c
16057 ____________________________________________________________________________
16058 [ 28547] By: rgs                                   on 2006/07/11  14:06:08
16059         Log: Subject: Re: Misunderstanding escapes in heredocs?
16060              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16061              Date: Sun, 09 Jul 2006 11:57:42 +0900
16062              Message-Id: <20060709115613.78FF.BQW10602@nifty.com>
16063      Branch: perl
16064            ! pod/perlop.pod
16065 ____________________________________________________________________________
16066 [ 28546] By: stevep                                on 2006/07/11  12:31:10
16067         Log: Upgrade to Text-Tabs+Wrap-2006.0711.  Keep the local changes from
16068              change #27541.  Also, leave out the test files Jacobson.t and 
16069              Jacobson2.t which both generated several warnings.
16070      Branch: perl
16071            + lib/Text/TabsWrap/t/37000.t lib/Text/TabsWrap/t/39548.t
16072            + lib/Text/TabsWrap/t/Jochen.t lib/Text/TabsWrap/t/belg4mit.t
16073            + lib/Text/TabsWrap/t/sep.t lib/Text/TabsWrap/t/sep2.t
16074            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
16075            ! lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
16076 ____________________________________________________________________________
16077 [ 28545] By: steveh                                on 2006/07/11  11:26:17
16078         Log: Fix change #28533: my_strlcpy does not return the dest str!
16079      Branch: perl
16080            ! util.c
16081 ____________________________________________________________________________
16082 [ 28544] By: rgs                                   on 2006/07/11  09:29:23
16083         Log: Adjust test count in threads test
16084      Branch: perl
16085            ! ext/threads/t/kill.t
16086 ____________________________________________________________________________
16087 [ 28543] By: rgs                                   on 2006/07/11  09:27:25
16088         Log: Subject: [PATCH] threads 1.36 - Signalling terminated threads core dumps
16089              From: "Jerry D. Hedden" <jerry@hedden.us>
16090              Date: Mon, 10 Jul 2006 13:28:25 -0700
16091              Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net>
16092      Branch: perl
16093            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
16094            ! ext/threads/t/thread.t ext/threads/threads.pm
16095            ! ext/threads/threads.xs
16096 ____________________________________________________________________________
16097 [ 28542] By: rgs                                   on 2006/07/11  08:06:26
16098         Log: Subject: [PATCH] FieldHash coverity-compliant
16099              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
16100              Date: Mon, 10 Jul 2006 21:30:15 +0200
16101              Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de>
16102      Branch: perl
16103            ! ext/Hash/Util/FieldHash/FieldHash.xs
16104            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
16105            ! ext/Hash/Util/FieldHash/t/02_function.t
16106            ! ext/Hash/Util/FieldHash/t/04_thread.t
16107 ____________________________________________________________________________
16108 [ 28541] By: rgs                                   on 2006/07/11  07:55:21
16109         Log: Subject: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
16110              From: Andy Dougherty <doughera@lafayette.edu>
16111              Date: Mon, 10 Jul 2006 13:16:27 -0400 (EDT)
16112              Message-ID: <Pine.LNX.4.62.0607101312540.24708@fractal.phys.lafayette.edu>
16113      Branch: perl
16114            ! perl.h
16115 ____________________________________________________________________________
16116 [ 28540] By: rgs                                   on 2006/07/11  07:48:24
16117         Log: Subject: [PATCH] sysconf.t: still failing in tru64, try harder to skip
16118              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16119              Date: Tue, 11 Jul 2006 09:23:08 +0300 (EEST)
16120              Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi>
16121      Branch: perl
16122            ! ext/POSIX/t/sysconf.t
16123 ____________________________________________________________________________
16124 [ 28539] By: rgs                                   on 2006/07/10  20:14:34
16125         Log: Subject: [PATCH] z/OS: hints/os390.sh and Makefile.SH
16126              From: Jarkko Hietaniemi <jhi@iki.fi>
16127              Date: Mon, 10 Jul 2006 22:55:33 +0300
16128              Message-ID: <44B2B0B5.3000008@iki.fi>
16129      Branch: perl
16130            ! Makefile.SH hints/os390.sh
16131 ____________________________________________________________________________
16132 [ 28538] By: rgs                                   on 2006/07/10  19:42:18
16133         Log: Update Changes
16134      Branch: perl
16135            ! Changes
16136 ____________________________________________________________________________
16137 [ 28537] By: stevep                                on 2006/07/10  19:28:54
16138         Log: Subject: [PATCH] perlhack: argh...
16139              From: Jarkko Hietaniemi <jhi@iki.fi>
16140              Date: Mon, 10 Jul 2006 21:07:35 +0300
16141              Message-ID: <44B29767.4040606@iki.fi>
16142      Branch: perl
16143            ! pod/perlhack.pod
16144 ____________________________________________________________________________
16145 [ 28536] By: stevep                                on 2006/07/10  19:12:07
16146         Log: Restoring change #28523 accidentilly reverted with change #28528.
16147      Branch: perl
16148            ! doio.c
16149 ____________________________________________________________________________
16150 [ 28535] By: stevep                                on 2006/07/10  18:26:25
16151         Log: Fix another empty if-statement warning
16152      Branch: perl
16153            ! sv.c
16154 ____________________________________________________________________________
16155 [ 28534] By: stevep                                on 2006/07/10  18:17:30
16156         Log: Silence empty if-statement warning.
16157      Branch: perl
16158            ! universal.c
16159 ____________________________________________________________________________
16160 [ 28533] By: stevep                                on 2006/07/10  17:23:02
16161         Log: Convert some low hanging fruit to my_strlcpy/my_strlcat.
16162      Branch: perl
16163            ! doio.c mg.c pp_sys.c toke.c util.c
16164 ____________________________________________________________________________
16165 [ 28532] By: rgs                                   on 2006/07/10  17:09:38
16166         Log: POD fixes in perlhack
16167      Branch: perl
16168            ! pod/perlhack.pod
16169 ____________________________________________________________________________
16170 [ 28531] By: rgs                                   on 2006/07/10  17:07:43
16171         Log: Typo found by Craig Berry
16172      Branch: perl
16173            ! pod/perlhack.pod
16174 ____________________________________________________________________________
16175 [ 28530] By: rgs                                   on 2006/07/10  17:05:12
16176         Log: More perlhack portability additions by Jarkko
16177      Branch: perl
16178            ! pod/perlhack.pod
16179 ____________________________________________________________________________
16180 [ 28529] By: rgs                                   on 2006/07/10  14:04:00
16181         Log: Subject: [PATCH] threads 1.35 - Borland compiler fix
16182              From: "Jerry D. Hedden" <jerry@hedden.us>
16183              Date: Mon, 10 Jul 2006 06:49:34 -0700
16184              Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net>
16185      Branch: perl
16186            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
16187            ! ext/threads/threads.pm ext/threads/threads.xs
16188 ____________________________________________________________________________
16189 [ 28528] By: stevep                                on 2006/07/10  13:55:39
16190         Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/
16191              my_strlcat() API.  Convert ext/File/Glob/bsd_glob.c to use 
16192              my_strlcat().  Add to the strlcy()/strlcat() todo entry.
16193      Branch: perl
16194            ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c
16195            ! util.c
16196 ____________________________________________________________________________
16197 [ 28527] By: rgs                                   on 2006/07/10  12:46:41
16198         Log: Subject: [PATCH] perlhack: more portability musings
16199              From: Jarkko Hietaniemi <jhi@iki.fi>
16200              Date: Mon, 10 Jul 2006 15:41:10 +0300
16201              Message-ID: <44B24AE6.6030708@iki.fi>
16202      Branch: perl
16203            ! pod/perlhack.pod
16204 ____________________________________________________________________________
16205 [ 28526] By: rgs                                   on 2006/07/10  12:01:20
16206         Log: Subject: examples in the core documentation
16207              From: "Gabor Szabo" <szabgab@gmail.com>
16208              Date: Sun, 9 Jul 2006 15:44:47 +0200
16209              Message-ID: <d8a74af10607090644o5c1ee3b2p98f6aa9301898b44@mail.gmail.com>
16210      Branch: perl
16211            ! pod/perlfunc.pod
16212 ____________________________________________________________________________
16213 [ 28525] By: stevep                                on 2006/07/10  11:28:24
16214         Log: Add Russ Allbery's public domain implementations of strlcat and
16215              strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
16216              Thanks Russ!
16217      Branch: perl
16218            ! embed.fnc embed.h global.sym perl.h proto.h util.c
16219 ____________________________________________________________________________
16220 [ 28524] By: rgs                                   on 2006/07/10  10:16:53
16221         Log: Add a macro to remove duplicated code
16222              
16223              Subject: Re: cut-and-paste findings for blead 28504
16224              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16225              Date: Sun, 09 Jul 2006 13:47:04 +0900
16226              Message-Id: <20060709134236.E51A.BQW10602@nifty.com>
16227      Branch: perl
16228            ! pp_sort.c
16229 ____________________________________________________________________________
16230 [ 28523] By: rgs                                   on 2006/07/10  10:11:22
16231         Log: Fix a signed/unsigned warning
16232      Branch: perl
16233            ! doio.c
16234 ____________________________________________________________________________
16235 [ 28522] By: rgs                                   on 2006/07/10  09:53:33
16236         Log: Pod cleanup in Shell.pm
16237      Branch: perl
16238            ! lib/Shell.pm
16239 ____________________________________________________________________________
16240 [ 28521] By: merijn                                on 2006/07/10  07:41:25
16241         Log: Even Jarkko's patches should go in only once
16242              Subject: [PATCH] undouble Jarkko's patch
16243              From: andy@petdance.com (Andy Lester)
16244              Date: Mon, 10 Jul 2006 00:22:18 -0500
16245              Message-ID: <20060710052218.GA7477@petdance.com>
16246      Branch: perl
16247            ! pod/perlhack.pod
16248 ____________________________________________________________________________
16249 [ 28520] By: stevep                                on 2006/07/10  03:07:59
16250         Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked
16251              From: Dominic Dunlop <shouldbedomo@mac.com>
16252              Date: Sun, 9 Jul 2006 22:22:14 +0200
16253              Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com>
16254      Branch: perl
16255            ! ext/POSIX/t/sysconf.t
16256 ____________________________________________________________________________
16257 [ 28519] By: stevep                                on 2006/07/10  00:29:02
16258         Log: Clear up test based on line number differences between the core and the
16259              Test-Simple version.
16260      Branch: perl
16261            ! lib/Test/Simple/t/tbt_01basic.t
16262 ____________________________________________________________________________
16263 [ 28518] By: nicholas                              on 2006/07/09  21:56:18
16264         Log: Tweak for Jarkko's addition to perlhack, suggested by Yves.
16265      Branch: perl
16266            ! pod/perlhack.pod
16267 ____________________________________________________________________________
16268 [ 28517] By: stevep                                on 2006/07/09  20:51:48
16269         Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t.
16270      Branch: perl
16271            ! lib/Test/Simple/t/tbt_01basic.t
16272 ____________________________________________________________________________
16273 [ 28516] By: merijn                                on 2006/07/09  18:50:01
16274         Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo)
16275              From: Jarkko Hietaniemi <jhi@iki.fi>
16276              Date: Sun, 09 Jul 2006 19:42:10 +0300
16277              Message-ID: <44B131E2.8050805@iki.fi>
16278      Branch: perl
16279            ! pod/perlhack.pod pod/perltodo.pod
16280 ____________________________________________________________________________
16281 [ 28515] By: stevep                                on 2006/07/09  13:57:25
16282         Log: Subject: [PATCH] perlhack.pod
16283              From: Jarkko Hietaniemi <jhi@iki.fi>
16284              Date: Sun, 09 Jul 2006 14:55:20 +0300
16285              Message-ID: <44B0EEA8.4080003@iki.fi>
16286      Branch: perl
16287            ! pod/perlhack.pod
16288 ____________________________________________________________________________
16289 [ 28514] By: stevep                                on 2006/07/09  13:51:37
16290         Log: Upgrade to Test-Simple-0.63
16291      Branch: perl
16292            ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm
16293            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
16294            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t
16295            ! lib/Test/Simple/t/tbt_05faildiag.t
16296 ____________________________________________________________________________
16297 [ 28513] By: mhx                                   on 2006/07/09  08:19:33
16298         Log: Integrate mkppport. All ppport.h files in the core will now
16299              be autogenerated at build time (and removed during cleanup).
16300      Branch: perl
16301            + mkppport mkppport.lst
16302            - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h
16303            - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h
16304            - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h
16305            ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile
16306            ! win32/Makefile.ce win32/makefile.mk
16307 ____________________________________________________________________________
16308 [ 28512] By: stevep                                on 2006/07/08  18:08:07
16309         Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c
16310              From: demerphq <demerphq@gmail.com>
16311              Date: Sat, 8 Jul 2006 17:48:34 +0200
16312              Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
16313              
16314              Removing duplicated regexp trie-related code.
16315      Branch: perl
16316            ! regexec.c
16317 ____________________________________________________________________________
16318 [ 28511] By: stevep                                on 2006/07/08  18:00:17
16319         Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative
16320              From: Brendan O'Dea <bod@debian.org>
16321              Date: Thu, 6 Jul 2006 01:02:41 +1000
16322              Message-ID: <20060705150241.GA2244@londo.c47.org>
16323      Branch: perl
16324            ! lib/File/Spec/Unix.pm
16325 ____________________________________________________________________________
16326 [ 28510] By: stevep                                on 2006/07/08  17:51:43
16327         Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket
16328              From: Brendan O'Dea <bod@debian.org>
16329              Date: Sat, 8 Jul 2006 13:27:50 +1000
16330              Message-ID: <20060708032750.GA20454@londo.c47.org>
16331      Branch: perl
16332            ! lib/perl5db.pl
16333 ____________________________________________________________________________
16334 [ 28509] By: stevep                                on 2006/07/08  17:47:24
16335         Log: Making encoding::warnings lexical is to-done.
16336      Branch: perl
16337            ! pod/perltodo.pod
16338 ____________________________________________________________________________
16339 [ 28508] By: stevep                                on 2006/07/08  17:28:36
16340         Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented
16341              From: demerphq <demerphq@gmail.com>
16342              Date: Sat, 8 Jul 2006 17:55:09 +0200
16343              Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com>
16344      Branch: perl
16345            ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
16346 ____________________________________________________________________________
16347 [ 28507] By: mhx                                   on 2006/07/08  16:27:10
16348         Log: Upgrade to Devel::PPPort 3.09
16349      Branch: perl
16350            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
16351            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
16352            ! ext/Devel/PPPort/parts/apidoc.fnc
16353            ! ext/Devel/PPPort/parts/base/5009004
16354            ! ext/Devel/PPPort/parts/embed.fnc
16355            ! ext/Devel/PPPort/parts/inc/podtest
16356            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
16357            ! ext/Devel/PPPort/t/podtest.t
16358 ____________________________________________________________________________
16359 [ 28506] By: stevep                                on 2006/07/08  14:50:33
16360         Log: Update Audrey Tang's email throughout various files.
16361      Branch: perl
16362            ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
16363 ____________________________________________________________________________
16364 [ 28505] By: merijn                                on 2006/07/08  09:04:56
16365         Log: POSIX test improvements on True64
16366              Subject: [PATCH] the new POSIX tests
16367              From: Jarkko Hietaniemi <jhi@iki.fi>
16368              Date: Sat, 08 Jul 2006 11:43:05 +0300
16369              Message-ID: <44AF7019.3070509@iki.fi>
16370      Branch: perl
16371            ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t
16372            ! ext/POSIX/t/termios.t
16373 ____________________________________________________________________________
16374 [ 28504] By: stevep                                on 2006/07/08  01:14:28
16375         Log: Upgrade to encoding-warnings-0.10
16376      Branch: perl
16377            + lib/encoding/warnings/t/4-lexical.t
16378            ! MANIFEST lib/encoding/warnings.pm
16379            ! lib/encoding/warnings/t/3-normal.t
16380 ____________________________________________________________________________
16381 [ 28503] By: stevep                                on 2006/07/07  18:38:01
16382         Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX
16383              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
16384              Date: Fri, 07 Jul 2006 11:02:31 +0200
16385              Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr>
16386              
16387              Only includes changes to:
16388              * ext/I18N/Langinfo/t/Langinfo.t
16389              * ext/POSIX/t/sysconf.t
16390              * ext/POSIX/t/termios.t
16391      Branch: perl
16392            + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
16393            ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t
16394 ____________________________________________________________________________
16395 [ 28502] By: rgs                                   on 2006/07/07  14:52:15
16396         Log: Subject: Re: Dual life for Shell.pm
16397              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
16398              Date: Thu, 6 Jul 2006 13:02:23 -0300
16399              Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com>
16400      Branch: perl
16401            ! lib/Shell.pm lib/Shell.t
16402 ____________________________________________________________________________
16403 [ 28501] By: rgs                                   on 2006/07/07  14:12:59
16404         Log: Subject: [PATCH] threads 1.34 - state methods
16405              From: "Jerry D. Hedden" <jerry@hedden.us>
16406              Date: Thu, 06 Jul 2006 07:33:13 -0700
16407              Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net>
16408      Branch: perl
16409            + ext/threads/t/state.t
16410            ! MANIFEST ext/threads/Changes ext/threads/README
16411            ! ext/threads/t/context.t ext/threads/t/thread.t
16412            ! ext/threads/threads.pm ext/threads/threads.xs
16413 ____________________________________________________________________________
16414 [ 28500] By: rgs                                   on 2006/07/07  13:23:45
16415         Log: Subject: More escaping in the RE
16416              From: demerphq <demerphq@gmail.com>
16417              Date: Fri, 7 Jul 2006 10:40:40 +0200
16418              Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com>
16419              
16420              (with tweaks)
16421      Branch: perl
16422            ! regcomp.c regcomp.h regexec.c
16423 ____________________________________________________________________________
16424 [ 28499] By: rgs                                   on 2006/07/07  09:50:35
16425         Log: Fix the implementation of list assignment to state().
16426      Branch: perl
16427            ! op.c t/lib/warnings/op t/op/state.t
16428 ____________________________________________________________________________
16429 [ 28498] By: rgs                                   on 2006/07/06  16:55:57
16430         Log: The state() implementation is not yet perfect. Check in a new todo test
16431      Branch: perl
16432            ! t/op/state.t
16433 ____________________________________________________________________________
16434 [ 28497] By: rgs                                   on 2006/07/06  16:35:37
16435         Log: Error in the formulation of the new warning, spotted by Dominic Dunlop
16436      Branch: perl
16437            ! pod/perldiag.pod
16438 ____________________________________________________________________________
16439 [ 28496] By: rgs                                   on 2006/07/06  15:49:30
16440         Log: Add a new warning, "State variable %s will be reinitialized"
16441      Branch: perl
16442            ! op.c pod/perldiag.pod t/lib/warnings/op
16443 ____________________________________________________________________________
16444 [ 28495] By: stevep                                on 2006/07/06  15:38:51
16445         Log: Upgrade to Module-Build-0.2801.
16446      Branch: perl
16447            ! lib/Module/Build.pm lib/Module/Build/Base.pm
16448            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
16449            ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm
16450            ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm
16451            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
16452            ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t
16453 ____________________________________________________________________________
16454 [ 28494] By: stevep                                on 2006/07/06  15:18:58
16455         Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
16456              Also, sync'ing up with the CPAN version of the module.
16457      Branch: perl
16458            ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t
16459            ! lib/Math/Trig.pm lib/Math/Trig.t
16460 ____________________________________________________________________________
16461 [ 28493] By: rgs                                   on 2006/07/06  14:31:55
16462         Log: Document state() variables in perlsub
16463      Branch: perl
16464            ! pod/perlsub.pod
16465 ____________________________________________________________________________
16466 [ 28492] By: stevep                                on 2006/07/06  14:12:56
16467         Log: Alphabetizing function names in perlfunc lists. 
16468      Branch: perl
16469            ! pod/perlfunc.pod
16470 ____________________________________________________________________________
16471 [ 28491] By: rgs                                   on 2006/07/06  13:36:57
16472         Log: Mention state variables in perldiag. Add switch-related keywords
16473              in the keyword listing section in perlfunc. Add a summary of
16474              C<state> in perlfunc. Fix a typo in the synopsis for C<our>.
16475              Don't say that C<my $_> is illegal in perlsub.
16476      Branch: perl
16477            ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
16478 ____________________________________________________________________________
16479 [ 28490] By: rgs                                   on 2006/07/06  09:01:16
16480         Log: Introduce a new function, pv_escape(), to display contents of PVs
16481              that might contain non printable chars.
16482              
16483              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
16484              From: demerphq <demerphq@gmail.com>
16485              Date: Wed, 5 Jul 2006 20:40:58 +0200
16486              Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
16487      Branch: perl
16488            ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod
16489            ! proto.h reentr.c regexec.c t/lib/warnings/9uninit
16490 ____________________________________________________________________________
16491 [ 28489] By: rgs                                   on 2006/07/05  21:00:31
16492         Log: Implement handling of state variables in list assignment
16493      Branch: perl
16494            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t
16495 ____________________________________________________________________________
16496 [ 28488] By: rgs                                   on 2006/07/05  20:00:10
16497         Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
16498              side is made out a list declared with our(). In this case OPpLVAL_INTRO
16499              isn't set on the left op, so we just remove that check. Add new tests.
16500      Branch: perl
16501            ! op.c t/op/array.t
16502 ____________________________________________________________________________
16503 [ 28487] By: rgs                                   on 2006/07/05  19:49:36
16504         Log: Adjust test count after introducing new constants in POSIX
16505      Branch: perl
16506            ! ext/B/t/concise-xs.t
16507 ____________________________________________________________________________
16508 [ 28486] By: stevep                                on 2006/07/05  16:27:16
16509         Log: Add constants needed for recvmsg()/sendmsg() support.
16510      Branch: perl
16511            ! ext/POSIX/Makefile.PL
16512 ____________________________________________________________________________
16513 [ 28485] By: stevep                                on 2006/07/05  15:40:05
16514         Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
16515      Branch: perl
16516            ! lib/Memoize/t/tie_ndbm.t
16517 ____________________________________________________________________________
16518 [ 28484] By: rgs                                   on 2006/07/05  14:10:18
16519         Log: Add a TODO test for list assignment to a list of state variables.
16520              Not sure yet how to encode in the optree the information that
16521              state($x, $y) and (state $x, state $y) must be treated differently.
16522      Branch: perl
16523            ! t/op/state.t
16524 ____________________________________________________________________________
16525 [ 28483] By: rgs                                   on 2006/07/05  12:48:57
16526         Log: Don't add extra warning flags for gcc versions < 3.
16527      Branch: perl
16528            ! cflags.SH
16529 ____________________________________________________________________________
16530 [ 28482] By: rgs                                   on 2006/07/05  08:53:56
16531         Log: Make the distclean target remove lib/Hash correctly
16532      Branch: perl
16533            ! Makefile.SH
16534 ____________________________________________________________________________
16535 [ 28481] By: craigb                                on 2006/07/05  02:31:06
16536         Log: Subject: [PATCH] RE: [PATCH] threads 1.33
16537              From: "Jerry D. Hedden" <jdhedden@cpan.org>
16538              Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net>
16539              Date: Tue, 04 Jul 2006 17:18:45 -0700
16540              
16541              exiting from threads works differently on VMS
16542      Branch: perl
16543            ! ext/threads/t/exit.t
16544 ____________________________________________________________________________
16545 [ 28480] By: craigb                                on 2006/07/04  21:27:42
16546         Log: fix signed/unsigned nit in reentr.c
16547      Branch: perl
16548            ! reentr.c
16549 ____________________________________________________________________________
16550 [ 28479] By: craigb                                on 2006/07/04  19:08:16
16551         Log: fix type mismatch warning caused by return statement lurking in DIE macro
16552      Branch: perl
16553            ! doio.c
16554 ____________________________________________________________________________
16555 [ 28478] By: nicholas                              on 2006/07/04  18:58:10
16556         Log: Subject: [PATCH] more warning-silencing in FieldHash
16557              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
16558              Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de>
16559              Date: Tue, 4 Jul 2006 19:42:12 +0200
16560      Branch: perl
16561            ! ext/Hash/Util/FieldHash/FieldHash.xs
16562            ! ext/Hash/Util/FieldHash/t/02_function.t
16563            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
16564 ____________________________________________________________________________
16565 [ 28477] By: rgs                                   on 2006/07/04  12:04:58
16566         Log: Subject: [PATCH] consting and localizing in universal.c
16567              From: andy@petdance.com (Andy Lester)
16568              Date: Mon, 3 Jul 2006 17:41:48 -0500
16569              Message-ID: <20060703224148.GA14449@petdance.com>
16570      Branch: perl
16571            ! embed.fnc proto.h universal.c
16572 ____________________________________________________________________________
16573 [ 28476] By: rgs                                   on 2006/07/04  09:42:12
16574         Log: Subject: [PATCH] toke.c consting and localizing
16575              From: andy@petdance.com (Andy Lester)
16576              Date: Mon, 3 Jul 2006 17:42:50 -0500
16577              Message-ID: <20060703224250.GA14481@petdance.com>
16578      Branch: perl
16579            ! toke.c
16580 ____________________________________________________________________________
16581 [ 28475] By: rgs                                   on 2006/07/04  09:37:10
16582         Log: Subject: [PATCH] threads 1.33
16583              From: "Jerry D. Hedden" <jdhedden@cpan.org>
16584              Date: Mon, 03 Jul 2006 09:01:53 -0700
16585              Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net>
16586      Branch: perl
16587            + ext/threads/t/exit.t
16588            ! MANIFEST ext/threads/Changes ext/threads/README
16589            ! ext/threads/t/blocks.t ext/threads/t/context.t
16590            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
16591            ! ext/threads/t/join.t ext/threads/t/thread.t
16592            ! ext/threads/threads.pm ext/threads/threads.xs
16593 ____________________________________________________________________________
16594 [ 28474] By: mhx                                   on 2006/07/03  21:40:58
16595         Log: Upgrade to Devel::PPPort 3.08_07
16596      Branch: perl
16597            + ext/Devel/PPPort/PPPort.xs
16598            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
16599            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
16600            ! ext/Devel/PPPort/parts/inc/ppphbin
16601            ! ext/Devel/PPPort/parts/inc/ppphdoc
16602            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
16603            ! ext/Devel/PPPort/t/ppphtest.t
16604 ____________________________________________________________________________
16605 [ 28473] By: stevep                                on 2006/07/03  18:09:01
16606         Log: Allow stat() and -X file tests work on dirhandles.
16607      Branch: perl
16608            ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t
16609 ____________________________________________________________________________
16610 [ 28472] By: rgs                                   on 2006/07/03  16:51:05
16611         Log: Subject: [PATCH] embed.pl enhancements
16612              From: andy@petdance.com (Andy Lester)
16613              Date: Sun, 2 Jul 2006 12:11:39 -0500
16614              Message-ID: <20060702171139.GA20266@petdance.com>
16615              
16616              Add experimental (and optional) splint support
16617      Branch: perl
16618            ! embed.pl perlapi.c
16619 ____________________________________________________________________________
16620 [ 28471] By: rgs                                   on 2006/07/03  16:40:19
16621         Log: Subject: [PATCH] Makefile splint support
16622              From: andy@petdance.com (Andy Lester)
16623              Date: Sun, 2 Jul 2006 12:19:08 -0500
16624              Message-ID: <20060702171908.GA20443@petdance.com>
16625      Branch: perl
16626            ! Makefile.SH
16627 ____________________________________________________________________________
16628 [ 28470] By: rgs                                   on 2006/07/03  16:36:14
16629         Log: Subject: [PATCH] DProf.xs patch
16630              From: andy@petdance.com (Andy Lester)
16631              Date: Sun, 2 Jul 2006 12:17:08 -0500
16632              Message-ID: <20060702171708.GA20392@petdance.com>
16633      Branch: perl
16634            ! ext/Devel/DProf/DProf.xs
16635 ____________________________________________________________________________
16636 [ 28469] By: rgs                                   on 2006/07/03  09:39:42
16637         Log: Subject: [PATCH] mg.c cleanups
16638              From: andy@petdance.com (Andy Lester)
16639              Date: Sun, 2 Jul 2006 12:33:36 -0500
16640              Message-ID: <20060702173336.GA20641@petdance.com>
16641      Branch: perl
16642            ! mg.c
16643 ____________________________________________________________________________
16644 [ 28468] By: rgs                                   on 2006/07/03  09:34:44
16645         Log: Subject: [PATCH] Clean up mathoms.c
16646              From: andy@petdance.com (Andy Lester)
16647              Date: Sun, 2 Jul 2006 12:24:45 -0500
16648              Message-ID: <20060702172445.GA20521@petdance.com>
16649      Branch: perl
16650            ! mathoms.c
16651 ____________________________________________________________________________
16652 [ 28467] By: steveh                                on 2006/07/03  08:23:03
16653         Log: Subject: Re: Win32API::File now in core
16654              From: demerphq <demerphq@gmail.com>
16655              Date: Sun, 2 Jul 2006 15:19:58 +0200
16656              Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com>
16657              
16658              Sync blead with Win32API-File-0.1001
16659              (plus change to sync README too)
16660      Branch: perl
16661            ! win32/ext/Win32API/File/Changes
16662            ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README
16663 ____________________________________________________________________________
16664 [ 28466] By: davem                                 on 2006/07/02  22:47:24
16665         Log: silence a compiler warning
16666      Branch: perl
16667            ! regexec.c
16668 ____________________________________________________________________________
16669 [ 28465] By: davem                                 on 2006/07/02  19:30:49
16670         Log: remove some unnecessary uses of WITH_THR
16671      Branch: perl
16672            ! mg.c op.c
16673 ____________________________________________________________________________
16674 [ 28464] By: craigb                                on 2006/07/02  18:06:36
16675         Log: s/have a more/have more/ typo fix in perlfaq4
16676      Branch: perl
16677            ! pod/perlfaq4.pod
16678 ____________________________________________________________________________
16679 [ 28463] By: davem                                 on 2006/07/02  16:31:10
16680         Log: Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
16681              From:  demerphq <demerphq@gmail.com>
16682              Date:  Sun, 2 Jul 2006 16:23:21 +0200
16683              Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
16684              
16685              Sync ExtUtils::Install with CPAN (just trivially change version nos)
16686      Branch: perl
16687            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16688            ! lib/ExtUtils/Packlist.pm
16689 ____________________________________________________________________________
16690 [ 28462] By: davem                                 on 2006/07/02  15:34:23
16691         Log: 
16692              From: demerphq <demerphq@gmail.com>
16693              Date: Sun, 2 Jul 2006 15:13:20 +0200
16694              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
16695              Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com>
16696              
16697              add test for patch #28417
16698      Branch: perl
16699            ! t/op/pat.t
16700 ____________________________________________________________________________
16701 [ 28461] By: rgs                                   on 2006/06/30  16:33:57
16702         Log: Must not forget that.
16703      Branch: perl
16704            ! pod/perltodo.pod
16705 ____________________________________________________________________________
16706 [ 28460] By: steveh                                on 2006/06/30  13:46:06
16707         Log: Add Win32API::File to the core
16708              
16709              For discussions, see the thread starting here:
16710              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
16711      Branch: perl
16712            + win32/ext/Win32API/File/Changes
16713            + win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
16714            + win32/ext/Win32API/File/File.pm
16715            + win32/ext/Win32API/File/File.xs
16716            + win32/ext/Win32API/File/Makefile.PL
16717            + win32/ext/Win32API/File/README
16718            + win32/ext/Win32API/File/buffers.h
16719            + win32/ext/Win32API/File/cFile.h
16720            + win32/ext/Win32API/File/cFile.pc
16721            + win32/ext/Win32API/File/const2perl.h
16722            + win32/ext/Win32API/File/ppport.h
16723            + win32/ext/Win32API/File/t/file.t
16724            + win32/ext/Win32API/File/t/tie.t
16725            + win32/ext/Win32API/File/typemap
16726            ! MANIFEST Porting/Maintainers.pl t/TEST t/harness
16727            ! win32/Makefile win32/config_sh.PL win32/makefile.mk
16728 ____________________________________________________________________________
16729 [ 28459] By: rgs                                   on 2006/06/30  13:28:46
16730         Log: Fix casting warnings related to snprintf/vsnprintf
16731      Branch: perl
16732            ! perl.h util.c
16733 ____________________________________________________________________________
16734 [ 28458] By: merijn                                on 2006/06/30  13:17:59
16735         Log: Solaris' sh doesn't like empty if's
16736      Branch: perl
16737            ! hints/solaris_2.sh
16738 ____________________________________________________________________________
16739 [ 28457] By: rgs                                   on 2006/06/30  13:09:40
16740         Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx
16741              is used.
16742      Branch: perl
16743            ! perl.c
16744 ____________________________________________________________________________
16745 [ 28456] By: rgs                                   on 2006/06/30  12:56:59
16746         Log: Fix a couple of compilation warnings
16747      Branch: perl
16748            ! regcomp.c toke.c
16749 ____________________________________________________________________________
16750 [ 28455] By: davem                                 on 2006/06/30  12:07:01
16751         Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm
16752      Branch: perl
16753            ! regexec.c regexp.h
16754 ____________________________________________________________________________
16755 [ 28454] By: rgs                                   on 2006/06/30  08:13:24
16756         Log: Small adjustment to the Plan
16757      Branch: perl
16758            ! pod/perltodo.pod
16759 ____________________________________________________________________________
16760 [ 28453] By: merijn                                on 2006/06/30  05:00:22
16761         Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3
16762              Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
16763              From: Andrew Dougherty <doughera@lafayette.edu>
16764              Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT)
16765              Message-ID: <Pine.LNX.4.62.0606291327130.16718@fractal.phys.lafayette.edu>
16766      Branch: perl
16767            ! perl.h
16768 ____________________________________________________________________________
16769 [ 28452] By: rgs                                   on 2006/06/29  16:47:32
16770         Log: Another typo fix.
16771      Branch: perl
16772            ! pod/perlre.pod
16773 ____________________________________________________________________________
16774 [ 28451] By: rgs                                   on 2006/06/29  16:12:05
16775         Log: Typo fix.
16776      Branch: perl
16777            ! pod/perlre.pod
16778 ____________________________________________________________________________
16779 [ 28450] By: rgs                                   on 2006/06/29  15:53:43
16780         Log: Subject: [PATCH] Small precision about \Q \E inside m//x
16781              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
16782              Date: Thu, 29 Jun 2006 17:46:57 +0200
16783              Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr>
16784      Branch: perl
16785            ! pod/perlre.pod
16786 ____________________________________________________________________________
16787 [ 28449] By: rgs                                   on 2006/06/29  14:53:38
16788         Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash
16789              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
16790              Date: Wed, 28 Jun 2006 19:20:14 +0200
16791              Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de>
16792      Branch: perl
16793            ! ext/Hash/Util/FieldHash/FieldHash.xs
16794            ! ext/Hash/Util/FieldHash/Makefile.PL
16795            ! ext/Hash/Util/FieldHash/t/01_load.t
16796 ____________________________________________________________________________
16797 [ 28448] By: craigb                                on 2006/06/29  14:21:35
16798         Log: Updated handling of signal names and signals for VMS
16799      Branch: perl
16800            ! configure.com vms/vms.c
16801 ____________________________________________________________________________
16802 [ 28447] By: rgs                                   on 2006/06/29  12:12:00
16803         Log: Some CPP macro sanitization by Sadahiro Tomoyuki
16804      Branch: perl
16805            ! utfebcdic.h
16806 ____________________________________________________________________________
16807 [ 28446] By: merijn                                on 2006/06/28  17:51:28
16808         Log: Solaris hints: gcc flags confuse Configure
16809              Subject: [PATCH] (Was Re: [perl #39636] Configure fails)
16810              From: Andy Dougherty <doughera@lafayette.edu>
16811              Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT)
16812              Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu>
16813      Branch: perl
16814            ! hints/solaris_2.sh
16815 ____________________________________________________________________________
16816 [ 28445] By: rgs                                   on 2006/06/28  14:37:03
16817         Log: Subject: [PATCH] Update for IO::Uncompress::Base
16818              From: "Paul Marquess" <paul.marquess@ntlworld.com>
16819              Date: Wed, 28 Jun 2006 14:22:46 +0100
16820              Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com>
16821      Branch: perl
16822            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
16823            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
16824            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
16825            ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl
16826            ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl
16827            ! t/lib/compress/oneshot.pl
16828 ____________________________________________________________________________
16829 [ 28444] By: rgs                                   on 2006/06/28  08:42:09
16830         Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example 
16831              From: Alexander_Gernler@genua.de (via RT) <perlbug-followup@perl.org>
16832              Date: Tue, 27 Jun 2006 07:23:59 -0700
16833              Message-ID: <rt-3.0.11-39639-135396.19.0765391798804@perl.org>
16834      Branch: perl
16835            ! pod/perlfunc.pod
16836 ____________________________________________________________________________
16837 [ 28435] By: rgs                                   on 2006/06/27  14:01:30
16838         Log: Nits in the perlpragma manpage
16839      Branch: perl
16840            ! pod/perlpragma.pod
16841 ____________________________________________________________________________
16842 [ 28434] By: rgs                                   on 2006/06/27  08:48:45
16843         Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion
16844              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
16845              Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST)
16846              Message-Id: <20060626191237.8A0936CF04@seth.hut.fi>
16847      Branch: perl
16848            ! cflags.SH
16849 ____________________________________________________________________________
16850 [ 28433] By: rgs                                   on 2006/06/26  17:17:57
16851         Log: Adjust test preamble for Hash::Util tests too.
16852      Branch: perl
16853            ! ext/Hash/Util/t/Util.t
16854 ____________________________________________________________________________
16855 [ 28432] By: rgs                                   on 2006/06/26  16:50:58
16856         Log: Adjust test preambles for Hash::Util::FieldHash tests to change
16857              the @INC path only when testing inside the core
16858      Branch: perl
16859            ! ext/Hash/Util/FieldHash/t/01_load.t
16860            ! ext/Hash/Util/FieldHash/t/02_function.t
16861            ! ext/Hash/Util/FieldHash/t/03_class.t
16862            ! ext/Hash/Util/FieldHash/t/04_thread.t
16863            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
16864            ! ext/Hash/Util/FieldHash/t/10_hash.t
16865            ! ext/Hash/Util/FieldHash/t/11_hashassign.t
16866            ! ext/Hash/Util/FieldHash/t/12_hashwarn.t
16867 ____________________________________________________________________________
16868 [ 28431] By: rgs                                   on 2006/06/26  16:32:16
16869         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
16870              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
16871              Date: Mon, 26 Jun 2006 18:05:53 +0200
16872              Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de>
16873      Branch: perl
16874            ! ext/Hash/Util/FieldHash/Changes
16875            ! ext/Hash/Util/FieldHash/FieldHash.xs
16876            ! ext/Hash/Util/FieldHash/Makefile.PL
16877 ____________________________________________________________________________
16878 [ 28430] By: rgs                                   on 2006/06/26  16:29:06
16879         Log: Remove notes about removed 5005-threads from perlguts.
16880      Branch: perl
16881            ! pod/perlguts.pod
16882 ____________________________________________________________________________
16883 [ 28429] By: rgs                                   on 2006/06/26  12:31:19
16884         Log: Subject: [patch@28427] vms.c - null termination of string missing.
16885              From: "John E. Malmberg" <wb8tyw@qsl.net>
16886              Date: Mon, 26 Jun 2006 08:24:57 -0400
16887              Message-ID: <449FD219.5060900@qsl.net>
16888      Branch: perl
16889            ! vms/vms.c
16890 ____________________________________________________________________________
16891 [ 28428] By: rgs                                   on 2006/06/26  08:55:56
16892         Log: More perlreguts nits by Dominic Dunlop,
16893              plus fix a broken internal POD link
16894      Branch: perl
16895            ! pod/perlreguts.pod
16896 ____________________________________________________________________________
16897 [ 28427] By: rgs                                   on 2006/06/25  22:23:46
16898         Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman,
16899              plus other nits by rgs
16900      Branch: perl
16901            ! pod/perlthrtut.pod
16902 ____________________________________________________________________________
16903 [ 28426] By: rgs                                   on 2006/06/25  21:57:30
16904         Log: Compilation fixes for VMS by John E. Malmberg
16905      Branch: perl
16906            ! ext/Hash/Util/FieldHash/FieldHash.xs
16907 ____________________________________________________________________________
16908 [ 28425] By: rgs                                   on 2006/06/25  21:12:06
16909         Log: Nits to perlreguts.pod by Dominic Dunlop
16910      Branch: perl
16911            ! pod/perlreguts.pod
16912 ____________________________________________________________________________
16913 [ 28424] By: mhx                                   on 2006/06/25  08:13:33
16914         Log: Upgrade to Devel::PPPort 3.08_06
16915      Branch: perl
16916            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
16917            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL
16918            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
16919            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
16920            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
16921            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
16922            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
16923            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
16924            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
16925            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
16926            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
16927            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
16928            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
16929            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
16930            ! ext/Devel/PPPort/t/variables.t ext/Devel/PPPort/t/warn.t
16931 ____________________________________________________________________________
16932 [ 28423] By: stevep                                on 2006/06/25  01:45:51
16933         Log: Re: [PATCH] Hash::Util::FieldHash
16934              From: demerphq <demerphq@gmail.com>
16935              Date: Sat, 24 Jun 2006 13:19:35 +0200
16936              Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
16937      Branch: perl
16938            ! ext/Hash/Util/FieldHash/Makefile.PL
16939 ____________________________________________________________________________
16940 [ 28422] By: davem                                 on 2006/06/24  23:31:33
16941         Log: quieten warning by avoiding a comment-within-a-comment
16942      Branch: perl
16943            ! regcomp.c
16944 ____________________________________________________________________________
16945 [ 28421] By: davem                                 on 2006/06/23  22:26:02
16946         Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm
16947      Branch: perl
16948            ! regexec.c regexp.h
16949 ____________________________________________________________________________
16950 [ 28420] By: mhx                                   on 2006/06/23  19:06:43
16951         Log: Upgrade to Devel::PPPort 3.08_05
16952      Branch: perl
16953            - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
16954            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
16955            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
16956 ____________________________________________________________________________
16957 [ 28419] By: rgs                                   on 2006/06/23  16:28:03
16958         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
16959              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
16960              Date: Wed, 21 Jun 2006 22:39:51 +0200
16961              Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
16962      Branch: perl
16963            + ext/Hash/Util/FieldHash/Changes
16964            + ext/Hash/Util/FieldHash/FieldHash.xs
16965            + ext/Hash/Util/FieldHash/Makefile.PL
16966            + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
16967            + ext/Hash/Util/FieldHash/t/01_load.t
16968            + ext/Hash/Util/FieldHash/t/02_function.t
16969            + ext/Hash/Util/FieldHash/t/03_class.t
16970            + ext/Hash/Util/FieldHash/t/04_thread.t
16971            + ext/Hash/Util/FieldHash/t/05_perlhook.t
16972            + ext/Hash/Util/FieldHash/t/10_hash.t
16973            + ext/Hash/Util/FieldHash/t/11_hashassign.t
16974            + ext/Hash/Util/FieldHash/t/12_hashwarn.t
16975            ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes
16976            ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c
16977            ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c
16978 ____________________________________________________________________________
16979 [ 28418] By: rgs                                   on 2006/06/23  14:00:59
16980         Log: Subject: Re: [PATCH] perlhack.pod
16981              From: "Dr.Ruud" <rvtol+news@isolution.nl>
16982              Date: Thu, 22 Jun 2006 23:42:53 +0200
16983              Message-ID: <20060622215407.9605.qmail@lists.develooper.com>
16984      Branch: perl
16985            ! pod/perlhack.pod
16986 ____________________________________________________________________________
16987 [ 28417] By: rgs                                   on 2006/06/23  10:50:29
16988         Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
16989              From: demerphq <demerphq@gmail.com>
16990              Date: Fri, 23 Jun 2006 11:54:19 +0200
16991              Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
16992      Branch: perl
16993            ! regexec.c
16994 ____________________________________________________________________________
16995 [ 28416] By: rgs                                   on 2006/06/23  09:41:36
16996         Log: perltodo additions by Vadim Konovalov
16997      Branch: perl
16998            ! pod/perltodo.pod
16999 ____________________________________________________________________________
17000 [ 28415] By: stevep                                on 2006/06/22  11:34:20
17001         Log: Subject: [PATCH] IO::Compress::Base
17002              From: "Paul Marquess" <paul.marquess@ntlworld.com>
17003              Date: Thu, 22 Jun 2006 11:40:10 +0100
17004              Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com>
17005      Branch: perl
17006            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
17007            ! t/lib/compress/merge.pl
17008 ____________________________________________________________________________
17009 [ 28414] By: steveh                                on 2006/06/22  08:05:14
17010         Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
17011              From: demerphq <demerphq@gmail.com>
17012              Date: Wed, 21 Jun 2006 22:51:03 +0200
17013              Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com>
17014      Branch: perl
17015            ! regcomp.c
17016 ____________________________________________________________________________
17017 [ 28413] By: rgs                                   on 2006/06/21  08:15:38
17018         Log: Subject: [PATCH] <toke.c> isALNUM(*s) && *s != '_'
17019              From: "Dr.Ruud" <rvtol+news@isolution.nl>
17020              Date: Wed, 21 Jun 2006 01:58:19 +0200
17021              Message-ID: <20060621000237.24398.qmail@lists.develooper.com>
17022      Branch: perl
17023            ! toke.c
17024 ____________________________________________________________________________
17025 [ 28412] By: steveh                                on 2006/06/21  08:07:21
17026         Log: Fix code before declaration error introduced by #28405
17027      Branch: perl
17028            ! regcomp.c
17029 ____________________________________________________________________________
17030 [ 28411] By: rgs                                   on 2006/06/21  07:44:24
17031         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
17032              From: Dominic Dunlop <shouldbedomo@mac.com>
17033              Date: Tue, 20 Jun 2006 21:49:07 +0200
17034              Message-Id: <C48A3CD4-DDA5-43AD-8DDC-20375A187EFD@mac.com>
17035      Branch: perl
17036            ! t/op/sprintf.t
17037 ____________________________________________________________________________
17038 [ 28410] By: rgs                                   on 2006/06/20  22:01:16
17039         Log: Upgrade to Sys::Syslog 0.16
17040      Branch: perl
17041            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
17042            ! ext/Sys/Syslog/t/syslog.t
17043 ____________________________________________________________________________
17044 [ 28409] By: rgs                                   on 2006/06/20  17:22:15
17045         Log: Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more
17046              clever. If the right hand side of s///e contains a #, then maybe
17047              it's a comment, so add a \n after it. Obviously, this is fast, but
17048              won't cover all possible cases.
17049      Branch: perl
17050            ! toke.c
17051 ____________________________________________________________________________
17052 [ 28408] By: rgs                                   on 2006/06/20  14:18:28
17053         Log: Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
17054              From: Dominic Dunlop <shouldbedomo@mac.com>
17055              Date: Tue, 20 Jun 2006 16:02:38 +0200
17056              Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
17057      Branch: perl
17058            ! sv.c t/op/sprintf.t
17059 ____________________________________________________________________________
17060 [ 28407] By: rgs                                   on 2006/06/20  12:51:31
17061         Log: Subject: [PATCH] IO::Compress::* 2.000_13
17062              From: "Paul Marquess" <paul.marquess@ntlworld.com>
17063              Date: Tue, 20 Jun 2006 13:40:47 +0100
17064              Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com>
17065      Branch: perl
17066            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
17067            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
17068            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
17069            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
17070            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
17071            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
17072            ! ext/Compress/IO/Zlib/README
17073            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
17074            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
17075            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
17076            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
17077            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
17078            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
17079            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
17080            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
17081            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
17082            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
17083            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
17084            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
17085            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
17086            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
17087            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
17088            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
17089            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
17090            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
17091            ! ext/Compress/Raw/Zlib/README
17092            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
17093            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
17094            ! ext/Compress/Zlib/lib/Compress/Zlib.pm t/lib/compress/multi.pl
17095            ! t/lib/compress/oneshot.pl
17096 ____________________________________________________________________________
17097 [ 28406] By: rgs                                   on 2006/06/20  12:44:27
17098         Log: Upgrade to Unicode::Normalize 1.01
17099      Branch: perl
17100            + ext/Unicode/Normalize/t/tie.t
17101            ! MANIFEST ext/Unicode/Normalize/Changes
17102            ! ext/Unicode/Normalize/Normalize.pm
17103            ! ext/Unicode/Normalize/Normalize.xs
17104            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
17105            ! ext/Unicode/Normalize/t/illegal.t
17106 ____________________________________________________________________________
17107 [ 28405] By: stevep                                on 2006/06/20  12:14:27
17108         Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic.
17109      Branch: perl
17110            ! regcomp.c
17111 ____________________________________________________________________________
17112 [ 28404] By: rgs                                   on 2006/06/20  08:52:12
17113         Log: Subject: [perl #39365] Bug in toke.c (eval in subst) 
17114              From: bcarter@gumdrop.flyinganvil.org (via RT) <perlbug-followup@perl.org>
17115              Date: Fri, 09 Jun 2006 02:08:44 -0700
17116              Message-ID: <rt-3.0.11-39365-134716.18.9775670722527@perl.org>
17117              
17118              plus a regression test.
17119      Branch: perl
17120            ! t/comp/parser.t toke.c
17121 ____________________________________________________________________________
17122 [ 28403] By: rgs                                   on 2006/06/20  08:16:58
17123         Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES()
17124              From: chromatic <chromatic@wgz.org>
17125              Date: Sat, 17 Jun 2006 17:24:03 -0700
17126              Message-Id: <200606171724.04302.chromatic@wgz.org>
17127      Branch: perl
17128            ! lib/UNIVERSAL.pm
17129 ____________________________________________________________________________
17130 [ 28402] By: rgs                                   on 2006/06/19  11:27:03
17131         Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection
17132              From: "Green, Paul" <Paul.Green@stratus.com>
17133              Date: Sun, 18 Jun 2006 19:41:50 -0400
17134              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com>
17135      Branch: perl
17136            ! cflags.SH
17137 ____________________________________________________________________________
17138 [ 28401] By: davem                                 on 2006/06/18  09:58:08
17139         Log: Subject:  [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING
17140              From:  Jarkko Hietaniemi <jhi@iki.fi>
17141              Date:  Sun, 18 Jun 2006 01:04:46 +0300
17142              Message-Id:  <44947C7E.7090100@iki.fi>
17143      Branch: perl
17144            ! regexec.c
17145 ____________________________________________________________________________
17146 [ 28400] By: davem                                 on 2006/06/17  20:01:38
17147         Log: Subject:  [PATCH] Comply with the 0x80th commandment
17148              From:  demerphq <demerphq@gmail.com>
17149              Date:  Sat, 17 Jun 2006 16:44:17 +0200
17150              Message-Id:  <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com>
17151              
17152              add some (U8) casts
17153      Branch: perl
17154            ! regcomp.h
17155 ____________________________________________________________________________
17156 [ 28399] By: davem                                 on 2006/06/17  16:39:53
17157         Log: dont warn at exit of detatched threads still running
17158      Branch: perl
17159            ! ext/threads/t/blocks.t ext/threads/threads.xs
17160 ____________________________________________________________________________
17161 [ 28398] By: davem                                 on 2006/06/16  23:25:51
17162         Log: start turning regmatch() main loop into a FSM
17163              also make BRANCH use the state stack rather than its own unwind struct
17164      Branch: perl
17165            ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests
17166 ____________________________________________________________________________
17167 [ 28397] By: rgs                                   on 2006/06/15  10:01:14
17168         Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection
17169              From: Jarkko Hietaniemi <jhi@iki.fi>
17170              Date: Thu, 15 Jun 2006 09:12:53 +0300
17171              Message-ID: <4490FA65.70006@iki.fi>
17172      Branch: perl
17173            ! cflags.SH
17174 ____________________________________________________________________________
17175 [ 28396] By: craigb                                on 2006/06/15  03:20:48
17176         Log: only use NAML$M_OPEN_SPECIAL where it exists
17177      Branch: perl
17178            ! vms/vms.c
17179 ____________________________________________________________________________
17180 [ 28395] By: craigb                                on 2006/06/15  03:16:34
17181         Log: signedness nit in Unicode::Normalize::decompose
17182      Branch: perl
17183            ! ext/Unicode/Normalize/Normalize.xs
17184 ____________________________________________________________________________
17185 [ 28394] By: rgs                                   on 2006/06/14  14:58:14
17186         Log: Subject: Re: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmark to prevent infinite loops. (Re: ext/re/t/regop.pl SEGV)
17187              From: demerphq <demerphq@gmail.com>
17188              Date: Wed, 14 Jun 2006 14:33:24 +0200
17189              Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com>
17190      Branch: perl
17191            ! regcomp.c regcomp.h
17192 ____________________________________________________________________________
17193 [ 28393] By: rgs                                   on 2006/06/14  12:11:13
17194         Log: Subject: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmark to prevent infinite loops. (Re: ext/re/t/regop.pl SEGV)
17195              From: demerphq <demerphq@gmail.com>
17196              Date: Wed, 14 Jun 2006 13:54:04 +0200
17197              Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com>
17198      Branch: perl
17199            ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h
17200            ! regexec.c
17201 ____________________________________________________________________________
17202 [ 28392] By: rgs                                   on 2006/06/13  09:23:23
17203         Log: I thought I had fixed the spelling of DOES() in universal.t, but
17204              apparently no.
17205      Branch: perl
17206            ! t/op/universal.t
17207 ____________________________________________________________________________
17208 [ 28391] By: rgs                                   on 2006/06/13  08:32:04
17209         Log: Subject: Guard clause should happen first, otherwise its not a guard clause.
17210              From: demerphq <demerphq@gmail.com>
17211              Date: Tue, 13 Jun 2006 09:39:42 +0200
17212              Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com>
17213      Branch: perl
17214            ! regcomp.c regexec.c
17215 ____________________________________________________________________________
17216 [ 28390] By: stevep                                on 2006/06/13  01:15:21
17217         Log: Upgrade to Digest-SHA-5.41
17218      Branch: perl
17219            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
17220            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
17221            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
17222            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
17223            ! ext/Digest/SHA/t/2-nist-sha-oo.t
17224 ____________________________________________________________________________
17225 [ 28389] By: stevep                                on 2006/06/13  01:00:02
17226         Log: Upgrade to Unicode-Normalize-1.00
17227      Branch: perl
17228            ! ext/Unicode/Normalize/Changes
17229            ! ext/Unicode/Normalize/Normalize.pm
17230            ! ext/Unicode/Normalize/Normalize.xs
17231            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
17232            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
17233            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t
17234            ! ext/Unicode/Normalize/t/test.t
17235 ____________________________________________________________________________
17236 [ 28388] By: rgs                                   on 2006/06/12  17:21:22
17237         Log: Subject: Re: Segv from new regex code when under threads.
17238              From: demerphq <demerphq@gmail.com>
17239              Date: Mon, 12 Jun 2006 19:17:30 +0200
17240              Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com>
17241      Branch: perl
17242            ! regcomp.c win32/vmem.h
17243 ____________________________________________________________________________
17244 [ 28387] By: rgs                                   on 2006/06/12  16:41:44
17245         Log: Add the new method UNIVERSAL::DOES() and the API function sv_does()
17246              
17247              Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
17248              From: chromatic <chromatic@wgz.org>
17249              Date: Tue, 30 May 2006 17:41:08 -0700
17250              Message-Id: <200605301741.08363.chromatic@wgz.org>
17251      Branch: perl
17252            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h
17253            ! t/op/universal.t universal.c
17254 ____________________________________________________________________________
17255 [ 28386] By: rgs                                   on 2006/06/12  14:35:22
17256         Log: Adapt the new Test::Harness test to the core
17257      Branch: perl
17258            ! lib/Test/Harness/t/failure.t
17259 ____________________________________________________________________________
17260 [ 28385] By: rgs                                   on 2006/06/12  14:12:18
17261         Log: Subject: [PATCH] Static cleanup in pp_sort.c
17262              From: andy@petdance.com (Andy Lester)
17263              Date: Mon, 12 Jun 2006 08:59:34 -0500
17264              Message-ID: <20060612135934.GA2202@petdance.com>
17265      Branch: perl
17266            ! embed.fnc embed.h pp_sort.c proto.h
17267 ____________________________________________________________________________
17268 [ 28384] By: rgs                                   on 2006/06/12  14:08:09
17269         Log: Upgrade to Test::Harness 2.62
17270      Branch: perl
17271            + lib/Test/Harness/t/failure.t
17272            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
17273 ____________________________________________________________________________
17274 [ 28383] By: rgs                                   on 2006/06/12  13:01:43
17275         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
17276              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
17277              Date: Sun, 11 Jun 2006 02:30:54 +0200
17278              Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr>
17279      Branch: perl
17280            + ext/Sys/Syslog/ppport.h
17281            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README
17282            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
17283            ! ext/Sys/Syslog/t/syslog.t
17284 ____________________________________________________________________________
17285 [ 28382] By: rgs                                   on 2006/06/12  12:08:54
17286         Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop
17287              From: Daniel Frederick Crisman <daniel@crisman.org>
17288              Date: Sat, 10 Jun 2006 10:49:29 -0400
17289              Message-ID: <20060610144929.GA10201@fury.crisman.org>
17290      Branch: perl
17291            ! pod/perldiag.pod pod/perlop.pod
17292 ____________________________________________________________________________
17293 [ 28381] By: rgs                                   on 2006/06/12  10:07:18
17294         Log: Subject: [PATCH] Proper use of enums
17295              From: andy@petdance.com (Andy Lester)
17296              Date: Sun, 11 Jun 2006 22:44:34 -0500
17297              Message-ID: <20060612034434.GA21588@petdance.com>
17298      Branch: perl
17299            ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c
17300            ! sv.h
17301 ____________________________________________________________________________
17302 [ 28380] By: rgs                                   on 2006/06/11  23:08:32
17303         Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups
17304              From: demerphq <demerphq@gmail.com>
17305              Date: Sun, 11 Jun 2006 23:01:14 +0200
17306              Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com>
17307      Branch: perl
17308            ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c
17309            ! regexp.h sv.c
17310 ____________________________________________________________________________
17311 [ 28379] By: rgs                                   on 2006/06/11  22:00:03
17312         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
17313              From: demerphq <demerphq@gmail.com>
17314              Date: Fri, 9 Jun 2006 19:48:11 +0200
17315              Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com>
17316      Branch: perl
17317            ! ext/re/re.pm regcomp.c regexec.c regexp.h
17318 ____________________________________________________________________________
17319 [ 28378] By: nicholas                              on 2006/06/11  20:52:36
17320         Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing
17321              with PERL_DESTRUCT_LEVEL=2.
17322      Branch: perl
17323            ! gv.c regcomp.h
17324 ____________________________________________________________________________
17325 [ 28377] By: rgs                                   on 2006/06/09  16:40:52
17326         Log: Mark the 1st argument to S_exec_failed as non null
17327      Branch: perl
17328            ! embed.fnc proto.h
17329 ____________________________________________________________________________
17330 [ 28376] By: rgs                                   on 2006/06/09  16:15:08
17331         Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path
17332              From: "Jan Dubois" <jand@activestate.com>
17333              Date: Wed, 7 Jun 2006 15:53:02 -0700
17334              Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
17335      Branch: perl
17336            ! doio.c embed.fnc embed.h proto.h
17337 ____________________________________________________________________________
17338 [ 28375] By: rgs                                   on 2006/06/09  16:03:03
17339         Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz
17340              From: John Peacock <jpeacock@rowman.com>
17341              Date: Thu, 08 Jun 2006 21:14:04 -0400
17342              Message-ID: <4488CB5C.4070702@rowman.com>
17343      Branch: perl
17344            ! lib/version.pm lib/version.pod lib/version.t universal.c
17345            ! util.c
17346 ____________________________________________________________________________
17347 [ 28374] By: rgs                                   on 2006/06/09  14:39:31
17348         Log: Subject: [PATCH] sv_dup
17349              From: andy@petdance.com (Andy Lester)
17350              Date: Fri, 9 Jun 2006 00:39:25 -0500
17351              Message-ID: <20060609053925.GA30698@petdance.com>
17352      Branch: perl
17353            ! sv.c
17354 ____________________________________________________________________________
17355 [ 28373] By: rgs                                   on 2006/06/09  14:06:24
17356         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
17357              From: demerphq <demerphq@gmail.com>
17358              Date: Fri, 9 Jun 2006 00:56:37 +0200
17359              Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
17360              
17361              (with tweaks)
17362      Branch: perl
17363            ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl
17364            ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c
17365 ____________________________________________________________________________
17366 [ 28372] By: rgs                                   on 2006/06/08  14:11:29
17367         Log: Add the perlreguts manpage, by Yves Orton
17368      Branch: perl
17369            + pod/perlreguts.pod
17370            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
17371            ! vms/descrip_mms.template win32/pod.mak
17372 ____________________________________________________________________________
17373 [ 28371] By: rgs                                   on 2006/06/08  13:00:18
17374         Log: Subject: [PATCH] Re: range operator vs. unicode
17375              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17376              Date: Thu, 8 Jun 2006 02:33:43 -0700
17377              Message-ID: <20060608093343.GD2676@efn.org>
17378              
17379              with tweaks
17380      Branch: perl
17381            ! pod/perlop.pod
17382 ____________________________________________________________________________
17383 [ 28370] By: rgs                                   on 2006/06/07  20:47:20
17384         Log: Revert change #20462 (except the regression test),
17385              since the bug has been really fixed by change #22074,
17386              as explained in :
17387              Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls
17388              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17389              Date: Thu, 01 Jun 2006 08:16:51 +0900
17390              Message-Id: <20060601081304.7A39.BQW10602@nifty.com>
17391      Branch: perl
17392            ! pp.c
17393 ____________________________________________________________________________
17394 [ 28369] By: nicholas                              on 2006/06/07  17:36:32
17395         Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
17396      Branch: perl
17397            ! t/io/utf8.t
17398 ____________________________________________________________________________
17399 [ 28368] By: craigb                                on 2006/06/07  12:29:32
17400         Log: autosplit one level deeper so we don't miss anything
17401              on a second pass (where lib/auto already exists)
17402      Branch: perl
17403            ! vms/descrip_mms.template
17404 ____________________________________________________________________________
17405 [ 28367] By: craigb                                on 2006/06/07  12:14:39
17406         Log: Subject: [patch@28349] vmsify - full EFS charset support
17407              From: "John E. Malmberg" <wb8tyw@qsl.net>
17408              Date: Mon, 05 Jun 2006 23:39:32 -0400
17409              Message-id: <4484F8F4.7040902@qsl.net>
17410
17411      Branch: perl
17412            ! vms/vms.c vms/vmsish.h
17413 ____________________________________________________________________________
17414 [ 28366] By: rgs                                   on 2006/06/07  09:13:51
17415         Log: Add a regression test to ensure that charnames pragma
17416              is propagated to eval("")
17417      Branch: perl
17418            ! lib/charnames.t
17419 ____________________________________________________________________________
17420 [ 28365] By: rgs                                   on 2006/06/07  08:47:49
17421         Log: Make "use feature 'dor'" an alias for "use feature 'err'"
17422      Branch: perl
17423            ! lib/feature.pm
17424 ____________________________________________________________________________
17425 [ 28364] By: rgs                                   on 2006/06/07  08:33:35
17426         Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning
17427              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17428              Date: Tue, 6 Jun 2006 22:24:46 -0700
17429              Message-ID: <20060607052446.GA3240@efn.org>
17430      Branch: perl
17431            ! gv.c t/op/readline.t
17432 ____________________________________________________________________________
17433 [ 28363] By: rgs                                   on 2006/06/07  08:30:03
17434         Log: Subject: [PATCH] dump.c patches
17435              From: andy@petdance.com (Andy Lester)
17436              Date: Tue, 6 Jun 2006 10:01:37 -0500
17437              Message-ID: <20060606150137.GA4434@petdance.com>
17438      Branch: perl
17439            ! doop.c dump.c
17440 ____________________________________________________________________________
17441 [ 28362] By: merijn                                on 2006/06/06  18:33:52
17442         Log: Subject: [PATCH]Teach Configure that icc is not gcc
17443              From: Steve Peters <steve@fisharerojo.org>
17444              Date: Tue, 6 Jun 2006 10:33:12 -0500
17445              Message-ID: <20060606153312.GA5542@fisharerojo.org>
17446      Branch: perl
17447            ! Configure
17448 ____________________________________________________________________________
17449 [ 28360] By: rgs                                   on 2006/06/06  16:30:36
17450         Log: Upgrade to Module::CoreList 2.05
17451              (contains a patch by Adriano Ferreira to make corelist accept
17452              regexps as arguments)
17453      Branch: perl
17454            + lib/Module/CoreList/t/find_modules.t
17455            ! MANIFEST lib/Module/CoreList.pm
17456            ! lib/Module/CoreList/bin/corelist
17457 ____________________________________________________________________________
17458 [ 28359] By: rgs                                   on 2006/06/06  12:37:34
17459         Log: Upgrade to Encode 2.18
17460      Branch: perl
17461            ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes
17462            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm
17463            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
17464            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
17465            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
17466            ! ext/Encode/lib/Encode/Alias.pm
17467            ! ext/Encode/lib/Encode/CJKConstants.pm
17468            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
17469            ! ext/Encode/lib/Encode/Encoding.pm
17470            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
17471            ! ext/Encode/lib/Encode/JP/JIS7.pm
17472            ! ext/Encode/lib/Encode/KR/2022_KR.pm
17473            ! ext/Encode/lib/Encode/MIME/Header.pm
17474            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
17475            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
17476 ____________________________________________________________________________
17477 [ 28358] By: rgs                                   on 2006/06/06  11:27:19
17478         Log: Subject: [PATCH] more accumulated cleanups
17479              From: andy@petdance.com (Andy Lester)
17480              Date: Tue, 6 Jun 2006 00:25:01 -0500
17481              Message-ID: <20060606052501.GA30469@petdance.com>
17482      Branch: perl
17483            ! av.c doio.c utf8.c util.c
17484 ____________________________________________________________________________
17485 [ 28357] By: rgs                                   on 2006/06/06  11:17:22
17486         Log: Subject: [PATCH] Accumulated toke.c cleanups
17487              From: andy@petdance.com (Andy Lester)
17488              Date: Tue, 6 Jun 2006 00:07:36 -0500
17489              Message-ID: <20060606050736.GA30291@petdance.com>
17490      Branch: perl
17491            ! toke.c
17492 ____________________________________________________________________________
17493 [ 28356] By: rgs                                   on 2006/06/06  11:05:46
17494         Log: Subject: [PATCH] random thread test failure
17495              From: "Jerry D. Hedden" <jerry@hedden.us>
17496              Date: Mon, 05 Jun 2006 13:28:51 -0700
17497              Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net>
17498      Branch: perl
17499            ! ext/threads/t/thread.t
17500 ____________________________________________________________________________
17501 [ 28355] By: rgs                                   on 2006/06/06  11:02:14
17502         Log: Subject: [PATCH] threads 1.32
17503              From: "Jerry D. Hedden" <jerry@hedden.us>
17504              Date: Mon, 05 Jun 2006 06:34:56 -0700
17505              Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net>
17506      Branch: perl
17507            + ext/threads/hints/hpux.pl
17508            ! MANIFEST ext/threads/Changes ext/threads/README
17509            ! ext/threads/t/blocks.t ext/threads/t/context.t
17510            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
17511            ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t
17512            ! ext/threads/t/problems.t ext/threads/t/thread.t
17513            ! ext/threads/threads.pm ext/threads/threads.xs
17514 ____________________________________________________________________________
17515 [ 28354] By: nicholas                              on 2006/06/05  21:39:40
17516         Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when
17517              ${^OPEN} is set, and tweaking hints.t to understand that $^H is
17518              different when -C has been used.
17519      Branch: perl
17520            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
17521            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
17522            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
17523            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
17524            ! t/comp/hints.t
17525 ____________________________________________________________________________
17526 [ 28353] By: nicholas                              on 2006/06/05  21:38:38
17527         Log: Add the missing ${^OPEN} hints flag to B::Concise
17528      Branch: perl
17529            ! ext/B/B/Concise.pm
17530 ____________________________________________________________________________
17531 [ 28352] By: rgs                                   on 2006/06/05  16:22:46
17532         Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit
17533              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17534              Date: Sun, 04 Jun 2006 15:52:54 +0900
17535              Message-Id: <20060604155149.0913.BQW10602@nifty.com>
17536      Branch: perl
17537            ! pod/perlunicode.pod
17538 ____________________________________________________________________________
17539 [ 28351] By: rgs                                   on 2006/06/05  08:35:45
17540         Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)
17541              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17542              Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST)
17543              Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
17544      Branch: perl
17545            ! mg.c
17546 ____________________________________________________________________________
17547 [ 28350] By: rgs                                   on 2006/06/05  07:50:12
17548         Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an
17549              exec() failure, as suggested by Salvador Fandino after change #28347
17550      Branch: perl
17551            ! lib/IPC/Open3.pm
17552 ____________________________________________________________________________
17553 [ 28349] By: rgs                                   on 2006/06/04  22:32:50
17554         Log: The smart match table was duplicated in source code and in perlsyn,
17555              so remove the one in the source code
17556      Branch: perl
17557            ! pod/perlsyn.pod pp_ctl.c
17558 ____________________________________________________________________________
17559 [ 28348] By: craigb                                on 2006/06/02  23:18:08
17560         Log: It's all relative -- better handling of tainted directories
17561              in PATH on VMS (and scrubbing them in t/test.pl).
17562      Branch: perl
17563            ! mg.c t/test.pl
17564 ____________________________________________________________________________
17565 [ 28347] By: davem                                 on 2006/06/02  19:53:52
17566         Log: IPC::Open3 handled exec failure badly
17567              When you're in the child, don't croak - you may get trapped by
17568              eval. Also clarify the documentation
17569      Branch: perl
17570            ! lib/IPC/Open3.pm
17571 ____________________________________________________________________________
17572 [ 28346] By: stevep                                on 2006/06/01  19:11:38
17573         Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout
17574              From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org>
17575              Date: Sun, 21 May 2006 04:23:38 -0700
17576              Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org>
17577      Branch: perl
17578            ! ext/IO/lib/IO/Socket.pm
17579 ____________________________________________________________________________
17580 [ 28345] By: rgs                                   on 2006/06/01  14:50:50
17581         Log: Add the perlunitut manpage, by Juerd Waalboer
17582      Branch: perl
17583            + pod/perlunitut.pod
17584            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
17585            ! vms/descrip_mms.template win32/pod.mak
17586 ____________________________________________________________________________
17587 [ 28344] By: rgs                                   on 2006/06/01  12:16:09
17588         Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented"
17589              From: Brendan O'Dea <bod@debian.org>
17590              Date: Wed, 31 May 2006 22:51:48 +1000
17591              Message-ID: <20060531125148.GA20658@londo.c47.org>
17592      Branch: perl
17593            ! installperl
17594 ____________________________________________________________________________
17595 [ 28343] By: rgs                                   on 2006/06/01  11:40:34
17596         Log: Add a few more built-in types in perlfunc/ref()
17597      Branch: perl
17598            ! pod/perlfunc.pod
17599 ____________________________________________________________________________
17600 [ 28342] By: rgs                                   on 2006/06/01  07:08:36
17601         Log: Remove duplicate file in manifest
17602      Branch: perl
17603            ! MANIFEST
17604 ____________________________________________________________________________
17605 [ 28341] By: rgs                                   on 2006/06/01  07:07:43
17606         Log: Add missing file to MANIFEST
17607      Branch: perl
17608            ! MANIFEST
17609 ____________________________________________________________________________
17610 [ 28340] By: craigb                                on 2006/05/31  03:31:54
17611         Log: Teach incfilter.t some DCL.
17612      Branch: perl
17613            ! t/op/incfilter.t
17614 ____________________________________________________________________________
17615 [ 28339] By: craigb                                on 2006/05/31  03:19:27
17616         Log: Make VMS-specific device name encoding routine say no more politely.
17617      Branch: perl
17618            ! vms/vms.c
17619 ____________________________________________________________________________
17620 [ 28338] By: rgs                                   on 2006/05/30  12:21:17
17621         Log: Subject: Re: B::Lint changes
17622              From: "Joshua ben Jore" <twists@gmail.com>
17623              Date: Thu, 18 May 2006 08:45:30 -0500
17624              Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com>
17625      Branch: perl
17626            ! ext/B/B/Lint.pm ext/B/t/lint.t
17627 ____________________________________________________________________________
17628 [ 28337] By: nicholas                              on 2006/05/30  11:59:26
17629         Log: Fix bugs in the bytecode system caused by the abolition of cop_io.
17630      Branch: perl
17631            ! ext/B/B.xs ext/B/B/Bytecode.pm
17632 ____________________________________________________________________________
17633 [ 28336] By: rgs                                   on 2006/05/30  08:32:00
17634         Log: Subject: C is not perl, AV's dont just magically free themselves...
17635              From: demerphq <demerphq@gmail.com>
17636              Date: Tue, 30 May 2006 10:23:19 +0200
17637              Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com>
17638      Branch: perl
17639            ! regcomp.c
17640 ____________________________________________________________________________
17641 [ 28335] By: nicholas                              on 2006/05/29  22:58:46
17642         Log: Comprehensive regression tests for Perl_refcounted_he_fetch().
17643              Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
17644              actually boolean.
17645      Branch: perl
17646            + ext/XS/APItest/t/op.t t/op/caller.pl
17647            ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t
17648 ____________________________________________________________________________
17649 [ 28334] By: craigb                                on 2006/05/29  22:34:23
17650         Log: Subject: [PATCH] redo part of change 27374
17651              From: Abe Timmerman <abe@ztreet.demon.nl>
17652              Date: Mon, 29 May 2006 23:24:51 +0200
17653              Message-id: <200605292324.51714.abe@ztreet.demon.nl>
17654
17655      Branch: perl
17656            ! configure.com
17657 ____________________________________________________________________________
17658 [ 28333] By: craigb                                on 2006/05/29  19:37:41
17659         Log: And some more DynaLoader things that should not be tested on
17660              VMS since they are not part of the implementation.
17661      Branch: perl
17662            ! ext/DynaLoader/t/DynaLoader.t
17663 ____________________________________________________________________________
17664 [ 28332] By: mhx                                   on 2006/05/29  17:50:48
17665         Log: Upgrade to Devel::PPPort 3.08_04
17666      Branch: perl
17667            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
17668            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
17669            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
17670            ! ext/Devel/PPPort/apicheck_c.PL
17671            ! ext/Devel/PPPort/devel/buildperl.pl
17672            ! ext/Devel/PPPort/devel/devtools.pl
17673            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
17674            ! ext/Devel/PPPort/devel/regenerate
17675            ! ext/Devel/PPPort/parts/apicheck.pl
17676            ! ext/Devel/PPPort/parts/base/5004000
17677            ! ext/Devel/PPPort/parts/base/5004050
17678            ! ext/Devel/PPPort/parts/base/5005000
17679            ! ext/Devel/PPPort/parts/base/5005030
17680            ! ext/Devel/PPPort/parts/base/5006000
17681            ! ext/Devel/PPPort/parts/base/5006001
17682            ! ext/Devel/PPPort/parts/base/5007001
17683            ! ext/Devel/PPPort/parts/base/5007002
17684            ! ext/Devel/PPPort/parts/base/5007003
17685            ! ext/Devel/PPPort/parts/base/5008000
17686            ! ext/Devel/PPPort/parts/base/5008001
17687            ! ext/Devel/PPPort/parts/base/5009000
17688            ! ext/Devel/PPPort/parts/base/5009001
17689            ! ext/Devel/PPPort/parts/base/5009002
17690            ! ext/Devel/PPPort/parts/base/5009003
17691            ! ext/Devel/PPPort/parts/base/5009004
17692            ! ext/Devel/PPPort/parts/inc/podtest
17693            ! ext/Devel/PPPort/parts/todo/5004000
17694            ! ext/Devel/PPPort/parts/todo/5005000
17695            ! ext/Devel/PPPort/parts/todo/5005030
17696            ! ext/Devel/PPPort/parts/todo/5006000
17697            ! ext/Devel/PPPort/parts/todo/5006001
17698            ! ext/Devel/PPPort/parts/todo/5007001
17699            ! ext/Devel/PPPort/parts/todo/5007002
17700            ! ext/Devel/PPPort/parts/todo/5007003
17701            ! ext/Devel/PPPort/parts/todo/5008000
17702            ! ext/Devel/PPPort/parts/todo/5008001
17703            ! ext/Devel/PPPort/parts/todo/5009000
17704            ! ext/Devel/PPPort/parts/todo/5009001
17705            ! ext/Devel/PPPort/parts/todo/5009002
17706            ! ext/Devel/PPPort/parts/todo/5009003
17707            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
17708            ! ext/Devel/PPPort/t/podtest.t
17709 ____________________________________________________________________________
17710 [ 28331] By: davem                                 on 2006/05/29  15:27:02
17711         Log: make require report too many open files error
17712              ie don't continue searching the rest of @INC
17713      Branch: perl
17714            ! pp_ctl.c
17715 ____________________________________________________________________________
17716 [ 28330] By: davem                                 on 2006/05/29  14:12:13
17717         Log: ensure failure to load Carp::Heavy gets reported
17718      Branch: perl
17719            ! lib/Carp.pm
17720 ____________________________________________________________________________
17721 [ 28329] By: rgs                                   on 2006/05/29  14:08:42
17722         Log: Revert change 28322, which makes ithreads panic
17723      Branch: perl
17724            ! perlio.c
17725 ____________________________________________________________________________
17726 [ 28328] By: rgs                                   on 2006/05/29  13:41:24
17727         Log: Subject: Re: [perl #39126] possible memory related bug when using sprintf with an utf-8 encoded format-string and iso-8859-1 encoded string variables. 
17728              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17729              Date: Sun, 21 May 2006 19:33:21 +0900
17730              Message-Id: <20060521193259.81E5.BQW10602@nifty.com>
17731              
17732              with test tweaks further suggested by the same
17733      Branch: perl
17734            ! sv.c t/op/sprintf2.t
17735 ____________________________________________________________________________
17736 [ 28327] By: rgs                                   on 2006/05/29  13:10:45
17737         Log: Silence a warning
17738      Branch: perl
17739            ! regcomp.c
17740 ____________________________________________________________________________
17741 [ 28326] By: rgs                                   on 2006/05/29  12:40:15
17742         Log: Regen headers following change 28325. Also, make it compile
17743              with gcc by forward-declaring struct _reg_trie_data; and
17744              tweak the new re test to use test.pl, in order to portably
17745              run a new interpreter
17746      Branch: perl
17747            ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h
17748            ! regexec.c regnodes.h
17749 ____________________________________________________________________________
17750 [ 28325] By: rgs                                   on 2006/05/29  12:38:09
17751         Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too)
17752              From: demerphq <demerphq@gmail.com>
17753              Date: Sun, 28 May 2006 16:24:59 +0200
17754              Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com>
17755      Branch: perl
17756            + ext/re/t/regop.pl ext/re/t/regop.t
17757            ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl
17758            ! regcomp.sym regexec.c t/op/re_tests
17759 ____________________________________________________________________________
17760 [ 28324] By: rgs                                   on 2006/05/29  09:39:06
17761         Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"
17762              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17763              Date: Sun, 28 May 2006 14:11:02 +0300 (EEST)
17764              Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi>
17765      Branch: perl
17766            ! t/op/incfilter.t
17767 ____________________________________________________________________________
17768 [ 28323] By: rgs                                   on 2006/05/29  08:20:36
17769         Log: Subject: [PATCH] gv.c consting
17770              From: andy@petdance.com (Andy Lester)
17771              Date: Sun, 28 May 2006 12:24:25 -0500
17772              Message-ID: <20060528172425.GA8291@petdance.com>
17773              
17774              Subject: [PATCH] mg.c consting
17775              From: andy@petdance.com (Andy Lester)
17776              Date: Sun, 28 May 2006 11:34:33 -0500
17777              Message-ID: <20060528163433.GA5518@petdance.com>
17778      Branch: perl
17779            ! embed.fnc gv.c mg.c proto.h
17780 ____________________________________________________________________________
17781 [ 28322] By: rgs                                   on 2006/05/29  08:00:04
17782         Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
17783              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
17784              Date: Sun, 28 May 2006 18:15:35 +0300 (EEST)
17785              Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
17786      Branch: perl
17787            ! perlio.c
17788 ____________________________________________________________________________
17789 [ 28321] By: nicholas                              on 2006/05/28  10:55:17
17790         Log: Subject: [PATCH] DynaLoader.t: less assumptions
17791              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
17792              Message-ID: <44796AF2.8060903@gmail.com>
17793              Date: Sun, 28 May 2006 12:18:42 +0300
17794      Branch: perl
17795            ! ext/DynaLoader/t/DynaLoader.t
17796 ____________________________________________________________________________
17797 [ 28320] By: nicholas                              on 2006/05/28  10:40:48
17798         Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far
17799              too lax.
17800      Branch: perl
17801            ! hv.c t/op/caller.t
17802 ____________________________________________________________________________
17803 [ 28319] By: davem                                 on 2006/05/27  21:16:30
17804         Log: fix eval qw(BEGIN{die}) style leaks.
17805              death while exdcuting code while parsing meant that the current
17806              parse stack got quiety abandonded, thus leaking a bunch of OPs.
17807              Register a destructor to be called when this happens.
17808      Branch: perl
17809            ! perly.c
17810 ____________________________________________________________________________
17811 [ 28318] By: craigb                                on 2006/05/27  18:00:31
17812         Log: use the same arg names everyone else does and handle undef filename
17813      Branch: perl
17814            ! ext/DynaLoader/dl_vms.xs
17815 ____________________________________________________________________________
17816 [ 28317] By: davem                                 on 2006/05/27  15:05:30
17817         Log: Subject:  RE: perlhack.pod confused about POPSTACK
17818              From:  "Jan Dubois" <jand@activestate.com>
17819              Date:  Thu, 25 May 2006 18:20:25 -0700
17820              Message-Id:  <059101c68062$9143d550$2217a8c0@candy>
17821              
17822              more fixing of the PUSHMARK example
17823      Branch: perl
17824            ! pod/perlhack.pod
17825 ____________________________________________________________________________
17826 [ 28316] By: davem                                 on 2006/05/27  00:54:18
17827         Log: make -Dpv display OP names ons the parser stack
17828      Branch: perl
17829            ! perly.c
17830 ____________________________________________________________________________
17831 [ 28315] By: davem                                 on 2006/05/27  00:31:33
17832         Log: stop OPs leaking in eval "syntax error"
17833              When bison pops states during error recovery, any states holding
17834              an OP would leak the OP. Create an extra YY table that tells us
17835              which states are of type opval, and when popping one of those,
17836              free the op.
17837      Branch: perl
17838            ! madly.tab perly.c perly.tab regen_perly.pl
17839 ____________________________________________________________________________
17840 [ 28314] By: davem                                 on 2006/05/26  18:50:34
17841         Log: stop eval "sub{" leaking
17842      Branch: perl
17843            ! madly.act madly.h madly.tab madly.y perly.act perly.h
17844            ! perly.tab perly.y
17845 ____________________________________________________________________________
17846 [ 28313] By: stevep                                on 2006/05/26  15:03:12
17847         Log: Subject: [PATCH] SysV IPC
17848              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
17849              Date: Thu, 25 May 2006 18:49:33 +0300
17850              Message-ID: <4475D20D.9010600@gmail.com>
17851      Branch: perl
17852            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
17853            ! ext/IPC/SysV/SysV.pm pod/perlipc.pod
17854 ____________________________________________________________________________
17855 [ 28312] By: stevep                                on 2006/05/26  14:45:01
17856         Log: Upgrade to Sys-Syslog-0.14
17857      Branch: perl
17858            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
17859            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc
17860            ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t
17861 ____________________________________________________________________________
17862 [ 28311] By: stevep                                on 2006/05/26  13:39:06
17863         Log: Fix pod nit in perltodo.
17864      Branch: perl
17865            ! pod/perltodo.pod
17866 ____________________________________________________________________________
17867 [ 28310] By: stevep                                on 2006/05/26  13:38:16
17868         Log: Stop a warning generated from thread's Makefile.PL
17869      Branch: perl
17870            ! ext/threads/Makefile.PL
17871 ____________________________________________________________________________
17872 [ 28309] By: stevep                                on 2006/05/26  13:33:54
17873         Log: Sun C on Linux doesn't complain about the attributes sprinkled 
17874              through the code in all cases, even though attributes are not
17875              supported.  In some cases, however, it does.  
17876      Branch: perl
17877            ! hints/linux.sh
17878 ____________________________________________________________________________
17879 [ 28308] By: rgs                                   on 2006/05/26  13:01:35
17880         Log: Subject: Re: [PATCH] Test script for DynaLoader
17881              From: demerphq <demerphq@gmail.com>
17882              Date: Thu, 25 May 2006 13:20:53 +0200
17883              Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com>
17884      Branch: perl
17885            ! ext/DynaLoader/t/DynaLoader.t
17886 ____________________________________________________________________________
17887 [ 28307] By: mhx                                   on 2006/05/25  15:52:02
17888         Log: Upgrade to Devel::PPPort 3.08_03
17889      Branch: perl
17890            + ext/Devel/PPPort/devel/devtools.pl
17891            + ext/Devel/PPPort/devel/regenerate
17892            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
17893            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
17894            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
17895            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
17896            ! ext/Devel/PPPort/parts/apicheck.pl
17897            ! ext/Devel/PPPort/parts/apidoc.fnc
17898            ! ext/Devel/PPPort/parts/base/5006000
17899            ! ext/Devel/PPPort/parts/base/5009003
17900            ! ext/Devel/PPPort/parts/base/5009004
17901            ! ext/Devel/PPPort/parts/embed.fnc
17902            ! ext/Devel/PPPort/parts/inc/podtest
17903            ! ext/Devel/PPPort/parts/inc/ppphtest
17904            ! ext/Devel/PPPort/parts/todo/5009003
17905            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
17906            ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t
17907 ____________________________________________________________________________
17908 [ 28306] By: stevep                                on 2006/05/25  13:48:56
17909         Log: Upgrade to Digest-SHA-5.38.
17910      Branch: perl
17911            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
17912            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
17913            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
17914            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
17915            ! ext/Digest/SHA/t/2-nist-sha-oo.t
17916 ____________________________________________________________________________
17917 [ 28305] By: gisle                                 on 2006/05/25  07:09:15
17918         Log: Subject: Pod::Html should not convert "foo" in `foo''
17919              From: Gisle Aas <gisle@ActiveState.com>
17920              Date: 24 May 2006 14:09:49 -0700
17921              Message-ID: <lr1wujqgde.fsf@caliper.activestate.com>
17922      Branch: perl
17923            ! lib/Pod/Html.pm
17924 ____________________________________________________________________________
17925 [ 28304] By: stevep                                on 2006/05/25  02:17:21
17926         Log: Upgrade to Test-Harness-2.60
17927      Branch: perl
17928            ! lib/Test/Harness.pm lib/Test/Harness/Changes
17929 ____________________________________________________________________________
17930 [ 28303] By: davem                                 on 2006/05/25  00:21:21
17931         Log: Subject:  RE: perlhack.pod confused about POPSTACK
17932              From:  "Jan Dubois" <jand@activestate.com>
17933              Date:  Wed, 24 May 2006 16:35:14 -0700
17934              Message-Id:  <03ee01c67f8a$b4d6aca0$2217a8c0@candy>
17935              
17936              clean up davem's doc thinko of change #28292
17937      Branch: perl
17938            ! pod/perlhack.pod
17939 ____________________________________________________________________________
17940 [ 28302] By: mhx                                   on 2006/05/24  17:44:20
17941         Log: Run 'make regen' for changes 28299, 28300, 28301.
17942      Branch: perl
17943            ! pod/perlapi.pod proto.h
17944 ____________________________________________________________________________
17945 [ 28301] By: mhx                                   on 2006/05/24  17:40:01
17946         Log: The sv_catpvs() and sv_setpvs() macros also return void.
17947      Branch: perl
17948            ! handy.h
17949 ____________________________________________________________________________
17950 [ 28300] By: mhx                                   on 2006/05/24  17:38:08
17951         Log: The SvREFCNT_*void* macros return void, not SV*.
17952      Branch: perl
17953            ! sv.h
17954 ____________________________________________________________________________
17955 [ 28299] By: mhx                                   on 2006/05/24  17:31:28
17956         Log: The 'f' flag was missing for my_snprintf().
17957      Branch: perl
17958            ! embed.fnc
17959 ____________________________________________________________________________
17960 [ 28298] By: rgs                                   on 2006/05/24  13:34:45
17961         Log: Fix segfault in SDBM_File when the destructor is called multiple times
17962      Branch: perl
17963            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
17964 ____________________________________________________________________________
17965 [ 28297] By: rgs                                   on 2006/05/24  12:39:31
17966         Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table
17967              From: demerphq <demerphq@gmail.com>
17968              Date: Tue, 23 May 2006 22:27:40 +0200
17969              Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com>
17970      Branch: perl
17971            ! lib/Test/Harness.pm
17972 ____________________________________________________________________________
17973 [ 28296] By: rgs                                   on 2006/05/24  12:24:27
17974         Log: Subject: [PATCH] Refactoring in av.c
17975              From: andy@petdance.com (Andy Lester)
17976              Date: Wed, 24 May 2006 00:16:40 -0500
17977              Message-ID: <20060524051640.GA4713@petdance.com>
17978      Branch: perl
17979            ! av.c cop.h
17980 ____________________________________________________________________________
17981 [ 28295] By: rgs                                   on 2006/05/24  07:27:47
17982         Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD()
17983              From: chromatic <chromatic@wgz.org>
17984              Date: Sat, 20 May 2006 11:40:27 -0700
17985              Message-Id: <200605201140.27789.chromatic@wgz.org>
17986              
17987              With tweaks: use built-in ref() instead of Scalar::Util::blessed
17988      Branch: perl
17989            ! lib/AutoLoader.pm lib/AutoLoader.t
17990 ____________________________________________________________________________
17991 [ 28294] By: stevep                                on 2006/05/24  02:56:23
17992         Log: Subject: [PATCH] Make t/TEST more helpful
17993              From: andy@petdance.com (Andy Lester)
17994              Date: Tue, 23 May 2006 21:07:48 -0500
17995              Message-ID: <20060524020748.GA16729@petdance.com>
17996      Branch: perl
17997            ! t/TEST
17998 ____________________________________________________________________________
17999 [ 28293] By: stevep                                on 2006/05/24  02:53:38
18000         Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions
18001              From: demerphq <demerphq@gmail.com>
18002              Date: Sun, 21 May 2006 12:20:12 +0200
18003              Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com>
18004      Branch: perl
18005            ! win32/Makefile win32/buildext.pl
18006 ____________________________________________________________________________
18007 [ 28292] By: davem                                 on 2006/05/23  22:16:28
18008         Log: correct POPSTACK/POPMARK confusion in perlhack.pod
18009      Branch: perl
18010            ! pod/perlhack.pod
18011 ____________________________________________________________________________
18012 [ 28291] By: rgs                                   on 2006/05/23  08:05:56
18013         Log: Typo fix
18014      Branch: perl
18015            ! ext/threads/threads.pm
18016 ____________________________________________________________________________
18017 [ 28290] By: rgs                                   on 2006/05/23  08:03:08
18018         Log: Subject: [PATCH] Explicit thread context
18019              From: "Jerry D. Hedden" <jerry@hedden.us>
18020              Date: Fri, 19 May 2006 13:42:50 -0700
18021              Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net>
18022      Branch: perl
18023            + ext/threads/t/context.t
18024            ! MANIFEST ext/threads/Changes ext/threads/README
18025            ! ext/threads/threads.pm ext/threads/threads.xs
18026 ____________________________________________________________________________
18027 [ 28289] By: rgs                                   on 2006/05/23  07:27:11
18028         Log: Subject: [PATCH] clean some lint findings
18029              From: andy@petdance.com (Andy Lester)
18030              Date: Sun, 21 May 2006 00:02:40 -0500
18031              Message-ID: <20060521050240.GA21051@petdance.com>
18032      Branch: perl
18033            ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h
18034 ____________________________________________________________________________
18035 [ 28288] By: rgs                                   on 2006/05/23  07:23:48
18036         Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60
18037              From: John Peacock <jpeacock@rowman.com>
18038              Date: Mon, 22 May 2006 19:08:03 -0400
18039              Message-ID: <44724453.5090606@rowman.com>
18040      Branch: perl
18041            ! lib/version.pm lib/version.t
18042 ____________________________________________________________________________
18043 [ 28287] By: rgs                                   on 2006/05/23  07:20:15
18044         Log: Fix a syntax error in test
18045      Branch: perl
18046            ! lib/Text/Balanced/t/00-load.t
18047 ____________________________________________________________________________
18048 [ 28286] By: merijn                                on 2006/05/23  06:17:26
18049         Log: HAS_HAS WAS NOW HAS
18050      Branch: perl
18051            ! handy.h
18052 ____________________________________________________________________________
18053 [ 28285] By: stevep                                on 2006/05/22  20:30:14
18054         Log: Subject: [PATCH] IO::Compress::Base::Common
18055              From: "Paul Marquess" <paul.marquess@openwave.com>
18056              Date: Sat, 20 May 2006 11:55:21 +0100
18057              Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com>
18058      Branch: perl
18059            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
18060 ____________________________________________________________________________
18061 [ 28284] By: merijn                                on 2006/05/22  17:39:47
18062         Log: If I needed this now, I'll probably need it next time too :)
18063      Branch: perl
18064            ! handy.h
18065 ____________________________________________________________________________
18066 [ 28283] By: merijn                                on 2006/05/22  17:37:33
18067         Log: Re-generation after backports of
18068              #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
18069              #28189 A Configure probe for C99 variadic macros, based on code from
18070              #28202 Take advantage of the bug that binexp ignores the Configure
18071              #28263 Oops. Fix bad #! lines when not using userelocatableinc
18072              One small cleanup fix added. Some small re-ordering. Some whitespace.
18073      Branch: perl
18074            ! Configure Porting/Glossary Porting/config.sh config_h.SH
18075 ____________________________________________________________________________
18076 [ 28280] By: rgs                                   on 2006/05/22  16:51:36
18077         Log: Amend version.pm so it correctly loads the XS version of qv()
18078      Branch: perl
18079            ! lib/version.pm
18080 ____________________________________________________________________________
18081 [ 28279] By: rgs                                   on 2006/05/22  16:41:56
18082         Log: Subject: [PATCH] pp_sys cleanup again
18083              From: andy@petdance.com (Andy Lester)
18084              Date: Sat, 20 May 2006 16:20:20 -0500
18085              Message-ID: <20060520212020.GA30688@petdance.com>
18086      Branch: perl
18087            ! pp_sys.c
18088 ____________________________________________________________________________
18089 [ 28277] By: steveh                                on 2006/05/22  15:18:33
18090         Log: Fix Win32 linker error
18091              
18092              See:
18093              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html
18094      Branch: perl
18095            ! embed.fnc embed.h global.sym
18096 ____________________________________________________________________________
18097 [ 28276] By: rgs                                   on 2006/05/22  15:02:08
18098         Log: Upgrade to version.pm 0.60
18099      Branch: perl
18100            ! lib/version.pm lib/version.t universal.c util.c
18101 ____________________________________________________________________________
18102 [ 28275] By: rgs                                   on 2006/05/22  14:49:05
18103         Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?)
18104              From: demerphq <demerphq@gmail.com>
18105              Date: Sun, 21 May 2006 15:06:20 +0200
18106              Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
18107              
18108              (only the makedef.pl and perlio.c patches)
18109      Branch: perl
18110            ! makedef.pl perlio.c
18111 ____________________________________________________________________________
18112 [ 28274] By: merijn                                on 2006/05/22  14:42:47
18113         Log: Better handling for error-checking
18114              From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni)
18115      Branch: perl
18116            ! ext/DynaLoader/t/DynaLoader.t
18117 ____________________________________________________________________________
18118 [ 28273] By: rgs                                   on 2006/05/22  13:58:45
18119         Log: Subject: [PATCH] literal string macros
18120              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
18121              Date: Mon, 22 May 2006 13:39:33 +0200
18122              Message-ID: <20060522133933.65ea93ce@r2d2>
18123      Branch: perl
18124            ! handy.h pod/perlapi.pod
18125 ____________________________________________________________________________
18126 [ 28272] By: stevep                                on 2006/05/22  13:57:54
18127         Log: Additional perlpragma.pod nits.
18128      Branch: perl
18129            ! pod/perlpragma.pod
18130 ____________________________________________________________________________
18131 [ 28271] By: rgs                                   on 2006/05/22  13:47:19
18132         Log: More nits in perlpragma, and remove the warning about %^H being
18133              strictly internal in perlvar.
18134      Branch: perl
18135            ! pod/perlpragma.pod pod/perlvar.pod
18136 ____________________________________________________________________________
18137 [ 28270] By: stevep                                on 2006/05/22  13:46:30
18138         Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
18139      Branch: perl
18140            ! lib/Text/Balanced/t/00-load.t
18141 ____________________________________________________________________________
18142 [ 28269] By: rgs                                   on 2006/05/22  13:09:12
18143         Log: Subject: Re: [PATCH] optimize /[x]/ to /x/.
18144              From: demerphq <demerphq@gmail.com>
18145              Date: Sun, 21 May 2006 19:32:15 +0200
18146              Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com>
18147              
18148              New tests.
18149      Branch: perl
18150            ! t/op/re_tests
18151 ____________________________________________________________________________
18152 [ 28268] By: rgs                                   on 2006/05/22  12:55:13
18153         Log: Fix two nits in perlpragma.pod
18154      Branch: perl
18155            ! pod/perlpragma.pod
18156 ____________________________________________________________________________
18157 [ 28267] By: mhx                                   on 2006/05/22  11:31:57
18158         Log: Upgrade to Devel::PPPort 3.08_02
18159      Branch: perl
18160            + ext/Devel/PPPort/parts/inc/SvREFCNT
18161            + ext/Devel/PPPort/parts/inc/podtest
18162            + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t
18163            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
18164            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
18165            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL
18166            ! ext/Devel/PPPort/parts/apidoc.fnc
18167            ! ext/Devel/PPPort/parts/base/5009004
18168            ! ext/Devel/PPPort/parts/embed.fnc
18169            ! ext/Devel/PPPort/parts/inc/memory
18170            ! ext/Devel/PPPort/parts/inc/misc
18171            ! ext/Devel/PPPort/parts/inc/ppphbin
18172            ! ext/Devel/PPPort/parts/inc/ppphdoc
18173            ! ext/Devel/PPPort/parts/inc/pvs
18174            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
18175            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
18176            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/call.t
18177            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/exception.t
18178            ! ext/Devel/PPPort/t/grok.t ext/Devel/PPPort/t/limits.t
18179            ! ext/Devel/PPPort/t/mPUSH.t ext/Devel/PPPort/t/magic.t
18180            ! ext/Devel/PPPort/t/memory.t ext/Devel/PPPort/t/misc.t
18181            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
18182            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
18183            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
18184            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t
18185            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
18186            ! ext/Devel/PPPort/t/warn.t
18187 ____________________________________________________________________________
18188 [ 28266] By: mhx                                   on 2006/05/21  22:34:29
18189         Log: Remove duplicate documentation for SvREFCNT_inc().
18190              Add documentation for SvREFCNT_inc_simple_void_NN().
18191              Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END.
18192      Branch: perl
18193            ! sv.h
18194 ____________________________________________________________________________
18195 [ 28265] By: mhx                                   on 2006/05/21  22:20:48
18196         Log: Document PoisonFree() instead of documenting Poison() twice.
18197      Branch: perl
18198            ! handy.h
18199 ____________________________________________________________________________
18200 [ 28264] By: stevep                                on 2006/05/21  03:47:18
18201         Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
18202              Also, picked up a missed change for pod/perlapi.pod.
18203      Branch: perl
18204            ! embed.fnc embed.h global.sym pod/perlapi.pod
18205 ____________________________________________________________________________
18206 [ 28263] By: nicholas                              on 2006/05/20  23:08:40
18207         Log: Oops. Fix bad #! lines when not using userelocatableinc
18208      Branch: perl
18209            ! Configure
18210 ____________________________________________________________________________
18211 [ 28262] By: davem                                 on 2006/05/20  22:23:21
18212         Log: Subject:  [PATCH] optimize /[x]/ to /x/.
18213              From:  demerphq <demerphq@gmail.com>
18214              Date:  Sat, 20 May 2006 23:16:33 +0200
18215              Message-Id:  <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com>
18216      Branch: perl
18217            ! regcomp.c
18218 ____________________________________________________________________________
18219 [ 28261] By: nicholas                              on 2006/05/20  22:17:07
18220         Log: Fix bug in change 28258. So how come I thought I'd passed all tests?
18221      Branch: perl
18222            ! ext/B/B.xs
18223 ____________________________________________________________________________
18224 [ 28260] By: davem                                 on 2006/05/20  21:07:34
18225         Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts
18226      Branch: perl
18227            ! dump.c
18228 ____________________________________________________________________________
18229 [ 28259] By: mhx                                   on 2006/05/20  18:22:00
18230         Log: Upgrade to Devel::PPPort 3.08_01
18231      Branch: perl
18232            + ext/Devel/PPPort/parts/base/5008008
18233            + ext/Devel/PPPort/parts/base/5009004
18234            + ext/Devel/PPPort/parts/inc/pvs
18235            + ext/Devel/PPPort/parts/inc/snprintf
18236            + ext/Devel/PPPort/parts/inc/warn
18237            + ext/Devel/PPPort/parts/todo/5008008
18238            + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t
18239            + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t
18240            - ext/Devel/PPPort/MANIFEST
18241            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
18242            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
18243            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
18244            ! ext/Devel/PPPort/parts/apicheck.pl
18245            ! ext/Devel/PPPort/parts/apidoc.fnc
18246            ! ext/Devel/PPPort/parts/base/5004050
18247            ! ext/Devel/PPPort/parts/base/5006000
18248            ! ext/Devel/PPPort/parts/base/5006001
18249            ! ext/Devel/PPPort/parts/base/5007002
18250            ! ext/Devel/PPPort/parts/base/5007003
18251            ! ext/Devel/PPPort/parts/base/5008000
18252            ! ext/Devel/PPPort/parts/base/5008001
18253            ! ext/Devel/PPPort/parts/base/5009000
18254            ! ext/Devel/PPPort/parts/base/5009003
18255            ! ext/Devel/PPPort/parts/embed.fnc
18256            ! ext/Devel/PPPort/parts/inc/Sv_set
18257            ! ext/Devel/PPPort/parts/inc/magic
18258            ! ext/Devel/PPPort/parts/inc/misc
18259            ! ext/Devel/PPPort/parts/todo/5004000
18260            ! ext/Devel/PPPort/parts/todo/5005000
18261            ! ext/Devel/PPPort/parts/todo/5006000
18262            ! ext/Devel/PPPort/parts/todo/5006001
18263            ! ext/Devel/PPPort/parts/todo/5007003
18264            ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak
18265            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t
18266            ! ext/Devel/PPPort/t/misc.t
18267 ____________________________________________________________________________
18268 [ 28258] By: nicholas                              on 2006/05/20  17:29:52
18269         Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
18270              Todo - store the in and out values under 2 keys, and avoid the need to
18271              create a temporary mortal SV while checking it.
18272      Branch: perl
18273            ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs
18274            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
18275            ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c
18276            ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c
18277 ____________________________________________________________________________
18278 [ 28257] By: nicholas                              on 2006/05/20  15:27:28
18279         Log: Move the hints from op_private into cop_hints. This allows all 32 bits
18280              to be stored. Make B::Concise display the new hints field, and modify
18281              B::Deparse to use it.
18282      Branch: perl
18283            ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm
18284            ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t
18285            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
18286            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
18287            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
18288            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
18289            ! ext/ByteLoader/bytecode.h op.c perl.h
18290 ____________________________________________________________________________
18291 [ 28255] By: merijn                                on 2006/05/20  15:16:29
18292         Log: Small typo correction
18293      Branch: perl
18294            ! INSTALL
18295 ____________________________________________________________________________
18296 [ 28254] By: davem                                 on 2006/05/20  14:30:50
18297         Log: eval { s/$foo/die/e } leaked a scalar
18298      Branch: perl
18299            ! pp_ctl.c pp_hot.c
18300 ____________________________________________________________________________
18301 [ 28253] By: merijn                                on 2006/05/20  13:26:51
18302         Log: Subject: Re: Over-pious message from Configure?
18303              From: Dominic Dunlop <shouldbedomo@mac.com>
18304              Date: Thu, 18 May 2006 15:47:27 +0200
18305              Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com>
18306      Branch: perl
18307            ! INSTALL
18308 ____________________________________________________________________________
18309 [ 28252] By: nicholas                              on 2006/05/20  12:31:09
18310         Log: Rename cop_hints to cop_hints_hash
18311      Branch: perl
18312            ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c
18313            ! scope.h sv.c
18314 ____________________________________________________________________________
18315 [ 28251] By: davem                                 on 2006/05/20  11:58:07
18316         Log: Perl segfaults; test case available
18317              sub f { s/$var/f()/e } could free the wrong RE
18318      Branch: perl
18319            ! cop.h pp_ctl.c pp_hot.c
18320 ____________________________________________________________________________
18321 [ 28250] By: nicholas                              on 2006/05/20  11:29:26
18322         Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store
18323              the value in the hints structure used for %^H.
18324      Branch: perl
18325            ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h
18326 ____________________________________________________________________________
18327 [ 28249] By: nicholas                              on 2006/05/20  10:27:23
18328         Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as
18329              some other operating systems were concerned.
18330      Branch: perl
18331            ! perlio.c
18332 ____________________________________________________________________________
18333 [ 28248] By: davem                                 on 2006/05/20  00:43:42
18334         Log: SEGV with complicated regexp and long string
18335              PL_reg_maxiter was wrapping to a negative value
18336      Branch: perl
18337            ! op.c regexec.c
18338 ____________________________________________________________________________
18339 [ 28247] By: nicholas                              on 2006/05/19  22:48:38
18340         Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
18341      Branch: perl
18342            ! perlio.c
18343 ____________________________________________________________________________
18344 [ 28246] By: mhx                                   on 2006/05/19  22:11:44
18345         Log: There is no STASH type.
18346      Branch: perl
18347            ! sv.h
18348 ____________________________________________________________________________
18349 [ 28245] By: nicholas                              on 2006/05/19  21:44:14
18350         Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't
18351              store a reference to the value, so don't pass it in a new SV.
18352      Branch: perl
18353            ! hv.c mg.c pod/perlintern.pod
18354 ____________________________________________________________________________
18355 [ 28244] By: stevep                                on 2006/05/19  20:15:10
18356         Log: Grrr...Perforce decided not to add the MANIFEST changes for change
18357              #28243.  Hateful indeed!
18358      Branch: perl
18359            ! MANIFEST
18360 ____________________________________________________________________________
18361 [ 28243] By: stevep                                on 2006/05/19  20:12:23
18362         Log: Shortening name of a Pod::Simple test case to allow the test to be 
18363              run on the VOS operating system.  Fixes "RT #38645: Test case name
18364              is too long".
18365      Branch: perl
18366           +> lib/Pod/Simple/t/search_25_glob_squaa.t
18367            - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
18368 ____________________________________________________________________________
18369 [ 28242] By: nicholas                              on 2006/05/19  20:11:57
18370         Log: Rebuild perltoc.pod.
18371      Branch: perl
18372            ! pod/perltoc.pod
18373 ____________________________________________________________________________
18374 [ 28241] By: nicholas                              on 2006/05/19  20:10:47
18375         Log: Add perlpragma.pod, which describes how to implement user pragmata.
18376      Branch: perl
18377            + pod/perlpragma.pod
18378            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
18379            ! win32/pod.mak
18380 ____________________________________________________________________________
18381 [ 28239] By: nicholas                              on 2006/05/19  20:08:46
18382         Log: Add README.riscos to pod.lst
18383      Branch: perl
18384            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
18385            ! win32/makefile.mk
18386 ____________________________________________________________________________
18387 [ 28238] By: nicholas                              on 2006/05/19  20:08:21
18388         Log: pod/buildtoc has fussy ideas about the order of MANIFEST
18389      Branch: perl
18390            ! MANIFEST
18391 ____________________________________________________________________________
18392 [ 28237] By: stevep                                on 2006/05/19  18:36:13
18393         Log: Subject: [PATCH] strlcat aaargh
18394              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18395              Date: Fri, 19 May 2006 20:44:46 +0300
18396              Message-ID: <446E040E.8030205@gmail.com>
18397      Branch: perl
18398            ! doio.c
18399 ____________________________________________________________________________
18400 [ 28236] By: nicholas                              on 2006/05/19  16:31:35
18401         Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
18402              likely to be a more efficient implementation.
18403      Branch: perl
18404            ! perlio.c
18405 ____________________________________________________________________________
18406 [ 28235] By: davem                                 on 2006/05/19  16:06:58
18407         Log: give a more useful example for $^V
18408      Branch: perl
18409            ! pod/perlvar.pod
18410 ____________________________________________________________________________
18411 [ 28234] By: rgs                                   on 2006/05/19  15:17:00
18412         Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
18413              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18414              Date: Thu, 18 May 2006 22:44:14 +0300
18415              Message-ID: <446CCE8E.8010407@gmail.com>
18416      Branch: perl
18417            ! perl.h perlio.c util.c
18418 ____________________________________________________________________________
18419 [ 28232] By: rgs                                   on 2006/05/19  08:46:09
18420         Log: Adjust test following change #28225
18421      Branch: perl
18422            ! t/lib/h2ph.pht
18423 ____________________________________________________________________________
18424 [ 28231] By: davem                                 on 2006/05/19  00:14:15
18425         Log: lots of warnings with diagnostics and (warn or die)
18426              stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
18427              warnings.
18428      Branch: perl
18429            ! lib/diagnostics.pm
18430 ____________________________________________________________________________
18431 [ 28230] By: davem                                 on 2006/05/18  23:50:51
18432         Log: test some die codepaths in pp_enterwrite
18433      Branch: perl
18434            ! t/op/write.t
18435 ____________________________________________________________________________
18436 [ 28229] By: davem                                 on 2006/05/18  23:16:16
18437         Log: Subject:  [PATCH] threads core dump in BEGIN
18438              From:  "Jerry D. Hedden" <jerry@hedden.us>
18439              Date:  Thu, 18 May 2006 13:22:20 -0700
18440              Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>
18441      Branch: perl
18442            + ext/threads/t/blocks.t
18443            ! MANIFEST ext/threads/Changes ext/threads/README
18444            ! ext/threads/threads.pm ext/threads/threads.xs
18445 ____________________________________________________________________________
18446 [ 28228] By: rgs                                   on 2006/05/18  15:45:49
18447         Log: We can now remove DynaLoader from 1_compile.t
18448      Branch: perl
18449            ! t/lib/1_compile.t
18450 ____________________________________________________________________________
18451 [ 28227] By: rgs                                   on 2006/05/18  15:43:25
18452         Log: Nits in the DynaLoader test: make it warning-clean,
18453              and avoid checking OS- and locale-specific messages
18454      Branch: perl
18455            ! ext/DynaLoader/t/DynaLoader.t
18456 ____________________________________________________________________________
18457 [ 28226] By: stevep                                on 2006/05/18  15:16:40
18458         Log: Subject: [PATCH] Test script for DynaLoader
18459              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
18460              Date: Thu, 18 May 2006 16:46:00 +0200
18461              Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>
18462      Branch: perl
18463            + ext/DynaLoader/t/DynaLoader.t
18464            ! MANIFEST
18465 ____________________________________________________________________________
18466 [ 28225] By: rgs                                   on 2006/05/18  12:52:34
18467         Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' 
18468              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
18469              Date: Thu, 11 May 2006 11:00:42 -0700
18470              Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>
18471      Branch: perl
18472            ! utils/h2ph.PL
18473 ____________________________________________________________________________
18474 [ 28224] By: rgs                                   on 2006/05/18  12:34:35
18475         Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
18476              From: "Fergal Daly" <fergal@esatclear.ie>
18477              Date: Wed, 17 May 2006 18:59:50 +0100
18478              Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
18479      Branch: perl
18480            ! lib/diagnostics.pm
18481 ____________________________________________________________________________
18482 [ 28223] By: rgs                                   on 2006/05/18  11:38:00
18483         Log: Subject: [PATCH] threads 1.28
18484              From: "Jerry D. Hedden" <jerry@hedden.us>
18485              Date: Wed, 17 May 2006 11:45:32 -0700
18486              Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>
18487      Branch: perl
18488            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
18489            ! ext/threads/threads.pm ext/threads/threads.xs
18490 ____________________________________________________________________________
18491 [ 28222] By: rgs                                   on 2006/05/18  06:30:09
18492         Log: Adjust calling of Perl_va_copy(), noticed by Jarkko
18493      Branch: perl
18494            ! util.c
18495 ____________________________________________________________________________
18496 [ 28221] By: nicholas                              on 2006/05/17  23:13:51
18497         Log: Another SvVOK(). I believe that this is the last.
18498      Branch: perl
18499            ! util.c
18500 ____________________________________________________________________________
18501 [ 28219] By: rgs                                   on 2006/05/17  21:01:54
18502         Log: Oops, missed a SvVOK.
18503      Branch: perl
18504            ! util.c
18505 ____________________________________________________________________________
18506 [ 28218] By: rgs                                   on 2006/05/17  20:54:23
18507         Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any.
18508              SvVOK used to do that, in stealth mode, but now it returns a
18509              boolean like it used to. Patch suggested by John Peacock.
18510      Branch: perl
18511            ! sv.c sv.h
18512 ____________________________________________________________________________
18513 [ 28217] By: rgs                                   on 2006/05/17  19:55:30
18514         Log: Parenthesize uses of macro arguments
18515      Branch: perl
18516            ! perl.h
18517 ____________________________________________________________________________
18518 [ 28216] By: rgs                                   on 2006/05/17  19:50:54
18519         Log: Subject: Re: Change 28183 has broken 64-bit builds?
18520              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18521              Date: Wed, 17 May 2006 22:19:51 +0300
18522              Message-ID: <446B7757.8030301@gmail.com>
18523      Branch: perl
18524            ! perl.h perlio.c pod/perlapi.pod util.c
18525 ____________________________________________________________________________
18526 [ 28215] By: steveh                                on 2006/05/17  17:06:26
18527         Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind
18528              From: Dave Mitchell <davem@iabyn.com>
18529              Date: Wed, 17 May 2006 17:38:16 +0100
18530              Message-ID: <20060517163816.GN17109@iabyn.com>
18531              
18532              (Dave's fix, plus a test taken from [perl #39145])
18533      Branch: perl
18534            ! sv.c t/op/fork.t
18535 ____________________________________________________________________________
18536 [ 28214] By: stevep                                on 2006/05/17  15:02:45
18537         Log: Subject: [PATCH] IO::Compress* 2.000_12
18538              From: "Paul Marquess" <paul.marquess@ntlworld.com>
18539              Date: Wed, 17 May 2006 13:45:16 +0100
18540              Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>
18541      Branch: perl
18542            + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
18543            + ext/Compress/Raw/Zlib/Changes
18544            ! MANIFEST ext/Compress/IO/Base/README
18545            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
18546            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
18547            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
18548            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
18549            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
18550            ! ext/Compress/IO/Zlib/README
18551            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
18552            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
18553            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
18554            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
18555            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
18556            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
18557            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
18558            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
18559            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
18560            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
18561            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
18562            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
18563            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
18564            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
18565            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
18566            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
18567            ! ext/Compress/IO/Zlib/t/004gziphdr.t
18568            ! ext/Compress/IO/Zlib/t/101truncate-zip.t
18569            ! ext/Compress/Raw/Zlib/README
18570            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
18571            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
18572            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
18573            ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL
18574 ____________________________________________________________________________
18575 [ 28210] By: nicholas                              on 2006/05/16  16:41:45
18576         Log: Revert change 27513
18577              [Make the original versions of relocated paths available from
18578              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
18579              best choice.]
18580      Branch: perl
18581            ! configpm
18582 ____________________________________________________________________________
18583 [ 28209] By: rgs                                   on 2006/05/16  16:14:46
18584         Log: Subject: Re: [PATCH]  upgrade bytes_to_uni
18585              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18586              Date: Mon, 15 May 2006 22:39:58 +0900
18587              Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>
18588      Branch: perl
18589            ! pp_pack.c
18590 ____________________________________________________________________________
18591 [ 28206] By: rgs                                   on 2006/05/16  13:14:12
18592         Log: Subject: [PATCH] Refactoring reghops
18593              From: andy@petdance.com (Andy Lester)
18594              Date: Mon, 15 May 2006 08:54:24 -0500
18595              Message-ID: <20060515135424.GA31585@petdance.com>
18596      Branch: perl
18597            ! embed.fnc proto.h regexec.c
18598 ____________________________________________________________________________
18599 [ 28205] By: rgs                                   on 2006/05/16  13:09:17
18600         Log: Subject: [PATCH] refactoring out S_regoptail
18601              From: andy@petdance.com (Andy Lester)
18602              Date: Sun, 14 May 2006 23:15:18 -0500
18603              Message-ID: <20060515041518.GA15745@petdance.com>
18604      Branch: perl
18605            ! embed.fnc embed.h proto.h regcomp.c
18606 ____________________________________________________________________________
18607 [ 28202] By: nicholas                              on 2006/05/16  10:00:55
18608         Log: Take advantage of the bug that binexp ignores the Configure
18609              installprefix, by using initialinstalllocation rather than binexp
18610              to determine the #! line for installed scripts. This way they are at
18611              least correct initially for a relocatable @INC perl, rather than
18612              starting as .../../bin/perl
18613      Branch: perl
18614            ! Configure
18615 ____________________________________________________________________________
18616 [ 28200] By: stevep                                on 2006/05/15  16:43:44
18617         Log: Clarification on what Perl does to floating points in the modulus 
18618              operation.
18619      Branch: perl
18620            ! pod/perlop.pod
18621 ____________________________________________________________________________
18622 [ 28198] By: nicholas                              on 2006/05/15  15:11:15
18623         Log: Encode run-time relocation of file names in packlist with a relocate_as
18624              attribute. With this, unmodified instmodsh correctly verifies installed
18625              modules even after relocation.
18626      Branch: perl
18627            ! lib/ExtUtils/Packlist.pm
18628 ____________________________________________________________________________
18629 [ 28197] By: stevep                                on 2006/05/15  14:13:46
18630         Log: Upgrade to Digest-SHA-5.37
18631      Branch: perl
18632            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
18633            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
18634            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
18635            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
18636 ____________________________________________________________________________
18637 [ 28196] By: nicholas                              on 2006/05/15  13:57:25
18638         Log: Simplify the implementation in ExtUtils::Packlist::read.
18639      Branch: perl
18640            ! lib/ExtUtils/Packlist.pm
18641 ____________________________________________________________________________
18642 [ 28195] By: rgs                                   on 2006/05/15  11:29:59
18643         Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer
18644              From: chromatic <chromatic@wgz.org>
18645              Date: Sun, 14 May 2006 16:51:36 -0700
18646              Message-Id: <200605141651.37181.chromatic@wgz.org>
18647      Branch: perl
18648            ! pod/perlapi.pod universal.c
18649 ____________________________________________________________________________
18650 [ 28194] By: rgs                                   on 2006/05/15  09:43:02
18651         Log: Subject: [PATCH] S_reguni should return its length
18652              From: andy@petdance.com (Andy Lester)
18653              Date: Sun, 14 May 2006 09:46:32 -0500
18654              Message-ID: <20060514144632.GA20935@petdance.com>
18655      Branch: perl
18656            ! embed.fnc embed.h proto.h regcomp.c
18657 ____________________________________________________________________________
18658 [ 28193] By: rgs                                   on 2006/05/15  08:33:53
18659         Log: Subject: [PATCH] strange encodings upsets pp_chr
18660              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18661              Date: Sun, 14 May 2006 19:57:28 +0900
18662              Message-Id: <20060514195532.5422.BQW10602@nifty.com>
18663      Branch: perl
18664            + t/uni/chr.t
18665            ! MANIFEST pp.c t/op/chr.t t/op/ord.t
18666 ____________________________________________________________________________
18667 [ 28192] By: nicholas                              on 2006/05/14  12:27:19
18668         Log: TEST needs to binmode the file handle that is reading the TAP, else it
18669              can get killed if TEST's environment has made it default all opens to
18670              UTF-8 but the TAP is not UTF-8.
18671      Branch: perl
18672            ! t/TEST
18673 ____________________________________________________________________________
18674 [ 28190] By: nicholas                              on 2006/05/14  10:33:39
18675         Log: Upgrade to Test::Harness 2.58.
18676      Branch: perl
18677            ! lib/Test/Harness.pm
18678 ____________________________________________________________________________
18679 [ 28189] By: nicholas                              on 2006/05/13  15:48:24
18680         Log: A Configure probe for C99 variadic macros, based on code from Jarkko.
18681      Branch: perl
18682            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
18683            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
18684            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
18685            ! win32/config.bc win32/config.gc win32/config.vc
18686            ! win32/config.vc64
18687 ____________________________________________________________________________
18688 [ 28188] By: nicholas                              on 2006/05/13  12:57:50
18689         Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select
18690              'n'.
18691      Branch: perl
18692            ! Configure
18693 ____________________________________________________________________________
18694 [ 28187] By: nicholas                              on 2006/05/13  11:26:04
18695         Log: Subject: t/uni/overload.t
18696              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18697              Message-ID: <4465988C.9080407@gmail.com>
18698              Date: Sat, 13 May 2006 11:27:56 +0300
18699      Branch: perl
18700            ! t/uni/overload.t
18701 ____________________________________________________________________________
18702 [ 28186] By: nicholas                              on 2006/05/13  10:36:49
18703         Log: Subject: [PATCH] sv.c: printf %d wants int not size_t
18704              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18705              Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
18706              Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)
18707      Branch: perl
18708            ! sv.c
18709 ____________________________________________________________________________
18710 [ 28185] By: nicholas                              on 2006/05/13  10:36:18
18711         Log: Can't do require Foo if $tainted; because taint tunnels.
18712              (Documented, but I regard this as a serious practical deficiency in
18713              tainting) 
18714      Branch: perl
18715            ! lib/Tie/RefHash.pm
18716 ____________________________________________________________________________
18717 [ 28183] By: rgs                                   on 2006/05/12  20:57:07
18718         Log: Subject: Re: [PATCH] my_snprintf
18719              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18720              Date: Fri, 12 May 2006 22:28:49 +0300
18721              Message-ID: <4464E1F1.9010706@gmail.com>
18722      Branch: perl
18723            ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c
18724            ! proto.h regcomp.c sv.c toke.c universal.c util.c
18725 ____________________________________________________________________________
18726 [ 28181] By: rgs                                   on 2006/05/12  16:55:36
18727         Log: Subject: AW: question on "len item/string item" with unpack()
18728              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
18729              Date: Fri, 5 May 2006 13:20:24 +0200 
18730              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>
18731      Branch: perl
18732            ! pod/perlfunc.pod
18733 ____________________________________________________________________________
18734 [ 28180] By: rgs                                   on 2006/05/12  15:48:43
18735         Log: Subject: [PATCH]  upgrade bytes_to_uni
18736              From: andy@petdance.com (Andy Lester)
18737              Date: Fri, 12 May 2006 00:21:23 -0500
18738              Message-ID: <20060512052123.GA21648@petdance.com>
18739      Branch: perl
18740            ! embed.fnc embed.h pp_pack.c proto.h
18741 ____________________________________________________________________________
18742 [ 28179] By: rgs                                   on 2006/05/12  14:33:40
18743         Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c
18744              From: andy@petdance.com (Andy Lester)
18745              Date: Tue, 9 May 2006 12:27:30 -0500
18746              Message-ID: <20060509172730.GA5272@petdance.com>
18747      Branch: perl
18748            ! embed.fnc embed.h pp_sys.c proto.h toke.c
18749 ____________________________________________________________________________
18750 [ 28178] By: nicholas                              on 2006/05/12  14:08:45
18751         Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
18752              backwards. It now checks for readonly *first*.
18753      Branch: perl
18754            ! sv.c
18755 ____________________________________________________________________________
18756 [ 28177] By: rgs                                   on 2006/05/12  13:09:29
18757         Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman
18758      Branch: perl
18759            + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t
18760            ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t
18761            ! lib/Tie/RefHash/threaded.t
18762 ____________________________________________________________________________
18763 [ 28176] By: rgs                                   on 2006/05/12  12:23:03
18764         Log: Subject: [PATCH] Speed up utf8.c a bit
18765              From: andy@petdance.com (Andy Lester)
18766              Date: Thu, 11 May 2006 22:41:01 -0500
18767              Message-ID: <20060512034101.GA10709@petdance.com>
18768      Branch: perl
18769            ! utf8.c
18770 ____________________________________________________________________________
18771 [ 28175] By: rgs                                   on 2006/05/12  12:13:03
18772         Log: Subject: [PATCH] Fixing embed.fnc
18773              From: andy@petdance.com (Andy Lester)
18774              Date: Thu, 11 May 2006 21:54:10 -0500
18775              Message-ID: <20060512025410.GA32709@petdance.com>
18776      Branch: perl
18777            ! embed.fnc proto.h
18778 ____________________________________________________________________________
18779 [ 28174] By: nicholas                              on 2006/05/12  11:47:40
18780         Log: Threads and signals. Delicious. Tweak change 28168 to add a local
18781              signal handler in the sleeping thread, because some operating systems
18782              deliver the SIGINT to that thread rather than the signalling thread.
18783      Branch: perl
18784            ! ext/threads/t/kill.t
18785 ____________________________________________________________________________
18786 [ 28173] By: rgs                                   on 2006/05/12  11:40:51
18787         Log: Subject: [PATCH] Better unsafe signals info in threads.pm
18788              From: "Jerry D. Hedden" <jerry@hedden.us>
18789              Date: Thu, 11 May 2006 11:50:15 -0700
18790              Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>
18791      Branch: perl
18792            ! ext/threads/threads.pm
18793 ____________________________________________________________________________
18794 [ 28172] By: nicholas                              on 2006/05/12  09:47:29
18795         Log: Fix concise-xs.t following the changes to B::Deparse.
18796      Branch: perl
18797            ! ext/B/t/concise-xs.t
18798 ____________________________________________________________________________
18799 [ 28171] By: nicholas                              on 2006/05/11  21:44:06
18800         Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to
18801              check that len is non-NULL before assigning to it.
18802      Branch: perl
18803            ! sv.c
18804 ____________________________________________________________________________
18805 [ 28168] By: rgs                                   on 2006/05/11  16:47:33
18806         Log: Subject: [PATCH] Thread signalling [REVISED]
18807              From: "Jerry D. Hedden" <jerry@hedden.us>
18808              Date: Thu, 11 May 2006 08:55:39 -0700
18809              Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>
18810      Branch: perl
18811            + ext/threads/t/kill.t
18812            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
18813            ! ext/threads/threads.pm ext/threads/threads.xs
18814 ____________________________________________________________________________
18815 [ 28166] By: rgs                                   on 2006/05/11  16:06:06
18816         Log: Deparse state variables.
18817      Branch: perl
18818            ! ext/B/B/Deparse.pm
18819 ____________________________________________________________________________
18820 [ 28156] By: stevep                                on 2006/05/11  00:09:53
18821         Log: Adding a mention of STDIN processing by qx// as requested by 
18822              RT #34288: perlop: qx/STRING/: mention STDIN
18823      Branch: perl
18824            ! pod/perlop.pod
18825 ____________________________________________________________________________
18826 [ 28155] By: stevep                                on 2006/05/10  23:02:20
18827         Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when 
18828              compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.
18829      Branch: perl
18830            ! hints/linux.sh
18831 ____________________________________________________________________________
18832 [ 28152] By: stevep                                on 2006/05/10  15:03:03
18833         Log: Upgrade to Encode-2.17
18834      Branch: perl
18835            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm
18836 ____________________________________________________________________________
18837 [ 28150] By: nicholas                              on 2006/05/10  14:08:43
18838         Log: no 5.9.4; should fail in version 5.9.4.
18839              Improve the diagnostics and test names in t/comp/use.t
18840      Branch: perl
18841            ! pp_ctl.c t/comp/use.t
18842 ____________________________________________________________________________
18843 [ 28149] By: nicholas                              on 2006/05/10  13:08:49
18844         Log: Convert use.t to an inlined is/isnt/like implementation, to give better
18845              diagnostics.
18846      Branch: perl
18847            ! t/comp/use.t
18848 ____________________________________________________________________________
18849 [ 28148] By: davem                                 on 2006/05/10  01:32:10
18850         Log: disable WARN and DIE hooks during constant folding
18851      Branch: perl
18852            ! op.c t/comp/fold.t util.c warnings.h warnings.pl
18853 ____________________________________________________________________________
18854 [ 28146] By: nicholas                              on 2006/05/09  21:42:18
18855         Log: Change 28145 means that Perl_allocmy() can take a const char *name.
18856      Branch: perl
18857            ! embed.fnc op.c proto.h
18858 ____________________________________________________________________________
18859 [ 28145] By: nicholas                              on 2006/05/09  20:42:03
18860         Log: Simplify the non-printable name error reporting code in Perl_allocmy().
18861      Branch: perl
18862            ! op.c
18863 ____________________________________________________________________________
18864 [ 28144] By: nicholas                              on 2006/05/09  20:10:12
18865         Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
18866              the magic isn't there.
18867      Branch: perl
18868            ! gv.c
18869 ____________________________________________________________________________
18870 [ 28143] By: nicholas                              on 2006/05/09  19:31:04
18871         Log: Gv_AMupdate() always creates magic, so mg can never be NULL.
18872      Branch: perl
18873            ! gv.c
18874 ____________________________________________________________________________
18875 [ 28142] By: nicholas                              on 2006/05/09  16:35:25
18876         Log: Two signed array indicies that Coverity spots should be unsigned.
18877      Branch: perl
18878            ! ext/POSIX/POSIX.xs
18879 ____________________________________________________________________________
18880 [ 28141] By: nicholas                              on 2006/05/09  16:04:25
18881         Log: Ressurect change 27824, which plugs a resource leak in uncalled code.
18882      Branch: perl
18883            ! ext/Encode/Encode.xs
18884 ____________________________________________________________________________
18885 [ 28140] By: rgs                                   on 2006/05/09  15:23:55
18886         Log: Subject: wince crosscompile patch for 28132
18887              From: Vadim <vadim@vkonovalov.ru>
18888              Date: Tue, 09 May 2006 15:09:43 +0400
18889              Message-ID: <44607877.90603@vkonovalov.ru>
18890      Branch: perl
18891            ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce
18892            ! win32/config_H.ce
18893 ____________________________________________________________________________
18894 [ 28139] By: rgs                                   on 2006/05/09  14:03:30
18895         Log: POD fixes
18896      Branch: perl
18897            ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
18898            ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
18899            ! lib/DBM_Filter/utf8.pm
18900 ____________________________________________________________________________
18901 [ 28138] By: rgs                                   on 2006/05/09  13:45:43
18902         Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
18903              From: David Landgren <david@landgren.net>
18904              Date: Tue, 09 May 2006 13:03:22 +0200
18905              Message-ID: <446076FA.6010409@landgren.net>
18906      Branch: perl
18907            ! ext/IPC/SysV/t/sem.t
18908 ____________________________________________________________________________
18909 [ 28137] By: rgs                                   on 2006/05/09  13:18:34
18910         Log: Fix another Coverity problem by adding an assert that says that
18911              some string we got from the lexer is null-terminated
18912      Branch: perl
18913            ! op.c
18914 ____________________________________________________________________________
18915 [ 28136] By: rgs                                   on 2006/05/09  13:10:01
18916         Log: Fix a logic error in conditional found by Coverity
18917      Branch: perl
18918            ! op.c
18919 ____________________________________________________________________________
18920 [ 28135] By: davem                                 on 2006/05/09  11:43:55
18921         Log: allow exit during fold_constants
18922              eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" 
18923      Branch: perl
18924            ! op.c
18925 ____________________________________________________________________________
18926 [ 28134] By: steveh                                on 2006/05/09  08:04:29
18927         Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32
18928              From: "Jerry D. Hedden" <jerry@hedden.us>
18929              Date: Mon, 08 May 2006 10:23:33 -0700
18930              Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>
18931      Branch: perl
18932            ! ext/threads/Changes ext/threads/README ext/threads/threads.pm
18933            ! ext/threads/threads.xs
18934 ____________________________________________________________________________
18935 [ 28133] By: rgs                                   on 2006/05/09  07:27:37
18936         Log: Subject: perlop.pod doc patch: I/O operators
18937              From: Ash Berlin <ash@cpan.org>
18938              Date: Sat, 06 May 2006 14:16:00 +0100
18939              Message-ID: <445CA190.1070105@cpan.org>
18940      Branch: perl
18941            ! pod/perlop.pod
18942 ____________________________________________________________________________
18943 [ 28132] By: stevep                                on 2006/05/09  02:16:18
18944         Log: Subject: [PATCH] PERL_MEM_LOG enhancements
18945              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18946              Date: Sat, 06 May 2006 11:21:02 +0300
18947              Message-ID: <445C5C6E.6070201@gmail.com>
18948      Branch: perl
18949            ! util.c
18950 ____________________________________________________________________________
18951 [ 28131] By: nicholas                              on 2006/05/08  21:11:37
18952         Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
18953              From: David Landgren <david@landgren.net>
18954              Message-ID: <445B694B.8060901@landgren.net>
18955              Date: Fri, 05 May 2006 17:03:39 +0200
18956              
18957              Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
18958              From: David Landgren <david@landgren.net>
18959              Message-ID: <445B75EF.3000100@landgren.net>
18960              Date: Fri, 05 May 2006 17:57:35 +0200
18961      Branch: perl
18962            ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t
18963 ____________________________________________________________________________
18964 [ 28127] By: stevep                                on 2006/05/08  19:01:56
18965         Log: Rename lib/Text/Balanced/t/00.load.t to 
18966              lib/Text/Balanced/t/00-load.t and restore a test to 
18967              lib/Text/Balanced/t/extmul.t.
18968      Branch: perl
18969           +> lib/Text/Balanced/t/00-load.t
18970            - lib/Text/Balanced/t/00.load.t
18971            ! MANIFEST lib/Text/Balanced/t/extmul.t
18972 ____________________________________________________________________________
18973 [ 28126] By: stevep                                on 2006/05/08  18:46:16
18974         Log: Version bump and typo fix from change #28125.
18975      Branch: perl
18976            ! lib/Text/Balanced.pm
18977 ____________________________________________________________________________
18978 [ 28125] By: stevep                                on 2006/05/08  18:37:47
18979         Log: Rollback two changes in Text::Balanced which cause test failures in the
18980              CPAN and bleadperl version of the tests.  Also, the previous bleadperl
18981              version of one test file is a bit more comprehensive than what was in
18982              CPAN, so it has been completely restored.
18983      Branch: perl
18984            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t
18985 ____________________________________________________________________________
18986 [ 28122] By: stevep                                on 2006/05/08  16:47:39
18987         Log: Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
18988              change #27352 has not yet been applied to the CPAN version.
18989      Branch: perl
18990            ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
18991            ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
18992            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
18993            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
18994            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt
18995            ! ext/Digest/SHA/t/nist/bit-hashes.sha1
18996            ! ext/Digest/SHA/t/nist/bit-messages.sha1
18997            ! ext/Digest/SHA/t/nist/byte-hashes.sha1
18998            ! ext/Digest/SHA/t/nist/byte-messages.sha1
18999 ____________________________________________________________________________
19000 [ 28118] By: nicholas                              on 2006/05/08  11:23:15
19001         Log: Tie::RefHash is now dual life, maintained by Yuval Kogman.
19002      Branch: perl
19003            ! Porting/Maintainers.pl
19004 ____________________________________________________________________________
19005 [ 28116] By: merijn                                on 2006/05/07  14:18:45
19006         Log: Remvove code that gets undone in the next line.
19007              Keep the documentation part.
19008      Branch: perl
19009            ! hints/hpux.sh
19010 ____________________________________________________________________________
19011 [ 28108] By: stevep                                on 2006/05/05  16:26:48
19012         Log: These Module::Build tests depended on STDIN.  Unfortunately, cron
19013              closes STDIN, so these build failures were only seen while 
19014              running smokes through cron.
19015      Branch: perl
19016            ! lib/Module/Build/t/extend.t
19017 ____________________________________________________________________________
19018 [ 28106] By: rgs                                   on 2006/05/05  12:48:19
19019         Log: Implement state array and state hashes. Initialisation assignment
19020              to state arrays or hashes is not implemented yet.
19021      Branch: perl
19022            ! ext/B/B/Concise.pm pp.c t/op/state.t
19023 ____________________________________________________________________________
19024 [ 28105] By: stevep                                on 2006/05/05  12:40:41
19025         Log: Upgrade to Text-Balanced-1.98
19026      Branch: perl
19027            + lib/Text/Balanced/t/00.load.t
19028            + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
19029            ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes
19030            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t
19031            ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
19032            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
19033 ____________________________________________________________________________
19034 [ 28104] By: rgs                                   on 2006/05/05  11:32:36
19035         Log: Subject: [PATCH] threads - stack size support
19036              From: "Jerry D. Hedden" <jerry@hedden.us>
19037              Date: Thu, 04 May 2006 10:07:58 -0700
19038              Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>
19039      Branch: perl
19040            + ext/threads/t/stack.t ext/threads/t/stack_env.t
19041            ! MANIFEST ext/threads/Changes ext/threads/README
19042            ! ext/threads/threads.pm ext/threads/threads.xs
19043 ____________________________________________________________________________
19044 [ 28103] By: stevep                                on 2006/05/05  01:26:08
19045         Log: Teach checkAUTHORS.pl about Sarathy's new email address.
19046      Branch: perl
19047            ! Porting/checkAUTHORS.pl
19048 ____________________________________________________________________________
19049 [ 28102] By: stevep                                on 2006/05/05  01:12:41
19050         Log: Subject: [PATCH] Email address changes
19051              From: "Jan Dubois" <jand@activestate.com>
19052              Date: Thu, 4 May 2006 15:28:19 -0700
19053              Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>
19054      Branch: perl
19055            ! AUTHORS
19056 ____________________________________________________________________________
19057 [ 28101] By: stevep                                on 2006/05/04  20:03:42
19058         Log: Upgrade to ExtUtils-Install-1.40
19059      Branch: perl
19060            ! lib/ExtUtils/Install.pm
19061 ____________________________________________________________________________
19062 [ 28100] By: rgs                                   on 2006/05/04  16:37:28
19063         Log: Subject: RE: [PATCH-for-28089] wince yet another step
19064              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
19065              Date: Thu, 4 May 2006 17:32:12 +0200 
19066              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
19067      Branch: perl
19068            ! README.ce win32/perllib.c win32/vmem.h win32/win32.h
19069 ____________________________________________________________________________
19070 [ 28099] By: rgs                                   on 2006/05/04  12:51:51
19071         Log: Subject: [PATCH] threads - formatting [REVISED]
19072              From: "Jerry D. Hedden" <jerry@hedden.us>
19073              Date: Wed, 03 May 2006 12:34:34 -0700
19074              Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>
19075      Branch: perl
19076            ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t
19077            ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t
19078            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
19079            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
19080            ! ext/threads/t/thread.t ext/threads/threads.pm
19081            ! ext/threads/threads.xs
19082 ____________________________________________________________________________
19083 [ 28098] By: rgs                                   on 2006/05/04  12:06:33
19084         Log: Upgrade to Encode 2.16
19085      Branch: perl
19086            ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
19087            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19088            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
19089            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
19090            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
19091            ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm
19092            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
19093            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
19094            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
19095            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19096            ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
19097            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
19098            ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table
19099            ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort
19100            ! ext/Encode/bin/unidump ext/Encode/encengine.c
19101            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
19102            ! ext/Encode/lib/Encode/CJKConstants.pm
19103            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
19104            ! ext/Encode/lib/Encode/Encoder.pm
19105            ! ext/Encode/lib/Encode/Encoding.pm
19106            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
19107            ! ext/Encode/lib/Encode/JP/JIS7.pm
19108            ! ext/Encode/lib/Encode/KR/2022_KR.pm
19109            ! ext/Encode/lib/Encode/MIME/Header.pm
19110            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
19111            ! ext/Encode/lib/Encode/PerlIO.pod
19112            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
19113            ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t
19114            ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t
19115            ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t
19116            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
19117            ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t
19118            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
19119            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
19120            ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t
19121            ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl
19122            ! ext/Encode/t/utf8strict.t
19123 ____________________________________________________________________________
19124 [ 28097] By: rgs                                   on 2006/05/04  11:32:05
19125         Log: Resubmit change #28095
19126      Branch: perl
19127            ! t/op/grep.t
19128 ____________________________________________________________________________
19129 [ 28096] By: steveh                                on 2006/05/04  11:22:04
19130         Log: Subject: [PATCH-for-28089] wince yet another step
19131              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
19132              Date: Thu, 4 May 2006 13:04:45 +0200 
19133              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>
19134      Branch: perl
19135            ! win32/Makefile.ce
19136 ____________________________________________________________________________
19137 [ 28095] By: rgs                                   on 2006/05/04  10:00:14
19138         Log: Subject: [PATCH] t/op/grep.t using test.pl
19139              From: David Landgren <david@landgren.net>
19140              Date: Wed, 03 May 2006 15:53:38 +0200
19141              Message-ID: <4458B5E2.7090103@landgren.net>
19142      Branch: perl
19143            ! t/op/grep.t
19144 ____________________________________________________________________________
19145 [ 28094] By: rgs                                   on 2006/05/04  09:58:28
19146         Log: Subject: [PATCH] t/op/context.t using test.pl
19147              From: David Landgren <david@landgren.net>
19148              Date: Wed, 03 May 2006 16:20:40 +0200
19149              Message-ID: <4458BC38.6050600@landgren.net>
19150      Branch: perl
19151            ! t/op/context.t
19152 ____________________________________________________________________________
19153 [ 28093] By: rgs                                   on 2006/05/04  09:56:56
19154         Log: Subject: [PATCH] t/op/list.t using test.pl
19155              From: David Landgren <david@landgren.net>
19156              Date: Wed, 03 May 2006 19:40:40 +0200
19157              Message-ID: <4458EB18.8070904@landgren.net>
19158      Branch: perl
19159            ! t/op/list.t
19160 ____________________________________________________________________________
19161 [ 28092] By: rgs                                   on 2006/05/04  09:43:51
19162         Log: Document order of evaluation for the comma operator
19163              
19164              Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]);
19165              From: Paul Johnson <paul@pjcj.net>
19166              Date: Wed, 26 Apr 2006 22:38:43 +0200
19167              Message-ID: <20060426203843.GE21543@pjcj.net>
19168      Branch: perl
19169            ! pod/perlop.pod
19170 ____________________________________________________________________________
19171 [ 28091] By: steveh                                on 2006/05/04  08:24:06
19172         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
19173              From: "Jan Dubois" <jand@activestate.com>
19174              Date: Wed, 3 May 2006 12:41:23 -0700
19175              Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy>
19176      Branch: perl
19177            ! pod/perlport.pod
19178 ____________________________________________________________________________
19179 [ 28090] By: rgs                                   on 2006/05/04  07:42:27
19180         Log: Another test for state variables and closures,
19181              adapted from a Perl 6 example, pointed out by
19182              Joshua "Limbic_Region" Gatcomb
19183      Branch: perl
19184            ! t/op/state.t
19185 ____________________________________________________________________________
19186 [ 28089] By: rgs                                   on 2006/05/03  22:49:14
19187         Log: Ensure that C<(state $x) = $y> is not a state assignment
19188              (due to the parentheses that make it a regular assignment
19189              to a variable declared inside a list)
19190      Branch: perl
19191            ! t/op/state.t
19192 ____________________________________________________________________________
19193 [ 28088] By: rgs                                   on 2006/05/03  22:40:28
19194         Log: New test case for state variables with ties, suggested by Nicholas
19195      Branch: perl
19196            ! t/op/state.t
19197 ____________________________________________________________________________
19198 [ 28087] By: rgs                                   on 2006/05/03  22:01:41
19199         Log: Add "state" feature
19200      Branch: perl
19201            ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c
19202 ____________________________________________________________________________
19203 [ 28086] By: rgs                                   on 2006/05/03  21:46:02
19204         Log: Introduce a new keyword, state, for state variables.
19205      Branch: perl
19206            + t/op/state.t
19207            ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm
19208            ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c
19209            ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h
19210            ! sv.h toke.c
19211 ____________________________________________________________________________
19212 [ 28085] By: rgs                                   on 2006/05/03  19:15:00
19213         Log: Subject: [PATCH] wince another step
19214              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **"
19215              Date: Wed, 3 May 2006 20:11:11 +0200 
19216              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCAE1F@ru0022exch001u.ru.lucent.com>
19217      Branch: perl
19218            - win32/xconfig.h
19219            ! MANIFEST win32/Makefile.ce
19220 ____________________________________________________________________________
19221 [ 28084] By: rgs                                   on 2006/05/03  19:10:29
19222         Log: Subject: [PATCH] Clarify hard link support on Windows
19223              From: "Jan Dubois" <jand@activestate.com>
19224              Date: Wed, 3 May 2006 11:30:03 -0700
19225              Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>
19226      Branch: perl
19227            ! pod/perlport.pod
19228 ____________________________________________________________________________
19229 [ 28083] By: rgs                                   on 2006/05/03  19:06:26
19230         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
19231              From: "Jan Dubois" <jand@activestate.com>
19232              Date: Wed, 3 May 2006 11:18:30 -0700
19233              Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy>
19234      Branch: perl
19235            ! pod/perlvar.pod
19236 ____________________________________________________________________________
19237 [ 28082] By: stevep                                on 2006/05/03  17:56:37
19238         Log: Upgrade to CGI-3.20
19239      Branch: perl
19240            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
19241            ! lib/CGI/t/cookie.t lib/CGI/t/function.t
19242 ____________________________________________________________________________
19243 [ 28081] By: rgs                                   on 2006/05/03  16:24:04
19244         Log: Subject: [PATCH] more logic localizations
19245              From: andy@petdance.com (Andy Lester)
19246              Date: Tue, 11 Apr 2006 14:14:45 -0500
19247              Message-ID: <20060411191445.GA4938@petdance.com>
19248      Branch: perl
19249            ! mg.c
19250 ____________________________________________________________________________
19251 [ 28080] By: rgs                                   on 2006/05/03  16:09:48
19252         Log: Subject: -Dmad breaks a few tests
19253              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
19254              Date: Tue, 2 May 2006 01:37:03 +0200
19255              Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr>
19256              
19257              (part of, with tweaks)
19258      Branch: perl
19259            ! t/op/incfilter.t
19260 ____________________________________________________________________________
19261 [ 28079] By: rgs                                   on 2006/05/03  09:04:30
19262         Log: Subject: [PATCH] Remove an unnecessary goto
19263              From: andy@petdance.com (Andy Lester)
19264              Date: Wed, 3 May 2006 00:54:30 -0500
19265              Message-ID: <20060503055430.GA4922@petdance.com>
19266      Branch: perl
19267            ! op.c
19268 ____________________________________________________________________________
19269 [ 28078] By: rgs                                   on 2006/05/03  09:00:39
19270         Log: Subject: [PATCH] optimize S_find_array_subscript
19271              From: andy@petdance.com (Andy Lester)
19272              Date: Tue, 2 May 2006 21:09:08 -0500
19273              Message-ID: <20060503020908.GA2234@petdance.com>
19274      Branch: perl
19275            ! sv.c
19276 ____________________________________________________________________________
19277 [ 28077] By: rgs                                   on 2006/05/03  08:57:45
19278         Log: Subject: [PATCH] clean up loops in doio.c and dump.c
19279              From: andy@petdance.com (Andy Lester)
19280              Date: Tue, 2 May 2006 13:38:15 -0500
19281              Message-ID: <20060502183815.GA7979@petdance.com>
19282      Branch: perl
19283            ! doio.c dump.c embed.fnc embed.h proto.h
19284 ____________________________________________________________________________
19285 [ 28076] By: rgs                                   on 2006/05/03  08:52:01
19286         Log: Subject: [PATCH] pp_sys.c: U8* cast
19287              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19288              Date: Tue, 2 May 2006 20:04:33 +0300 (EEST)
19289              Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
19290      Branch: perl
19291            ! pp_sys.c
19292 ____________________________________________________________________________
19293 [ 28075] By: rgs                                   on 2006/05/03  08:51:14
19294         Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check
19295              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19296              Date: Tue, 2 May 2006 20:03:01 +0300 (EEST)
19297              Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi>
19298      Branch: perl
19299            ! hv.c
19300 ____________________________________________________________________________
19301 [ 28074] By: rgs                                   on 2006/05/03  08:38:39
19302         Log: Subject: [PATCH] microperl update
19303              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19304              Date: Wed, 03 May 2006 08:20:31 +0300
19305              Message-ID: <44583D9F.8060401@gmail.com>
19306      Branch: perl
19307            ! Makefile.micro README.micro uconfig.h uconfig.sh
19308 ____________________________________________________________________________
19309 [ 28073] By: steveh                                on 2006/05/03  08:25:27
19310         Log: Make Perl_unshare_hek visible to core extensions without being public
19311              
19312              See the comments in:
19313              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html
19314              (which were put into practice in changes #27800 and #27848)
19315      Branch: perl
19316            ! embed.fnc embed.h
19317 ____________________________________________________________________________
19318 [ 28072] By: steveh                                on 2006/05/03  08:03:50
19319         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
19320              From: Vadim <vadim@vkonovalov.ru>
19321              Date: Wed, 03 May 2006 06:10:59 +0400
19322              Message-ID: <44581133.8080100@vkonovalov.ru>
19323      Branch: perl
19324           +> win32/perlmaince.c
19325            - win32/perlmain.c
19326            ! MANIFEST
19327 ____________________________________________________________________________
19328 [ 28071] By: stevep                                on 2006/05/03  01:46:27
19329         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
19330              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19331              Date: Wed, 03 May 2006 10:00:03 +0900
19332              Message-Id: <20060503095420.0357.BQW10602@nifty.com>
19333      Branch: perl
19334            ! embed.fnc embed.h global.sym
19335 ____________________________________________________________________________
19336 [ 28070] By: nicholas                              on 2006/05/02  22:38:52
19337         Log: Remove a variable left unused since change 28065.
19338      Branch: perl
19339            ! sv.c
19340 ____________________________________________________________________________
19341 [ 28069] By: nicholas                              on 2006/05/02  22:19:56
19342         Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.
19343              Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively
19344              assumes that it can share any hash key directly.
19345      Branch: perl
19346            ! hv.c hv.h sv.c
19347 ____________________________________________________________________________
19348 [ 28068] By: nicholas                              on 2006/05/02  22:16:25
19349         Log: cumulative totals and list reverse for checkAUTHORS.pl
19350      Branch: perl
19351            ! Porting/checkAUTHORS.pl
19352 ____________________________________________________________________________
19353 [ 28067] By: stevep                                on 2006/05/02  18:03:57
19354         Log: Another place where Intel C++ pretending to be gcc is a really
19355              bad thing.
19356      Branch: perl
19357            ! gv.h
19358 ____________________________________________________________________________
19359 [ 28066] By: nicholas                              on 2006/05/02  17:46:38
19360         Log: *static* pointers to newXSUB(), dammit!
19361      Branch: perl
19362            ! writemain.SH xsutils.c
19363 ____________________________________________________________________________
19364 [ 28065] By: nicholas                              on 2006/05/02  17:00:56
19365         Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the
19366              same union to store the stash for our.
19367      Branch: perl
19368            ! sv.c sv.h
19369 ____________________________________________________________________________
19370 [ 28064] By: nicholas                              on 2006/05/02  16:24:14
19371         Log: Change 28063 forgot 1 key line - acutally use the correct filename
19372              storage.
19373      Branch: perl
19374            ! op.c
19375 ____________________________________________________________________________
19376 [ 28063] By: nicholas                              on 2006/05/02  15:55:25
19377         Log: Fix bug in DynaLoader, which has been passing a filename in dynamic
19378              storage to newXS() seemingly forever. This involves creating
19379              newXS_flags(), with the first flag being "arrange to copy the 
19380              filename and free it at the right time".
19381      Branch: perl
19382            ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs
19383            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs
19384            ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs
19385            ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs
19386            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs
19387            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs
19388            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c
19389            ! pod/perlapi.pod proto.h
19390 ____________________________________________________________________________
19391 [ 28062] By: rgs                                   on 2006/05/02  15:37:35
19392         Log: Move some scripts under win32/ce-helpers.
19393              
19394              Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory
19395              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
19396              Date: Tue, 2 May 2006 17:30:59 +0200 
19397              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BB3F03@ru0022exch001u.ru.lucent.com>
19398      Branch: perl
19399           +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl
19400           +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat
19401           +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat
19402            - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat
19403            - win32/compile.bat win32/makedist.pl win32/registry.bat
19404            - win32/win32-d.h
19405            ! MANIFEST win32/Makefile.ce
19406 ____________________________________________________________________________
19407 [ 28061] By: rgs                                   on 2006/05/02  14:28:31
19408         Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory
19409              From: demerphq <demerphq@gmail.com>
19410              Date: Mon, 1 May 2006 19:02:09 +0200
19411              Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com>
19412              
19413              Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing
19414              from the patch.
19415      Branch: perl
19416            + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl
19417            + win32/compile-all.bat win32/compile.bat win32/config.ce
19418            + win32/config_H.ce win32/makedist.pl win32/perl.rc
19419            + win32/perlmain.c win32/registry.bat win32/win32-d.h
19420            + win32/win32ceio.c win32/win32iop-o.h win32/wince.c
19421            + win32/wince.h win32/wincesck.c win32/xconfig.h
19422            - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl
19423            - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl
19424            - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat
19425            - wince/compile.bat wince/config.ce wince/config_H.ce
19426            - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs
19427            - wince/include/arpa/inet.h wince/include/sys/socket.h
19428            - wince/makedist.pl wince/makeico.pl wince/perl.rc
19429            - wince/perlhost.h wince/perllib.c wince/perlmain.c
19430            - wince/registry.bat wince/runperl.c wince/splittree.pl
19431            - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c
19432            - wince/win32iop.h wince/win32thread.c wince/win32thread.h
19433            - wince/wince.c wince/wince.h wince/wincesck.c
19434            ! MANIFEST win32/include/sys/socket.h win32/win32.h
19435            ! win32/win32thread.h
19436 ____________________________________________________________________________
19437 [ 28060] By: nicholas                              on 2006/05/02  12:41:43
19438         Log: GvFILE() cannot be a pointer to the memory owned by the COP, because
19439              COPs created by use can be freed along this memory, but the GP
19440              remains. Given that several GVs may refer to the same file, use a
19441              shared string rather than an individual allocation per GP.
19442      Branch: perl
19443            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
19444            ! gv.c gv.h sv.c
19445 ____________________________________________________________________________
19446 [ 28059] By: nicholas                              on 2006/05/02  12:02:32
19447         Log: Change 28037 broke t/op/each.t when running with TEST.
19448      Branch: perl
19449            ! t/test.pl
19450 ____________________________________________________________________________
19451 [ 28058] By: nicholas                              on 2006/05/02  11:15:26
19452         Log: De-duplicate the code that creates new GPs into Perl_newGP().
19453      Branch: perl
19454            ! embed.fnc embed.h gv.c proto.h scope.c
19455 ____________________________________________________________________________
19456 [ 28057] By: rgs                                   on 2006/05/02  10:39:01
19457         Log: Subject: Re: [PATCH] t/op/glob.t using test.pl
19458              From: David Landgren <david@landgren.net>
19459              Date: Sat, 29 Apr 2006 15:32:07 +0200
19460              Message-ID: <44536AD7.4060608@landgren.net>
19461      Branch: perl
19462            ! t/op/glob.t
19463 ____________________________________________________________________________
19464 [ 28056] By: rgs                                   on 2006/05/02  10:36:39
19465         Log: Subject: [PATCH] t/op/hashwarn.t using test.pl
19466              From: David Landgren <david@landgren.net>
19467              Date: Sat, 29 Apr 2006 17:51:28 +0200
19468              Message-ID: <44538B80.2060503@landgren.net>
19469      Branch: perl
19470            ! t/op/hashwarn.t
19471 ____________________________________________________________________________
19472 [ 28055] By: rgs                                   on 2006/05/02  10:16:23
19473         Log: Subject: [PATCH] toke.c: function pointer to data pointer
19474              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19475              Date: Tue, 2 May 2006 08:25:55 +0300 (EEST)
19476              Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi>
19477      Branch: perl
19478            ! toke.c
19479 ____________________________________________________________________________
19480 [ 28054] By: rgs                                   on 2006/05/02  10:11:10
19481         Log: Subject: [DOC PATCH] chop warning in perlport
19482              From: Xavier Noria <fxn@hashref.com>
19483              Date: Tue, 2 May 2006 12:08:34 +0200
19484              Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com>
19485      Branch: perl
19486            ! pod/perlport.pod
19487 ____________________________________________________________________________
19488 [ 28053] By: steveh                                on 2006/05/02  09:59:23
19489         Log: Sigh. Third time lucky.
19490      Branch: perl
19491            ! win32/win32.h
19492 ____________________________________________________________________________
19493 [ 28052] By: steveh                                on 2006/05/02  09:46:41
19494         Log: Ahem. And here's the rest of #28051...
19495      Branch: perl
19496            ! win32/win32.h
19497 ____________________________________________________________________________
19498 [ 28051] By: steveh                                on 2006/05/02  09:39:01
19499         Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
19500              From: "Jan Dubois" <jand@ActiveState.com>
19501              Date: Mon, 1 May 2006 18:55:11 -0700
19502              Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy>
19503              
19504              Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
19505              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
19506              Date: Tue, 2 May 2006 09:23:51 +0200
19507              Message-ID: <20060502092351.7bae0896@pc09>
19508      Branch: perl
19509            ! win32/config.vc win32/config.vc64 win32/config_H.vc
19510            ! win32/config_H.vc64
19511 ____________________________________________________________________________
19512 [ 28050] By: rgs                                   on 2006/05/02  09:13:19
19513         Log: Subject: [PATCH] pp.c casting, take two
19514              From: andy@petdance.com (Andy Lester)
19515              Date: Sun, 30 Apr 2006 19:48:26 -0500
19516              Message-ID: <20060501004826.GA4744@petdance.com>
19517              
19518              (with adjustements, some of the code has already
19519              been touched since)
19520      Branch: perl
19521            ! pp.c
19522 ____________________________________________________________________________
19523 [ 28049] By: rgs                                   on 2006/05/02  08:50:05
19524         Log: Subject: [PATCH] Some more SvREFCNT_inc updates
19525              From: andy@petdance.com (Andy Lester)
19526              Date: Sun, 30 Apr 2006 13:24:14 -0500
19527              Message-ID: <20060430182414.GA18094@petdance.com>
19528      Branch: perl
19529            ! cop.h pp_ctl.c
19530 ____________________________________________________________________________
19531 [ 28048] By: rgs                                   on 2006/05/02  08:48:04
19532         Log: Subject: [PATCH] quiet some perlio.c warnings
19533              From: andy@petdance.com (Andy Lester)
19534              Date: Sun, 30 Apr 2006 13:23:22 -0500
19535              Message-ID: <20060430182322.GA18064@petdance.com>
19536      Branch: perl
19537            ! perlio.c
19538 ____________________________________________________________________________
19539 [ 28047] By: rgs                                   on 2006/05/02  08:45:26
19540         Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls
19541              From: andy@petdance.com (Andy Lester)
19542              Date: Sun, 30 Apr 2006 12:06:21 -0500
19543              Message-ID: <20060430170621.GA4054@petdance.com>
19544      Branch: perl
19545            ! mg.c
19546 ____________________________________________________________________________
19547 [ 28046] By: stevep                                on 2006/05/02  02:50:33
19548         Log: One too many ('s in change #28043. 
19549      Branch: perl
19550            ! ext/Errno/Errno_pm.PL
19551 ____________________________________________________________________________
19552 [ 28045] By: stevep                                on 2006/05/02  02:47:43
19553         Log: Escape prompts with #'s to avoid causing tests to fail from
19554              the unexpected output.
19555      Branch: perl
19556            ! lib/Module/Build/t/extend.t
19557 ____________________________________________________________________________
19558 [ 28044] By: stevep                                on 2006/05/02  01:55:53
19559         Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
19560      Branch: perl
19561            ! utils/h2xs.PL
19562 ____________________________________________________________________________
19563 [ 28043] By: stevep                                on 2006/05/02  00:23:05
19564         Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat 
19565              Linux 7.2.  The original fix, change #13053, added a check
19566              for $Config{gccversion} which is now populated by newer
19567              Intel compilers.  This additional change checks to see
19568              if Intel is in $Config{gccversion}.  If it is, its not
19569              a gcc.
19570      Branch: perl
19571            ! ext/Errno/Errno_pm.PL
19572 ____________________________________________________________________________
19573 [ 28042] By: stevep                                on 2006/05/01  23:30:59
19574         Log: Subject: [PATCH] signed vs unsigned char * nit
19575              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19576              Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST)
19577              Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi>
19578      Branch: perl
19579            ! pp.c
19580 ____________________________________________________________________________
19581 [ 28041] By: stevep                                on 2006/05/01  23:25:30
19582         Log: Reverting context removal from change #27992.  This should
19583              clear up threaded builds on Win32 and VMS. 
19584      Branch: perl
19585            ! embed.fnc embed.h pp_ctl.c proto.h
19586 ____________________________________________________________________________
19587 [ 28040] By: rgs                                   on 2006/05/01  20:25:17
19588         Log: Add a BUGS section to Fatal.pm, see bug #38790
19589      Branch: perl
19590            ! lib/Fatal.pm
19591 ____________________________________________________________________________
19592 [ 28039] By: nicholas                              on 2006/05/01  19:07:06
19593         Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that
19594              they aren't viable. (Certain glibcs are "interesting")
19595      Branch: perl
19596            ! ext/POSIX/Makefile.PL
19597 ____________________________________________________________________________
19598 [ 28038] By: nicholas                              on 2006/05/01  17:28:43
19599         Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of
19600              constants.
19601      Branch: perl
19602            ! lib/ExtUtils/Constant/Base.pm
19603 ____________________________________________________________________________
19604 [ 28037] By: merijn                                on 2006/05/01  14:18:16
19605         Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl
19606              From: David Landgren <david@landgren.net>
19607              Date: Mon, 01 May 2006 15:50:03 +0200
19608              Message-ID: <4456120B.3000302@landgren.net>
19609              
19610              Plus some additional comment (also from David) about WHY not to
19611              use ++ in test.pl
19612      Branch: perl
19613            ! t/test.pl
19614 ____________________________________________________________________________
19615 [ 28036] By: merijn                                on 2006/05/01  12:56:54
19616         Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
19617              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19618              Date: Mon, 01 May 2006 21:34:33 +0900
19619              Message-Id: <20060501213249.814E.BQW10602@nifty.com>
19620      Branch: perl
19621            ! win32/config.vc64
19622 ____________________________________________________________________________
19623 [ 28035] By: nicholas                              on 2006/05/01  11:16:13
19624         Log: Re-order one DO_UTF8 to be after the SvPV.
19625      Branch: perl
19626            ! ext/Data/Dumper/Dumper.xs
19627 ____________________________________________________________________________
19628 [ 28034] By: nicholas                              on 2006/04/30  23:08:17
19629         Log: Fix two errors found by Coverity.
19630      Branch: perl
19631            ! pp_sys.c
19632 ____________________________________________________________________________
19633 [ 28033] By: nicholas                              on 2006/04/30  23:02:46
19634         Log: Add a --percentage option to checkAUTHORS.pl to show rankings as
19635              percentages.
19636      Branch: perl
19637            ! Porting/checkAUTHORS.pl
19638 ____________________________________________________________________________
19639 [ 28032] By: nicholas                              on 2006/04/30  22:00:34
19640         Log: Replace a STRLEN no_len; with a _nolen macro call.
19641      Branch: perl
19642            ! pp_pack.c
19643 ____________________________________________________________________________
19644 [ 28031] By: nicholas                              on 2006/04/30  21:27:20
19645         Log: Perl_pack_cat() is a mathom too!
19646      Branch: perl
19647            ! mathoms.c pod/perlapi.pod pp_pack.c
19648 ____________________________________________________________________________
19649 [ 28030] By: nicholas                              on 2006/04/30  20:41:29
19650         Log: One part of pp_pack couldn't correctly handle surprises from UTF-8
19651              overloading.
19652      Branch: perl
19653            ! pp_pack.c t/uni/overload.t
19654 ____________________________________________________________________________
19655 [ 28029] By: nicholas                              on 2006/04/30  19:07:43
19656         Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading.
19657      Branch: perl
19658            ! doop.c t/uni/overload.t
19659 ____________________________________________________________________________
19660 [ 28028] By: nicholas                              on 2006/04/30  17:58:53
19661         Log: We had no tests that covered the grow paths in pp_uc and pp_lc.
19662      Branch: perl
19663            ! t/op/lc.t
19664 ____________________________________________________________________________
19665 [ 28027] By: nicholas                              on 2006/04/30  17:23:44
19666         Log: Dave noticed that change 28022 was wrong - should read is_index
19667              rather than just index.
19668      Branch: perl
19669            ! pp.c
19670 ____________________________________________________________________________
19671 [ 28026] By: merijn                                on 2006/04/30  15:22:12
19672         Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
19673              From: Abe Timmerman <abe@ztreet.demon.nl>
19674              Date: Sun, 30 Apr 2006 15:15:24 +0200
19675              Message-Id: <200604301515.24580.abe@ztreet.demon.nl>
19676      Branch: perl
19677            ! win32/config.vc win32/config_H.vc
19678 ____________________________________________________________________________
19679 [ 28025] By: stevep                                on 2006/04/30  14:27:08
19680         Log: I was mistaken.  Borland and gcc do have snprintf() and vsnprintf()
19681              on Win32.
19682      Branch: perl
19683            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19684            ! win32/config_H.vc64
19685 ____________________________________________________________________________
19686 [ 28024] By: stevep                                on 2006/04/30  13:14:25
19687         Log: OK, Win32 must no have snprintf()/vsnprintf 
19688      Branch: perl
19689            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19690            ! win32/config_H.vc64
19691 ____________________________________________________________________________
19692 [ 28023] By: davem                                 on 2006/04/30  12:32:09
19693         Log: remove a compiler warning by making HOPBACKc only hop *back*
19694      Branch: perl
19695            ! regexec.c
19696 ____________________________________________________________________________
19697 [ 28022] By: nicholas                              on 2006/04/30  11:14:04
19698         Log: index and rindex couldn't correctly handle surprises from UTF-8
19699              overloading.
19700      Branch: perl
19701            ! pp.c t/lib/warnings/9uninit t/uni/overload.t
19702 ____________________________________________________________________________
19703 [ 28021] By: nicholas                              on 2006/04/30  10:58:11
19704         Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of
19705              inadvertently calling magic and overloading too often.
19706      Branch: perl
19707            ! pod/perlapi.pod sv.h
19708 ____________________________________________________________________________
19709 [ 28020] By: nicholas                              on 2006/04/29  23:35:52
19710         Log: Coverity disliked us passing a negative length to vsnprintf().
19711      Branch: perl
19712            ! perlio.c
19713 ____________________________________________________________________________
19714 [ 28019] By: nicholas                              on 2006/04/29  23:33:36
19715         Log: syswrite couldn't correctly handle surprises from UTF-8 overloading.
19716              As part of fixing this, syswrite now tries to take advantage of the
19717              UTF-8 cache logic for lengths and offsets on regular scalars.
19718      Branch: perl
19719            ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t
19720 ____________________________________________________________________________
19721 [ 28018] By: nicholas                              on 2006/04/29  23:32:06
19722         Log: More tests for syswrite with UTF-8 data.
19723      Branch: perl
19724            ! lib/open.t
19725 ____________________________________________________________________________
19726 [ 28017] By: nicholas                              on 2006/04/29  21:54:38
19727         Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV.
19728      Branch: perl
19729            ! doio.c
19730 ____________________________________________________________________________
19731 [ 28016] By: nicholas                              on 2006/04/29  17:38:08
19732         Log: print couldn't correctly handle surprises from UTF-8 overloading.
19733      Branch: perl
19734            ! doio.c t/uni/overload.t
19735 ____________________________________________________________________________
19736 [ 28015] By: nicholas                              on 2006/04/29  17:31:27
19737         Log: Add a cross reference to bytes_from_utf8() in the documentation for
19738              utf8_to_bytes(). Regenerate perlapi.pod.
19739      Branch: perl
19740            ! pod/perlapi.pod utf8.c
19741 ____________________________________________________________________________
19742 [ 28014] By: nicholas                              on 2006/04/29  16:07:31
19743         Log: There were more ways to break uc/lc/ucfirst/lcfirst even without
19744              use 'locale'; so test for them too. Correct the skip count.
19745      Branch: perl
19746            ! t/uni/overload.t
19747 ____________________________________________________________________________
19748 [ 28013] By: nicholas                              on 2006/04/29  15:55:51
19749         Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values
19750              returned by overloaded stringification.
19751      Branch: perl
19752            ! pp.c t/uni/overload.t
19753 ____________________________________________________________________________
19754 [ 28012] By: nicholas                              on 2006/04/29  14:05:55
19755         Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by
19756              overloaded stringification.
19757      Branch: perl
19758            ! pp.c t/uni/overload.t
19759 ____________________________________________________________________________
19760 [ 28011] By: nicholas                              on 2006/04/29  13:43:26
19761         Log: lc plus an 8 bit locale could mangle UTF-8 values returned by
19762              overloaded stringification.
19763      Branch: perl
19764            ! pp.c t/uni/overload.t
19765 ____________________________________________________________________________
19766 [ 28010] By: stevep                                on 2006/04/29  13:09:18
19767         Log: Subject: [PATCH] more -ansi -pedantic cleanliness
19768              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19769              Date: Sat, 29 Apr 2006 11:13:24 +0300
19770              Message-ID: <44532024.9070303@gmail.com>
19771      Branch: perl
19772            ! cop.h gv.c regcomp.c regexec.c sv.c toke.c
19773 ____________________________________________________________________________
19774 [ 28009] By: stevep                                on 2006/04/28  20:53:07
19775         Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN
19776              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
19777              Date: Fri, 28 Apr 2006 15:31:55 -0400
19778              Message-ID: <44526DAB.8070408@thepierianspring.org>
19779      Branch: perl
19780            ! lib/Module/Build/ConfigData.pm
19781 ____________________________________________________________________________
19782 [ 28008] By: stevep                                on 2006/04/28  20:40:41
19783         Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion
19784              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19785              Date: Fri, 28 Apr 2006 22:58:58 +0300
19786              Message-ID: <44527402.8000506@gmail.com>
19787      Branch: perl
19788            ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c
19789            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c
19790            ! universal.c utf8.c
19791 ____________________________________________________________________________
19792 [ 28007] By: stevep                                on 2006/04/28  19:14:22
19793         Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*
19794              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19795              Date: Fri, 28 Apr 2006 21:04:59 +0300
19796              Message-ID: <4452594B.4040609@gmail.com>
19797      Branch: perl
19798            ! malloc.c pp.c
19799 ____________________________________________________________________________
19800 [ 28006] By: nicholas                              on 2006/04/28  16:34:14
19801         Log: Fix bug 34297 (length of overloaded UTF-8 strings)
19802      Branch: perl
19803            + t/uni/overload.t
19804            ! MANIFEST pp.c
19805 ____________________________________________________________________________
19806 [ 28005] By: stevep                                on 2006/04/28  16:15:25
19807         Log: Typo in MANIFEST from change #27997.  Mustn't touch Perl before coffee.
19808      Branch: perl
19809            ! MANIFEST
19810 ____________________________________________________________________________
19811 [ 28004] By: stevep                                on 2006/04/28  15:35:37
19812         Log: Added Changes file left out from change #28001.
19813      Branch: perl
19814            ! ext/Cwd/Changes
19815 ____________________________________________________________________________
19816 [ 28003] By: rgs                                   on 2006/04/28  15:29:30
19817         Log: Subject: Merge WinCE and Win32 directories -- Initial patch
19818              From: demerphq <demerphq@gmail.com>
19819              Date: 27-Apr-2006 23:30
19820              Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com>
19821      Branch: perl
19822            ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h
19823            ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h
19824            ! win32/vmem.h win32/win32.h
19825 ____________________________________________________________________________
19826 [ 28001] By: stevep                                on 2006/04/28  13:34:39
19827         Log: Upgrade to Pathtools-3.18
19828      Branch: perl
19829            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
19830            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
19831 ____________________________________________________________________________
19832 [ 28000] By: rgs                                   on 2006/04/28  13:33:37
19833         Log: Subject: [PATCH] t/op/defins.pl using test.pl
19834              From: David Landgren <david@landgren.net>
19835              Date: Fri, 28 Apr 2006 14:27:39 +0200
19836              Message-ID: <44520A3B.1080707@landgren.net>
19837      Branch: perl
19838            ! t/op/defins.t
19839 ____________________________________________________________________________
19840 [ 27999] By: rgs                                   on 2006/04/28  13:33:11
19841         Log: Subject: [PATCH] t/op/delete.t using test.pl
19842              From: David Landgren <david@landgren.net>
19843              Date: Fri, 28 Apr 2006 15:03:39 +0200
19844              Message-ID: <445212AB.4080404@landgren.net>
19845      Branch: perl
19846            ! t/op/delete.t
19847 ____________________________________________________________________________
19848 [ 27998] By: rgs                                   on 2006/04/28  13:32:53
19849         Log: Subject: [PATCH] t/op/auto.pl using test.pl
19850              From: David Landgren <david@landgren.net>
19851              Date: Fri, 28 Apr 2006 13:56:30 +0200
19852              Message-ID: <445202EE.6000604@landgren.net>
19853      Branch: perl
19854            ! t/op/auto.t
19855 ____________________________________________________________________________
19856 [ 27997] By: stevep                                on 2006/04/28  13:29:41
19857         Log: Upgrade to Module-Build-0.28
19858      Branch: perl
19859            + lib/Module/Build/API.pod
19860            ! MANIFEST lib/Module/Build.pm lib/Module/Build/Authoring.pod
19861            ! lib/Module/Build/Base.pm lib/Module/Build/Changes
19862            ! lib/Module/Build/Compat.pm lib/Module/Build/Cookbook.pm
19863            ! lib/Module/Build/ModuleInfo.pm
19864            ! lib/Module/Build/Platform/MacOS.pm
19865            ! lib/Module/Build/Platform/VMS.pm
19866            ! lib/Module/Build/Platform/Windows.pm
19867            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm
19868            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
19869            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t
19870            ! lib/Module/Build/t/mbyaml.t
19871 ____________________________________________________________________________
19872 [ 27995] By: nicholas                              on 2006/04/28  12:48:27
19873         Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
19874              should just be using -pthread on the linker line.
19875              This stops the new taint tests looping infinitely. It also seems to
19876              cure the TODO test in posix.t - masked SIGINT is now received.
19877      Branch: perl
19878            ! hints/freebsd.sh
19879 ____________________________________________________________________________
19880 [ 27994] By: rgs                                   on 2006/04/28  12:10:24
19881         Log: Subject: [PATCH] threads - miscellaneous
19882              From: "Jerry D. Hedden" <jerry@hedden.us>
19883              Date: Wed, 26 Apr 2006 11:24:05 -0700
19884              Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net>
19885      Branch: perl
19886            ! ext/threads/Changes ext/threads/Makefile.PL
19887            ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t
19888            ! ext/threads/t/problems.t ext/threads/threads.xs
19889 ____________________________________________________________________________
19890 [ 27993] By: rgs                                   on 2006/04/28  09:14:17
19891         Log: Subject: [PATCH] t/op/sort.t using test.pl
19892              From: David Landgren <david@landgren.net>
19893              Date: Thu, 27 Apr 2006 18:25:56 +0200
19894              Message-ID: <4450F094.2010907@landgren.net>
19895      Branch: perl
19896            ! t/op/sort.t
19897 ____________________________________________________________________________
19898 [ 27992] By: rgs                                   on 2006/04/28  09:04:36
19899         Log: Subject: [PATCH] Removing another context parm
19900              From: andy@petdance.com (Andy Lester)
19901              Date: Thu, 27 Apr 2006 10:31:56 -0500
19902              Message-ID: <20060427153156.GA11445@petdance.com>
19903      Branch: perl
19904            ! embed.fnc embed.h pp_ctl.c proto.h
19905 ____________________________________________________________________________
19906 [ 27991] By: rgs                                   on 2006/04/28  08:53:51
19907         Log: Subject: [PATCH] t/op/loopctl.t using test.pl
19908              From: David Landgren <david@landgren.net>
19909              Date: Thu, 27 Apr 2006 19:13:28 +0200
19910              Message-ID: <4450FBB8.8070203@landgren.net>
19911      Branch: perl
19912            ! t/op/loopctl.t
19913 ____________________________________________________________________________
19914 [ 27990] By: rgs                                   on 2006/04/28  08:51:09
19915         Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
19916              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19917              Date: Thu, 27 Apr 2006 21:18:30 +0300
19918              Message-ID: <44510AF6.6040603@gmail.com>
19919      Branch: perl
19920            ! hv.c perl.h perlio.c sv.c
19921 ____________________________________________________________________________
19922 [ 27989] By: rgs                                   on 2006/04/28  08:41:25
19923         Log: Typo fix in perlretut by Simon Taylor
19924      Branch: perl
19925            ! pod/perlretut.pod
19926 ____________________________________________________________________________
19927 [ 27988] By: rgs                                   on 2006/04/28  07:58:16
19928         Log: Fix typo in function call
19929      Branch: perl
19930            ! perlio.c
19931 ____________________________________________________________________________
19932 [ 27987] By: stevep                                on 2006/04/28  02:12:03
19933         Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful
19934              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19935              Date: Tue, 25 Apr 2006 18:23:39 +0300
19936              Message-ID: <444E3EFB.8020503@gmail.com>
19937      Branch: perl
19938            ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c
19939            ! universal.c util.c
19940 ____________________________________________________________________________
19941 [ 27986] By: davem                                 on 2006/04/27  23:15:02
19942         Log: another REIFY bug
19943      Branch: perl
19944            ! scope.c t/op/local.t
19945 ____________________________________________________________________________
19946 [ 27983] By: stevep                                on 2006/04/27  18:06:12
19947         Log: Upgrade to ExtUtils-Install-1.39
19948      Branch: perl
19949            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
19950            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t
19951            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t
19952 ____________________________________________________________________________
19953 [ 27982] By: stevep                                on 2006/04/27  17:53:11
19954         Log: Upgrade to Encode-2.15
19955      Branch: perl
19956            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
19957            ! ext/Encode/Unicode/Unicode.xs
19958            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
19959 ____________________________________________________________________________
19960 [ 27976] By: rgs                                   on 2006/04/27  12:29:47
19961         Log: Subject: [PATCH] Removing unused context
19962              From: andy@petdance.com (Andy Lester)
19963              Date: Thu, 27 Apr 2006 00:32:15 -0500
19964              Message-ID: <20060427053215.GA31445@petdance.com>
19965      Branch: perl
19966            ! embed.fnc embed.h proto.h sv.c
19967 ____________________________________________________________________________
19968 [ 27968] By: mhx                                   on 2006/04/26  19:18:09
19969         Log: Change type of temporary padoff_du used in dUNDERBAR
19970              from I32 to PADOFFSET, which is more correct (and fixes
19971              a warning in Devel::PPPort).
19972      Branch: perl
19973            ! XSUB.h
19974 ____________________________________________________________________________
19975 [ 27962] By: rgs                                   on 2006/04/26  07:53:36
19976         Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
19977              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
19978              Date: Mon, 24 Apr 2006 23:20:38 +0200
19979              Message-ID: <20060424232038.7550f9b6@r2d2>
19980      Branch: perl
19981            ! deb.c doio.c doop.c dump.c gv.c handy.h
19982            ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h
19983            ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
19984            ! regexec.c scope.h sv.c toke.c util.c
19985 ____________________________________________________________________________
19986 [ 27961] By: rgs                                   on 2006/04/26  07:38:38
19987         Log: Subject: [PATCH] threads - consolidate XS functions
19988              From: "Jerry D. Hedden" <jerry@hedden.us>
19989              Date: Tue, 25 Apr 2006 07:50:05 -0700
19990              Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net>
19991      Branch: perl
19992            ! ext/threads/threads.pm ext/threads/threads.xs
19993 ____________________________________________________________________________
19994 [ 27960] By: steveh                                on 2006/04/25  16:23:38
19995         Log: Make Module-Build aware of new Test-Harness output
19996              
19997              See also:
19998              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
19999      Branch: perl
20000            ! lib/Module/Build/t/compat.t
20001 ____________________________________________________________________________
20002 [ 27959] By: nicholas                              on 2006/04/25  12:51:40
20003         Log: Coverity has started to notice another inconsistency in our NULL
20004              pointer checking.
20005      Branch: perl
20006            ! pp_ctl.c
20007 ____________________________________________________________________________
20008 [ 27958] By: rgs                                   on 2006/04/25  08:41:38
20009         Log: Subject: [PATCH] use NOOP macro
20010              From: andy@petdance.com (Andy Lester)
20011              Date: Mon, 24 Apr 2006 13:44:51 -0500
20012              Message-ID: <20060424184451.GA1479@petdance.com>
20013      Branch: perl
20014            ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c
20015            ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c
20016 ____________________________________________________________________________
20017 [ 27957] By: rgs                                   on 2006/04/25  08:35:22
20018         Log: Subject: [PATCH] Continuing threads sync
20019              From: "Jerry D. Hedden" <jerry@hedden.us>
20020              Date: Mon, 24 Apr 2006 13:00:23 -0700
20021              Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net>
20022      Branch: perl
20023            ! ext/threads/t/free.t ext/threads/threads.pm
20024            ! ext/threads/threads.xs
20025 ____________________________________________________________________________
20026 [ 27956] By: nicholas                              on 2006/04/24  16:38:09
20027         Log: Perl_unpack_str() is a mathom!
20028      Branch: perl
20029            ! mathoms.c pp_pack.c
20030 ____________________________________________________________________________
20031 [ 27955] By: stevep                                on 2006/04/24  16:31:24
20032         Log: Really bump the version of File::Find.
20033      Branch: perl
20034            ! lib/File/Find.pm
20035 ____________________________________________________________________________
20036 [ 27954] By: stevep                                on 2006/04/24  16:29:59
20037         Log: Reverting change #27953, as it appears that File::Find has 
20038              localized the C<$_> usable by the wanted function since 
20039              version 1.04 (change #18501, to be exact).  Update the 
20040              docs to express this change.  Finally, bump the version.
20041      Branch: perl
20042            ! lib/File/Find.pm
20043 ____________________________________________________________________________
20044 [ 27953] By: stevep                                on 2006/04/24  15:27:39
20045         Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid?
20046              From: David Landgren <david@landgren.net>
20047              Date: Mon, 24 Apr 2006 13:02:02 +0200
20048              Message-ID: <444CB02A.2000604@landgren.net>
20049      Branch: perl
20050            ! lib/File/Find.pm
20051 ____________________________________________________________________________
20052 [ 27952] By: nicholas                              on 2006/04/24  13:21:09
20053         Log: Subject: Re: recursion now removed from the regex engine
20054              From: demerphq <demerphq@gmail.com>
20055              Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com>
20056              Date: Sun, 23 Apr 2006 21:10:34 +0200
20057      Branch: perl
20058            ! regcomp.sym regnodes.h
20059 ____________________________________________________________________________
20060 [ 27951] By: rgs                                   on 2006/04/24  12:15:58
20061         Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check 
20062              From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
20063              Date: Fri, 10 Mar 2006 20:10:49 -0800
20064              Message-ID: <rt-3.0.11-38709-130993.2.89182805885773@perl.org>
20065      Branch: perl
20066            ! doio.c t/op/taint.t
20067 ____________________________________________________________________________
20068 [ 27950] By: rgs                                   on 2006/04/24  11:59:25
20069         Log: Add regression test for bug #38475
20070      Branch: perl
20071            + t/op/attrhand.t
20072            ! MANIFEST
20073 ____________________________________________________________________________
20074 [ 27949] By: nicholas                              on 2006/04/24  10:52:09
20075         Log: Change 27947 forgot to remove one now-unneeded cast.
20076      Branch: perl
20077            ! sv.c
20078 ____________________________________________________________________________
20079 [ 27948] By: rgs                                   on 2006/04/24  10:33:34
20080         Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) 
20081              From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org>
20082              Date: Thu, 09 Feb 2006 06:33:51 -0800
20083              Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
20084      Branch: perl
20085            ! toke.c
20086 ____________________________________________________________________________
20087 [ 27947] By: nicholas                              on 2006/04/24  09:40:58
20088         Log: Following change 27942 it's clear that the return type of
20089              glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
20090              reflect what they do.
20091      Branch: perl
20092            ! embed.fnc embed.h proto.h sv.c
20093 ____________________________________________________________________________
20094 [ 27946] By: rgs                                   on 2006/04/24  08:08:03
20095         Log: Cleanup some gcc warnings
20096              Third and fourth patches from:
20097              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
20098              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
20099              Date: Sun, 23 Apr 2006 04:47:04 +0200
20100              Message-ID: <20060423044704.6a383ee8@r2d2>
20101      Branch: perl
20102            ! mg.c perl.h toke.c
20103 ____________________________________________________________________________
20104 [ 27945] By: rgs                                   on 2006/04/24  08:04:11
20105         Log: A couple of casts to PADOFFSET.
20106              2nd patch from :
20107              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
20108              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
20109              Date: Sun, 23 Apr 2006 04:47:04 +0200
20110              Message-ID: <20060423044704.6a383ee8@r2d2>
20111      Branch: perl
20112            ! op.c pad.c pp.c toke.c
20113 ____________________________________________________________________________
20114 [ 27944] By: rgs                                   on 2006/04/24  08:01:32
20115         Log: Ensure GvNAME doesn't return NULL
20116              First patch from :
20117              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
20118              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
20119              Date: Sun, 23 Apr 2006 04:47:04 +0200
20120              Message-ID: <20060423044704.6a383ee8@r2d2>
20121      Branch: perl
20122            ! embed.fnc gv.c gv.h proto.h
20123 ____________________________________________________________________________
20124 [ 27943] By: rgs                                   on 2006/04/24  07:39:23
20125         Log: Subject: [PATCH] doop.c consting, take 2
20126              From: andy@petdance.com (Andy Lester)
20127              Date: Sun, 23 Apr 2006 20:45:09 -0500
20128              Message-ID: <20060424014509.GA29642@petdance.com>
20129      Branch: perl
20130            ! doop.c embed.fnc proto.h
20131 ____________________________________________________________________________
20132 [ 27942] By: rgs                                   on 2006/04/24  07:27:33
20133         Log: Subject: [PATCH] Refactor S_glob_2inpuv
20134              From: andy@petdance.com (Andy Lester)
20135              Date: Sun, 23 Apr 2006 21:12:39 -0500
20136              Message-ID: <20060424021239.GA5449@petdance.com>
20137      Branch: perl
20138            ! embed.fnc embed.h proto.h sv.c
20139 ____________________________________________________________________________
20140 [ 27941] By: rgs                                   on 2006/04/24  07:14:49
20141         Log: Subject: [PATCH] Inlining static funcs in perl.c
20142              From: andy@petdance.com (Andy Lester)
20143              Date: Sun, 23 Apr 2006 21:50:27 -0500
20144              Message-ID: <20060424025027.GA25998@petdance.com>
20145      Branch: perl
20146            ! embed.fnc embed.h perl.c proto.h
20147 ____________________________________________________________________________
20148 [ 27940] By: nicholas                              on 2006/04/23  20:48:25
20149         Log: Assimilate Test::Harness 2.57_06
20150      Branch: perl
20151            ! lib/Test/Harness.pm lib/Test/Harness/Changes
20152            ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove
20153            ! lib/Test/Harness/t/version.t
20154 ____________________________________________________________________________
20155 [ 27939] By: stevep                                on 2006/04/22  23:08:50
20156         Log: Subject: Update to AUTHORS file
20157              From: Joshua Rodd <joshua@rodd.us>
20158              Date: Sat, 22 Apr 2006 14:39:11 -0400
20159              Message-ID: <20060422183911.GA19435@rodd.us>
20160      Branch: perl
20161            ! AUTHORS
20162 ____________________________________________________________________________
20163 [ 27938] By: nicholas                              on 2006/04/22  09:31:16
20164         Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these
20165              symbols" section.
20166              Minor tweaks to make it possible to use the code unchanged with 5.8.x
20167      Branch: perl
20168            + ext/re/re_comp.h ext/re/re_top.h
20169            ! MANIFEST regcomp.c regexec.c
20170 ____________________________________________________________________________
20171 [ 27937] By: nicholas                              on 2006/04/21  23:08:59
20172         Log: Remove the enable_debugging member from the structure, and instead
20173              decree that state & 1 indicates debugging. This is simpler.
20174      Branch: perl
20175            ! ext/re/re.xs
20176 ____________________________________________________________________________
20177 [ 27936] By: nicholas                              on 2006/04/21  21:40:49
20178         Log: Use a struct to hold the regexp engine state information, to make
20179              swapping possible between more two alternatives.
20180      Branch: perl
20181            ! ext/re/re.xs
20182 ____________________________________________________________________________
20183 [ 27935] By: nicholas                              on 2006/04/21  21:01:42
20184         Log: Merge the install and uninstall routines.
20185      Branch: perl
20186            ! ext/re/re.pm ext/re/re.xs
20187 ____________________________________________________________________________
20188 [ 27934] By: nicholas                              on 2006/04/21  20:38:15
20189         Log: Refactor re.pm slightly. This has no change to documented behaviour,
20190              but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do
20191              no re 'Debug'; will now find that it will load the debuging version of
20192              the regexp engine.
20193      Branch: perl
20194            ! ext/re/re.pm
20195 ____________________________________________________________________________
20196 [ 27933] By: rgs                                   on 2006/04/21  15:55:38
20197         Log: Subject: [PATCH] Rework threads destruct call
20198              From: "Jerry D. Hedden" <jerry@hedden.us>
20199              Date: Thu, 20 Apr 2006 13:53:20 -0700
20200              Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net>
20201      Branch: perl
20202            + ext/threads/t/free.t ext/threads/t/free2.t
20203            ! MANIFEST ext/threads/threads.xs
20204 ____________________________________________________________________________
20205 [ 27932] By: rgs                                   on 2006/04/21  13:01:09
20206         Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly 
20207              From: Alexey Toptygin <alexeyt@freeshell.org>
20208              Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC)
20209              Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org>
20210      Branch: perl
20211            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
20212 ____________________________________________________________________________
20213 [ 27931] By: nicholas                              on 2006/04/21  12:46:43
20214         Log: Why hide functions (and duplicate them) when you can just avoid
20215              compiling them in the first place?
20216      Branch: perl
20217            ! regcomp.c regexec.c
20218 ____________________________________________________________________________
20219 [ 27930] By: nicholas                              on 2006/04/21  11:38:24
20220         Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING
20221              build, we cannot assume that PL_reg_starttry isn't needed. So copy it
20222              in Perl_ss_dup.
20223      Branch: perl
20224            ! sv.c
20225 ____________________________________________________________________________
20226 [ 27927] By: nicholas                              on 2006/04/20  21:27:21
20227         Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from
20228              perl modules.
20229      Branch: perl
20230            ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm
20231 ____________________________________________________________________________
20232 [ 27925] By: stevep                                on 2006/04/20  20:55:09
20233         Log: Subject: Re: TODO tests and test::harness
20234              From: demerphq <demerphq@gmail.com>
20235              Date: Thu, 20 Apr 2006 22:36:08 +0200
20236              Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com>
20237      Branch: perl
20238            ! lib/Test/Harness.pm lib/Test/Harness/t/version.t
20239 ____________________________________________________________________________
20240 [ 27923] By: rgs                                   on 2006/04/20  20:24:46
20241         Log: Add test boilerplate and use test.pl instead of Test::More
20242      Branch: perl
20243            ! t/op/rxcode.t
20244 ____________________________________________________________________________
20245 [ 27922] By: rgs                                   on 2006/04/20  20:22:23
20246         Log: Add new tests for bug #32840 provided by David Landgren,
20247              as a new file rxcode.t (they mostly test $^R for now)
20248      Branch: perl
20249            + t/op/rxcode.t
20250            ! MANIFEST
20251 ____________________________________________________________________________
20252 [ 27919] By: nicholas                              on 2006/04/20  18:51:02
20253         Log: Tweak change 23256 to continue passing on 5.8.x
20254      Branch: perl
20255            ! lib/base/t/fields.t
20256 ____________________________________________________________________________
20257 [ 27918] By: nicholas                              on 2006/04/20  17:37:31
20258         Log: Convert two ok()s to better constructions.
20259      Branch: perl
20260            ! lib/base/t/fields.t
20261 ____________________________________________________________________________
20262 [ 27917] By: rgs                                   on 2006/04/20  17:25:43
20263         Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads
20264              From: "Jerry D. Hedden" <jerry@hedden.us>
20265              Date: Wed, 19 Apr 2006 05:32:14 -0700
20266              Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net>
20267      Branch: perl
20268            ! ext/threads/threads.pm ext/threads/threads.xs
20269 ____________________________________________________________________________
20270 [ 27913] By: nicholas                              on 2006/04/20  13:54:45
20271         Log: Fix typo in the description of change 21323.
20272      Branch: perl
20273            ! Changes
20274 ____________________________________________________________________________
20275 [ 27912] By: rgs                                   on 2006/04/20  12:59:50
20276         Log: New test for the "Assignment to both a list and a scalar" error,
20277              suggested by Stephen McCamant
20278      Branch: perl
20279            ! t/comp/parser.t
20280 ____________________________________________________________________________
20281 [ 27911] By: davem                                 on 2006/04/20  12:33:09
20282         Log: regmatch(): replace magic value -1000 with symbolic CHRTEST_VOID
20283      Branch: perl
20284            ! regexec.c
20285 ____________________________________________________________________________
20286 [ 27910] By: rgs                                   on 2006/04/20  10:02:25
20287         Log: Subject: [PATCH] op_type shrinking
20288              From: andy@petdance.com (Andy Lester)
20289              Date: Wed, 19 Apr 2006 23:16:53 -0500
20290              Message-ID: <20060420041653.GA28523@petdance.com>
20291      Branch: perl
20292            ! dump.c sv.c
20293 ____________________________________________________________________________
20294 [ 27909] By: rgs                                   on 2006/04/20  09:35:00
20295         Log: Subject: [PATCH] regexec consting & localizing
20296              From: andy@petdance.com (Andy Lester)
20297              Date: Wed, 19 Apr 2006 12:35:43 -0500
20298              Message-ID: <20060419173543.GA8268@petdance.com>
20299      Branch: perl
20300            ! regexec.c
20301 ____________________________________________________________________________
20302 [ 27908] By: rgs                                   on 2006/04/20  09:04:46
20303         Log: Subject: [PATCH] Localizing vars
20304              From: andy@petdance.com (Andy Lester)
20305              Date: Wed, 19 Apr 2006 23:44:01 -0500
20306              Message-ID: <20060420044401.GA2792@petdance.com>
20307      Branch: perl
20308            ! util.c
20309 ____________________________________________________________________________
20310 [ 27907] By: davem                                 on 2006/04/20  00:30:53
20311         Log: regmatch: merge the greedy and non-greedy branches of CURLYM
20312      Branch: perl
20313            ! regexec.c regexp.h
20314 ____________________________________________________________________________
20315 [ 27906] By: stevep                                on 2006/04/19  16:40:56
20316         Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm
20317              From: Linda Walsh (via RT) <perlbug-followup@perl.org>
20318              Date: Mon, 10 Apr 2006 18:53:46 -0700
20319              Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org>
20320      Branch: perl
20321            ! lib/Benchmark.pm
20322 ____________________________________________________________________________
20323 [ 27905] By: stevep                                on 2006/04/19  16:32:26
20324         Log: Changes to perlfaq8 "How do I find out if I'm running interactively 
20325              or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction
20326      Branch: perl
20327            ! pod/perlfaq8.pod
20328 ____________________________________________________________________________
20329 [ 27904] By: stevep                                on 2006/04/19  14:57:36
20330         Log: Add a TODO test for RT #1085: "what should be output of perl -we
20331              'print do { foreach (1, 2) { 1; } }'"
20332      Branch: perl
20333            ! t/cmd/for.t
20334 ____________________________________________________________________________
20335 [ 27903] By: davem                                 on 2006/04/19  13:56:07
20336         Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
20337      Branch: perl
20338            ! regexec.c regexp.h t/op/re_tests
20339 ____________________________________________________________________________
20340 [ 27902] By: rgs                                   on 2006/04/19  11:38:11
20341         Log: Upgrade to Test::Harness 2.57_05
20342      Branch: perl
20343            + lib/Test/Harness/Util.pm
20344            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
20345            ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm
20346            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
20347            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
20348            ! lib/Test/Harness/t/prove-globbing.t
20349            ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
20350            ! lib/Test/Harness/t/test-harness.t
20351 ____________________________________________________________________________
20352 [ 27901] By: nicholas                              on 2006/04/19  11:20:08
20353         Log: newCONSTSUB needs to be robust in case CopFILE is NULL.
20354      Branch: perl
20355            ! op.c
20356 ____________________________________________________________________________
20357 [ 27900] By: nicholas                              on 2006/04/19  09:58:19
20358         Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
20359      Branch: perl
20360            ! op.h
20361 ____________________________________________________________________________
20362 [ 27899] By: rgs                                   on 2006/04/19  09:34:48
20363         Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
20364              so use it (and this fixes a valgrind memory access error)
20365      Branch: perl
20366            ! regcomp.c
20367 ____________________________________________________________________________
20368 [ 27898] By: nicholas                              on 2006/04/19  09:22:03
20369         Log: Avoid temporarily writing over the prototype when reporting an error.
20370              (And beef up the relevant tests to really check that it all works).
20371      Branch: perl
20372            ! op.c t/comp/proto.t
20373 ____________________________________________________________________________
20374 [ 27897] By: rgs                                   on 2006/04/19  09:09:14
20375         Log: Replace some Copy() by Move() calls, because valgrind reports
20376              we can have overlapping memory areas here
20377      Branch: perl
20378            ! doop.c
20379 ____________________________________________________________________________
20380 [ 27896] By: nicholas                              on 2006/04/19  08:42:18
20381         Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like
20382              a Jumblie's preferred maritime craft. To free CvFILE for this case,
20383              take advantage of the 0 length prototype that will also be there,
20384              and hang it from the prototype. To do this properly means changing
20385              code to actually pay attention to SvCUR() on prototypes. It turns out
20386              that we always know the length of the prototype string, so this may
20387              be faster. Certainly, it's a memory saving (even ignoring the leak).
20388      Branch: perl
20389            ! dump.c embed.fnc embed.h global.sym mathoms.c op.c
20390            ! pod/perlapi.pod proto.h sv.c util.c
20391 ____________________________________________________________________________
20392 [ 27895] By: nicholas                              on 2006/04/19  07:55:18
20393         Log: Fix compilation of microperl, which doesn't have INT_MAX.
20394      Branch: perl
20395            ! toke.c
20396 ____________________________________________________________________________
20397 [ 27894] By: nicholas                              on 2006/04/18  19:52:19
20398         Log: Revert 27869 at Jarkko's request.
20399      Branch: perl
20400            ! regcomp.c
20401 ____________________________________________________________________________
20402 [ 27893] By: davem                                 on 2006/04/18  17:03:15
20403         Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.
20404              Also defer altering the cache bit until CACHEsayYES/NO is called
20405      Branch: perl
20406            ! regexec.c t/op/re_tests
20407 ____________________________________________________________________________
20408 [ 27892] By: stevep                                on 2006/04/18  16:47:58
20409         Log: Add a TODO regarding merging the win32 and wince codebases.
20410      Branch: perl
20411            ! pod/perltodo.pod
20412 ____________________________________________________________________________
20413 [ 27891] By: rgs                                   on 2006/04/18  16:05:15
20414         Log: When checking whether perl is built with -g in optimisation
20415              flags, use a more tolerant regexp, because we can now have
20416              things like '-O2 -g'.
20417      Branch: perl
20418            ! Makefile.SH
20419 ____________________________________________________________________________
20420 [ 27890] By: nicholas                              on 2006/04/18  16:03:10
20421         Log: Expand "am I hot or not" into a more general "Profile Perl" section.
20422      Branch: perl
20423            ! pod/perltodo.pod
20424 ____________________________________________________________________________
20425 [ 27889] By: stevep                                on 2006/04/18  15:47:48
20426         Log: A fix to change #27845 to get it to compile with -DPERL_MAD.
20427      Branch: perl
20428            ! dump.c
20429 ____________________________________________________________________________
20430 [ 27888] By: steveh                                on 2006/04/18  15:17:52
20431         Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit
20432              From: "Jan Dubois" <jand@ActiveState.com>
20433              Date: Mon, 17 Apr 2006 01:48:34 -0700
20434              Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy>
20435              
20436              and make similar changes to win32/makefile.mk
20437              and delete a spurious extra line from that file
20438      Branch: perl
20439            ! win32/Makefile win32/makefile.mk
20440 ____________________________________________________________________________
20441 [ 27887] By: rgs                                   on 2006/04/18  14:02:23
20442         Log: Addition to README.riscos suggested by Nicholas
20443      Branch: perl
20444            ! README.riscos
20445 ____________________________________________________________________________
20446 [ 27886] By: nicholas                              on 2006/04/18  13:18:27
20447         Log: Note that Rafael has done the first cut of state variables.
20448              Document that UTF-8 cleansing the tokeniser and the pads is TODO.
20449      Branch: perl
20450            ! pod/perltodo.pod
20451 ____________________________________________________________________________
20452 [ 27885] By: nicholas                              on 2006/04/18  13:10:35
20453         Log: Relocatable @INC and parallel builds pretty much work now.
20454      Branch: perl
20455            ! pod/perltodo.pod
20456 ____________________________________________________________________________
20457 [ 27884] By: rgs                                   on 2006/04/18  12:48:31
20458         Log: Subject: [PATCH] Support compiling for RISC OS
20459              From: Alex Waugh <alex@alexwaugh.com>
20460              Date: Mon, 17 Apr 2006 00:14:26 +0100
20461              Message-ID: <2498b2184e.ajw498@caramel.cp15.org>
20462      Branch: perl
20463            + README.riscos hints/riscos.sh
20464            ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c
20465 ____________________________________________________________________________
20466 [ 27883] By: nicholas                              on 2006/04/18  11:18:12
20467         Log: Coverity still thinks that there is a route through do_vop that can
20468              leak resources. I believe that it's spotted that you can skip all the
20469              cases in the switch. Plug that hole.
20470      Branch: perl
20471            ! doop.c
20472 ____________________________________________________________________________
20473 [ 27882] By: nicholas                              on 2006/04/18  10:54:15
20474         Log: Coverity insists that if we deference a pointer without checking, and
20475              subsequently check that same pointer before deferencing it, something
20476              in our code or our logic is bogus. So assert() that it's safe the
20477              first time and remove the second check.
20478      Branch: perl
20479            ! regcomp.c
20480 ____________________________________________________________________________
20481 [ 27881] By: nicholas                              on 2006/04/17  20:50:34
20482         Log: Fix an error, spotted by Tim Bunce.
20483      Branch: perl
20484            ! pod/perlfunc.pod
20485 ____________________________________________________________________________
20486 [ 27880] By: nicholas                              on 2006/04/17  20:41:00
20487         Log: Coderefs in @INC are done and documented.
20488      Branch: perl
20489            ! pod/perltodo.pod
20490 ____________________________________________________________________________
20491 [ 27879] By: nicholas                              on 2006/04/17  20:35:52
20492         Log: Document all the return values that code references in @INC can return.
20493      Branch: perl
20494            ! pod/perlfunc.pod
20495 ____________________________________________________________________________
20496 [ 27878] By: stevep                                on 2006/04/17  20:05:03
20497         Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice.
20498              Never made it to the mailing list though, so, was never found.  Patch
20499              previously provided to the Pod-Perldoc CPAN RT queue.
20500      Branch: perl
20501            ! lib/Pod/Perldoc.pm
20502 ____________________________________________________________________________
20503 [ 27877] By: nicholas                              on 2006/04/17  19:12:23
20504         Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
20505              but the real problem is down in Perl_filter_read() in toke.c.
20506      Branch: perl
20507            ! toke.c
20508 ____________________________________________________________________________
20509 [ 27876] By: nicholas                              on 2006/04/17  18:30:59
20510         Log: Coverity is a persistent beast. Hot on the tails of fixing one leak,
20511              it notices a slightly earlier leak.
20512              (Which also suggests that marking bugs as RESOLVED isn't a great plan,
20513              as it's not clear whether that calls off the dogs of war. I'd much
20514              prefer it to be forced to scan again, and give a positve "all clear"
20515              (or more accurately "nowt wrong I can see with that"))
20516      Branch: perl
20517            ! ext/Storable/Storable.xs
20518 ____________________________________________________________________________
20519 [ 27875] By: nicholas                              on 2006/04/17  16:52:54
20520         Log: Turn on UTF8 cache assertions with -Ca
20521      Branch: perl
20522            ! locale.c perl.c perl.h pod/perlrun.pod util.c
20523 ____________________________________________________________________________
20524 [ 27874] By: nicholas                              on 2006/04/17  16:52:07
20525         Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
20526      Branch: perl
20527            ! ext/ByteLoader/bytecode.h
20528 ____________________________________________________________________________
20529 [ 27873] By: stevep                                on 2006/04/17  16:49:51
20530         Log: Upgrade to CGI.pm-3.19.
20531      Branch: perl
20532            ! lib/CGI.pm lib/CGI/Changes
20533 ____________________________________________________________________________
20534 [ 27872] By: nicholas                              on 2006/04/17  15:33:21
20535         Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible
20536              subflags for -C if the two Unicode TODOs are done.
20537      Branch: perl
20538            ! pod/perlrun.pod pod/perltodo.pod
20539 ____________________________________________________________________________
20540 [ 27871] By: nicholas                              on 2006/04/17  15:11:03
20541         Log: Subject: Re: [PATCH] update to pp_complement() via Coverity
20542              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20543              Message-Id: <20060416184044.4ADB.BQW10602@nifty.com>
20544              Date: Sun, 16 Apr 2006 18:45:37 +0900
20545              
20546              Subject: Re: [PATCH] update to pp_complement() via Coverity
20547              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20548              Message-Id: <20060417230614.20A5.BQW10602@nifty.com>
20549              Date: Mon, 17 Apr 2006 23:06:21 +0900
20550      Branch: perl
20551            ! pp.c t/op/bop.t
20552 ____________________________________________________________________________
20553 [ 27870] By: nicholas                              on 2006/04/17  14:48:13
20554         Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
20555              exclude when not compiling with ithreads. It would be good to automate
20556              the processing of this.
20557      Branch: perl
20558            ! makedef.pl
20559 ____________________________________________________________________________
20560 [ 27869] By: nicholas                              on 2006/04/17  13:38:30
20561         Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed
20562              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
20563              Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi>
20564              Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST)
20565      Branch: perl
20566            ! regcomp.c
20567 ____________________________________________________________________________
20568 [ 27868] By: nicholas                              on 2006/04/17  13:15:34
20569         Log: Note in av_store() that S_regclass relies on being able to pass NULL.
20570      Branch: perl
20571            ! av.c
20572 ____________________________________________________________________________
20573 [ 27867] By: nicholas                              on 2006/04/17  13:14:55
20574         Log: Add assertions to cover cases where the Coverity scanner thinks we
20575              could are deferencing a NULL pointer, but we think it missed something
20576              it should have been capable of figuring out.
20577      Branch: perl
20578            ! hv.c op.c
20579 ____________________________________________________________________________
20580 [ 27866] By: nicholas                              on 2006/04/17  12:48:43
20581         Log: Add Dave's explainations of why certain pointers are always non-NULL,
20582              and assert() that it is true.
20583      Branch: perl
20584            ! regexec.c
20585 ____________________________________________________________________________
20586 [ 27865] By: stevep                                on 2006/04/17  12:30:08
20587         Log: Subject: [PATCH] fix cygwin build
20588              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20589              Date: Sun, 16 Apr 2006 18:05:20 -0700
20590              Message-ID: <20060417010520.GA2888@efn.org>
20591      Branch: perl
20592            ! cygwin/Makefile.SHs
20593 ____________________________________________________________________________
20594 [ 27863] By: merijn                                on 2006/04/17  12:18:07
20595         Log: Support for -DDEBUGGING and its alias -DEBUGGING
20596      Branch: perl
20597            ! Configure INSTALL config_h.SH
20598 ____________________________________________________________________________
20599 [ 27862] By: nicholas                              on 2006/04/17  12:07:23
20600         Log: Revert change 27818, as change 27853 fixes the real bug.
20601      Branch: perl
20602            ! sv.c
20603 ____________________________________________________________________________
20604 [ 27861] By: stevep                                on 2006/04/17  11:53:04
20605         Log: Subject: [PATCH] Compress::Zlib
20606              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
20607              Date: Mon, 17 Apr 2006 10:58:30 +0100
20608              Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com>
20609      Branch: perl
20610            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
20611            ! ext/Compress/Zlib/t/14gzopen.t
20612 ____________________________________________________________________________
20613 [ 27860] By: nicholas                              on 2006/04/17  11:39:27
20614         Log: Subject: [PATCH] pp_ctl.c caching
20615              From: andy@petdance.com (Andy Lester)
20616              Message-ID: <20060417044035.GA28818@petdance.com>
20617              Date: Sun, 16 Apr 2006 23:40:35 -0500
20618      Branch: perl
20619            ! pp_ctl.c
20620 ____________________________________________________________________________
20621 [ 27859] By: nicholas                              on 2006/04/17  11:37:38
20622         Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84)
20623              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
20624              Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi>
20625              Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST)
20626      Branch: perl
20627            ! doop.c
20628 ____________________________________________________________________________
20629 [ 27857] By: nicholas                              on 2006/04/17  10:28:40
20630         Log: Revert 27856.
20631      Branch: perl
20632            ! doop.c
20633 ____________________________________________________________________________
20634 [ 27856] By: nicholas                              on 2006/04/17  10:24:58
20635         Log: The danger of piping an mbox to patch is that it contains more than
20636              one message. So both:
20637              
20638              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
20639              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
20640              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
20641              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
20642              
20643              and
20644              
20645              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
20646              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
20647              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
20648              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
20649      Branch: perl
20650            ! doop.c
20651 ____________________________________________________________________________
20652 [ 27855] By: davem                                 on 2006/04/16  23:30:36
20653         Log: generalize the 'continue on success' mechanism of deferred REs
20654      Branch: perl
20655            ! regexec.c regexp.h
20656 ____________________________________________________________________________
20657 [ 27854] By: davem                                 on 2006/04/16  23:12:31
20658         Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros
20659      Branch: perl
20660            ! regexec.c
20661 ____________________________________________________________________________
20662 [ 27853] By: davem                                 on 2006/04/16  23:07:13
20663         Log: stop PL_op and PL_curpad referring to different pads at start of doeval
20664              (this could make find_uninit_var do Bad Things)
20665      Branch: perl
20666            ! pp_ctl.c
20667 ____________________________________________________________________________
20668 [ 27852] By: nicholas                              on 2006/04/16  21:44:59
20669         Log: Fix bug introduced with change 27841. (len + 1, not just len).
20670      Branch: perl
20671            ! sv.c
20672 ____________________________________________________________________________
20673 [ 27851] By: nicholas                              on 2006/04/16  19:06:19
20674         Log: Coverity is flagging a potential problem because it sees a check for
20675              NULL and assumes that this means that the variable host could be
20676              NULL. It can't, and the check added in change 13291 was a little bit
20677              more than the minimal solution needed for the bug report
20678              [ID 20011126.148]
20679              Hence remove the NULL check.
20680      Branch: perl
20681            ! ext/Socket/Socket.xs
20682 ____________________________________________________________________________
20683 [ 27850] By: nicholas                              on 2006/04/16  18:09:33
20684         Log: Subject: [PATCH] op.c patch, 2nd version
20685              From: andy@petdance.com (Andy Lester)
20686              Message-ID: <20060415042924.GA1786@petdance.com>
20687              Date: Fri, 14 Apr 2006 23:29:24 -0500
20688      Branch: perl
20689            ! op.c
20690 ____________________________________________________________________________
20691 [ 27849] By: nicholas                              on 2006/04/16  15:04:36
20692         Log: A scalar reference returned from a coderef in @INC is treated as the
20693              initial "content" of the file. When it is exhausted input is taken
20694              from a real file handle, or a generator sub, if either exists.
20695      Branch: perl
20696            ! pp_ctl.c t/op/incfilter.t
20697 ____________________________________________________________________________
20698 [ 27848] By: stevep                                on 2006/04/16  14:03:59
20699         Log: Subject: [PATCH] remove some cruft from makedef.pl
20700              From: "Jan Dubois" <jand@ActiveState.com>
20701              Date: Sun, 16 Apr 2006 02:05:00 -0700
20702              Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy>
20703      Branch: perl
20704            ! embed.fnc global.sym makedef.pl
20705 ____________________________________________________________________________
20706 [ 27847] By: stevep                                on 2006/04/16  13:52:47
20707         Log: Subject: [PATCH] testcase for change #27832
20708              From: "Jan Dubois" <jand@ActiveState.com>
20709              Date: Sun, 16 Apr 2006 00:57:00 -0700
20710              Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy>
20711      Branch: perl
20712            ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod
20713 ____________________________________________________________________________
20714 [ 27846] By: stevep                                on 2006/04/16  13:44:47
20715         Log: Stray pod/perlapi.pod change found after a regen.
20716      Branch: perl
20717            ! pod/perlapi.pod
20718 ____________________________________________________________________________
20719 [ 27845] By: stevep                                on 2006/04/16  13:43:01
20720         Log: Subject: [PATCH] dump.c patch redux
20721              From: andy@petdance.com (Andy Lester)
20722              Date: Sun, 16 Apr 2006 00:29:36 -0500
20723              Message-ID: <20060416052936.GA19143@petdance.com>
20724      Branch: perl
20725            ! dump.c embed.fnc embed.h proto.h
20726 ____________________________________________________________________________
20727 [ 27843] By: nicholas                              on 2006/04/16  13:25:18
20728         Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
20729              allocated space for an initialised a trailing NUL.
20730      Branch: perl
20731            ! doop.c
20732 ____________________________________________________________________________
20733 [ 27842] By: nicholas                              on 2006/04/16  12:06:57
20734         Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM.
20735      Branch: perl
20736            ! sv.c
20737 ____________________________________________________________________________
20738 [ 27841] By: nicholas                              on 2006/04/16  11:35:38
20739         Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which
20740              signals that the buffer passed in is already well-formed for use as
20741              SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc()
20742              to add a NUL can be skipped.
20743      Branch: perl
20744            ! pp.c sv.c sv.h
20745 ____________________________________________________________________________
20746 [ 27840] By: nicholas                              on 2006/04/16  11:03:28
20747         Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the
20748              other two to mathoms.c
20749      Branch: perl
20750            ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h
20751 ____________________________________________________________________________
20752 [ 27839] By: nicholas                              on 2006/04/16  10:37:46
20753         Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller
20754              bugs.
20755      Branch: perl
20756            ! sv.c
20757 ____________________________________________________________________________
20758 [ 27838] By: nicholas                              on 2006/04/16  10:37:04
20759         Log: Fix htmllink.t to cater for the case where perladmin isn't an empty
20760              string.
20761      Branch: perl
20762            ! lib/Pod/t/htmllink.t
20763 ____________________________________________________________________________
20764 [ 27837] By: nicholas                              on 2006/04/16  09:36:18
20765         Log: Coverity notes that we might be dereferencing fgv before a check that
20766              it's not NULL. In fact, the code ordering meant that one "if (fgv)"
20767              would always be true. So fix this.
20768      Branch: perl
20769            ! pp_sys.c
20770 ____________________________________________________________________________
20771 [ 27836] By: stevep                                on 2006/04/16  05:24:04
20772         Log: Subject: [PATCH] update to pp_complement() via Coverity
20773              From: andy@petdance.com (Andy Lester)
20774              Date: Sun, 16 Apr 2006 00:14:23 -0500
20775              Message-ID: <20060416051423.GA17063@petdance.com>
20776      Branch: perl
20777            ! pp.c
20778 ____________________________________________________________________________
20779 [ 27835] By: stevep                                on 2006/04/16  05:17:57
20780         Log: Subject: [PATCH] clean up hv_assert()
20781              From: andy@petdance.com (Andy Lester)
20782              Date: Sat, 15 Apr 2006 23:18:27 -0500
20783              Message-ID: <20060416041827.GA3031@petdance.com>
20784      Branch: perl
20785            ! hv.c
20786 ____________________________________________________________________________
20787 [ 27834] By: stevep                                on 2006/04/16  05:12:56
20788         Log: Subject: [PATCH] Removed unused var in a macro
20789              From: andy@petdance.com (Andy Lester)
20790              Date: Sat, 15 Apr 2006 23:32:53 -0500
20791              Message-ID: <20060416043253.GA3438@petdance.com>
20792      Branch: perl
20793            ! thread.h
20794 ____________________________________________________________________________
20795 [ 27833] By: stevep                                on 2006/04/16  04:59:19
20796         Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2"
20797              From: "Jan Dubois" <jand@ActiveState.com>
20798              Date: Fri, 14 Apr 2006 13:13:20 -0700
20799              Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy>
20800      Branch: perl
20801            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
20802 ____________________________________________________________________________
20803 [ 27832] By: stevep                                on 2006/04/16  04:50:15
20804         Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings
20805              From: "Jan Dubois" <jand@ActiveState.com>
20806              Date: Mon, 10 Apr 2006 15:32:23 -0700
20807              Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy>
20808      Branch: perl
20809            ! lib/Pod/Html.pm
20810 ____________________________________________________________________________
20811 [ 27831] By: stevep                                on 2006/04/16  04:41:34
20812         Log: Subject: [PATCH] Missing part of change 25186
20813              From: "Jan Dubois" <jand@ActiveState.com>
20814              Date: Thu, 13 Apr 2006 18:26:29 -0700
20815              Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
20816      Branch: perl
20817            ! lib/Pod/t/htmllink.t
20818 ____________________________________________________________________________
20819 [ 27830] By: stevep                                on 2006/04/16  04:37:46
20820         Log: Subject: [PATCH] Missing part of change 25676
20821              From: "Jan Dubois" <jand@ActiveState.com>
20822              Date: Thu, 13 Apr 2006 18:19:26 -0700
20823              Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
20824      Branch: perl
20825            ! lib/Pod/t/htmllink.t
20826 ____________________________________________________________________________
20827 [ 27829] By: nicholas                              on 2006/04/15  23:51:10
20828         Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity)
20829              From: bah@longitude.com
20830              Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
20831              Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
20832      Branch: perl
20833            ! pp_sys.c
20834 ____________________________________________________________________________
20835 [ 27828] By: nicholas                              on 2006/04/15  23:41:23
20836         Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity)
20837              From: bah@longitude.com
20838              Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com>
20839              Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT)
20840      Branch: perl
20841            ! ext/Storable/Storable.xs
20842 ____________________________________________________________________________
20843 [ 27827] By: nicholas                              on 2006/04/15  22:44:30
20844         Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in
20845              GV slots. (Which source filters are prone to do to them).
20846      Branch: perl
20847            ! dump.c
20848 ____________________________________________________________________________
20849 [ 27826] By: nicholas                              on 2006/04/15  21:50:12
20850         Log: Coverity was getting upset about an assignment from a function
20851              returning int to a U8 variable. Curiously it was only getting upset
20852              about the first of many.
20853              However, we are doing NO ERROR CHECKING on whether we read in the
20854              requested number of bytes of bytecode. All except BGET_op_tr_array
20855              will now croak on a short read.
20856      Branch: perl
20857            ! ext/ByteLoader/bytecode.h
20858 ____________________________________________________________________________
20859 [ 27825] By: nicholas                              on 2006/04/15  21:43:13
20860         Log: Coverity reports that Storable can potentially cause a NULL pointer
20861              dereference while iterating a hash. This should never happen unless
20862              the hash lies about how many keys it has, so croak if a fib is spotted.
20863      Branch: perl
20864            ! ext/Storable/Storable.xs
20865 ____________________________________________________________________________
20866 [ 27824] By: nicholas                              on 2006/04/15  21:11:44
20867         Log: Coverity notes that resource are leaked in the unfinished and never
20868              called function _utf8_to_bytes.
20869      Branch: perl
20870            ! ext/Encode/Encode.xs
20871 ____________________________________________________________________________
20872 [ 27823] By: nicholas                              on 2006/04/15  20:55:20
20873         Log: Coverity correctly reports that gv might (just) be NULL. So don't
20874              derefernece it if it is.
20875      Branch: perl
20876            ! ext/IO/IO.pm ext/IO/IO.xs
20877 ____________________________________________________________________________
20878 [ 27822] By: nicholas                              on 2006/04/15  20:54:44
20879         Log: Update the assertion to a croak "Out of range special SV number"
20880              to give ByteLoader more meaningful failure diagnostics.
20881      Branch: perl
20882            ! ext/ByteLoader/bytecode.h
20883 ____________________________________________________________________________
20884 [ 27821] By: nicholas                              on 2006/04/15  20:19:22
20885         Log: I believe that it makes little sense for the simple user filters
20886              provided by coderefs to be run in block mode. Hence always read from
20887              the upstream filter in line mode, and always call the user's filter
20888              with 1 line.
20889      Branch: perl
20890            ! pp_ctl.c
20891 ____________________________________________________________________________
20892 [ 27820] By: nicholas                              on 2006/04/15  20:01:58
20893         Log: Fix a bug - the introduction of the caching code means that we should
20894              initialise the SV upstream after it.
20895              assert that filter_sub is always non-null now.
20896      Branch: perl
20897            ! pp_ctl.c
20898 ____________________________________________________________________________
20899 [ 27819] By: nicholas                              on 2006/04/15  19:37:32
20900         Log: Augment the user filter caching code so that if the user filter returns
20901              multiple lines, only one line at a time is returned.
20902              Rename the variable len to status, as it is the status value.
20903      Branch: perl
20904            ! pp_ctl.c t/op/incfilter.t
20905 ____________________________________________________________________________
20906 [ 27818] By: nicholas                              on 2006/04/15  19:17:51
20907         Log: Deep in the bowels of creating new and exciting bugs, I managed to
20908              segfault the uninitialised value reporting code. This protects against
20909              the segfault.
20910      Branch: perl
20911            ! sv.c
20912 ____________________________________________________________________________
20913 [ 27817] By: nicholas                              on 2006/04/15  18:08:04
20914         Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code.
20915      Branch: perl
20916            ! t/op/incfilter.t
20917 ____________________________________________________________________________
20918 [ 27816] By: nicholas                              on 2006/04/15  18:05:12
20919         Log: If the downstream caller wants block mode, and we're in line mode,
20920              then don't return more bytes than they asked for. Hold bytes over
20921              until next time if necessary.
20922      Branch: perl
20923            ! pp_ctl.c t/op/incfilter.t
20924 ____________________________________________________________________________
20925 [ 27815] By: nicholas                              on 2006/04/15  17:00:54
20926         Log: Eliminate the filter_child_proc hack from pp_require.
20927      Branch: perl
20928            ! pp_ctl.c
20929 ____________________________________________________________________________
20930 [ 27814] By: nicholas                              on 2006/04/15  16:43:22
20931         Log: If you return void from a filter subroutine, the caller's status is
20932              used. If not, your last statement is the return value, and if it keeps
20933              being +ve you'll never hit EOF.
20934              The probably should be a sanity check for this in toke.c, but I'm not
20935              sure how.
20936      Branch: perl
20937            ! t/op/incfilter.t
20938 ____________________________________________________________________________
20939 [ 27813] By: nicholas                              on 2006/04/15  16:42:23
20940         Log: Tests for having multiple pipes open simultaneously.
20941              (See comment added in change 3771 about this apparently being buggy)
20942      Branch: perl
20943            ! t/op/inccode.t
20944 ____________________________________________________________________________
20945 [ 27812] By: nicholas                              on 2006/04/15  13:45:13
20946         Log: Add more tests for the builtin source filter implementation, and fix
20947              two bugs - it would loop infinitely if data were already in the read
20948              buffer, and it would process those data twice.
20949      Branch: perl
20950            ! pp_ctl.c t/op/incfilter.t
20951 ____________________________________________________________________________
20952 [ 27811] By: nicholas                              on 2006/04/15  11:59:26
20953         Log: Add a test for source filters returned from code references in @INC.
20954      Branch: perl
20955            + t/op/incfilter.t
20956            ! MANIFEST
20957 ____________________________________________________________________________
20958 [ 27810] By: nicholas                              on 2006/04/15  11:22:29
20959         Log: Bump the expect file count in readdir.t. We keep writing more tests.
20960      Branch: perl
20961            ! t/op/readdir.t
20962 ____________________________________________________________________________
20963 [ 27809] By: nicholas                              on 2006/04/15  10:51:48
20964         Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity)
20965              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
20966              Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi>
20967              Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST)
20968              
20969              (with a correction)
20970      Branch: perl
20971            ! perlio.c
20972 ____________________________________________________________________________
20973 [ 27808] By: craigb                                on 2006/04/15  06:05:44
20974         Log: Fix bug in prime_env_iter where the terms of a comparison were reversed
20975              so we thought we didn't have a logical name table when we did.  Reported as:
20976              Subject: LWP::Simple crashes on VMSperl
20977              From: "juna" <ggl.20.jj...@spamgourmet.com>
20978              Date: 24 Mar 2006 13:52:41 -0800
20979              Newsgroups: comp.os.vms,comp.lang.perl.misc
20980              Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com>
20981      Branch: perl
20982            ! vms/vms.c
20983 ____________________________________________________________________________
20984 [ 27807] By: craigb                                on 2006/04/15  00:45:26
20985         Log: Honor READALL privilege in cando_by_name (from Scott
20986              Lepage of HP OpenVMS Engineering)
20987      Branch: perl
20988            ! vms/vms.c
20989 ____________________________________________________________________________
20990 [ 27806] By: craigb                                on 2006/04/15  00:42:41
20991         Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
20992              of Scott Lepage at HP.
20993      Branch: perl
20994            ! vms/vms.c
20995 ____________________________________________________________________________
20996 [ 27805] By: nicholas                              on 2006/04/14  20:44:27
20997         Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
20998              save the warnings on PL_compiling, so constraining its use to what we
20999              can test seems to make sense. Particularly as testing Perl_ss_dup is
21000              tricky.
21001      Branch: perl
21002            ! op.c pp_ctl.c scope.c scope.h sv.c
21003 ____________________________________________________________________________
21004 [ 27804] By: nicholas                              on 2006/04/14  19:44:34
21005         Log: In the description of require, clarify the file handle return and why
21006              C<INC> must be qualified.
21007      Branch: perl
21008            ! pod/perlfunc.pod
21009 ____________________________________________________________________________
21010 [ 27803] By: nicholas                              on 2006/04/14  16:43:03
21011         Log: S_glob_2inpuv() did not check if lenp was NULL. Oops.
21012      Branch: perl
21013            ! sv.c
21014 ____________________________________________________________________________
21015 [ 27802] By: nicholas                              on 2006/04/14  16:18:30
21016         Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
21017      Branch: perl
21018            ! pp_ctl.c
21019 ____________________________________________________________________________
21020 [ 27801] By: rgs                                   on 2006/04/14  16:11:19
21021         Log: Subject: [PATCH] doop.c: (Coverity) found a bug but not quite what Coverity thought it did (try valgrind on the new bop.t without the doop.c patch)
21022              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
21023              Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST)
21024              Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi>
21025      Branch: perl
21026            ! doop.c pod/perlapi.pod sv.c t/op/bop.t
21027 ____________________________________________________________________________
21028 [ 27800] By: nicholas                              on 2006/04/14  14:45:04
21029         Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
21030              Remove a reference to the deleted function Perl_refcounted_he_dup.
21031      Branch: perl
21032            ! embed.fnc embed.h global.sym makedef.pl
21033 ____________________________________________________________________________
21034 [ 27799] By: stevep                                on 2006/04/14  12:16:01
21035         Log: Subject: [PATCH] IO::Compress::*
21036              From: Paul Marquess <paul.marquess@ntlworld.com>
21037              Date: Fri, 14 Apr 2006 09:05:39 +0100
21038              Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
21039      Branch: perl
21040            ! ext/Compress/IO/Base/Changes
21041            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
21042            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
21043            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
21044            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
21045            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
21046            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
21047            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
21048            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
21049            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
21050            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
21051            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
21052            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
21053            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
21054            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
21055            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
21056            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
21057            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
21058            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
21059            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
21060            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
21061            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
21062            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
21063            ! ext/Compress/Raw/Zlib/README
21064            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
21065            ! ext/Compress/Zlib/README
21066            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
21067            ! t/lib/compress/generic.pl
21068 ____________________________________________________________________________
21069 [ 27798] By: nicholas                              on 2006/04/14  11:50:56
21070         Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
21071              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
21072              Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
21073              Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)
21074      Branch: perl
21075            ! perlio.c
21076 ____________________________________________________________________________
21077 [ 27797] By: stevep                                on 2006/04/14  11:26:59
21078         Log: Reverting change #27791 which may cause corruption addition corruption
21079              within a regular expression.
21080      Branch: perl
21081            ! regexec.c
21082 ____________________________________________________________________________
21083 [ 27796] By: rgs                                   on 2006/04/14  08:42:27
21084         Log: Fix implementation of threads->_handle on unixes.
21085              See :
21086              Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
21087              From: "Jerry D. Hedden" <jerry@hedden.us>
21088              Date: Tue, 04 Apr 2006 09:25:20 -0700
21089              Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
21090      Branch: perl
21091            ! ext/threads/threads.xs
21092 ____________________________________________________________________________
21093 [ 27795] By: nicholas                              on 2006/04/13  21:59:52
21094         Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of
21095              fixing a bug in B, and non-robust autogenerated code. When
21096              autogenerating initialiser statements for an array, it's a bad plan to
21097              have the size of that array hard coded.
21098      Branch: perl
21099            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
21100 ____________________________________________________________________________
21101 [ 27794] By: davem                                 on 2006/04/13  18:31:54
21102         Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
21103              (only another 434 to go ...)
21104      Branch: perl
21105            ! embed.fnc proto.h regexec.c regexp.h sv.c
21106 ____________________________________________________________________________
21107 [ 27793] By: davem                                 on 2006/04/13  17:16:41
21108         Log: disable 'split /(?{ split "" })/' test until recursive split is fixed
21109      Branch: perl
21110            ! t/op/pat.t
21111 ____________________________________________________________________________
21112 [ 27792] By: nicholas                              on 2006/04/13  16:14:23
21113         Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
21114              for in Perl_ss_dup, hence nothing is testing it and nothing will alert
21115              us if it breaks.
21116      Branch: perl
21117            ! scope.c scope.h
21118 ____________________________________________________________________________
21119 [ 27791] By: stevep                                on 2006/04/13  15:08:04
21120         Log: Add another NULL check thanks to Coverity.
21121      Branch: perl
21122            ! regexec.c
21123 ____________________________________________________________________________
21124 [ 27790] By: nicholas                              on 2006/04/13  14:14:57
21125         Log: For duping SAVEHINTS it rather helps if you pay attention to what is
21126              actually being pushed onto the save stack.
21127      Branch: perl
21128            ! sv.c
21129 ____________________________________________________________________________
21130 [ 27789] By: nicholas                              on 2006/04/13  13:53:55
21131         Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check
21132              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21133              Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
21134              Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)
21135      Branch: perl
21136            ! regexec.c
21137 ____________________________________________________________________________
21138 [ 27788] By: nicholas                              on 2006/04/13  13:28:50
21139         Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier
21140              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21141              Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
21142              Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)
21143      Branch: perl
21144            ! regexec.c
21145 ____________________________________________________________________________
21146 [ 27787] By: nicholas                              on 2006/04/13  13:02:30
21147         Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
21148              to dereference cop_hints if it's NULL.
21149      Branch: perl
21150            ! sv.c
21151 ____________________________________________________________________________
21152 [ 27786] By: nicholas                              on 2006/04/13  12:40:24
21153         Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV.
21154      Branch: perl
21155            ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
21156            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
21157 ____________________________________________________________________________
21158 [ 27785] By: nicholas                              on 2006/04/13  10:46:32
21159         Log: Add SAVEt_COP_WARNINGS to ss_dup.
21160      Branch: perl
21161            ! sv.c
21162 ____________________________________________________________________________
21163 [ 27784] By: nicholas                              on 2006/04/13  10:09:20
21164         Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
21165              From: Steve Hay <steve.hay@uk.radan.com>
21166              Message-ID: <443E1998.9090909@uk.radan.com>
21167              Date: Thu, 13 Apr 2006 10:27:52 +0100
21168      Branch: perl
21169            ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c
21170 ____________________________________________________________________________
21171 [ 27783] By: davem                                 on 2006/04/13  02:20:33
21172         Log: eliminate PL_reg_re
21173              (only another 439 to go ...)
21174      Branch: perl
21175            ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c
21176            ! regexec.c regexp.h sv.c
21177 ____________________________________________________________________________
21178 [ 27782] By: davem                                 on 2006/04/12  23:51:57
21179         Log: Subject: [perl #38906] Regex engine does not release MINMOD
21180              From: "Animator via RT" <perlbug-followup@perl.org>
21181              Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
21182              Date: Wed, 12 Apr 2006 15:27:41 -0700
21183              
21184              zero-length minimum matches that failed could leak into a following
21185              maximal match
21186      Branch: perl
21187            ! regexec.c t/op/re_tests
21188 ____________________________________________________________________________
21189 [ 27781] By: nicholas                              on 2006/04/12  23:17:18
21190         Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually
21191              macros.
21192      Branch: perl
21193            ! hv.c
21194 ____________________________________________________________________________
21195 [ 27780] By: nicholas                              on 2006/04/12  22:49:58
21196         Log: Add tests for all the other types that %^H serialisation is supposed
21197              to support. In the process, found and corrected a bug.
21198              Tests are good, m'kay.
21199      Branch: perl
21200            ! hv.c t/op/caller.t
21201 ____________________________________________________________________________
21202 [ 27779] By: nicholas                              on 2006/04/12  22:45:12
21203         Log: Change cop_warnings from an SV holding the warnings bitmask to a
21204              directly (shared) malloc()ed buffer holding the warnings bitmask.
21205              This avoids bugs/crashes when the interpreter that created an optree
21206              is freed but the optree remains in use by other interpreters.
21207      Branch: perl
21208            ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h
21209            ! scope.c scope.h sv.c util.c warnings.h warnings.pl
21210 ____________________________________________________________________________
21211 [ 27778] By: davem                                 on 2006/04/12  22:43:03
21212         Log: Remove the final recursion path from S_regmatch:  (??{...})
21213              Also put PUSH/POP_STATE infastructure in place
21214              Also eliminate PL_reg_call_cc
21215              (only another 440 global vars to go ...)
21216      Branch: perl
21217            ! regexec.c regexp.h sv.c
21218 ____________________________________________________________________________
21219 [ 27777] By: nicholas                              on 2006/04/12  16:18:30
21220         Log: Test that we can do embedded 0 bytes in hints.
21221      Branch: perl
21222            ! t/op/caller.t
21223 ____________________________________________________________________________
21224 [ 27776] By: nicholas                              on 2006/04/12  16:01:08
21225         Log: Store cop_hints as a shared structure without using any SVs (on
21226              ithreads).
21227      Branch: perl
21228            ! hv.c hv.h
21229 ____________________________________________________________________________
21230 [ 27775] By: nicholas                              on 2006/04/12  14:14:50
21231         Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
21232      Branch: perl
21233            ! embed.fnc embed.h hv.c proto.h
21234 ____________________________________________________________________________
21235 [ 27774] By: nicholas                              on 2006/04/12  12:31:29
21236         Log: Newxz() can use calloc() rather than malloc(), as the implementation
21237              of calloc() may know that it has fresh pages from the OS, and so
21238              doesn't need to zero them itself. Plus our object code should be
21239              slightly smaller.
21240      Branch: perl
21241            ! handy.h
21242 ____________________________________________________________________________
21243 [ 27773] By: nicholas                              on 2006/04/12  12:01:38
21244         Log: As OPs are shared between threads, they should be using
21245              PerlMemShared_*alloc functions, rather than per-thread *alloc()s.
21246      Branch: perl
21247            ! op.c op.h
21248 ____________________________________________________________________________
21249 [ 27772] By: nicholas                              on 2006/04/11  22:17:25
21250         Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier
21251              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21252              Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
21253              Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)
21254      Branch: perl
21255            ! regexec.c
21256 ____________________________________________________________________________
21257 [ 27771] By: nicholas                              on 2006/04/11  21:53:33
21258         Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
21259              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21260              Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
21261              Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)
21262      Branch: perl
21263            ! regcomp.c
21264 ____________________________________________________________________________
21265 [ 27770] By: nicholas                              on 2006/04/11  21:03:48
21266         Log: Subject: [PATCH] perlio.c: false Coverity finding (it cannot see that two pointers are the same): but help Coverity by removing the temp ptr
21267              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21268              Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
21269              Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)
21270      Branch: perl
21271            ! perlio.c
21272 ____________________________________________________________________________
21273 [ 27769] By: nicholas                              on 2006/04/11  19:47:15
21274         Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding)
21275              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21276              Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
21277              Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)
21278      Branch: perl
21279            ! locale.c
21280 ____________________________________________________________________________
21281 [ 27768] By: nicholas                              on 2006/04/11  19:26:48
21282         Log: First stab at using the pad to store the serialised hints data.
21283              This approach is almost certainly not only wrong, but also doomed.
21284              But it's needed to build a correct solution.
21285      Branch: perl
21286            ! hv.c hv.h op.c pp_ctl.c scope.h sv.c
21287 ____________________________________________________________________________
21288 [ 27767] By: nicholas                              on 2006/04/11  18:06:30
21289         Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because
21290              share_hek_hek() is far more efficient than sharepvn().
21291      Branch: perl
21292            ! sv.c
21293 ____________________________________________________________________________
21294 [ 27766] By: nicholas                              on 2006/04/11  16:17:13
21295         Log: Stop Perl_newSVpvn_share() potentially leaking the return result from
21296              bytes_from_utf8().
21297      Branch: perl
21298            ! sv.c
21299 ____________________________________________________________________________
21300 [ 27764] By: nicholas                              on 2006/04/11  13:47:05
21301         Log: Need to migrate the refcounted_he structure to be properly shared.
21302              Add a mutex for manipulated their reference counts.
21303              Unwrap the structure, so that for ithreads it can store SVs in pads.
21304      Branch: perl
21305            ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h
21306            ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c
21307            ! wince/wince.c
21308 ____________________________________________________________________________
21309 [ 27763] By: rgs                                   on 2006/04/11  07:54:23
21310         Log: Subject: [PATCH] Quiet a coverity problem
21311              From: andy@petdance.com (Andy Lester)
21312              Date: Mon, 10 Apr 2006 23:51:50 -0500
21313              Message-ID: <20060411045150.GA1422@petdance.com>
21314      Branch: perl
21315            ! pp.c
21316 ____________________________________________________________________________
21317 [ 27762] By: nicholas                              on 2006/04/10  19:55:49
21318         Log: All S_dumpuntil()'s regnode pointer arguments can be const.
21319      Branch: perl
21320            ! embed.fnc proto.h regcomp.c
21321 ____________________________________________________________________________
21322 [ 27761] By: nicholas                              on 2006/04/10  17:48:04
21323         Log: Perl_unsharepvn() was no longer being used in core, and changes to
21324              S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
21325      Branch: perl
21326            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
21327 ____________________________________________________________________________
21328 [ 27760] By: merijn                                on 2006/04/10  16:35:30
21329         Log: config_H being the last part of my mkglossary work
21330      Branch: perl
21331            ! Porting/config_H
21332 ____________________________________________________________________________
21333 [ 27758] By: merijn                                on 2006/04/10  16:14:32
21334         Log: Regeneration of Glossary and the underlying tools.
21335      Branch: perl
21336            ! Porting/Glossary Porting/config.sh
21337 ____________________________________________________________________________
21338 [ 27757] By: rgs                                   on 2006/04/10  15:46:27
21339         Log: Subject: [PATCH] Fix coverity warning in utf8.c
21340              From: Andy Dougherty <doughera@lafayette.edu>
21341              Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT)
21342              Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>
21343      Branch: perl
21344            ! utf8.c
21345 ____________________________________________________________________________
21346 [ 27756] By: nicholas                              on 2006/04/10  12:21:34
21347         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv
21348              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
21349              Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
21350              Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)
21351      Branch: perl
21352            ! pp_sys.c t/op/write.t
21353 ____________________________________________________________________________
21354 [ 27755] By: nicholas                              on 2006/04/10  11:56:21
21355         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers
21356              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
21357              Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
21358              Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)
21359      Branch: perl
21360            ! pp_sys.c
21361 ____________________________________________________________________________
21362 [ 27754] By: nicholas                              on 2006/04/10  11:12:26
21363         Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
21364              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21365              Message-ID: <44375F23.6030900@gmail.com>
21366              Date: Sat, 08 Apr 2006 09:58:43 +0300
21367      Branch: perl
21368            ! op.c pad.h pp_sys.c
21369 ____________________________________________________________________________
21370 [ 27753] By: davem                                 on 2006/04/10  09:10:37
21371         Log: Subject:  [PATCH] True consting goodness in regexes
21372              From:  andy@petdance.com (Andy Lester)
21373              Date:  Mon, 10 Apr 2006 02:15:58 -0500
21374              Message-Id:  <20060410071558.GA24756@petdance.com>
21375      Branch: perl
21376            ! embed.fnc proto.h regcomp.c regexec.c
21377 ____________________________________________________________________________
21378 [ 27752] By: nicholas                              on 2006/04/09  21:07:48
21379         Log: Fix pointer error in change 27741, spotted by John E. Malmberg.
21380      Branch: perl
21381            ! sv.c
21382 ____________________________________________________________________________
21383 [ 27751] By: stevep                                on 2006/04/09  19:28:35
21384         Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
21385              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21386              Date: Sun, 09 Apr 2006 10:18:52 +0300
21387              Message-ID: <4438B55C.9010604@gmail.com>
21388      Branch: perl
21389            ! perlio.c
21390 ____________________________________________________________________________
21391 [ 27750] By: stevep                                on 2006/04/09  18:55:07
21392         Log: Subject: Re: [PATCH] locale.c: Coverity finding
21393              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21394              Date: Sun, 09 Apr 2006 10:31:32 +0300
21395              Message-ID: <4438B854.6040301@gmail.com>
21396      Branch: perl
21397            ! locale.c
21398 ____________________________________________________________________________
21399 [ 27749] By: stevep                                on 2006/04/09  18:44:17
21400         Log: Subject: [PATCH] Rename variables in some mg_* funcs
21401              From: andy@petdance.com (Andy Lester)
21402              Date: Sun, 9 Apr 2006 00:20:12 -0500
21403              Message-ID: <20060409052012.GA15887@petdance.com>
21404      Branch: perl
21405            ! mg.c
21406 ____________________________________________________________________________
21407 [ 27746] By: davem                                 on 2006/04/08  23:58:51
21408         Log: fix potential null deref introduced by change #27716
21409      Branch: perl
21410            ! regexec.c
21411 ____________________________________________________________________________
21412 [ 27745] By: nicholas                              on 2006/04/08  22:37:29
21413         Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
21414              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
21415              Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
21416              Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)
21417      Branch: perl
21418            ! perlio.c
21419 ____________________________________________________________________________
21420 [ 27744] By: nicholas                              on 2006/04/08  22:23:26
21421         Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
21422              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
21423              Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>
21424              Date: Sat,  8 Apr 2006 18:25:33 +0300 (EEST)
21425              
21426              (although I should add that this version of Coverity is actually
21427              raising a false positive here, albeit something still interesting)
21428      Branch: perl
21429            ! pod/perlvar.pod sv.c t/base/rs.t
21430 ____________________________________________________________________________
21431 [ 27741] By: nicholas                              on 2006/04/08  15:14:13
21432         Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
21433              branches of Perl_ss_dup() is actually duplicated, so can be merged.
21434      Branch: perl
21435            ! sv.c
21436 ____________________________________________________________________________
21437 [ 27740] By: nicholas                              on 2006/04/08  14:46:53
21438         Log: By swapping the order of pushes onto the save stack for
21439              SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().
21440      Branch: perl
21441            ! scope.c sv.c
21442 ____________________________________________________________________________
21443 [ 27739] By: nicholas                              on 2006/04/08  13:43:46
21444         Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
21445      Branch: perl
21446            ! sv.c
21447 ____________________________________________________________________________
21448 [ 27738] By: nicholas                              on 2006/04/08  12:50:13
21449         Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
21450      Branch: perl
21451            ! sv.c
21452 ____________________________________________________________________________
21453 [ 27737] By: nicholas                              on 2006/04/07  21:24:35
21454         Log: Give more information in the panic in ss_dup. (Although I'm not sure
21455              if croak() works at this point, given PerlIO's dependency on a
21456              functional interpreter.)
21457      Branch: perl
21458            ! sv.c
21459 ____________________________________________________________________________
21460 [ 27736] By: gisle                                 on 2006/04/07  16:08:26
21461         Log: Make perl_fini() run when compiling perl with
21462              the Sun WorkShop compiler.
21463      Branch: perl
21464            ! perl.c
21465 ____________________________________________________________________________
21466 [ 27735] By: steveh                                on 2006/04/07  14:55:41
21467         Log: Patch from Jarkko to fix breakage caused by change #27649
21468              see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
21469      Branch: perl
21470            ! malloc.c perl.h
21471 ____________________________________________________________________________
21472 [ 27734] By: nicholas                              on 2006/04/07  12:49:11
21473         Log: Oops. Being too terse for my own good - it's not a great idea to chain
21474              assignment of char * to struct pmop *, even when the value is NULL.
21475      Branch: perl
21476            ! perl.c
21477 ____________________________________________________________________________
21478 [ 27733] By: craigb                                on 2006/04/07  02:53:52
21479         Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
21480              From: "John E. Malmberg" <wb8tyw@qsl.net>
21481              Date: Mon, 03 Apr 2006 07:39:10 -0400
21482              Message-id: <4431095E.8030003@qsl.net>
21483      Branch: perl
21484            ! vms/vms.c vms/vmsish.h
21485 ____________________________________________________________________________
21486 [ 27732] By: nicholas                              on 2006/04/06  15:52:37
21487         Log: Move all the regexp state variables into a single structure.
21488              This allows it to be saved, restored and cloned with a single Copy()
21489              (but inevitably still some fixup)
21490      Branch: perl
21491            ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c
21492            ! thrdvar.h
21493 ____________________________________________________________________________
21494 [ 27731] By: steveh                                on 2006/04/06  14:55:40
21495         Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
21496              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
21497              Date: Thu, 6 Apr 2006 14:32:50 +0200
21498              Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
21499      Branch: perl
21500            ! mg.c
21501 ____________________________________________________________________________
21502 [ 27729] By: steveh                                on 2006/04/06  12:16:53
21503         Log: Fix skip count in ext\B\t\lint.t
21504      Branch: perl
21505            ! ext/B/t/lint.t
21506 ____________________________________________________________________________
21507 [ 27728] By: nicholas                              on 2006/04/05  21:40:11
21508         Log: Save the regexp engine state as 1 block on the save stack.
21509      Branch: perl
21510            ! regcomp.c regexp.h scope.c scope.h
21511 ____________________________________________________________________________
21512 [ 27727] By: rgs                                   on 2006/04/05  20:59:53
21513         Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore
21514              From: "Joshua ben Jore" <twists@gmail.com>
21515              Date: Wed, 5 Apr 2006 01:11:11 -0500
21516              Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
21517      Branch: perl
21518            ! ext/B/B/Lint.pm ext/B/t/lint.t
21519 ____________________________________________________________________________
21520 [ 27726] By: nicholas                              on 2006/04/05  20:19:34
21521         Log: Perl_save_alloc can use the new(er) SSGROW rather than looping.
21522      Branch: perl
21523            ! scope.c
21524 ____________________________________________________________________________
21525 [ 27725] By: rgs                                   on 2006/04/05  19:45:42
21526         Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even
21527              though it's silently converted to ""
21528      Branch: perl
21529            ! mg.c t/lib/warnings/mg
21530 ____________________________________________________________________________
21531 [ 27724] By: stevep                                on 2006/04/05  16:15:41
21532         Log: Try not to use negative values when accessing arrays in C.  Yet another
21533              Coverity catch.
21534      Branch: perl
21535            ! util.c
21536 ____________________________________________________________________________
21537 [ 27723] By: stevep                                on 2006/04/05  15:31:18
21538         Log: Initializing variables is good.  This is another Coverity catch.
21539      Branch: perl
21540            ! gv.c
21541 ____________________________________________________________________________
21542 [ 27722] By: rgs                                   on 2006/04/05  14:44:11
21543         Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available
21544              From: Alan Burlison <Alan.Burlison@sun.com>
21545              Date: Wed, 05 Apr 2006 15:52:14 +0100
21546              Message-ID: <4433D99E.40800@sun.com>
21547      Branch: perl
21548            ! perlio.c
21549 ____________________________________________________________________________
21550 [ 27721] By: rgs                                   on 2006/04/05  12:56:10
21551         Log: There should be only one META.yml file
21552      Branch: perl
21553            - ext/Devel/PPPort/META.yml ext/Encode/META.yml
21554            ! MANIFEST
21555 ____________________________________________________________________________
21556 [ 27720] By: rgs                                   on 2006/04/05  12:19:11
21557         Log: Fix test portability on non-ASCII platforms
21558              
21559              Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
21560              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21561              Date: Wed, 05 Apr 2006 21:13:02 +0900
21562              Message-Id: <20060405210426.F99D.BQW10602@nifty.com>
21563      Branch: perl
21564            ! lib/ExtUtils/t/Constant.t
21565 ____________________________________________________________________________
21566 [ 27719] By: stevep                                on 2006/04/05  11:49:23
21567         Log: Document the functions htmlify() and anchorify() in Pod::Html.
21568      Branch: perl
21569            ! lib/Pod/Html.pm
21570 ____________________________________________________________________________
21571 [ 27718] By: steveh                                on 2006/04/05  10:35:58
21572         Log: Simplify tests for fork() capabilities
21573              
21574              Jarkko pointed out that change #27710 was causing some
21575              black smoke so makes the tests for fork() simpler, as
21576              per lib\Test\Simple\t\fork.t for now. (Ideally we want
21577              a $Config{d_pseudofork}, as suggested by Andy Dougherty,
21578              but that'll have to wait until I get some more tuits.)
21579      Branch: perl
21580            ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t
21581 ____________________________________________________________________________
21582 [ 27717] By: davem                                 on 2006/04/05  03:17:50
21583         Log: (??{...}) didn't always restore PL_reg_re.
21584              Also trie debugging output was using a var that was no longer
21585              valid
21586      Branch: perl
21587            ! regexec.c
21588 ____________________________________________________________________________
21589 [ 27716] By: davem                                 on 2006/04/05  01:50:33
21590         Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
21591              (only another 441 global vars to go ...)
21592      Branch: perl
21593            ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c
21594            ! regexec.c sv.c thrdvar.h
21595 ____________________________________________________________________________
21596 [ 27715] By: davem                                 on 2006/04/05  01:26:59
21597         Log: restructure the EVAL branch of regmatch() to minimise local var scope
21598              (no changes to functionality)
21599      Branch: perl
21600            ! regexec.c
21601 ____________________________________________________________________________
21602 [ 27714] By: rgs                                   on 2006/04/04  15:15:19
21603         Log: Subject: Re: Making IO::Socket pass test on Win32
21604              From: Jim Cromie <jim.cromie@gmail.com>
21605              Date: Tue, 04 Apr 2006 11:07:03 -0400
21606              Message-ID: <44328B97.2060903@gmail.com>
21607      Branch: perl
21608            ! ext/B/t/concise-xs.t
21609 ____________________________________________________________________________
21610 [ 27713] By: rgs                                   on 2006/04/04  12:42:44
21611         Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
21612              perl_keyword.pl
21613      Branch: perl
21614            ! perl_keyword.pl
21615 ____________________________________________________________________________
21616 [ 27712] By: rgs                                   on 2006/04/04  11:42:05
21617         Log: Subject: [PATCH] threads.pm should overload != operator
21618              From: "Jan Dubois" <jand@ActiveState.com>
21619              Date: Mon, 3 Apr 2006 18:06:24 -0700
21620              Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
21621      Branch: perl
21622            ! ext/threads/t/basic.t ext/threads/threads.pm
21623 ____________________________________________________________________________
21624 [ 27711] By: rgs                                   on 2006/04/04  11:14:27
21625         Log: Fix syntax error in io_pipe test
21626      Branch: perl
21627            ! ext/IO/t/io_pipe.t
21628 ____________________________________________________________________________
21629 [ 27710] By: steveh                                on 2006/04/04  10:34:10
21630         Log: Subject: Re: Making IO::Socket pass test on Win32
21631              From: demerphq <demerphq@gmail.com>
21632              Date: Sun, 2 Apr 2006 11:07:19 +0200
21633              Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
21634              
21635              plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
21636      Branch: perl
21637            ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t
21638            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t
21639 ____________________________________________________________________________
21640 [ 27709] By: rgs                                   on 2006/04/04  08:54:05
21641         Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs
21642              From: andy@petdance.com (Andy Lester)
21643              Date: Mon, 3 Apr 2006 08:28:18 -0500
21644              Message-ID: <20060403132818.GA7820@petdance.com>
21645      Branch: perl
21646            ! perlio.c
21647 ____________________________________________________________________________
21648 [ 27708] By: gisle                                 on 2006/04/04  08:36:02
21649         Log: Change 27592 disabled the building of manpages for non core-extensions
21650              The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
21651              present in the first place.
21652      Branch: perl
21653            ! lib/ExtUtils/MM_Unix.pm
21654 ____________________________________________________________________________
21655 [ 27707] By: rgs                                   on 2006/04/04  07:39:59
21656         Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section
21657              From: "Jan Dubois" <jand@ActiveState.com>
21658              Date: Mon, 3 Apr 2006 18:11:55 -0700
21659              Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
21660      Branch: perl
21661            ! lib/overload.pm
21662 ____________________________________________________________________________
21663 [ 27706] By: craigb                                on 2006/04/04  03:12:34
21664         Log: sort out some utime() issues on VMS
21665      Branch: perl
21666            ! vms/perlvms.pod vms/vms.c
21667 ____________________________________________________________________________
21668 [ 27705] By: rgs                                   on 2006/04/03  16:21:57
21669         Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
21670              From: "Jerry D. Hedden" <jerry@hedden.us>
21671              Date: Mon, 03 Apr 2006 06:10:35 -0700
21672              Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
21673      Branch: perl
21674            ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t
21675            ! ext/threads/t/join.t ext/threads/t/list.t
21676            ! ext/threads/t/problems.t ext/threads/t/thread.t
21677            ! ext/threads/threads.pm ext/threads/threads.xs
21678 ____________________________________________________________________________
21679 [ 27704] By: nicholas                              on 2006/04/03  11:32:44
21680         Log: Two modules in ext/ have dependencies that are post-miniperl.
21681              Encode this information in the Makefile for now.
21682      Branch: perl
21683            ! Makefile.SH
21684 ____________________________________________________________________________
21685 [ 27703] By: merijn                                on 2006/04/03  10:02:37
21686         Log: Regeneration after backports of #27447, #27484, #27485, #27488,
21687              #27489, #27490, #27491, and #27632
21688      Branch: perl
21689            ! Configure config_h.SH
21690 ____________________________________________________________________________
21691 [ 27702] By: davem                                 on 2006/04/03  09:56:29
21692         Log: undo #27700 and add a missing Safefree()
21693      Branch: perl
21694            ! regexec.c
21695 ____________________________________________________________________________
21696 [ 27701] By: rgs                                   on 2006/04/03  09:50:45
21697         Log: Subject: [PATCH] SvREFCNT_inc tweaks
21698              From: andy@petdance.com (Andy Lester)
21699              Date: Sat, 1 Apr 2006 02:01:30 -0600
21700              Message-ID: <20060401080130.GA19372@petdance.com>
21701      Branch: perl
21702            ! op.c pad.c perlio.c
21703 ____________________________________________________________________________
21704 [ 27700] By: rgs                                   on 2006/04/03  09:07:20
21705         Log: Subject: [PATCH] Removed unused code in regexec.c
21706              From: andy@petdance.com (Andy Lester)
21707              Date: Mon, 3 Apr 2006 00:00:50 -0500
21708              Message-ID: <20060403050050.GA19055@petdance.com>
21709      Branch: perl
21710            ! regexec.c
21711 ____________________________________________________________________________
21712 [ 27699] By: rgs                                   on 2006/04/03  08:57:57
21713         Log: Subject: [PATCH] ext/IO/t/io_unix.t
21714              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21715              Date: Sun, 02 Apr 2006 21:57:19 +0300
21716              Message-ID: <44301E8F.2060503@gmail.com>
21717      Branch: perl
21718            ! ext/IO/t/io_unix.t
21719 ____________________________________________________________________________
21720 [ 27698] By: rgs                                   on 2006/04/03  08:50:28
21721         Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
21722              From: "John L. Allen" <allen@grumman.com>
21723              Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST)
21724              Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>
21725      Branch: perl
21726            ! pp.c
21727 ____________________________________________________________________________
21728 [ 27697] By: rgs                                   on 2006/04/03  08:30:27
21729         Log: Document that the regexp engine is not currently reentrant
21730              
21731              Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
21732              From: Dominic Dunlop <domo@computer.org>
21733              Date: Sun, 2 Apr 2006 21:13:59 +0200
21734              Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
21735      Branch: perl
21736            ! pod/perlre.pod
21737 ____________________________________________________________________________
21738 [ 27696] By: rgs                                   on 2006/04/03  08:22:15
21739         Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
21740      Branch: perl
21741            ! XSUB.h perl.h
21742 ____________________________________________________________________________
21743 [ 27694] By: davem                                 on 2006/04/03  01:31:12
21744         Log: anonymous unions aren't legal ANSI c
21745      Branch: perl
21746            ! regexec.c regexp.h
21747 ____________________________________________________________________________
21748 [ 27693] By: nicholas                              on 2006/04/03  00:25:45
21749         Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for
21750              extentions, as they in turn may invoke $MAKE, and should invoke the
21751              same $MAKE as at the top level, which may not be $Config{make}
21752      Branch: perl
21753            ! ext/util/make_ext
21754 ____________________________________________________________________________
21755 [ 27692] By: davem                                 on 2006/04/02  23:50:25
21756         Log: whoops, change 27691 blew away the regexec.c changes from 27688
21757      Branch: perl
21758            ! regexec.c
21759 ____________________________________________________________________________
21760 [ 27691] By: davem                                 on 2006/04/02  22:37:57
21761         Log: subsume CURCUR (current curly) struct within the main regmatch_state
21762      Branch: perl
21763            ! regexec.c regexp.h
21764 ____________________________________________________________________________
21765 [ 27690] By: rgs                                   on 2006/04/02  21:41:28
21766         Log: Subject: [PATCH] Removed unnecessary pointers checks
21767              From: andy@petdance.com (Andy Lester)
21768              Date: Sat, 1 Apr 2006 01:01:32 -0600
21769              Message-ID: <20060401070132.GA6616@petdance.com>
21770      Branch: perl
21771            ! gv.c
21772 ____________________________________________________________________________
21773 [ 27689] By: rgs                                   on 2006/04/02  21:13:16
21774         Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order
21775              From: Robin Houston <robin@cpan.org>
21776              Date: Sun, 2 Apr 2006 17:20:24 +0100
21777              Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk>
21778      Branch: perl
21779            ! lib/sort.t pp_sort.c
21780 ____________________________________________________________________________
21781 [ 27688] By: rgs                                   on 2006/04/02  20:58:59
21782         Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes
21783              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21784              Date: Sun, 02 Apr 2006 22:48:44 +0900
21785              Message-Id: <20060402224657.B942.BQW10602@nifty.com>
21786      Branch: perl
21787            ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h
21788 ____________________________________________________________________________
21789 [ 27687] By: nicholas                              on 2006/04/02  20:27:24
21790         Log: Change 27677 missed two direct accesses to op_private in COPs.
21791              I believe that all are now found, as redefining CopHINTS_get(c)
21792              to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
21793              and the initialisation of PL_compiling) works.
21794      Branch: perl
21795            ! perl.h pp_ctl.c utf8.h
21796 ____________________________________________________________________________
21797 [ 27686] By: merijn                                on 2006/04/02  19:10:55
21798         Log: First stab at a more reliable Glossary. This now is (again)
21799              mostly generated. (Well, It's a repair to the existing version
21800              "based on" a generated version, which is now well sorted, but
21801              still incomplete for less obvious reasons).
21802      Branch: perl
21803            ! Porting/Glossary
21804 ____________________________________________________________________________
21805 [ 27685] By: davem                                 on 2006/04/02  18:32:32
21806         Log: make parts of struct regmatch_state unions
21807              This reduces its size from 120 to 72 bytes
21808      Branch: perl
21809            ! regexec.c regexp.h
21810 ____________________________________________________________________________
21811 [ 27681] By: nicholas                              on 2006/04/02  17:05:34
21812         Log: Better failure diagnostics from switch.t.
21813      Branch: perl
21814            ! t/op/switch.t
21815 ____________________________________________________________________________
21816 [ 27680] By: nicholas                              on 2006/04/02  16:51:53
21817         Log: Subject: Re: recent changes have some unmatching of parameters and types
21818              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21819              Message-Id: <20060402122547.0037.BQW10602@nifty.com>
21820              Date: Sun, 02 Apr 2006 12:32:53 +0900
21821      Branch: perl
21822            ! embed.fnc pod/perlintern.pod proto.h
21823 ____________________________________________________________________________
21824 [ 27679] By: davem                                 on 2006/04/02  16:32:10
21825         Log: use slabs to allocate save state space in regmatch() 
21826      Branch: perl
21827            ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c
21828            ! regexp.h sv.c thrdvar.h
21829 ____________________________________________________________________________
21830 [ 27677] By: nicholas                              on 2006/04/02  11:17:58
21831         Log: Abstract all reads/writes of the hints in COPs with 2 new macros,
21832              CopHINTS_get() and CopHINTS_set().
21833      Branch: perl
21834            ! cop.h op.c pp_ctl.c utf8.c
21835 ____________________________________________________________________________
21836 [ 27676] By: nicholas                              on 2006/04/02  10:55:36
21837         Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
21838      Branch: perl
21839            ! mg.c
21840 ____________________________________________________________________________
21841 [ 27674] By: nicholas                              on 2006/04/02  10:41:30
21842         Log: Convert ByteLoader to use CopARYBASE_set().
21843      Branch: perl
21844            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
21845 ____________________________________________________________________________
21846 [ 27671] By: nicholas                              on 2006/04/02  10:08:04
21847         Log: Abstract all the accesses to cop_arybase (apart from ByteLoader)
21848      Branch: perl
21849            ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c
21850            ! scope.h toke.c
21851 ____________________________________________________________________________
21852 [ 27669] By: craigb                                on 2006/04/02  01:09:38
21853         Log: fix typo in vms/gen_shrfls.pl itanium detector
21854      Branch: perl
21855            ! vms/gen_shrfls.pl
21856 ____________________________________________________________________________
21857 [ 27668] By: nicholas                              on 2006/04/01  23:34:10
21858         Log: If the passed in target rv for Perl_newSVrv() was already a reference
21859              to something, it would leak the reference count on that thing.
21860      Branch: perl
21861            ! sv.c
21862 ____________________________________________________________________________
21863 [ 27667] By: nicholas                              on 2006/04/01  23:09:34
21864         Log: Test no mypragma;
21865      Branch: perl
21866            ! t/lib/mypragma.t
21867 ____________________________________________________________________________
21868 [ 27666] By: nicholas                              on 2006/04/01  21:17:46
21869         Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
21870      Branch: perl
21871            ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c
21872            ! proto.h scope.c scope.h t/lib/mypragma.pm
21873 ____________________________________________________________________________
21874 [ 27665] By: nicholas                              on 2006/04/01  19:38:31
21875         Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
21876      Branch: perl
21877            ! hv.c
21878 ____________________________________________________________________________
21879 [ 27664] By: nicholas                              on 2006/04/01  15:26:48
21880         Log: Test that user pragmas work inside string eval.
21881      Branch: perl
21882            ! t/lib/mypragma.t
21883 ____________________________________________________________________________
21884 [ 27663] By: nicholas                              on 2006/04/01  15:22:54
21885         Log: Add Rafael's example user pragma, and convert his demo to a test.
21886      Branch: perl
21887            + t/lib/mypragma.pm t/lib/mypragma.t
21888            ! MANIFEST
21889 ____________________________________________________________________________
21890 [ 27662] By: nicholas                              on 2006/04/01  15:21:56
21891         Log: If the comment says "(and not ours)" then it should be tested.
21892      Branch: perl
21893            ! t/op/getppid.t
21894 ____________________________________________________________________________
21895 [ 27660] By: nicholas                              on 2006/04/01  15:11:11
21896         Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
21897      Branch: perl
21898            ! t/op/getppid.t
21899 ____________________________________________________________________________
21900 [ 27659] By: nicholas                              on 2006/04/01  14:31:37
21901         Log: Propagate cop_hints inside string evals. For the unthreaded case this
21902              is easy. For the threaded case it's not, because the current OP may
21903              be shared with another thread, so solve this by copying the hints
21904              chain.
21905      Branch: perl
21906            ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h
21907            ! t/op/caller.t
21908 ____________________________________________________________________________
21909 [ 27657] By: nicholas                              on 2006/04/01  12:32:23
21910         Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
21911      Branch: perl
21912            ! embed.fnc proto.h sv.c
21913 ____________________________________________________________________________
21914 [ 27656] By: rgs                                   on 2006/03/31  21:53:22
21915         Log: Subject: [PATCH] Re: recursion now removed from the regex engine
21916              From: Dominic Dunlop <shouldbedomo@mac.com>
21917              Date: Thu, 30 Mar 2006 10:31:55 +0200
21918              Message-Id: <C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
21919      Branch: perl
21920            ! t/op/pat.t
21921 ____________________________________________________________________________
21922 [ 27653] By: rgs                                   on 2006/03/31  20:02:40
21923         Log: Updated version of the grumpy comment deleted by change #27649,
21924              by Jarkko
21925      Branch: perl
21926            ! perl.h
21927 ____________________________________________________________________________
21928 [ 27652] By: merijn                                on 2006/03/31  19:36:44
21929         Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc)
21930      Branch: perl
21931            ! Porting/Glossary
21932 ____________________________________________________________________________
21933 [ 27650] By: nicholas                              on 2006/03/31  19:30:09
21934         Log: Need to dup any hints HV stored on the save stack.
21935      Branch: perl
21936            ! sv.c
21937 ____________________________________________________________________________
21938 [ 27649] By: rgs                                   on 2006/03/31  16:59:53
21939         Log: Subject: [PATCH] Redo PERL_UNUSED_DECL
21940              From: andy@petdance.com (Andy Lester)
21941              Date: Fri, 31 Mar 2006 00:54:58 -0600
21942              Message-ID: <20060331065458.GA28571@petdance.com>
21943      Branch: perl
21944            ! malloc.c perl.h
21945 ____________________________________________________________________________
21946 [ 27648] By: craigb                                on 2006/03/31  16:31:28
21947         Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2
21948              From: "John E. Malmberg" <wb8tyw@qsl.net>
21949              Date: Fri, 31 Mar 2006 00:39:23 -0500
21950              Message-id: <442CC08A.30409@qsl.net>
21951      Branch: perl
21952            ! configure.com vms/vms.c vms/vmsish.h
21953 ____________________________________________________________________________
21954 [ 27647] By: nicholas                              on 2006/03/31  16:22:13
21955         Log: Note future possible flexibility for Perl_magic_sethint().
21956      Branch: perl
21957            ! mg.c
21958 ____________________________________________________________________________
21959 [ 27646] By: nicholas                              on 2006/03/31  16:19:38
21960         Log: Test that entries in %^H are actually independant.
21961      Branch: perl
21962            ! t/op/caller.t
21963 ____________________________________________________________________________
21964 [ 27645] By: nicholas                              on 2006/03/31  14:10:39
21965         Log: I can't spell.
21966      Branch: perl
21967            ! op.c
21968 ____________________________________________________________________________
21969 [ 27644] By: rgs                                   on 2006/03/31  14:08:12
21970         Log: Document new magic types in perlguts. Fix a comment about sort hints.
21971      Branch: perl
21972            ! perl.h pod/perlguts.pod
21973 ____________________________________________________________________________
21974 [ 27643] By: nicholas                              on 2006/03/31  13:45:57
21975         Log: Serialise changes to %^H onto the current COP. Return the compile time
21976              state of %^H as an eleventh value from caller. This allows users to
21977              write pragmas.
21978      Branch: perl
21979            ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c
21980            ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod
21981            ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t
21982 ____________________________________________________________________________
21983 [ 27642] By: rgs                                   on 2006/03/31  13:22:00
21984         Log: Upgrade to Time::Local 1.12_01
21985      Branch: perl
21986            ! lib/Time/Local.pm lib/Time/Local.t
21987 ____________________________________________________________________________
21988 [ 27641] By: rgs                                   on 2006/03/31  12:30:31
21989         Log: Subject: [PATCH] Random accumulated patches
21990              From: andy@petdance.com (Andy Lester)
21991              Date: Thu, 30 Mar 2006 23:42:28 -0600
21992              Message-ID: <20060331054228.GA18940@petdance.com>
21993      Branch: perl
21994            ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c
21995            ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c
21996            ! sv.h toke.c utf8.c
21997 ____________________________________________________________________________
21998 [ 27640] By: rgs                                   on 2006/03/31  12:10:57
21999         Log: Subject: [PATCH] IO::Compress::Zip
22000              From: "Paul Marquess" <paul.marquess@ntlworld.com>
22001              Date: Fri, 31 Mar 2006 09:48:36 +0100
22002              Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
22003      Branch: perl
22004            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
22005 ____________________________________________________________________________
22006 [ 27639] By: rgs                                   on 2006/03/31  08:00:08
22007         Log: Test for fileno definedness instead of truth
22008              Don't load Config.pm, which isn't used
22009      Branch: perl
22010            ! lib/FileCache.pm
22011 ____________________________________________________________________________
22012 [ 27638] By: nicholas                              on 2006/03/30  20:55:17
22013         Log: Localising hash slices with UTF-8 encoded keys was also buggy.
22014              (See also change 27637)
22015      Branch: perl
22016            ! pp.c t/op/local.t
22017 ____________________________________________________________________________
22018 [ 27637] By: nicholas                              on 2006/03/30  20:37:03
22019         Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
22020              them correctly on scope exit)
22021      Branch: perl
22022            ! pp_hot.c scope.c t/op/local.t
22023 ____________________________________________________________________________
22024 [ 27636] By: nicholas                              on 2006/03/30  18:18:27
22025         Log: Fix bug 36267 - assigning to a tied hash shouldn't change the
22026              underlying hash. (It used to, if the underlying hash had had storage
22027              allocated). This has the side effect of changing the return value from
22028              hv_store and hv_store_ent for some tied hash scenarios. But *to*
22029              something consistent (ly crazy)
22030      Branch: perl
22031            ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t
22032 ____________________________________________________________________________
22033 [ 27635] By: stevep                                on 2006/03/30  12:49:28
22034         Log: Pod nit mentioned in Debian bug #358455.
22035      Branch: perl
22036            ! pod/perlsec.pod
22037 ____________________________________________________________________________
22038 [ 27634] By: gisle                                 on 2006/03/30  12:31:26
22039         Log: Populate pre-canned config.sh files with
22040              d_archlib and d_inc_version_list.
22041              Ref change 27632.
22042      Branch: perl
22043            ! configure.com symbian/config.sh win32/config.bc
22044            ! win32/config.gc win32/config.vc win32/config.vc64
22045            ! wince/config.ce
22046 ____________________________________________________________________________
22047 [ 27633] By: rgs                                   on 2006/03/30  12:15:35
22048         Log: Subject: PATCH t/op/tie.t
22049              From: Robin Barker <Robin.Barker@npl.co.uk>
22050              Date: Thu, 30 Mar 2006 13:07:47 +0100
22051              Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
22052      Branch: perl
22053            ! t/op/tie.t
22054 ____________________________________________________________________________
22055 [ 27632] By: gisle                                 on 2006/03/30  12:13:54
22056         Log: Introduce d_sitearch and d_inc_version_list config.sh variables.
22057              These allow me to set sitearch and sitelib to be the same without
22058              ending up with duplicate entries in @INC.
22059              
22060              Basically the same way the old d_archlib variable is used.
22061      Branch: perl
22062            ! Configure Porting/Glossary config_h.SH perl.c
22063 ____________________________________________________________________________
22064 [ 27631] By: rgs                                   on 2006/03/30  08:28:38
22065         Log: Subject: Re: New Module::Build released
22066              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
22067              Date: Wed, 29 Mar 2006 14:10:32 -0500
22068              Message-ID: <442ADBA8.4000203@thepierianspring.org>
22069      Branch: perl
22070            + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t
22071            ! MANIFEST lib/ExtUtils/CBuilder.pm
22072            ! lib/ExtUtils/CBuilder/Changes
22073            ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm
22074            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
22075            ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm
22076            ! lib/Module/Build/Platform/VMS.pm
22077            ! lib/Module/Build/Platform/Windows.pm
22078            ! lib/Module/Build/Platform/os2.pm
22079            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
22080            ! lib/Module/Build/t/lib/DistGen.pm
22081            ! lib/Module/Build/t/metadata.t
22082 ____________________________________________________________________________
22083 [ 27630] By: rgs                                   on 2006/03/30  08:17:12
22084         Log: Subject: [PATCH] Clean up regexec.c, and remove two functions
22085              From: andy@petdance.com (Andy Lester)
22086              Date: Wed, 29 Mar 2006 10:13:36 -0600
22087              Message-ID: <20060329161336.GA12456@petdance.com>
22088      Branch: perl
22089            ! embed.fnc embed.h proto.h regexec.c
22090 ____________________________________________________________________________
22091 [ 27629] By: rgs                                   on 2006/03/29  12:30:56
22092         Log: Subject: child's processor time
22093              From: hv@crypt.org <hv@crypt.org>
22094              Date: Mar 29, 2006 2:34 PM
22095              Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org>
22096      Branch: perl
22097            ! pod/perlfunc.pod
22098 ____________________________________________________________________________
22099 [ 27628] By: rgs                                   on 2006/03/29  09:26:01
22100         Log: Subject: CLONE for Tie::RefHash
22101              From: Yuval Kogman <nothingmuch@woobling.org>
22102              Date: Mon, 27 Mar 2006 15:34:07 +0200
22103              Message-ID: <20060327133407.GA16901@woobling.org>
22104              
22105              (also rename old Tie::RefHash test, so several test files
22106              are allowed.)
22107      Branch: perl
22108            + lib/Tie/RefHash/threaded.t
22109           +> lib/Tie/RefHash/refhash.t
22110            - lib/Tie/RefHash.t
22111            ! MANIFEST lib/Tie/RefHash.pm
22112 ____________________________________________________________________________
22113 [ 27627] By: rgs                                   on 2006/03/29  09:01:21
22114         Log: Subject: [PATCH] Devel::DProf consting
22115              From: andy@petdance.com (Andy Lester)
22116              Date: Sat, 25 Mar 2006 23:32:13 -0600
22117              Message-ID: <20060326053213.GA10401@petdance.com>
22118      Branch: perl
22119            ! ext/Devel/DProf/DProf.xs
22120 ____________________________________________________________________________
22121 [ 27626] By: rgs                                   on 2006/03/29  08:55:21
22122         Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours!
22123              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22124              Date: Sun, 26 Mar 2006 14:53:56 +0300
22125              Message-ID: <442680D4.3000809@gmail.com>
22126      Branch: perl
22127            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
22128            ! pp_ctl.c scope.c sv.c util.c
22129 ____________________________________________________________________________
22130 [ 27625] By: rgs                                   on 2006/03/29  08:42:28
22131         Log: Subject: [doc-patch] clarify -Accflags in INSTALL
22132              From: Jim Cromie <jim.cromie@gmail.com>
22133              Date: Sun, 26 Mar 2006 20:33:23 -0500
22134              Message-ID: <442740E3.8030006@gmail.com>
22135      Branch: perl
22136            ! INSTALL
22137 ____________________________________________________________________________
22138 [ 27622] By: nicholas                              on 2006/03/28  15:43:59
22139         Log: Only compile Perl_hv_assert with DEBUGGING.
22140      Branch: perl
22141            ! hv.c makedef.pl
22142 ____________________________________________________________________________
22143 [ 27621] By: nicholas                              on 2006/03/28  15:17:06
22144         Log: Having tested IPv6 support in all builtins for TCP and UDP, it all
22145              seem to work perfectly. So remove from perltodo.pod.
22146      Branch: perl
22147            ! pod/perltodo.pod
22148 ____________________________________________________________________________
22149 [ 27620] By: gisle                                 on 2006/03/28  11:18:52
22150         Log: Improved description of the tmon.out format.
22151              The / lines where undocumented.
22152      Branch: perl
22153            ! ext/Devel/DProf/DProf.pm
22154 ____________________________________________________________________________
22155 [ 27619] By: steveh                                on 2006/03/28  10:38:52
22156         Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
22157              From: Jonathan Stowe <jns@gellyfish.com>
22158              Date: Mon, 13 Mar 2006 16:09:44 +0000
22159              Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com>
22160      Branch: perl
22161            ! lib/Term/ReadLine.pm
22162 ____________________________________________________________________________
22163 [ 27618] By: craigb                                on 2006/03/28  04:01:21
22164         Log: Subject: [patch@27613] VMS long file path support active.
22165              From: "John E. Malmberg" <wb8tyw@qsl.net>
22166              Date: Mon, 27 Mar 2006 08:05:33 -0500
22167              Message-id: <4427E31D.2030801@qsl.net>
22168
22169      Branch: perl
22170            ! vms/vms.c vms/vmsish.h
22171 ____________________________________________________________________________
22172 [ 27617] By: nicholas                              on 2006/03/27  21:04:58
22173         Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
22174              the near identical code in pp_entertry into Perl_create_eval_scope.
22175              Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
22176              Perl_delete_eval_scope.
22177      Branch: perl
22178            ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c
22179            ! pp_ctl.c proto.h
22180 ____________________________________________________________________________
22181 [ 27616] By: nicholas                              on 2006/03/27  20:31:52
22182         Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave
22183              for spotting my mistake).
22184      Branch: perl
22185            + t/comp/fold.t
22186 ____________________________________________________________________________
22187 [ 27615] By: nicholas                              on 2006/03/27  19:25:02
22188         Log: If constant folding fails, don't fold constants, rather than reporting
22189              the error at compile time. This allows illegal constant expressions in
22190              dead code to be ignored.
22191      Branch: perl
22192            ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod
22193 ____________________________________________________________________________
22194 [ 27613] By: craigb                                on 2006/03/27  00:04:10
22195         Log: EU::MM::MM_VMS::one_liner must quote "--" argument
22196      Branch: perl
22197            ! lib/ExtUtils/MM_VMS.pm
22198 ____________________________________________________________________________
22199 [ 27612] By: nicholas                              on 2006/03/26  22:12:57
22200         Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
22201              sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
22202              allocation of a copy of "".
22203      Branch: perl
22204            ! pp_sys.c
22205 ____________________________________________________________________________
22206 [ 27611] By: craigb                                on 2006/03/26  21:58:49
22207         Log: Subject: [patch@27609] vms pool corruption fix for _NLA0:
22208              From: "John E. Malmberg" <wb8tyw@qsl.net>
22209              Date: Sun, 26 Mar 2006 14:32:30 -0500
22210              Message-id: <4426EC4E.8030801@qsl.net>
22211      Branch: perl
22212            ! vms/vms.c
22213 ____________________________________________________________________________
22214 [ 27610] By: gisle                                 on 2006/03/26  09:15:01
22215         Log: REXEC_ML is unused.
22216      Branch: perl
22217            ! regexp.h
22218 ____________________________________________________________________________
22219 [ 27609] By: gbarr                                 on 2006/03/26  02:49:11
22220         Log: Update to IO-1.23
22221      Branch: perl
22222            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm
22223            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
22224            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
22225            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t
22226            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
22227            ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
22228 ____________________________________________________________________________
22229 [ 27608] By: nicholas                              on 2006/03/25  22:45:34
22230         Log: Add S_space_join_names_mortal() which joins a char** array with " "s,
22231              replacing 5 instances of the same code.
22232      Branch: perl
22233            ! embed.fnc embed.h pp_sys.c proto.h
22234 ____________________________________________________________________________
22235 [ 27607] By: nicholas                              on 2006/03/25  22:10:27
22236         Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
22237      Branch: perl
22238            ! regexec.c sv.c
22239 ____________________________________________________________________________
22240 [ 27603] By: davem                                 on 2006/03/25  14:57:19
22241         Log: make configpm only update Config.pm, Config_heavy.pl if changed.
22242              Should stop spurious rebuilding of extensions.
22243              Also add documentation and copyright to top of file.
22244      Branch: perl
22245            ! configpm
22246 ____________________________________________________________________________
22247 [ 27602] By: nicholas                              on 2006/03/25  14:46:09
22248         Log: PL_multiline isn't referenced, and can be removed.
22249      Branch: perl
22250            ! embedvar.h intrpvar.h perl.c perlapi.h sv.c
22251 ____________________________________________________________________________
22252 [ 27601] By: rgs                                   on 2006/03/25  13:42:38
22253         Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t
22254              From: "Paul Marquess" <paul.marquess@ntlworld.com>
22255              Date: Fri, 24 Mar 2006 16:19:05 -0000
22256              Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
22257      Branch: perl
22258            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
22259 ____________________________________________________________________________
22260 [ 27600] By: nicholas                              on 2006/03/25  11:35:33
22261         Log: Free the regexp state when exiting "recursion".
22262      Branch: perl
22263            ! regexec.c
22264 ____________________________________________________________________________
22265 [ 27599] By: davem                                 on 2006/03/24  23:21:52
22266         Log: remove unused PL_regcc variable
22267      Branch: perl
22268            ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h
22269 ____________________________________________________________________________
22270 [ 27598] By: davem                                 on 2006/03/24  23:05:11
22271         Log: make S_regmatch() iterative rather than recursive.
22272              Goodbye stack-bustng regexes!
22273      Branch: perl
22274            ! regexec.c
22275 ____________________________________________________________________________
22276 [ 27597] By: craigb                                on 2006/03/24  21:05:45
22277         Log: restore EU::MM test fixes from 26079, 26813, and 26919
22278              that were lost in 27590
22279      Branch: perl
22280            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t
22281            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
22282 ____________________________________________________________________________
22283 [ 27596] By: rgs                                   on 2006/03/24  13:51:15
22284         Log: Bump version number of ExtUtils::MM_Win32
22285      Branch: perl
22286            ! lib/ExtUtils/MM_Win32.pm
22287 ____________________________________________________________________________
22288 [ 27595] By: steveh                                on 2006/03/24  13:01:32
22289         Log: Fix broken MM_Win32.t tests following 27590
22290              
22291              Test 31 was failing because 27590 had undone part of 25627.
22292              Test 41 was failing because the change to pasthru() in MM_Win32.pm
22293              means that $self->{MAKE} now needs to be initialized.
22294      Branch: perl
22295            ! lib/ExtUtils/t/MM_Win32.t
22296 ____________________________________________________________________________
22297 [ 27594] By: rgs                                   on 2006/03/24  11:01:01
22298         Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN
22299              From: "Jerry D. Hedden" <jerry@hedden.us>
22300              Date: Thu, 23 Mar 2006 09:19:54 -0700
22301              Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
22302      Branch: perl
22303            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
22304            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
22305            ! ext/threads/t/libc.t ext/threads/t/list.t
22306            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
22307            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
22308            ! ext/threads/t/thread.t ext/threads/threads.pm
22309            ! ext/threads/threads.xs
22310 ____________________________________________________________________________
22311 [ 27593] By: craigb                                on 2006/03/23  23:19:38
22312         Log: improve thread linking options on VMS
22313      Branch: perl
22314            ! configure.com vms/descrip_mms.template
22315 ____________________________________________________________________________
22316 [ 27592] By: rgs                                   on 2006/03/23  22:13:13
22317         Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be
22318              built from pods. This change fixes bleadperl compilation -- trying to
22319              build manpages with miniperl causes a bootstrapping problem.
22320      Branch: perl
22321            ! lib/ExtUtils/MM_Unix.pm
22322 ____________________________________________________________________________
22323 [ 27591] By: rgs                                   on 2006/03/23  17:50:29
22324         Log: No reason to ship MakeMaker's META.yml
22325      Branch: perl
22326            - lib/ExtUtils/META.yml
22327            ! MANIFEST
22328 ____________________________________________________________________________
22329 [ 27590] By: rgs                                   on 2006/03/23  17:43:26
22330         Log: Merge changes from CPAN's EU:MM 6.30_01.
22331              The modules that have local changes have superior
22332              version numbers than the CPAN counterparts.
22333      Branch: perl
22334            + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t
22335            + lib/ExtUtils/t/revision.t
22336            - lib/ExtUtils/t/installbase.t
22337            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
22338            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
22339            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22340            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
22341            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
22342            ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t
22343            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t
22344            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
22345            ! lib/ExtUtils/t/basic.t
22346 ____________________________________________________________________________
22347 [ 27589] By: nicholas                              on 2006/03/23  16:27:42
22348         Log: Document the values for ${^UTF8CACHE}
22349      Branch: perl
22350            ! pod/perlvar.pod
22351 ____________________________________________________________________________
22352 [ 27588] By: nicholas                              on 2006/03/23  16:25:51
22353         Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u().
22354      Branch: perl
22355            ! sv.c
22356 ____________________________________________________________________________
22357 [ 27587] By: rgs                                   on 2006/03/23  15:27:15
22358         Log: Get version numbers in line with what's in the CPAN
22359              EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
22360              so bump its version number.)
22361      Branch: perl
22362            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
22363            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
22364            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
22365 ____________________________________________________________________________
22366 [ 27586] By: nicholas                              on 2006/03/23  14:31:28
22367         Log: Move orphaned documentation back to its functions
22368              Document the new static functions, and how the cache works.
22369      Branch: perl
22370            ! pod/perltodo.pod sv.c
22371 ____________________________________________________________________________
22372 [ 27585] By: nicholas                              on 2006/03/23  14:09:33
22373         Log: Make S_sv_pos_u2b_cached use both cache pairs.
22374      Branch: perl
22375            ! sv.c
22376 ____________________________________________________________________________
22377 [ 27584] By: nicholas                              on 2006/03/23  13:47:41
22378         Log: Use both cache entries for Perl_sv_pos_b2u().
22379      Branch: perl
22380            ! sv.c
22381 ____________________________________________________________________________
22382 [ 27583] By: nicholas                              on 2006/03/23  13:16:53
22383         Log: Complete the other 2 arms of the cache update code.
22384      Branch: perl
22385            ! sv.c
22386 ____________________________________________________________________________
22387 [ 27582] By: nicholas                              on 2006/03/23  12:44:35
22388         Log: Pass the (byte) length of the entire string into
22389              utf8_mg_pos_cache_update()
22390              Start to use the cache to store two pairs of byte/utf-8 pairs.
22391              Add the first third of the cache update code.
22392      Branch: perl
22393            ! embed.fnc embed.h proto.h sv.c
22394 ____________________________________________________________________________
22395 [ 27581] By: rgs                                   on 2006/03/23  12:30:39
22396         Log: Upgrade to Time::Local 1.12
22397      Branch: perl
22398            ! lib/Time/Local.pm lib/Time/Local.t
22399 ____________________________________________________________________________
22400 [ 27580] By: nicholas                              on 2006/03/23  11:33:48
22401         Log: Add all new static functions to embed.fnc
22402              Remove old unused static functions.
22403              Remove references to cache[2] and cache[3].
22404      Branch: perl
22405            ! embed.fnc embed.h proto.h sv.c
22406 ____________________________________________________________________________
22407 [ 27579] By: nicholas                              on 2006/03/23  11:06:52
22408         Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is
22409              between the start of the string and the cached location.
22410              Remove unneccesary else from Perl_sv_pos_b2u().
22411      Branch: perl
22412            ! sv.c
22413 ____________________________________________________________________________
22414 [ 27578] By: nicholas                              on 2006/03/23  10:42:26
22415         Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after
22416              the first cache entry.
22417      Branch: perl
22418            ! sv.c
22419 ____________________________________________________________________________
22420 [ 27577] By: rgs                                   on 2006/03/23  10:01:48
22421         Log: Further adjustement to change #27576 by Jan Dubois
22422              (this change being blead-specific, while #27576 is
22423              integrable to maint)
22424      Branch: perl
22425            ! sv.c
22426 ____________________________________________________________________________
22427 [ 27576] By: rgs                                   on 2006/03/23  09:58:22
22428         Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
22429              From: "Jan Dubois" <jand@ActiveState.com>
22430              Date: Wed, 22 Mar 2006 22:49:11 -0800
22431              Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
22432              
22433              Also, back out change #27567.
22434      Branch: perl
22435            ! README.win32 pp.c pp_hot.c sv.c win32/win32.h
22436 ____________________________________________________________________________
22437 [ 27575] By: nicholas                              on 2006/03/23  00:14:53
22438         Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
22439              S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
22440              cache assertion code as it triggers warnings about surrogates.
22441      Branch: perl
22442            ! sv.c
22443 ____________________________________________________________________________
22444 [ 27574] By: nicholas                              on 2006/03/22  22:49:42
22445         Log: Take advantage of uoffset >= uoffset0, to simplify some logic.
22446      Branch: perl
22447            ! sv.c
22448 ____________________________________________________________________________
22449 [ 27573] By: nicholas                              on 2006/03/22  21:19:50
22450         Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on
22451              both sides of the desired offset, so could count either way.
22452              Use cached utf-8 length in S_sv_pos_u2b_cached.
22453              Check the results if PL_utf8cache < 0.
22454      Branch: perl
22455            ! sv.c
22456 ____________________________________________________________________________
22457 [ 27572] By: nicholas                              on 2006/03/22  20:38:20
22458         Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte
22459              conversions, hiding the complexity of any cache lookup.
22460      Branch: perl
22461            ! sv.c
22462 ____________________________________________________________________________
22463 [ 27571] By: rgs                                   on 2006/03/22  20:33:56
22464         Log: Subject: Uninitialized value in Archive::Tar
22465              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
22466              Date: Mon, 20 Mar 2006 06:37:31 -0500
22467              Message-ID: <441E93FB.3050906@thepierianspring.org>
22468      Branch: perl
22469            ! lib/Archive/Tar.pm
22470 ____________________________________________________________________________
22471 [ 27570] By: nicholas                              on 2006/03/22  18:13:06
22472         Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out
22473              all of the caching code.
22474      Branch: perl
22475            ! sv.c
22476 ____________________________________________________________________________
22477 [ 27569] By: davem                                 on 2006/03/22  16:05:16
22478         Log: remove idential code branch from regmatch()
22479      Branch: perl
22480            ! regexec.c
22481 ____________________________________________________________________________
22482 [ 27568] By: stevep                                on 2006/03/22  15:59:07
22483         Log: Fix some test failures in t/op/cmp.t when compiling with the Intel
22484              C++ Compiler on Linux.
22485      Branch: perl
22486            ! hints/linux.sh
22487 ____________________________________________________________________________
22488 [ 27567] By: rgs                                   on 2006/03/22  14:27:21
22489         Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32
22490              From: Dominic Dunlop <shouldbedomo@mac.com>
22491              Date: Wed, 22 Mar 2006 15:18:33 +0100
22492              Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
22493      Branch: perl
22494            ! README.win32
22495 ____________________________________________________________________________
22496 [ 27566] By: gisle                                 on 2006/03/22  13:37:19
22497         Log: Adjust docs to reflect that DynaLoader, as of change 27549,
22498              is part of libperl.
22499      Branch: perl
22500            ! lib/ExtUtils/Embed.pm
22501 ____________________________________________________________________________
22502 [ 27565] By: stevep                                on 2006/03/22  02:18:58
22503         Log: Increase the length of content compressed as a kludge to get 
22504              around incompatibilities in OpenBSD's gzip.
22505      Branch: perl
22506            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
22507 ____________________________________________________________________________
22508 [ 27564] By: nicholas                              on 2006/03/21  22:09:51
22509         Log: (Hopefully) make VMS happy.
22510      Branch: perl
22511            ! sv.c
22512 ____________________________________________________________________________
22513 [ 27563] By: craigb                                on 2006/03/21  13:01:47
22514         Log: Subject: [patch@27529] thread.h - VMS needs more stack
22515              From: "John E. Malmberg" <wb8tyw@qsl.net>
22516              Date: Fri, 17 Mar 2006 11:05:33 -0500
22517              Message-id: <441ADE4D.2090207@qsl.net>
22518
22519      Branch: perl
22520            ! thread.h
22521 ____________________________________________________________________________
22522 [ 27562] By: gisle                                 on 2006/03/21  11:34:38
22523         Log: Upgrade to Digest-1.15
22524      Branch: perl
22525            ! lib/Digest.pm lib/Digest/Changes
22526 ____________________________________________________________________________
22527 [ 27561] By: rgs                                   on 2006/03/21  10:49:14
22528         Log: Subject: [patch@27538] utime patch for VMS
22529              From: "John E. Malmberg" <wb8tyw@qsl.net>
22530              Date: Mon, 20 Mar 2006 08:12:19 -0500
22531              Message-ID: <441EAA33.6010603@qsl.net>
22532      Branch: perl
22533            ! configure.com vms/vms.c vms/vmsish.h
22534 ____________________________________________________________________________
22535 [ 27560] By: gisle                                 on 2006/03/21  10:16:43
22536         Log: Test croak(NULL)
22537      Branch: perl
22538            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t
22539 ____________________________________________________________________________
22540 [ 27559] By: nicholas                              on 2006/03/20  19:30:48
22541         Log: Extend change 27558 - if we know the character offset of the end, but
22542              don't have a cache for intermediate offsets, we can still use the end
22543              offset.
22544      Branch: perl
22545            ! sv.c
22546 ____________________________________________________________________________
22547 [ 27558] By: nicholas                              on 2006/03/20  18:54:32
22548         Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we
22549              can take advantage of this to count backwards if close.
22550              Remove some now unnecessary casts.
22551      Branch: perl
22552            ! sv.c
22553 ____________________________________________________________________________
22554 [ 27557] By: nicholas                              on 2006/03/20  18:17:39
22555         Log: Abstract the string walking functionality from Perl_sv_pos_b2u into
22556              static functions, and make it respect PL_utf8cache.
22557      Branch: perl
22558            ! sv.c
22559 ____________________________________________________________________________
22560 [ 27556] By: steveh                                on 2006/03/20  17:32:25
22561         Log: Merge some more changes from ActivePerl 5.8.8.816
22562              
22563              See (again):
22564              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
22565              
22566              These changes improve support for the MS 64-bit compiler in
22567              win32/Makefile (and tentatively make the same changes to
22568              win32/makefile.mk), and also switches the now deprecated -Gf switch to
22569              -GF for all flavours of VC++ instead of just the latest ones.
22570              
22571              (See:
22572              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html
22573              for a comment on the s/-Gf/-GF/ change.)
22574      Branch: perl
22575            ! win32/Makefile win32/makefile.mk
22576 ____________________________________________________________________________
22577 [ 27555] By: steveh                                on 2006/03/20  17:21:15
22578         Log: Merge some changes from ActivePerl 5.8.8.816
22579              
22580              See:
22581              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
22582              
22583              These changes provide better support for building XS extension modules
22584              using VC++ or MinGW when perl itself was built with the opposite of
22585              those two compilers.
22586      Branch: perl
22587            ! win32/config_H.gc win32/config_H.vc
22588 ____________________________________________________________________________
22589 [ 27554] By: rgs                                   on 2006/03/20  13:03:07
22590         Log: Revert part of change 27546 related to a /dev/null bug
22591              workaround on VMS, as requested by John E. Malmberg
22592      Branch: perl
22593            ! vms/vms.c
22594 ____________________________________________________________________________
22595 [ 27553] By: nicholas                              on 2006/03/20  12:37:22
22596         Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length.
22597      Branch: perl
22598            ! utf8.c
22599 ____________________________________________________________________________
22600 [ 27552] By: nicholas                              on 2006/03/20  12:13:46
22601         Log: The two loops in Perl_utf8_distance can be merged.
22602      Branch: perl
22603            ! utf8.c
22604 ____________________________________________________________________________
22605 [ 27551] By: gisle                                 on 2006/03/20  10:51:36
22606         Log: Avoid "uninitialized value" warnings during 'make test'.
22607              My system is set up with a few PATH entries I'm not allowed
22608              to access, so stat() fails for these.
22609      Branch: perl
22610            ! t/test.pl
22611 ____________________________________________________________________________
22612 [ 27550] By: gisle                                 on 2006/03/20  10:44:08
22613         Log: Also strip $ENV{PATH} dirs writable by world.
22614              The stripping was introduced in change 27364 to improve taint handling.
22615      Branch: perl
22616            ! t/test.pl
22617 ____________________________________________________________________________
22618 [ 27549] By: gisle                                 on 2006/03/20  10:21:50
22619         Log: Move DynaLoader.o into libperl.so.
22620              
22621              This avoids the need to statically link DynaLoader into the stub perl
22622              executable and make libperl.so provide all the code needed to get a
22623              functional embedded perl interpreter up running.  As a side effect
22624              this also moves DynaLoader into libperl.a for non-useshrplib builds.
22625              
22626              Fixes [perl #32539]
22627      Branch: perl
22628            ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext
22629            ! writemain.SH
22630 ____________________________________________________________________________
22631 [ 27548] By: nicholas                              on 2006/03/20  10:13:38
22632         Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX
22633              can be non-NULL, so no need to check.
22634      Branch: perl
22635            ! pp.c
22636 ____________________________________________________________________________
22637 [ 27547] By: rgs                                   on 2006/03/20  10:11:21
22638         Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice
22639              From: Rick Delaney <rick@bort.ca>
22640              Date: Sat, 18 Mar 2006 19:52:11 -0500
22641              Message-ID: <20060319005211.GM25733@localhost.localdomain>
22642              
22643              One can now localize slices.
22644      Branch: perl
22645            ! pp.c t/op/local.t
22646 ____________________________________________________________________________
22647 [ 27546] By: rgs                                   on 2006/03/20  09:53:17
22648         Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes.
22649              From: "John E. Malmberg" <wb8tyw@qsl.net>
22650              Date: Sun, 19 Mar 2006 20:08:34 -0500
22651              Message-ID: <441E0092.2010405@qsl.net>
22652      Branch: perl
22653            ! vms/vms.c
22654 ____________________________________________________________________________
22655 [ 27545] By: steveh                                on 2006/03/20  09:34:57
22656         Log: Subject: [PATCH] win32_async_check must *always* check for pending signals
22657              From: "Jan Dubois" <jand@ActiveState.com>
22658              Date: Fri, 17 Mar 2006 12:23:01 -0800
22659              Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy>
22660      Branch: perl
22661            ! win32/win32.c
22662 ____________________________________________________________________________
22663 [ 27544] By: davem                                 on 2006/03/20  00:52:09
22664         Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
22665              expunge a couple of macros, and move some variable declarations
22666              inwards
22667      Branch: perl
22668            ! regexec.c
22669 ____________________________________________________________________________
22670 [ 27543] By: nicholas                              on 2006/03/19  19:26:05
22671         Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get
22672              into this block).
22673      Branch: perl
22674            ! sv.c
22675 ____________________________________________________________________________
22676 [ 27542] By: stevep                                on 2006/03/19  16:38:11
22677         Log: Subject: [PATCH] Change the semantics of S_isa_lookup
22678              From: Andy Lester <andy@petdance.com>
22679              Date: Sat, 18 Mar 2006 00:28:45 -0600
22680              Message-ID: <20060318062845.GA11607@petdance.com>
22681      Branch: perl
22682            ! embed.fnc proto.h universal.c
22683 ____________________________________________________________________________
22684 [ 27541] By: stevep                                on 2006/03/19  16:32:16
22685         Log: Subject: [PATCH] a bit 'use strict' cleanliness
22686              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22687              Date: Sun, 19 Mar 2006 13:21:37 +0200
22688              Message-ID: <441D3EC1.20902@gmail.com>
22689      Branch: perl
22690            ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm
22691            ! lib/Tie/Scalar.pm
22692 ____________________________________________________________________________
22693 [ 27540] By: stevep                                on 2006/03/19  16:24:22
22694         Log: Subject: [PATCH] Data::Dumper consting
22695              From: Andy Lester <andy@petdance.com>
22696              Date: Sun, 19 Mar 2006 01:22:04 -0600
22697              Message-ID: <20060319072204.GB5596@petdance.com>
22698      Branch: perl
22699            ! ext/Data/Dumper/Dumper.xs
22700 ____________________________________________________________________________
22701 [ 27539] By: stevep                                on 2006/03/19  16:21:29
22702         Log: Subject: [PATCH] Cleanups in op.c
22703              From: Andy Lester <andy@petdance.com>
22704              Date: Sun, 19 Mar 2006 00:30:29 -0600
22705              Message-ID: <20060319063029.GA5077@petdance.com>
22706      Branch: perl
22707            ! op.c
22708 ____________________________________________________________________________
22709 [ 27538] By: nicholas                              on 2006/03/17  22:12:27
22710         Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
22711              If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
22712              (assertion mode). Need a way to turn this on with existing command
22713              line flags.
22714      Branch: perl
22715            ! intrpvar.h sv.c
22716 ____________________________________________________________________________
22717 [ 27537] By: nicholas                              on 2006/03/17  20:39:47
22718         Log: Remove a duplicated conditional test by putting everything for the
22719              not readonly case inside one block.
22720      Branch: perl
22721            ! sv.c
22722 ____________________________________________________________________________
22723 [ 27536] By: nicholas                              on 2006/03/17  19:37:41
22724         Log: Properly set/reset the UTF-8 length cache in regcomp.c.
22725      Branch: perl
22726            ! regcomp.c sv.c
22727 ____________________________________________________________________________
22728 [ 27535] By: nicholas                              on 2006/03/17  16:46:44
22729         Log: Restore a bit of change 27533 that change 27534 inadvertently unwound.
22730      Branch: perl
22731            ! regexec.c
22732 ____________________________________________________________________________
22733 [ 27534] By: davem                                 on 2006/03/17  15:58:45
22734         Log: inline, then delete, S_regrepeat_hard()
22735      Branch: perl
22736            ! embed.fnc embed.h proto.h regexec.c
22737 ____________________________________________________________________________
22738 [ 27533] By: nicholas                              on 2006/03/17  13:38:34
22739         Log: sv_find() returning false, followed by sv_magic() to add the magic,
22740              followed immediately by sv_find() to find it, is somewhat wasteful.
22741              So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
22742      Branch: perl
22743            ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c
22744 ____________________________________________________________________________
22745 [ 27532] By: steveh                                on 2006/03/17  13:20:11
22746         Log: Make "distclean" target on Win32 clean up temporary HTML directory
22747              that gets left behind after running the "install" target.
22748              Also clean up a couple of leftover pod2html cache files.
22749      Branch: perl
22750            ! win32/Makefile win32/makefile.mk
22751 ____________________________________________________________________________
22752 [ 27531] By: rgs                                   on 2006/03/17  13:18:38
22753         Log: Upgrade to ExtUtils::CBuilder 0.17
22754      Branch: perl
22755            + lib/ExtUtils/CBuilder/Changes
22756            ! MANIFEST lib/ExtUtils/CBuilder.pm
22757            ! lib/ExtUtils/CBuilder/Base.pm
22758            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
22759            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
22760 ____________________________________________________________________________
22761 [ 27530] By: steveh                                on 2006/03/17  11:10:41
22762         Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32
22763              to avoid clashing with "lib\Pod" (cf. perl change #26363)
22764              
22765              Also remove a couple of unused macros from the makefiles
22766      Branch: perl
22767            ! installperl win32/Makefile win32/makefile.mk
22768 ____________________________________________________________________________
22769 [ 27529] By: stevep                                on 2006/03/17  04:40:24
22770         Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression 
22771              From: Jan Dubois <jand@ActiveState.com> 
22772              Date: Thu, 16 Mar 2006 19:34:00 -0800
22773              Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> 
22774              
22775              Also includes a version bump to ext/threads/threads.pm.
22776      Branch: perl
22777            ! ext/threads/threads.pm ext/threads/threads.xs
22778 ____________________________________________________________________________
22779 [ 27528] By: stevep                                on 2006/03/17  04:29:30
22780         Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex
22781              From: Jan Dubois <jand@ActiveState.com>
22782              Date: Thu, 16 Mar 2006 16:30:23 -0800
22783              Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy>
22784      Branch: perl
22785            ! win32/win32.c wince/wince.c
22786 ____________________________________________________________________________
22787 [ 27527] By: stevep                                on 2006/03/17  04:19:01
22788         Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression
22789              From: Jan Dubois <jand@ActiveState.com>
22790              Date: Thu, 16 Mar 2006 16:11:48 -0800
22791              Message-ID: <02ab01c64957$62142e70$6062a8c0@candy>
22792      Branch: perl
22793            ! win32/win32.c
22794 ____________________________________________________________________________
22795 [ 27526] By: davem                                 on 2006/03/17  02:57:45
22796         Log: reduce S_regrepeat_hard() callers from 3 to 1
22797      Branch: perl
22798            ! regexec.c
22799 ____________________________________________________________________________
22800 [ 27525] By: nicholas                              on 2006/03/16  23:11:11
22801         Log: Add a new per-interpeter variable PL_utf8cache, which will be used to
22802              control the UTF-8 offset caching code. Make this visible as
22803              ${^UTF8CACHE}
22804      Branch: perl
22805            ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod
22806 ____________________________________________________________________________
22807 [ 27524] By: nicholas                              on 2006/03/16  22:20:57
22808         Log: Note that it's worth looking to downsize variables in the interpreter
22809              structure.
22810      Branch: perl
22811            ! pod/perltodo.pod
22812 ____________________________________________________________________________
22813 [ 27523] By: nicholas                              on 2006/03/16  21:52:49
22814         Log: Correct the macros in the comments in hv.c. Given the improvements in
22815              compiler optimisation, and the almost irrelevance of instructions
22816              executed over cache misses, maybe we should just remove the comments
22817              by putting their code back in place of the o{ptimis,bfuscat}ed version.
22818      Branch: perl
22819            ! hv.c
22820 ____________________________________________________________________________
22821 [ 27522] By: gisle                                 on 2006/03/16  21:27:00
22822         Log: Avoid hardcoded $(OBJ_EXT)
22823      Branch: perl
22824            ! ext/DynaLoader/Makefile.PL
22825 ____________________________________________________________________________
22826 [ 27521] By: gisle                                 on 2006/03/16  21:20:46
22827         Log: Change 27520 was a bit too aggressive.  Let's keep the warning.
22828      Branch: perl
22829            ! ext/util/make_ext
22830 ____________________________________________________________________________
22831 [ 27520] By: gisle                                 on 2006/03/16  21:14:26
22832         Log: Remove unused code. No extension use Makefile.SH any more.
22833      Branch: perl
22834            ! ext/util/make_ext
22835 ____________________________________________________________________________
22836 [ 27519] By: gisle                                 on 2006/03/16  20:32:27
22837         Log: Fix up miniperl dependency.
22838              Depend on $(obj) when we use that to build miniperl.
22839      Branch: perl
22840            ! Makefile.SH
22841 ____________________________________________________________________________
22842 [ 27518] By: gisle                                 on 2006/03/16  20:24:08
22843         Log: Simplify; make perl.o included in $(obj)
22844      Branch: perl
22845            ! Makefile.SH
22846 ____________________________________________________________________________
22847 [ 27517] By: rgs                                   on 2006/03/16  16:17:38
22848         Log: Add a couple of regression tests for the untested
22849              "Bad name after %s" parsing error
22850      Branch: perl
22851            ! t/comp/parser.t
22852 ____________________________________________________________________________
22853 [ 27516] By: rgs                                   on 2006/03/16  15:19:03
22854         Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
22855              From: "Paul Marquess" <paul.marquess@ntlworld.com>
22856              Date: Thu, 16 Mar 2006 14:38:52 -0000
22857              Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
22858      Branch: perl
22859            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
22860            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
22861            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
22862            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
22863            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
22864            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
22865            ! ext/Compress/IO/Zlib/README
22866            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
22867            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
22868            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
22869            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
22870            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
22871            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
22872            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
22873            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
22874            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
22875            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
22876            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
22877            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
22878            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
22879            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
22880            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
22881            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
22882            ! ext/Compress/IO/Zlib/t/010examples.t
22883            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
22884            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
22885            ! ext/Compress/Raw/Zlib/Zlib.xs
22886            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
22887            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
22888            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
22889            ! ext/Compress/Zlib/examples/gzcat
22890            ! ext/Compress/Zlib/examples/gzstream
22891            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
22892            ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl
22893            ! t/lib/compress/tied.pl
22894 ____________________________________________________________________________
22895 [ 27515] By: gisle                                 on 2006/03/16  12:01:10
22896         Log: require should ignore directories found when searching @INC not just
22897              die as soon as it finds one.  It should for instance be possible to
22898              for require "File" to read the file "./File" even if there happens to
22899              be a "File" directory in perl's standard library.
22900              
22901              This fixes the RT #24404 fix in change 26373.
22902      Branch: perl
22903            ! pp_ctl.c t/comp/require.t
22904 ____________________________________________________________________________
22905 [ 27514] By: rgs                                   on 2006/03/16  08:32:28
22906         Log: Make the threads tests silent with regard to the new :unique deprecation warning
22907      Branch: perl
22908            ! ext/threads/t/problems.t
22909 ____________________________________________________________________________
22910 [ 27513] By: nicholas                              on 2006/03/15  23:02:49
22911         Log: Make the original versions of relocated paths available from
22912              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
22913              best choice.
22914      Branch: perl
22915            ! configpm
22916 ____________________________________________________________________________
22917 [ 27511] By: nicholas                              on 2006/03/15  19:47:02
22918         Log: Correct the non gcc-brace-group definition of SvAMAGIC_off
22919      Branch: perl
22920            ! sv.h
22921 ____________________________________________________________________________
22922 [ 27510] By: nicholas                              on 2006/03/15  18:47:32
22923         Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does.
22924      Branch: perl
22925            ! lib/overload.t
22926 ____________________________________________________________________________
22927 [ 27508] By: nicholas                              on 2006/03/15  17:57:14
22928         Log: Test for reblessing objects with weak references.
22929      Branch: perl
22930            ! lib/overload.t
22931 ____________________________________________________________________________
22932 [ 27507] By: nicholas                              on 2006/03/15  17:21:00
22933         Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which
22934              have been unused since revision 1.
22935      Branch: perl
22936            ! hv.h sv.h
22937 ____________________________________________________________________________
22938 [ 27506] By: nicholas                              on 2006/03/15  15:08:49
22939         Log: Moving the overloading flag from the reference to the referant allows
22940              (re)?blessing of overloaded objects to work correctly.
22941      Branch: perl
22942            ! dump.c lib/overload.t sv.c sv.h
22943 ____________________________________________________________________________
22944 [ 27505] By: nicholas                              on 2006/03/15  13:13:19
22945         Log: Finish converting overload.t to Test::More
22946      Branch: perl
22947            ! lib/overload.t
22948 ____________________________________________________________________________
22949 [ 27504] By: nicholas                              on 2006/03/15  12:43:15
22950         Log: Further conversion of overload.t
22951      Branch: perl
22952            ! lib/overload.t
22953 ____________________________________________________________________________
22954 [ 27503] By: stevep                                on 2006/03/15  12:34:10
22955         Log: Additions to README.win32 and win32/Makefile based on comments from
22956              Steve Hay.
22957      Branch: perl
22958            ! README.win32 win32/Makefile
22959 ____________________________________________________________________________
22960 [ 27502] By: nicholas                              on 2006/03/15  12:29:01
22961         Log: Further conversion of overload.t
22962      Branch: perl
22963            ! lib/overload.t
22964 ____________________________________________________________________________
22965 [ 27501] By: nicholas                              on 2006/03/15  12:05:27
22966         Log: Partially convert overload.t to Test::More
22967      Branch: perl
22968            ! lib/overload.t
22969 ____________________________________________________________________________
22970 [ 27500] By: stevep                                on 2006/03/15  11:06:34
22971         Log: The first step in supporting VC++ 8.0.  Added macros for the free .NET 2.0 SDK and Visual Studio
22972              2005.  Added these macros to "if" conditions that were appropriate.  Added a fix to prevent
22973              the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing
22974              the setargv.obj file necessary to do it).
22975      Branch: perl
22976            ! win32/Makefile
22977 ____________________________________________________________________________
22978 [ 27499] By: rgs                                   on 2006/03/14  17:32:48
22979         Log: Deprecate :unique even with threads
22980      Branch: perl
22981            ! toke.c
22982 ____________________________________________________________________________
22983 [ 27498] By: rgs                                   on 2006/03/14  17:02:38
22984         Log: Make usage of :unique emit a deprecation warning.
22985              Remove its outdated documentation.
22986      Branch: perl
22987            ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke
22988            ! toke.c
22989 ____________________________________________________________________________
22990 [ 27497] By: rgs                                   on 2006/03/14  16:02:35
22991         Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2
22992              From: Peter Prymmer <PPrymmer@factset.com>
22993              Date: Tue, 14 Mar 2006 10:38:00 -0500
22994              Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com>
22995      Branch: perl
22996            ! lib/Pod/Simple/t/corpustest.t
22997 ____________________________________________________________________________
22998 [ 27496] By: nicholas                              on 2006/03/14  15:21:54
22999         Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
23000              0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
23001              be necessary to fix subtle bugs involving reblessing and overloading. 
23002      Branch: perl
23003            ! sv.h
23004 ____________________________________________________________________________
23005 [ 27495] By: rgs                                   on 2006/03/14  09:55:17
23006         Log: Subject: [perl #38710] localised stash slice 
23007              From: Hugo van der Sanden (via RT) <perlbug-followup@perl.org>
23008              Date: Sat, 11 Mar 2006 02:47:56 -0800
23009              Message-ID: <rt-3.0.11-38710-131000.18.015529928953@perl.org>
23010              
23011              (new TODO tests)
23012      Branch: perl
23013            ! t/op/local.t
23014 ____________________________________________________________________________
23015 [ 27494] By: rgs                                   on 2006/03/14  08:53:07
23016         Log: threads and threads::shared are now dual-lived modules
23017      Branch: perl
23018            ! Porting/Maintainers.pl
23019 ____________________________________________________________________________
23020 [ 27493] By: rgs                                   on 2006/03/14  08:38:45
23021         Log: Subject: [PATCH] Do nothing in a GCC-friendly way
23022              From: andy@petdance.com (Andy Lester)
23023              Date: Mon, 13 Mar 2006 12:48:50 -0600
23024              Message-ID: <20060313184850.GA16905@petdance.com>
23025      Branch: perl
23026            ! perl.h
23027 ____________________________________________________________________________
23028 [ 27492] By: rgs                                   on 2006/03/14  08:35:24
23029         Log: Subject: [PATCH] looks_like_bool can be const
23030              From: andy@petdance.com (Andy Lester)
23031              Date: Mon, 13 Mar 2006 09:31:52 -0600
23032              Message-ID: <20060313153152.GA13254@petdance.com>
23033      Branch: perl
23034            ! embed.fnc op.c proto.h
23035 ____________________________________________________________________________
23036 [ 27491] By: nicholas                              on 2006/03/13  23:13:23
23037         Log: Somewhat less shaky relocatable @INC support. You can install things
23038              to the current location of the perl tree, move it, install more things,
23039              move it again, lather rinse repeat.
23040              Configure with -Duserelocatableinc
23041      Branch: perl
23042            ! Configure configpm installperl
23043 ____________________________________________________________________________
23044 [ 27490] By: nicholas                              on 2006/03/13  20:49:55
23045         Log: First stab at rather shaky Configure support for relocatable @INC.
23046              Seems to be installing rather more that it's supposed to be.
23047      Branch: perl
23048            ! Configure configpm
23049 ____________________________________________________________________________
23050 [ 27489] By: nicholas                              on 2006/03/13  18:59:27
23051         Log: Split break out the installprefix code from setprefixvar, which allows
23052              the remaining 8 places to call the common prefix conversion code.
23053      Branch: perl
23054            ! Configure
23055 ____________________________________________________________________________
23056 [ 27488] By: nicholas                              on 2006/03/13  18:01:11
23057         Log: Refactor most of the cut & paste for setting prefix/prefixexp variables
23058              and the "Change installation prefix, if necessary" into a new
23059              "function" setprefixvar (which I assume will become Setprefixvar.U)
23060              How many platforms still have Bourne shells that can't do shell
23061              functions? Someone's going to say Irix?
23062      Branch: perl
23063            ! Configure
23064 ____________________________________________________________________________
23065 [ 27487] By: rgs                                   on 2006/03/13  17:35:59
23066         Log: Forgot the ending \. Why did it still compile ?
23067      Branch: perl
23068            ! ext/List/Util/multicall.h
23069 ____________________________________________________________________________
23070 [ 27486] By: rgs                                   on 2006/03/13  17:34:09
23071         Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
23072              From: Robin Houston <robin@cpan.org>
23073              Date: Mon, 13 Mar 2006 12:48:21 +0000
23074              Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
23075      Branch: perl
23076            ! ext/List/Util/multicall.h
23077 ____________________________________________________________________________
23078 [ 27485] By: nicholas                              on 2006/03/13  17:10:14
23079         Log: The existing order of the checks for whether man1dir and man3dir were
23080              ' ' were obviously buggy, because they set installman[13]dir only for
23081              the next if block to set it again. Reordering removes that daftness.
23082      Branch: perl
23083            ! Configure
23084 ____________________________________________________________________________
23085 [ 27484] By: nicholas                              on 2006/03/13  15:50:04
23086         Log: The "Change installation prefix, if necessary." code needs to use
23087              the ~ expanded prefix and installprefix in the substitution.
23088      Branch: perl
23089            ! Configure
23090 ____________________________________________________________________________
23091 [ 27483] By: rgs                                   on 2006/03/12  15:12:29
23092         Log: Load .pmc always, even if they are older than a matching .pm file.
23093              (This trick is going to be used by pugs.)
23094      Branch: perl
23095            ! pod/perlfunc.pod pp_ctl.c
23096 ____________________________________________________________________________
23097 [ 27482] By: stevep                                on 2006/03/12  14:07:17
23098         Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA
23099              From: Andy Lester <andy@petdance.com>
23100              Date: Tue, 7 Mar 2006 12:12:35 -0600
23101              Message-ID: <20060307181235.GA25688@petdance.com>
23102      Branch: perl
23103            ! ext/Digest/SHA/src/hmac.c
23104 ____________________________________________________________________________
23105 [ 27481] By: stevep                                on 2006/03/12  13:48:10
23106         Log: Upgrade to Module-Build-0.27_09
23107      Branch: perl
23108            ! Porting/Maintainers.pl lib/Module/Build.pm
23109            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
23110            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
23111            ! lib/Module/Build/Cookbook.pm
23112 ____________________________________________________________________________
23113 [ 27480] By: nicholas                              on 2006/03/11  23:40:34
23114         Log: isSPACE('\0') is false, so can simplify the condition in the for
23115              loop. As the for loop is basically a while loop, write it as one, to
23116              make its intentions clearer.
23117      Branch: perl
23118            ! toke.c
23119 ____________________________________________________________________________
23120 [ 27479] By: nicholas                              on 2006/03/11  22:51:26
23121         Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make
23122              the regen_perly target call it for both perly.y and madly.y.
23123      Branch: perl
23124            - regen_madly.pl
23125            ! MANIFEST Makefile.SH regen_perly.pl
23126 ____________________________________________________________________________
23127 [ 27478] By: nicholas                              on 2006/03/11  22:29:56
23128         Log: NNs and NULLOKs for MAD's new functions.
23129      Branch: perl
23130            ! embed.fnc proto.h
23131 ____________________________________________________________________________
23132 [ 27477] By: stevep                                on 2006/03/11  22:08:34
23133         Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
23134              that Perl_newLOOPOP() had and fixed in change #27476.  Maybe some 
23135              refactoring is needed?
23136      Branch: perl
23137            ! op.c
23138 ____________________________________________________________________________
23139 [ 27476] By: stevep                                on 2006/03/11  21:41:20
23140         Log: Possible NULL pointer reference found by Coverity checks.
23141      Branch: perl
23142            ! op.c
23143 ____________________________________________________________________________
23144 [ 27475] By: stevep                                on 2006/03/11  20:57:26
23145         Log: Keep from using a variable in S_my_kid() before it is initialized.  This        was introduced with the MAD changes.
23146      Branch: perl
23147            ! op.c
23148 ____________________________________________________________________________
23149 [ 27474] By: craigb                                on 2006/03/11  17:26:00
23150         Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS
23151              From: Peter Prymmer <PPrymmer@factset.com>
23152              Date: Fri, 10 Mar 2006 15:24:23 -0500
23153              Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
23154      Branch: perl
23155            ! lib/File/Path.pm
23156 ____________________________________________________________________________
23157 [ 27473] By: merijn                                on 2006/03/11  11:03:55
23158         Log: Subject: [PATCH] Reapply change 24432
23159              From: "Jan Dubois" <jand@ActiveState.com>
23160              Date: Fri, 10 Mar 2006 18:21:39 -0800
23161              Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
23162      Branch: perl
23163            ! config_h.SH
23164 ____________________________________________________________________________
23165 [ 27471] By: nicholas                              on 2006/03/11  10:21:27
23166         Log: Missed the hunk that adds regen_madly.pl to the regen_perl target.
23167      Branch: perl
23168            ! Makefile.SH
23169 ____________________________________________________________________________
23170 [ 27470] By: nicholas                              on 2006/03/11  10:16:04
23171         Log: Subject: [PATCH] Sync up embed.fnc and doio.c
23172              From: andy@petdance.com (Andy Lester)
23173              Message-ID: <20060311071338.GA12490@petdance.com>
23174              Date: Sat, 11 Mar 2006 01:13:38 -0600
23175      Branch: perl
23176            ! embed.fnc proto.h
23177 ____________________________________________________________________________
23178 [ 27469] By: nicholas                              on 2006/03/11  09:55:43
23179         Log: Subject: [PATCH] Localizing some vars in S_checkcomma
23180              From: andy@petdance.com (Andy Lester)
23181              Message-ID: <20060310223100.GA13455@petdance.com>
23182              Date: Fri, 10 Mar 2006 16:31:00 -0600
23183      Branch: perl
23184            ! toke.c
23185 ____________________________________________________________________________
23186 [ 27468] By: nicholas                              on 2006/03/11  09:32:18
23187         Log: Remove the obsolete mad/P5RE.pm
23188      Branch: perl
23189            - mad/P5RE.pm
23190            ! MANIFEST
23191 ____________________________________________________________________________
23192 [ 27467] By: craigb                                on 2006/03/11  01:52:37
23193         Log: null terminate command string -- broken in #27438
23194      Branch: perl
23195            ! vms/vms.c
23196 ____________________________________________________________________________
23197 [ 27466] By: nicholas                              on 2006/03/10  21:54:18
23198         Log: Move the 12 static MAD variables from toke.c into the interpeter
23199              structure.
23200      Branch: perl
23201            ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c
23202 ____________________________________________________________________________
23203 [ 27465] By: nicholas                              on 2006/03/10  20:58:23
23204         Log: Rename the 12 static variables in toke.c to PL_*
23205      Branch: perl
23206            ! toke.c
23207 ____________________________________________________________________________
23208 [ 27464] By: nicholas                              on 2006/03/10  19:47:11
23209         Log: gozer took over from gsar (some time ago).
23210      Branch: perl
23211            ! Porting/repository.pod
23212 ____________________________________________________________________________
23213 [ 27463] By: nicholas                              on 2006/03/10  18:53:01
23214         Log: All the autogenerated files from change 27462.
23215      Branch: perl
23216            ! madly.act madly.h madly.tab
23217 ____________________________________________________________________________
23218 [ 27462] By: nicholas                              on 2006/03/10  18:52:40
23219         Log: Merge perly.y changes from 5.9.2 to now into madly.y.
23220      Branch: perl
23221            ! madly.y
23222 ____________________________________________________________________________
23223 [ 27461] By: nicholas                              on 2006/03/10  12:57:18
23224         Log: Teaching embed.pl about conditional symbols is a TODO.
23225      Branch: perl
23226            ! pod/perltodo.pod
23227 ____________________________________________________________________________
23228 [ 27460] By: nicholas                              on 2006/03/10  12:09:39
23229         Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
23230              about MADness (and unMADness - maybe there is a special word for that)
23231      Branch: perl
23232            ! intrpvar.h makedef.pl
23233 ____________________________________________________________________________
23234 [ 27459] By: nicholas                              on 2006/03/10  11:31:14
23235         Log: Summon constman! S_checkcomma now has all 3 arguments const char.
23236      Branch: perl
23237            ! embed.fnc proto.h toke.c
23238 ____________________________________________________________________________
23239 [ 27458] By: nicholas                              on 2006/03/10  10:50:29
23240         Log: Tease apart the keyword/subroutine test in S_checkcomma.
23241      Branch: perl
23242            ! toke.c
23243 ____________________________________________________________________________
23244 [ 27457] By: stevep                                on 2006/03/10  02:17:43
23245         Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
23246              Otherwise, Win32 does not compile.
23247      Branch: perl
23248            ! intrpvar.h
23249 ____________________________________________________________________________
23250 [ 27456] By: nicholas                              on 2006/03/09  23:23:19
23251         Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
23252              TRUE/FALSE.
23253      Branch: perl
23254            ! gv.c
23255 ____________________________________________________________________________
23256 [ 27455] By: nicholas                              on 2006/03/09  22:50:23
23257         Log: Remove two NEWSV()s in the non-ithread dump code that got missed.
23258      Branch: perl
23259            ! dump.c
23260 ____________________________________________________________________________
23261 [ 27454] By: mhx                                   on 2006/03/09  22:07:01
23262         Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
23263              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
23264              Date: Thu, 9 Mar 2006 16:29:12 -0500
23265              Message-ID: <20060309212912.GF22682@penkwe.pair.com>
23266      Branch: perl
23267            ! pod/perlfunc.pod
23268 ____________________________________________________________________________
23269 [ 27453] By: nicholas                              on 2006/03/09  22:03:55
23270         Log: Add the Perl 5 to Perl 5 convertor scripts.
23271      Branch: perl
23272            + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad
23273            + mad/p55
23274            ! MANIFEST
23275 ____________________________________________________________________________
23276 [ 27452] By: nicholas                              on 2006/03/09  22:01:28
23277         Log: Superior *printf-fu lets us avoid modifying source code.
23278      Branch: perl
23279            ! toke.c
23280 ____________________________________________________________________________
23281 [ 27451] By: nicholas                              on 2006/03/09  21:49:20
23282         Log: Avoid scribbling on the passed in command line string for -i in 
23283              moreswitches.
23284      Branch: perl
23285            ! perl.c
23286 ____________________________________________________________________________
23287 [ 27450] By: nicholas                              on 2006/03/09  21:24:04
23288         Log: -Dmad works, albeit with some test failures:
23289              ext/B/t/f_sort.t                       20    5  25.00%  2 4-6 16
23290              ext/B/t/optree_samples.t               20    1   5.00%  18
23291              ext/List/Util/t/weak.t      1   256    22    1   4.55%  22
23292              ext/Safe/t/safeops.t        0   134   354  288  81.36%  211-354
23293              lib/warnings.t                        561    2   0.36%  3 10
23294      Branch: perl
23295            ! toke.c
23296 ____________________________________________________________________________
23297 [ 27449] By: nicholas                              on 2006/03/09  20:53:11
23298         Log: Oops. Failed to add madly.c
23299      Branch: perl
23300            + madly.c
23301 ____________________________________________________________________________
23302 [ 27448] By: stevep                                on 2006/03/09  20:48:50
23303         Log: The Coverity audit is upset that the scream_olds variable is not
23304              directly initialized, although it is likely initialized after 
23305              another variable takes a reference to it.
23306      Branch: perl
23307            ! regexec.c
23308 ____________________________________________________________________________
23309 [ 27447] By: nicholas                              on 2006/03/09  20:48:18
23310         Log: Add the madly parser. I believe that this is all the C code. Now to
23311              find the bugs that stowed away.
23312      Branch: perl
23313            + madly.act madly.h madly.tab madly.y regen_madly.pl
23314            ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c
23315            ! proto.h
23316 ____________________________________________________________________________
23317 [ 27446] By: nicholas                              on 2006/03/09  19:53:53
23318         Log: It helps to run embed.pl in the correct directory. (not the symlink
23319              tree)
23320      Branch: perl
23321            ! embed.h embedvar.h perlapi.h proto.h
23322 ____________________________________________________________________________
23323 [ 27445] By: nicholas                              on 2006/03/09  19:22:10
23324         Log: The remainder of the toke.c MAD changes. Now to investigate why MAD
23325              no longer builds.
23326      Branch: perl
23327            ! embed.fnc intrpvar.h sv.c toke.c
23328 ____________________________________________________________________________
23329 [ 27444] By: nicholas                              on 2006/03/09  19:00:26
23330         Log: Another refactoring from Larry implicit in the MAD patch.
23331      Branch: perl
23332            ! toke.c
23333 ____________________________________________________________________________
23334 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
23335         Log: Refactoring from Larry implicit in the MAD patch.
23336      Branch: perl
23337            ! toke.c
23338 ____________________________________________________________________________
23339 [ 27442] By: nicholas                              on 2006/03/09  17:06:46
23340         Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
23341              as MAD conditionally changes this consistently in 27 places.
23342      Branch: perl
23343            ! toke.c
23344 ____________________________________________________________________________
23345 [ 27441] By: stevep                                on 2006/03/09  16:14:20
23346         Log: Need to update test count from change #27440.
23347      Branch: perl
23348            ! ext/POSIX/t/sigaction.t
23349 ____________________________________________________________________________
23350 [ 27440] By: stevep                                on 2006/03/09  16:03:21
23351         Log: croak in POSIX::sigaction() when passed a negative signal instead
23352              dumping core.
23353      Branch: perl
23354            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
23355 ____________________________________________________________________________
23356 [ 27439] By: nicholas                              on 2006/03/09  15:13:49
23357         Log: MAD changes for bare skipspace()
23358      Branch: perl
23359            ! embed.fnc embed.h proto.h toke.c
23360 ____________________________________________________________________________
23361 [ 27438] By: craigb                                on 2006/03/09  14:49:45
23362         Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS)
23363              From: "John E. Malmberg" <wb8tyw@qsl.net>
23364              Date: Wed, 08 Mar 2006 23:34:05 -0500
23365              Message-id: <440FB03D.8010409@qsl.net>
23366
23367      Branch: perl
23368            ! vms/vms.c
23369 ____________________________________________________________________________
23370 [ 27437] By: nicholas                              on 2006/03/09  13:45:30
23371         Log: Add the MAD change to perly.y, which brings a new PEG token.
23372      Branch: perl
23373            ! perly.act perly.h perly.tab perly.y
23374 ____________________________________________________________________________
23375 [ 27436] By: mhx                                   on 2006/03/09  12:54:19
23376         Log: Fix a memory leak in ck_grep(), spotted by coverity:
23377              perl -e'eval "grep" while 1'
23378      Branch: perl
23379            ! op.c
23380 ____________________________________________________________________________
23381 [ 27435] By: nicholas                              on 2006/03/09  12:41:40
23382         Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's
23383              order doesn't make tests pass :-(. Nor does it make them fail.
23384      Branch: perl
23385            ! op.c
23386 ____________________________________________________________________________
23387 [ 27434] By: nicholas                              on 2006/03/09  12:17:41
23388         Log: Fix C99ism in dump.c
23389      Branch: perl
23390            ! dump.c
23391 ____________________________________________________________________________
23392 [ 27433] By: nicholas                              on 2006/03/09  12:01:36
23393         Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the
23394              same sequence of pad usage is generated with and without MAD.
23395      Branch: perl
23396            ! ext/B/t/f_map.t op.c
23397 ____________________________________________________________________________
23398 [ 27432] By: nicholas                              on 2006/03/09  11:20:14
23399         Log: Note the weakref.t failure that commenting out this code caused.
23400              Pesky waterbeds.
23401      Branch: perl
23402            ! op.c
23403 ____________________________________________________________________________
23404 [ 27431] By: nicholas                              on 2006/03/09  11:04:23
23405         Log: Note the cause of another MAD test failure - an explicit abort trap
23406              for saving PL_formfeed is being hit.
23407      Branch: perl
23408            ! scope.c
23409 ____________________________________________________________________________
23410 [ 27430] By: nicholas                              on 2006/03/09  10:53:25
23411         Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
23412      Branch: perl
23413            ! op.c
23414 ____________________________________________________________________________
23415 [ 27429] By: nicholas                              on 2006/03/08  23:33:05
23416         Log: Make MAD at least compile and link once more. Although it's now failing
23417              6 regression tests.
23418      Branch: perl
23419            ! op.c perly.c
23420 ____________________________________________________________________________
23421 [ 27428] By: nicholas                              on 2006/03/08  22:36:30
23422         Log: Further MAD changes.
23423      Branch: perl
23424            ! perl.c perly.c pp_ctl.c scope.c
23425 ____________________________________________________________________________
23426 [ 27427] By: nicholas                              on 2006/03/08  21:53:06
23427         Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it:
23428              Avoid writing over the input string in the case 'F' in moreswitches.
23429      Branch: perl
23430           !> perl.c
23431 ____________________________________________________________________________
23432 [ 27425] By: nicholas                              on 2006/03/08  21:18:58
23433         Log: The last MAD change to op.c changes the pad offsets of the test that
23434              ext/B/t/f_map.t is using.
23435      Branch: perl
23436            ! ext/B/t/f_map.t op.c
23437 ____________________________________________________________________________
23438 [ 27424] By: nicholas                              on 2006/03/08  20:34:16
23439         Log: Almost all the MAD changes for op.c
23440      Branch: perl
23441            ! embed.fnc embed.h op.c perl.h proto.h
23442 ____________________________________________________________________________
23443 [ 27423] By: nicholas                              on 2006/03/08  18:17:09
23444         Log: Change from Larry in the MAD code which seems to be unrelated to MAD.
23445      Branch: perl
23446            ! op.c
23447 ____________________________________________________________________________
23448 [ 27422] By: nicholas                              on 2006/03/08  16:29:26
23449         Log: MAD changes to dump.c
23450      Branch: perl
23451            ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h
23452 ____________________________________________________________________________
23453 [ 27421] By: steveh                                on 2006/03/08  16:25:23
23454         Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
23455              
23456              They only existed for the benefit of old shells that didn't
23457              understand "rmdir /s /q", but since change #27195 effectively
23458              drops support for old shells that don't understand "xcopy /y"
23459              it seems unnecessary now.
23460              
23461              Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
23462              it's probably only the Windows 9x shells that lose out.
23463      Branch: perl
23464            ! win32/Makefile win32/makefile.mk
23465 ____________________________________________________________________________
23466 [ 27420] By: steveh                                on 2006/03/08  15:20:28
23467         Log: Sort the ext/ and lib/ tests when running under t/harness
23468              
23469              Unless they are sorted then they are run in the same order in which
23470              they are listed in MANIFEST, which is not always ideal. In particular,
23471              the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
23472              which causes some files to be left behind afterwards.
23473              
23474              ExtUtils::Command::MM::test_harness() sorts test files, so it seems
23475              sensible for t/harness to do likewise, rather than relying on the
23476              ordering in MANIFEST.
23477      Branch: perl
23478            ! t/harness
23479 ____________________________________________________________________________
23480 [ 27419] By: nicholas                              on 2006/03/08  13:40:48
23481         Log: Add MAD changes to pad code (new function Perl_pad_peg)
23482      Branch: perl
23483            ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h
23484 ____________________________________________________________________________
23485 [ 27418] By: steveh                                on 2006/03/08  13:37:28
23486         Log: Adjust Win32 distclean as per changes #27411 and #27417
23487      Branch: perl
23488            ! win32/Makefile win32/makefile.mk
23489 ____________________________________________________________________________
23490 [ 27417] By: rgs                                   on 2006/03/08  13:29:26
23491         Log: "make distclean" fix noticed by Steve Hay
23492      Branch: perl
23493            ! Makefile.SH
23494 ____________________________________________________________________________
23495 [ 27416] By: steveh                                on 2006/03/08  12:15:04
23496         Log: Cleanup Archive-Tar temporary test files
23497              
23498              I've done this twice before already (changes #25043 and #26785),
23499              but it keeps getting accidentally removed. Third time lucky?
23500      Branch: perl
23501            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
23502 ____________________________________________________________________________
23503 [ 27415] By: rgs                                   on 2006/03/08  10:31:24
23504         Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected 
23505              From: Stephen McCamant <smcc@mit.edu>
23506              Date: Tue, 7 Mar 2006 20:00:30 -0800
23507              Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
23508      Branch: perl
23509            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
23510 ____________________________________________________________________________
23511 [ 27414] By: rgs                                   on 2006/03/08  10:25:26
23512         Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c
23513              From: andy@petdance.com (Andy Lester)
23514              Date: Wed, 8 Mar 2006 00:45:29 -0600
23515              Message-ID: <20060308064529.GA16499@petdance.com>
23516      Branch: perl
23517            ! pp_hot.c
23518 ____________________________________________________________________________
23519 [ 27413] By: steveh                                on 2006/03/08  09:36:50
23520         Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined
23521              (Fixes Win32 linker error introduced by change #27408)
23522      Branch: perl
23523            ! makedef.pl
23524 ____________________________________________________________________________
23525 [ 27412] By: steveh                                on 2006/03/08  08:42:44
23526         Log: Complete change #27407/27410 on Win32 and tidy up change #27372
23527      Branch: perl
23528            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23529            ! win32/config_H.vc64
23530 ____________________________________________________________________________
23531 [ 27411] By: rgs                                   on 2006/03/08  08:23:54
23532         Log: "make distclean" adjustments for the new Compress modules
23533      Branch: perl
23534            ! Makefile.SH
23535 ____________________________________________________________________________
23536 [ 27410] By: merijn                                on 2006/03/08  08:10:25
23537         Log: Backport #27407
23538              Add a Configure question for mad (Misc Attribute Decoration - Larry's
23539              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
23540      Branch: perl
23541            ! Configure Porting/Glossary config_h.SH
23542 ____________________________________________________________________________
23543 [ 27408] By: nicholas                              on 2006/03/07  23:24:55
23544         Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
23545              and default definitions for the 2 variables. (Which will save a lot of
23546              conditional complilation, by instead letting the C compiler optimiser
23547              remove dead code.)
23548      Branch: perl
23549            ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h
23550 ____________________________________________________________________________
23551 [ 27407] By: nicholas                              on 2006/03/07  22:16:55
23552         Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's
23553              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
23554      Branch: perl
23555            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
23556            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
23557            ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh
23558            ! win32/config.bc win32/config.gc win32/config.vc
23559            ! win32/config.vc64 wince/config.ce
23560 ____________________________________________________________________________
23561 [ 27406] By: nicholas                              on 2006/03/07  19:31:49
23562         Log: Two more TODOs for those with C knowledge.
23563      Branch: perl
23564            ! pod/perltodo.pod
23565 ____________________________________________________________________________
23566 [ 27405] By: nicholas                              on 2006/03/07  19:27:28
23567         Log: Remove the #define - ARENASETS are always on now.
23568      Branch: perl
23569            ! perl.h sv.c
23570 ____________________________________________________________________________
23571 [ 27404] By: nicholas                              on 2006/03/07  19:23:14
23572         Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
23573              Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
23574      Branch: perl
23575            ! pod/perltodo.pod
23576 ____________________________________________________________________________
23577 [ 27403] By: rgs                                   on 2006/03/07  17:09:54
23578         Log: This looks like a memory leak.
23579      Branch: perl
23580            ! op.c
23581 ____________________________________________________________________________
23582 [ 27402] By: rgs                                   on 2006/03/07  16:49:58
23583         Log: $[ = 2 should not warn.
23584      Branch: perl
23585            ! op.c t/lib/warnings/op
23586 ____________________________________________________________________________
23587 [ 27401] By: steveh                                on 2006/03/07  14:58:20
23588         Log: Fix lib/Module/Build/t/compat.t
23589              (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
23590      Branch: perl
23591            ! lib/Module/Build/t/compat.t
23592 ____________________________________________________________________________
23593 [ 27400] By: rgs                                   on 2006/03/07  14:36:00
23594         Log: Make report on bad filenames easier to read
23595      Branch: perl
23596            ! Porting/check83.pl
23597 ____________________________________________________________________________
23598 [ 27399] By: rgs                                   on 2006/03/07  14:15:46
23599         Log: FAQ sync. (FAQ now moved to svn)
23600      Branch: perl
23601            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23602            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23603            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
23604            ! pod/perlfaq9.pod
23605 ____________________________________________________________________________
23606 [ 27398] By: stevep                                on 2006/03/07  04:48:29
23607         Log: Upgrade to PathTools-3.17
23608      Branch: perl
23609            ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
23610 ____________________________________________________________________________
23611 [ 27397] By: stevep                                on 2006/03/06  23:31:21
23612         Log: Subject:  Re: [PATCH] Removed a redundant o->op_type
23613              From: Paul Johnson <paul@pjcj.net>
23614              Date: Tue, 28 Feb 2006 20:17:31 +0100
23615              Message-ID: <20060228191731.GD20933@pjcj.net>
23616      Branch: perl
23617            ! op.c
23618 ____________________________________________________________________________
23619 [ 27396] By: mhx                                   on 2006/03/06  22:18:52
23620         Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
23621              value as we're probably hunting memory leaks then
23622      Branch: perl
23623            ! perl.c
23624 ____________________________________________________________________________
23625 [ 27393] By: nicholas                              on 2006/03/06  20:44:02
23626         Log: Update David Dyck's e-mail address.
23627      Branch: perl
23628            ! AUTHORS Porting/checkAUTHORS.pl
23629 ____________________________________________________________________________
23630 [ 27390] By: rgs                                   on 2006/03/06  17:26:43
23631         Log: Add all new utilities in the perlutil man page.
23632              Includes lots of work by Zsban Ambrus.
23633      Branch: perl
23634            ! pod/perlutil.pod
23635 ____________________________________________________________________________
23636 [ 27389] By: rgs                                   on 2006/03/06  16:09:50
23637         Log: Subject: [PATCH] add Module::Build 0.27_08
23638              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23639              Date: Sun, 5 Mar 2006 12:08:30 -0800
23640              Message-ID: <20060305200830.GA2660@efn.org>
23641      Branch: perl
23642            + lib/Module/Build.pm lib/Module/Build/Authoring.pod
23643            + lib/Module/Build/Base.pm lib/Module/Build/Changes
23644            + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm
23645            + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
23646            + lib/Module/Build/Notes.pm lib/Module/Build/PPMMaker.pm
23647            + lib/Module/Build/Platform/Amiga.pm
23648            + lib/Module/Build/Platform/Default.pm
23649            + lib/Module/Build/Platform/EBCDIC.pm
23650            + lib/Module/Build/Platform/MPEiX.pm
23651            + lib/Module/Build/Platform/MacOS.pm
23652            + lib/Module/Build/Platform/RiscOS.pm
23653            + lib/Module/Build/Platform/Unix.pm
23654            + lib/Module/Build/Platform/VMS.pm
23655            + lib/Module/Build/Platform/VOS.pm
23656            + lib/Module/Build/Platform/Windows.pm
23657            + lib/Module/Build/Platform/aix.pm
23658            + lib/Module/Build/Platform/cygwin.pm
23659            + lib/Module/Build/Platform/darwin.pm
23660            + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
23661            + lib/Module/Build/scripts/config_data
23662            + lib/Module/Build/t/basic.t
23663            + lib/Module/Build/t/bundled/Tie/CPHash.pm
23664            + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
23665            + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t
23666            + lib/Module/Build/t/files.t lib/Module/Build/t/install.t
23667            + lib/Module/Build/t/lib/DistGen.pm
23668            + lib/Module/Build/t/lib/MBTest.pm
23669            + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
23670            + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
23671            + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t
23672            + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t
23673            + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t
23674            + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t
23675            + lib/Module/Build/t/xs.t utils/config_data.PL
23676            ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod
23677            ! utils.lst utils/Makefile vms/descrip_mms.template
23678            ! win32/Makefile win32/makefile.mk
23679 ____________________________________________________________________________
23680 [ 27388] By: rgs                                   on 2006/03/06  14:52:48
23681         Log: Upgrade to Archive::Tar 1.29
23682      Branch: perl
23683            ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t
23684            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
23685 ____________________________________________________________________________
23686 [ 27387] By: rgs                                   on 2006/03/06  10:06:53
23687         Log: Add and remove files forgotten in change #27384
23688      Branch: perl
23689            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
23690            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
23691            + ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
23692            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
23693            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
23694            + ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
23695            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
23696            - (delete 110 files)
23697            ! MANIFEST
23698 ____________________________________________________________________________
23699 [ 27386] By: craigb                                on 2006/03/06  03:42:19
23700         Log: Subject: PATCH: 2 vms specific build files in perl @ 27383
23701              From: Peter Prymmer <PPrymmer@factset.com>
23702              Date: Sun, 05 Mar 2006 20:30:09 -0500
23703              Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
23704      Branch: perl
23705            ! configure.com vms/gen_shrfls.pl
23706 ____________________________________________________________________________
23707 [ 27385] By: craigb                                on 2006/03/06  03:26:39
23708         Log: Subject: Re: threads and VMS
23709              From: "John E. Malmberg" <wb8tyw@qsl.net>
23710              Date: Sun, 05 Mar 2006 00:32:27 -0500
23711              Message-id: <440A77EB.2030205@qsl.net>
23712      Branch: perl
23713            ! vms/vms.c
23714 ____________________________________________________________________________
23715 [ 27384] By: stevep                                on 2006/03/06  02:06:04
23716         Log: Subject: [PATCH] Compress::Zlib
23717              From: "Paul Marquess" <paul.marquess@ntlworld.com>
23718              Date: Fri, 3 Mar 2006 10:25:48 -0000
23719              Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
23720      Branch: perl
23721            + (add 129 files)
23722            ! MANIFEST ext/Compress/Zlib/Changes
23723            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
23724            ! ext/Compress/Zlib/examples/filtdef
23725            ! ext/Compress/Zlib/examples/filtinf
23726            ! ext/Compress/Zlib/examples/gzcat
23727            ! ext/Compress/Zlib/examples/gzgrep
23728            ! ext/Compress/Zlib/examples/gzstream
23729            ! ext/Compress/Zlib/t/01version.t
23730            ! ext/Compress/Zlib/t/03zlib-v1.t
23731            ! ext/Compress/Zlib/t/05examples.t
23732            ! ext/Compress/Zlib/t/06gzsetp.t
23733            ! ext/Compress/Zlib/t/08encoding.t
23734            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t
23735            ! t/lib/compress/any.pl t/lib/compress/anyunc.pl
23736            ! t/lib/compress/destroy.pl t/lib/compress/generic.pl
23737            ! t/lib/compress/merge.pl t/lib/compress/multi.pl
23738            ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl
23739            ! t/lib/compress/prime.pl t/lib/compress/tied.pl
23740            ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl
23741 ____________________________________________________________________________
23742 [ 27383] By: nicholas                              on 2006/03/05  21:21:10
23743         Log: Change 27380 (HEK into the IV union failed to convert the code in the
23744              non-gcc-debugging ifdef. Whoops. Very lax of me)
23745      Branch: perl
23746            ! gv.h
23747 ____________________________________________________________________________
23748 [ 27382] By: nicholas                              on 2006/03/05  19:07:12
23749         Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
23750              to simplify GV initialisation.
23751      Branch: perl
23752            ! gv.c gv.h sv.c
23753 ____________________________________________________________________________
23754 [ 27381] By: nicholas                              on 2006/03/05  18:40:59
23755         Log: Change hv_name_set to take U32 length and flags parameters.
23756      Branch: perl
23757            ! embed.fnc hv.c proto.h
23758 ____________________________________________________________________________
23759 [ 27380] By: nicholas                              on 2006/03/05  18:13:42
23760         Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer
23761              smaller.
23762      Branch: perl
23763            ! av.h cv.h gv.c gv.h hv.h sv.h
23764 ____________________________________________________________________________
23765 [ 27379] By: nicholas                              on 2006/03/05  17:47:23
23766         Log: Use a HEK to store the GV's name, rather than a malloc()ed string.
23767              Saves 1 word in each GV (no more strlen), and will also save the memory
23768              used by the string itself, as the HEK will exist already due to the
23769              key used by the symbol table for this GV.
23770      Branch: perl
23771            ! gv.c gv.h sv.c sv.h
23772 ____________________________________________________________________________
23773 [ 27378] By: nicholas                              on 2006/03/05  12:12:56
23774         Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
23775      Branch: perl
23776            ! perl.h
23777 ____________________________________________________________________________
23778 [ 27377] By: nicholas                              on 2006/03/05  11:53:55
23779         Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
23780      Branch: perl
23781            ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c
23782 ____________________________________________________________________________
23783 [ 27376] By: craigb                                on 2006/03/05  00:03:31
23784         Log: Subject: Re: threads and VMS
23785              From: "John E. Malmberg" <wb8tyw@qsl.net>
23786              Date: Sat, 04 Mar 2006 18:29:22 -0500
23787              Message-id: <440A22D2.30009@qsl.net>
23788      Branch: perl
23789            ! doio.c
23790 ____________________________________________________________________________
23791 [ 27375] By: merijn                                on 2006/03/04  06:48:13
23792         Log: Subject: patch@27373 VMS build fix + more long pathname stuff
23793              From: "John E. Malmberg" <wb8tyw@qsl.net>
23794              Date: Sat, 04 Mar 2006 00:36:03 -0500
23795              Message-ID: <44092743.4030607@qsl.net>
23796      Branch: perl
23797            ! vms/vms.c
23798 ____________________________________________________________________________
23799 [ 27374] By: merijn                                on 2006/03/04  06:44:10
23800         Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
23801              From: Abe Timmerman <abe@ztreet.demon.nl>
23802              Date: Fri, 3 Mar 2006 22:56:47 +0100
23803              Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
23804      Branch: perl
23805            ! Porting/checkcfgvar.pl configure.com
23806 ____________________________________________________________________________
23807 [ 27373] By: stevep                                on 2006/03/03  18:40:22
23808         Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as
23809              'undef'.
23810      Branch: perl
23811            ! configure.com
23812 ____________________________________________________________________________
23813 [ 27372] By: stevep                                on 2006/03/03  18:34:18
23814         Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
23815              HAS_BUILTIN_EXPECT.
23816      Branch: perl
23817            ! win32/config.bc win32/config.gc win32/config.vc
23818            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
23819            ! win32/config_H.vc win32/config_H.vc64
23820 ____________________________________________________________________________
23821 [ 27371] By: stevep                                on 2006/03/03  17:49:01
23822         Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl
23823              From: Abe Timmerman <abe@ztreet.demon.nl>
23824              Date: Fri, 3 Mar 2006 18:43:24 +0100
23825              Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
23826      Branch: perl
23827            ! Porting/checkcfgvar.pl
23828 ____________________________________________________________________________
23829 [ 27370] By: merijn                                on 2006/03/03  16:40:57
23830         Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr
23831              From: Andy Lester <andy@petdance.com>
23832              Date: Wed, 28 Dec 2005 15:34:08 -0600
23833              Message-ID: <20051228213408.GB26033@petdance.com>
23834      Branch: perl
23835            ! Configure Porting/Glossary config_h.SH perl.h
23836 ____________________________________________________________________________
23837 [ 27368] By: rgs                                   on 2006/03/03  15:45:32
23838         Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8
23839              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23840              Date: Thu, 02 Mar 2006 20:21:26 +0200
23841              Message-ID: <440737A6.4060606@gmail.com>
23842      Branch: perl
23843            ! t/lib/Devel/switchd.pm t/run/switchd.t
23844 ____________________________________________________________________________
23845 [ 27367] By: merijn                                on 2006/03/03  07:35:51
23846         Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported
23847      Branch: perl
23848            ! Configure
23849 ____________________________________________________________________________
23850 [ 27365] By: stevep                                on 2006/03/03  00:18:40
23851         Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7
23852              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23853              Date: Thu, 02 Mar 2006 22:46:14 +0200
23854              Message-ID: <44075996.1000002@gmail.com>
23855      Branch: perl
23856            ! ext/Data/Dumper/t/bugs.t
23857 ____________________________________________________________________________
23858 [ 27364] By: merijn                                on 2006/03/02  20:14:50
23859         Log: Taint handling for runperl:
23860              - better taint detection (switch -T in command)
23861              - $ENV{PATH} stripping of writeable directories on unix/linux
23862      Branch: perl
23863            ! t/test.pl
23864 ____________________________________________________________________________
23865 [ 27363] By: merijn                                on 2006/03/02  20:07:51
23866         Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" 
23867              Date: Tue, 31 Jan 2006 09:50:32 -0800
23868              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
23869      Branch: perl
23870            ! Configure utils/h2ph.PL
23871 ____________________________________________________________________________
23872 [ 27361] By: rgs                                   on 2006/03/02  09:11:35
23873         Log: Subject: [PATCH] mgvtbl initialization
23874              From: andy@petdance.com (Andy Lester)
23875              Date: Wed, 1 Mar 2006 22:52:20 -0600
23876              Message-ID: <20060302045220.GA15985@petdance.com>
23877      Branch: perl
23878            ! perl.h
23879 ____________________________________________________________________________
23880 [ 27360] By: rgs                                   on 2006/03/02  09:08:30
23881         Log: Subject: [PATCH] Non-null optimizations
23882              From: andy@petdance.com (Andy Lester)
23883              Date: Wed, 1 Mar 2006 22:13:45 -0600
23884              Message-ID: <20060302041345.GA13731@petdance.com>
23885      Branch: perl
23886            ! embed.fnc pod/perlapi.pod proto.h sv.c
23887 ____________________________________________________________________________
23888 [ 27359] By: rgs                                   on 2006/03/01  22:39:24
23889         Log: Don't put strings with embedded NULs in the environment.
23890              This makes things like -d:Foo=bar work again.
23891      Branch: perl
23892            ! perl.c
23893 ____________________________________________________________________________
23894 [ 27358] By: stevep                                on 2006/03/01  20:15:27
23895         Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.
23896      Branch: perl
23897            ! lib/Locale/Maketext/TPJ13.pod
23898 ____________________________________________________________________________
23899 [ 27357] By: stevep                                on 2006/03/01  16:53:49
23900         Log: Upgrade to podlators-2.04
23901      Branch: perl
23902            + lib/Pod/t/filehandle.t
23903            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
23904 ____________________________________________________________________________
23905 [ 27356] By: stevep                                on 2006/03/01  16:29:37
23906         Log: Upgrade to assertions-0.03
23907      Branch: perl
23908            ! lib/assertions.pm lib/assertions/activate.pm
23909            ! lib/assertions/compat.pm t/comp/assertions.t
23910            ! t/comp/asstcompat.t
23911 ____________________________________________________________________________
23912 [ 27355] By: rgs                                   on 2006/03/01  16:13:56
23913         Log: Subject: [PATCH] a buglet in fakesdio.h
23914              From: Anton Berezin <tobez@tobez.org>
23915              Date: Wed, 1 Mar 2006 16:56:13 +0100
23916              Message-ID: <20060301155613.GA30368@heechee.tobez.org>
23917      Branch: perl
23918            ! fakesdio.h
23919 ____________________________________________________________________________
23920 [ 27354] By: stevep                                on 2006/03/01  16:08:17
23921         Log: Upgrade to CGI.pm-3.17, but continuing the version bump for 
23922              unintegrated changes.
23923      Branch: perl
23924            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
23925 ____________________________________________________________________________
23926 [ 27353] By: rgs                                   on 2006/03/01  09:08:46
23927         Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../,
23928              From: "Joshua ben Jore" <twists@gmail.com>
23929              Date: Wed, 1 Mar 2006 01:14:14 -0600
23930              Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
23931      Branch: perl
23932            ! ext/B/B/Lint.pm ext/B/t/lint.t
23933 ____________________________________________________________________________
23934 [ 27352] By: steveh                                on 2006/02/28  12:51:55
23935         Log: Silence another VC++ warning
23936              (signed/unsigned mismatch)
23937      Branch: perl
23938            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
23939 ____________________________________________________________________________
23940 [ 27351] By: steveh                                on 2006/02/28  12:40:06
23941         Log: Silence a VC++ warning with DEBUGGING builds
23942              (signed/unsigned mismatch)
23943      Branch: perl
23944            ! sv.c
23945 ____________________________________________________________________________
23946 [ 27350] By: nicholas                              on 2006/02/27  21:41:58
23947         Log: In Perl_sv_setsv_flags, swap the default in the type based switch to
23948              the "Bizarre copy" failure case.
23949      Branch: perl
23950            ! sv.c
23951 ____________________________________________________________________________
23952 [ 27349] By: nicholas                              on 2006/02/27  21:10:21
23953         Log: Subject: [PATCH] Removed a redundant o->op_type
23954              From: andy@petdance.com (Andy Lester)
23955              Message-ID: <20060227202043.GA7783@petdance.com>
23956              Date: Mon, 27 Feb 2006 14:20:43 -0600
23957      Branch: perl
23958            ! op.c
23959 ____________________________________________________________________________
23960 [ 27348] By: steveh                                on 2006/02/27  17:48:55
23961         Log: Silence a GCC warning
23962              (assignment from incompatible pointer type)
23963      Branch: perl
23964            ! sv.h
23965 ____________________________________________________________________________
23966 [ 27347] By: steveh                                on 2006/02/27  17:24:37
23967         Log: Silence a VC++ warning
23968              (conversion from 'long ' to 'char ', possible loss of data)
23969      Branch: perl
23970            ! sv.c
23971 ____________________________________________________________________________
23972 [ 27346] By: rgs                                   on 2006/02/27  17:00:37
23973         Log: Upgrade to CPAN 1.87
23974      Branch: perl
23975            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
23976            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
23977 ____________________________________________________________________________
23978 [ 27345] By: nicholas                              on 2006/02/27  16:13:05
23979         Log: Move all the de-tainting logic for runperl into test.pl.
23980      Branch: perl
23981            ! t/op/utftaint.t t/test.pl
23982 ____________________________________________________________________________
23983 [ 27344] By: rgs                                   on 2006/02/27  15:43:41
23984         Log: Subject: [PATCH] fix up gv.c and gv.h
23985              From: andy@petdance.com (Andy Lester)
23986              Date: Sat, 25 Feb 2006 20:52:16 -0600
23987              Message-ID: <20060226025216.GA12758@petdance.com>
23988      Branch: perl
23989            ! gv.h
23990 ____________________________________________________________________________
23991 [ 27343] By: rgs                                   on 2006/02/27  15:36:46
23992         Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit()
23993              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
23994              Date: Sun, 26 Feb 2006 20:47:21 +0100
23995              Message-ID: <20060226204721.00be2bff@r2d2>
23996      Branch: perl
23997            ! miniperlmain.c
23998 ____________________________________________________________________________
23999 [ 27342] By: rgs                                   on 2006/02/27  14:45:00
24000         Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails
24001              From: Salvador Fandino <sfandino@yahoo.com>
24002              Date: Sat, 25 Feb 2006 11:14:20 +0100
24003              Message-ID: <20060225101254.726.qmail@lists.develooper.com>
24004      Branch: perl
24005            ! lib/dumpvar.pl
24006 ____________________________________________________________________________
24007 [ 27341] By: steveh                                on 2006/02/27  14:39:46
24008         Log: Fix op/utftaint.t on Win32 following change #27248
24009              (Don't remove PATH completely because it'll break on Unix if you
24010              have . in the PATH)
24011      Branch: perl
24012            ! t/op/utftaint.t
24013 ____________________________________________________________________________
24014 [ 27340] By: nicholas                              on 2006/02/27  14:19:32
24015         Log: There is now the potential for an upgrade from something without an
24016              offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with
24017              this correctly.
24018      Branch: perl
24019            ! sv.c
24020 ____________________________________________________________________________
24021 [ 27339] By: rgs                                   on 2006/02/27  13:40:44
24022         Log: ptr_table_find() is only defined with ithreads
24023      Branch: perl
24024            ! embed.fnc embed.h proto.h sv.c
24025 ____________________________________________________________________________
24026 [ 27338] By: merijn                                on 2006/02/27  13:28:04
24027         Log: Workaround for initialization errors on HP's pre-compiler
24028              Do not ask me to explain. This re-definition works on AIX
24029              and HP-UX. Let's await the smokes.
24030      Branch: perl
24031            ! sv.c
24032 ____________________________________________________________________________
24033 [ 27337] By: steveh                                on 2006/02/27  12:21:14
24034         Log: Fix code-before-declaration error (under VC++) from change #27334
24035      Branch: perl
24036            ! perlio.c
24037 ____________________________________________________________________________
24038 [ 27336] By: nicholas                              on 2006/02/27  12:00:12
24039         Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an
24040              SvPV acting as a prototype placeholder to a full typeglob.
24041      Branch: perl
24042            ! gv.c
24043 ____________________________________________________________________________
24044 [ 27335] By: rgs                                   on 2006/02/27  11:26:58
24045         Log: Subject: Testing hash key stringification
24046              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
24047              Date: Sun, 26 Feb 2006 23:30:01 +0100
24048              Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de>
24049      Branch: perl
24050            ! t/op/hashassign.t
24051 ____________________________________________________________________________
24052 [ 27334] By: rgs                                   on 2006/02/27  11:06:30
24053         Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
24054              From: andy@petdance.com (Andy Lester)
24055              Date: Fri, 24 Feb 2006 14:54:35 -0600
24056              Message-ID: <20060224205434.GA17867@petdance.com>
24057      Branch: perl
24058            ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c
24059            ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c
24060            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
24061            ! sv.h toke.c
24062 ____________________________________________________________________________
24063 [ 27333] By: rgs                                   on 2006/02/27  10:33:59
24064         Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds
24065              From: Dominic Dunlop <shouldbedomo@mac.com>
24066              Date: Fri, 24 Feb 2006 17:22:54 +0100
24067              Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com>
24068      Branch: perl
24069            ! README.macosx hints/darwin.sh
24070 ____________________________________________________________________________
24071 [ 27332] By: rgs                                   on 2006/02/27  10:30:35
24072         Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr 
24073              From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
24074              Date: Sat, 25 Feb 2006 05:11:03 -0800
24075              Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
24076      Branch: perl
24077            ! pod/perlfunc.pod
24078 ____________________________________________________________________________
24079 [ 27331] By: rgs                                   on 2006/02/27  07:33:53
24080         Log: Fix argument grouping for some macros
24081      Branch: perl
24082            ! gv.h
24083 ____________________________________________________________________________
24084 [ 27330] By: nicholas                              on 2006/02/25  17:16:24
24085         Log: GvFLAGS can be overlaid with SvCUR.
24086      Branch: perl
24087            ! gv.h sv.h
24088 ____________________________________________________________________________
24089 [ 27329] By: nicholas                              on 2006/02/25  16:51:34
24090         Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)
24091              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24092              Date: Sat, 25 Feb 2006 18:16:45 +0900
24093              Message-Id: <20060225180934.FCC3.BQW10602@nifty.com>
24094      Branch: perl
24095            ! pp.c t/op/lc.t
24096 ____________________________________________________________________________
24097 [ 27328] By: nicholas                              on 2006/02/25  16:50:15
24098         Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.
24099              Assert that GVs do not access SvCUR or SvLEN.
24100      Branch: perl
24101            ! gv.h sv.h
24102 ____________________________________________________________________________
24103 [ 27327] By: nicholas                              on 2006/02/25  16:48:46
24104         Log: Abstract the specific use of SvCUR in GVs for detecting variables on
24105              both sides of an assignment using GvASSIGN_GENERATION() and
24106              GvASSIGN_GENERATION_set().
24107      Branch: perl
24108            ! gv.h op.c
24109 ____________________________________________________________________________
24110 [ 27326] By: nicholas                              on 2006/02/25  15:38:25
24111         Log: xgv_stash can be stored as a union with the NV, reducing the size of
24112              PVGVs by another pointer.
24113      Branch: perl
24114            ! av.h cv.h gv.h hv.h sv.h
24115 ____________________________________________________________________________
24116 [ 27325] By: nicholas                              on 2006/02/25  15:11:28
24117         Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on
24118              typeglobs.
24119      Branch: perl
24120            ! dump.c ext/Devel/Peek/t/Peek.t sv.h
24121 ____________________________________________________________________________
24122 [ 27324] By: nicholas                              on 2006/02/25  14:50:38
24123         Log: Amazingly, it seems that none of the other GV specific macros are
24124              accessed unless the GV thinks that it is a GV.
24125      Branch: perl
24126            ! gv.h sv.c
24127 ____________________________________________________________________________
24128 [ 27323] By: nicholas                              on 2006/02/25  00:39:30
24129         Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()]
24130              this avoids 1 pointer dereference and the associated risk of a CPU
24131              cache miss. Although this patch looks deceptively small, I fear its
24132              CBV(*) might be rather high.
24133              (* Crack By Volume)
24134      Branch: perl
24135            ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c
24136            ! sv.h
24137 ____________________________________________________________________________
24138 [ 27322] By: nicholas                              on 2006/02/24  23:30:50
24139         Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in
24140              Perl_save_scalar.
24141      Branch: perl
24142            ! scope.c
24143 ____________________________________________________________________________
24144 [ 27321] By: nicholas                              on 2006/02/24  22:43:14
24145         Log: Given that SvPV on a typeglob is now irrelevant, really we only need
24146              to store the GvGP.
24147      Branch: perl
24148            ! scope.c
24149 ____________________________________________________________________________
24150 [ 27320] By: nicholas                              on 2006/02/24  21:42:33
24151         Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob
24152              pointer, it's inconsistent that it only sets this GV's GvGP to 0 if
24153              this GV happened to have the last reference. Why should this GV care if
24154              it had the last reference? So always set it to 0. It's free. Gone.
24155      Branch: perl
24156            ! gv.c
24157 ____________________________________________________________________________
24158 [ 27319] By: nicholas                              on 2006/02/24  19:32:11
24159         Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic.
24160      Branch: perl
24161            ! sv.c sv.h
24162 ____________________________________________________________________________
24163 [ 27313] By: nicholas                              on 2006/02/24  14:19:37
24164         Log: Use PVMGs rather than PVGVs to store the names of our variables in the
24165              pad.
24166      Branch: perl
24167            ! pad.c sv.c sv.h
24168 ____________________________________________________________________________
24169 [ 27312] By: nicholas                              on 2006/02/24  13:59:57
24170         Log: Store the stash for our in the magic slot. This will allow us to use
24171              PVMGs in pad names where previously PVGVs were used. In turn, this
24172              gives much greater flexibility for the layout of PVGVs.
24173      Branch: perl
24174            ! av.h cv.h hv.h pad.c sv.c sv.h
24175 ____________________________________________________________________________
24176 [ 27311] By: stevep                                on 2006/02/24  13:55:23
24177         Log: Upgrade to CPAN-1.86
24178      Branch: perl
24179            ! lib/CPAN.pm lib/CPAN/SIGNATURE
24180 ____________________________________________________________________________
24181 [ 27309] By: rgs                                   on 2006/02/24  12:52:01
24182         Log: Skip unportable test on VMS
24183      Branch: perl
24184            ! t/comp/opsubs.t
24185 ____________________________________________________________________________
24186 [ 27307] By: nicholas                              on 2006/02/24  11:52:53
24187         Log: Assert that GvSTASH is only called on PVGVs and PVLVs.
24188      Branch: perl
24189            ! gv.h
24190 ____________________________________________________________________________
24191 [ 27306] By: nicholas                              on 2006/02/24  11:52:28
24192         Log: Replace usage of GvSTASH for storing the stash of C<our> with
24193              OURSTASH. Set the stash with OURSTASH_SET.
24194      Branch: perl
24195            ! pad.c pad.h sv.h
24196 ____________________________________________________________________________
24197 [ 27304] By: nicholas                              on 2006/02/24  11:21:06
24198         Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name.
24199      Branch: perl
24200            ! sv.h
24201 ____________________________________________________________________________
24202 [ 27302] By: nicholas                              on 2006/02/24  10:56:00
24203         Log: Redo previous sv.h change.
24204      Branch: perl
24205            ! sv.h
24206 ____________________________________________________________________________
24207 [ 27301] By: stevep                                on 2006/02/24  10:54:14
24208         Log: Subject: [PATCH] Perl_save_aelem can't be const
24209              From: Andy Lester <andy@petdance.com>
24210              Date: Thu, 23 Feb 2006 22:53:40 -0600
24211              Message-ID: <20060224045340.GA6318@petdance.com>
24212      Branch: perl
24213            ! embed.fnc proto.h scope.c
24214 ____________________________________________________________________________
24215 [ 27300] By: stevep                                on 2006/02/24  10:41:53
24216         Log: Subject: [PATCH] unused context warnings
24217              From: andy@petdance.com (Andy Lester)
24218              Date: Tue, 21 Feb 2006 00:27:11 -0600
24219              Message-ID: <20060221062711.GA16160@petdance.com>
24220      Branch: perl
24221            ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c
24222            ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c
24223            ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c
24224 ____________________________________________________________________________
24225 [ 27297] By: nicholas                              on 2006/02/24  10:29:48
24226         Log: As SVs can't both be in a pad, and the name of a variable in the pad,
24227              overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR.
24228      Branch: perl
24229            ! pad.h
24230 ____________________________________________________________________________
24231 [ 27296] By: stevep                                on 2006/02/24  02:56:02
24232         Log: Revert change #27295, which I thought fixed builds on Win32.
24233              Instead remove &PL_vtbl_glob from globvar.sym.
24234      Branch: perl
24235            ! XSUB.h globvar.sym
24236 ____________________________________________________________________________
24237 [ 27295] By: stevep                                on 2006/02/24  02:02:14
24238         Log: Last instance of PL_vtbl_glob removed.  It was missed change #27289.
24239      Branch: perl
24240            ! XSUB.h
24241 ____________________________________________________________________________
24242 [ 27294] By: nicholas                              on 2006/02/23  23:45:39
24243         Log: Replace direct flags tests & manipulations for SVpad_TYPED and
24244              SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
24245              away the flags bits acutally used to store this information.
24246      Branch: perl
24247            ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c
24248 ____________________________________________________________________________
24249 [ 27293] By: nicholas                              on 2006/02/23  22:17:07
24250         Log: Document a sixth use for SVf_FAKE
24251      Branch: perl
24252            ! sv.h
24253 ____________________________________________________________________________
24254 [ 27292] By: nicholas                              on 2006/02/23  20:28:34
24255         Log: We have sufficient spare bits to store the SV type in body_details,
24256              so add a small sanity check to ensure that we have the array in the
24257              correct order.
24258      Branch: perl
24259            ! sv.c
24260 ____________________________________________________________________________
24261 [ 27291] By: nicholas                              on 2006/02/23  19:40:23
24262         Log: Shrink struct body_details and hence sv.o slightly further by using
24263              bitfields.
24264      Branch: perl
24265            ! sv.c
24266 ____________________________________________________________________________
24267 [ 27290] By: nicholas                              on 2006/02/23  19:15:48
24268         Log: Using U8 rather than size type shrinks the body_details table.
24269      Branch: perl
24270            ! sv.c
24271 ____________________________________________________________________________
24272 [ 27289] By: nicholas                              on 2006/02/23  18:00:19
24273         Log: Remove set magic from typeglobs. Remove typeglob magic entirely.
24274              Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
24275              valid GvGP().
24276      Branch: perl
24277            ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod
24278            ! sv.c util.c
24279 ____________________________________________________________________________
24280 [ 27288] By: nicholas                              on 2006/02/23  17:45:55
24281         Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is
24282              bad and wrong.
24283      Branch: perl
24284            ! xsutils.c
24285 ____________________________________________________________________________
24286 [ 27287] By: stevep                                on 2006/02/23  17:42:09
24287         Log: Add test for RT #2166: foreach spuriously autovivifies
24288      Branch: perl
24289            ! t/cmd/for.t
24290 ____________________________________________________________________________
24291 [ 27286] By: stevep                                on 2006/02/23  16:24:19
24292         Log: Converted t/op/pos.t to use test.pl and added TODO test for 
24293              RT #1716 - search position reset after 'local' save/restore
24294      Branch: perl
24295            ! t/op/pos.t
24296 ____________________________________________________________________________
24297 [ 27283] By: rgs                                   on 2006/02/23  14:07:13
24298         Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
24299              From: "Jan Dubois" <jand@ActiveState.com>
24300              Date: Tue, 21 Feb 2006 12:36:31 -0800
24301              Message-ID: <019601c63726$7fcca200$6062a8c0@candy>
24302      Branch: perl
24303            ! win32/win32.c
24304 ____________________________________________________________________________
24305 [ 27282] By: nicholas                              on 2006/02/23  13:42:29
24306         Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.
24307      Branch: perl
24308            ! sv.c
24309 ____________________________________________________________________________
24310 [ 27279] By: nicholas                              on 2006/02/23  13:07:54
24311         Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover
24312              this one for us).
24313      Branch: perl
24314            ! sv.c
24315 ____________________________________________________________________________
24316 [ 27278] By: nicholas                              on 2006/02/23  11:11:12
24317         Log: Remove get magic from typeglobs. This means that PVGVs holding
24318              typeglobs never need to use SvPVX. This comes at price - typeglobs
24319              were using magic get for their stringificiation, and to pass SvOK(),
24320              so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
24321              SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
24322              SVp_POK, and teach sv_2[inpu]v how to convert globs.
24323              However, it should free up SvPVX for the next part of the plan to
24324              pointer indirections, and therefore CPU cache pressure.
24325      Branch: perl
24326            ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h
24327            ! proto.h sv.c sv.h
24328 ____________________________________________________________________________
24329 [ 27276] By: nicholas                              on 2006/02/23  00:29:04
24330         Log: Fix the copy sizes for PVFM and PVCV back to sanity.
24331      Branch: perl
24332            ! sv.c
24333 ____________________________________________________________________________
24334 [ 27274] By: nicholas                              on 2006/02/22  23:43:10
24335         Log: Fix typos and a missing bracket.
24336      Branch: perl
24337            ! pp.c t/op/studytied.t
24338 ____________________________________________________________________________
24339 [ 27273] By: nicholas                              on 2006/02/22  22:30:19
24340         Log: Avoid C<study>ing any strings that might change underneath us, such
24341              as tied scalars and scalars with overloaded stringification.
24342      Branch: perl
24343            ! pp.c t/op/studytied.t
24344 ____________________________________________________________________________
24345 [ 27272] By: rgs                                   on 2006/02/22  22:09:41
24346         Log: Mark some new study tests as TODO
24347      Branch: perl
24348            ! t/op/studytied.t
24349 ____________________________________________________________________________
24350 [ 27271] By: rgs                                   on 2006/02/22  21:04:33
24351         Log: Add a test for study() on tied scalars, by Andy Lester after
24352              Rick Delaney
24353      Branch: perl
24354            + t/op/studytied.t
24355            ! MANIFEST
24356 ____________________________________________________________________________
24357 [ 27270] By: rgs                                   on 2006/02/22  20:28:41
24358         Log: Turn on match string copying when /e flag is set on a substitution.
24359              
24360              Subject: [PATCH] dodge a valgrind error (for maint or blead)
24361              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
24362              Date: Feb 22, 2006 8:16 PM
24363              Message-ID: <43FCB896.7060106@gmail.com>
24364      Branch: perl
24365            ! pp_hot.c
24366 ____________________________________________________________________________
24367 [ 27269] By: nicholas                              on 2006/02/22  18:21:30
24368         Log: sv_dump should report the PV for PVGVs, as it can get set.
24369              (Typeglobs stringify via a call to GET magic, which uses the PV slot.)
24370      Branch: perl
24371            ! dump.c ext/Devel/Peek/t/Peek.t
24372 ____________________________________________________________________________
24373 [ 27268] By: nicholas                              on 2006/02/22  16:50:25
24374         Log: Test warnings for converting globs to other forms.
24375      Branch: perl
24376            ! t/op/gv.t
24377 ____________________________________________________________________________
24378 [ 27267] By: nicholas                              on 2006/02/22  00:23:49
24379         Log: Change 24643 made the mistake of assuming that CvCONST can only be true
24380              on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
24381              test case from Marcus Holland-Moritz.
24382      Branch: perl
24383            ! sv.c t/op/threads.t
24384 ____________________________________________________________________________
24385 [ 27265] By: nicholas                              on 2006/02/21  20:09:25
24386         Log: Can merge the two arms of Perl_magic_getglob to save space.
24387      Branch: perl
24388            ! mg.c
24389 ____________________________________________________________________________
24390 [ 27264] By: nicholas                              on 2006/02/21  19:04:39
24391         Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
24392              bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
24393              and might also help on other architectures (eg with 8 contiguous bits,
24394              the SvOK() test on ARM won't need an intermediate constant).
24395      Branch: perl
24396            ! sv.h
24397 ____________________________________________________________________________
24398 [ 27263] By: stevep                                on 2006/02/21  18:44:21
24399         Log: Additional hints needed to build threaded Perls on NetBSD.
24400      Branch: perl
24401            ! hints/netbsd.sh
24402 ____________________________________________________________________________
24403 [ 27262] By: nicholas                              on 2006/02/21  18:00:57
24404         Log: PL_body_arenas should be set to NULL when the interpreter is cleared.
24405      Branch: perl
24406            ! sv.c
24407 ____________________________________________________________________________
24408 [ 27261] By: nicholas                              on 2006/02/21  16:28:02
24409         Log: Teach B about CVf_ISXSUB
24410      Branch: perl
24411            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
24412 ____________________________________________________________________________
24413 [ 27260] By: nicholas                              on 2006/02/21  16:12:37
24414         Log: Goodbye PERL_XSUB_OLDSTYLE.
24415      Branch: perl
24416            ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t
24417            ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c
24418 ____________________________________________________________________________
24419 [ 27259] By: nicholas                              on 2006/02/21  15:40:04
24420         Log: Re-order the definitions of the private bits in SvFLAGS by value, so
24421              that we can see where we're already double-booked.
24422      Branch: perl
24423            ! sv.h
24424 ____________________________________________________________________________
24425 [ 27258] By: nicholas                              on 2006/02/21  15:23:21
24426         Log: Document the many uses of SVf_FAKE.
24427      Branch: perl
24428            ! sv.h
24429 ____________________________________________________________________________
24430 [ 27257] By: stevep                                on 2006/02/21  15:18:58
24431         Log: Add tests for the previously untested Hash::Util::all_keys().
24432      Branch: perl
24433            ! ext/Hash/Util/t/Util.t
24434 ____________________________________________________________________________
24435 [ 27256] By: stevep                                on 2006/02/21  00:43:43
24436         Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
24437              warnings.
24438      Branch: perl
24439            ! lib/ExtUtils/MM_Unix.pm
24440 ____________________________________________________________________________
24441 [ 27255] By: stevep                                on 2006/02/21  00:40:23
24442         Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix
24443              From: "Joshua ben Jore" <twists@gmail.com>
24444              Date: Sun, 19 Feb 2006 02:58:10 -0600
24445              Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>
24446      Branch: perl
24447            ! AUTHORS lib/CGI.pm
24448 ____________________________________________________________________________
24449 [ 27254] By: stevep                                on 2006/02/21  00:02:46
24450         Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix
24451              From: "Joshua ben Jore" <twists@gmail.com>
24452              Date: Mon, 20 Feb 2006 09:50:15 -0600
24453              Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
24454              
24455              Includes changes to increment test count in ext/B/t/concise-xs.t and
24456              uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to 
24457              avoid the warning.
24458      Branch: perl
24459            ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t
24460 ____________________________________________________________________________
24461 [ 27252] By: stevep                                on 2006/02/20  23:01:41
24462         Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4
24463              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24464              Date: Mon, 20 Feb 2006 11:09:33 -0800
24465              Message-ID: <20060220190933.GA1316@efn.org>
24466      Branch: perl
24467            ! t/op/magic.t
24468 ____________________________________________________________________________
24469 [ 27251] By: nicholas                              on 2006/02/20  20:32:09
24470         Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
24471              arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
24472              the number of genuine SV types, unclouded by implementation details.
24473      Branch: perl
24474            ! intrpvar.h sv.c sv.h
24475 ____________________________________________________________________________
24476 [ 27250] By: rgs                                   on 2006/02/20  20:03:37
24477         Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
24478              From: Dominic Dunlop <shouldbedomo@mac.com>
24479              Date: Feb 20, 2006 1:46 PM
24480              Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>
24481      Branch: perl
24482            ! ext/SDBM_File/Makefile.PL hints/darwin.sh
24483 ____________________________________________________________________________
24484 [ 27249] By: nicholas                              on 2006/02/20  19:00:22
24485         Log: PVCVs don't need XNVs either.
24486              (And actually remove xcv_depth)
24487              (And fix the copy lengths in bodies_by_type)
24488      Branch: perl
24489            ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c
24490 ____________________________________________________________________________
24491 [ 27248] By: rgs                                   on 2006/02/20  17:59:42
24492         Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236
24493              From: Dominic Dunlop <shouldbedomo@mac.com>
24494              Date: Feb 20, 2006 2:49 PM
24495              Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>
24496      Branch: perl
24497            ! t/op/utftaint.t
24498 ____________________________________________________________________________
24499 [ 27247] By: nicholas                              on 2006/02/20  17:48:21
24500         Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
24501              xcv_depth into the IV union saves 4(ish) bytes per CV and format.
24502              "ish" because it was a long, but has been changed to I32 (along with
24503              the corresponding field in struct block_sub) so as not to enlarge the
24504              IV union on platforms where sizeof(long) > sizeof(IV), or struct
24505              block_sub where sizeof(long) > sizeof(I32)
24506      Branch: perl
24507            ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t
24508            ! op.c sv.c sv.h
24509 ____________________________________________________________________________
24510 [ 27245] By: nicholas                              on 2006/02/20  14:01:59
24511         Log: Fix sv_dump to dump formats without the (non-existent) NVX.
24512      Branch: perl
24513            ! dump.c
24514 ____________________________________________________________________________
24515 [ 27244] By: nicholas                              on 2006/02/20  13:42:47
24516         Log: xcv_root and xcv_xsub can also be merged into a union, providing a new
24517              flag is added to denote whether the PVCV is perl or XSUB.
24518      Branch: perl
24519            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h
24520 ____________________________________________________________________________
24521 [ 27243] By: nicholas                              on 2006/02/20  11:54:38
24522         Log: xcv_start and xcv_xsubany can be merged into a union, as they are never
24523              both needed.
24524      Branch: perl
24525            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h
24526 ____________________________________________________________________________
24527 [ 27242] By: nicholas                              on 2006/02/20  11:54:03
24528         Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype.
24529      Branch: perl
24530            ! lib/ExtUtils/Constant/ProxySubs.pm
24531 ____________________________________________________________________________
24532 [ 27241] By: nicholas                              on 2006/02/20  10:40:59
24533         Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a
24534              PVCV is perl or XS.
24535      Branch: perl
24536            ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c
24537            ! pp_hot.c pp_sort.c sv.c
24538 ____________________________________________________________________________
24539 [ 27240] By: nicholas                              on 2006/02/20  10:10:11
24540         Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
24541              pre-ANSI C compilers, but pays in code duplication.
24542      Branch: perl
24543            ! cv.h ext/B/B/C.pm
24544 ____________________________________________________________________________
24545 [ 27239] By: rgs                                   on 2006/02/20  09:31:03
24546         Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support
24547              From: John E. Malmberg <wb8tyw@qsl.net>
24548              Date: Feb 20, 2006 3:43 AM
24549              Message-ID: <43F92CE6.5040704@qsl.net>
24550      Branch: perl
24551            ! doio.c t/io/fs.t vms/vms.c
24552 ____________________________________________________________________________
24553 [ 27238] By: rgs                                   on 2006/02/20  09:26:15
24554         Log: More NullXXX macro removal from Andy Lester
24555      Branch: perl
24556            ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h
24557            ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c
24558            ! universal.c util.c
24559 ____________________________________________________________________________
24560 [ 27237] By: rgs                                   on 2006/02/20  08:54:22
24561         Log: Yitzchak points out that the perldiag entry for "Integer overflow in
24562              division" is no longer useful.
24563      Branch: perl
24564            ! pod/perldiag.pod
24565 ____________________________________________________________________________
24566 [ 27236] By: nicholas                              on 2006/02/20  00:36:34
24567         Log: utftaint.t won't be able to run tests with -T if you have
24568              Insecure directory in $ENV{PATH}
24569              so skip them. (Probably this means you have . in your PATH)
24570      Branch: perl
24571            ! t/op/utftaint.t
24572 ____________________________________________________________________________
24573 [ 27235] By: nicholas                              on 2006/02/20  00:21:09
24574         Log: Remove the last (U16) cast for CV depths, missed by change 17835.
24575      Branch: perl
24576            ! pp_ctl.c
24577 ____________________________________________________________________________
24578 [ 27234] By: nicholas                              on 2006/02/20  00:02:53
24579         Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
24580              and make other flag bits that are paired in the code adjacent.
24581              Will produce tighter code on ARM; might help on other platforms too.
24582      Branch: perl
24583            ! cv.h ext/Devel/Peek/t/Peek.t
24584 ____________________________________________________________________________
24585 [ 27233] By: nicholas                              on 2006/02/19  23:59:52
24586         Log: Ministry of Truth removes typo in description of Change 26166.
24587              Change 26166 was correct from the start.
24588              Nothing to see. Move along.
24589              We thank Big Brother for raising the chocolate ration to 20g per week.
24590      Branch: perl
24591            ! Changes
24592 ____________________________________________________________________________
24593 [ 27231] By: nicholas                              on 2006/02/19  22:35:24
24594         Log: Shave sizeof(NV) bytes from formats, by using the same offset
24595              manoeuvre as PVs, PVIVs, PVAVs and PVHVs.
24596      Branch: perl
24597            ! sv.c sv.h
24598 ____________________________________________________________________________
24599 [ 27230] By: nicholas                              on 2006/02/19  20:30:24
24600         Log: AVs and HVs don't have IVXs or NVXs, so assert this too.
24601      Branch: perl
24602            ! sv.h
24603 ____________________________________________________________________________
24604 [ 27229] By: nicholas                              on 2006/02/19  20:10:34
24605         Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
24606              used on scalars that don't have the memory allocated. Correct
24607              SvSTASH and SvMAGIC to only evaluate the sv argument once.
24608      Branch: perl
24609            ! sv.h
24610 ____________________________________________________________________________
24611 [ 27228] By: nicholas                              on 2006/02/19  18:57:35
24612         Log: To make arithmetic on tainted dualvars work properly requires that
24613              sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.
24614      Branch: perl
24615            ! sv.c t/op/taint.t
24616 ____________________________________________________________________________
24617 [ 27227] By: nicholas                              on 2006/02/19  12:14:15
24618         Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
24619              code inside the if() test in sv_2pv_flags is dead and can be removed.
24620      Branch: perl
24621            ! sv.c
24622 ____________________________________________________________________________
24623 [ 27223] By: rgs                                   on 2006/02/18  20:13:51
24624         Log: As Anno Siegel points out, mtime/ctime test should be skipped
24625              on OS X on HFS+.
24626      Branch: perl
24627            ! t/op/stat.t
24628 ____________________________________________________________________________
24629 [ 27222] By: nicholas                              on 2006/02/18  19:01:48
24630         Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
24631              PL_tainted back on, so defer turning if off as late as possible.
24632              This gets lib/locale.t working once more.
24633      Branch: perl
24634            ! utf8.c
24635 ____________________________________________________________________________
24636 [ 27221] By: nicholas                              on 2006/02/18  18:23:43
24637         Log: Turn of tainting locally inside swash_init(), as the internal
24638              implementation of the regexp engine has nothing to do with user data,
24639              so when and where it happens to call require is agnostic of the current
24640              expression's taintedness.
24641      Branch: perl
24642            ! t/op/utftaint.t utf8.c
24643 ____________________________________________________________________________
24644 [ 27220] By: nicholas                              on 2006/02/18  18:22:13
24645         Log: Assume that if runperl is called under tainting, that the caller really
24646              really wanted to run perl, so brute force untaint everything.
24647      Branch: perl
24648            ! t/test.pl
24649 ____________________________________________________________________________
24650 [ 27219] By: nicholas                              on 2006/02/18  17:38:38
24651         Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with
24652              tainted() from taint.t to remove the dependency on Scalar::Util.
24653              (So it will now work with miniperl)
24654      Branch: perl
24655            ! t/op/utftaint.t
24656 ____________________________________________________________________________
24657 [ 27218] By: stevep                                on 2006/02/18  12:58:49
24658         Log: Upgrade to Digest-SHA-5.34.
24659      Branch: perl
24660            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
24661            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
24662            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c
24663            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
24664            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t
24665            ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
24666            ! ext/Digest/SHA/t/1-hello-world.t
24667            ! ext/Digest/SHA/t/2-nist-sha-1.t
24668            ! ext/Digest/SHA/t/2-nist-sha-224.t
24669            ! ext/Digest/SHA/t/2-nist-sha-256.t
24670            ! ext/Digest/SHA/t/2-nist-sha-384.t
24671            ! ext/Digest/SHA/t/2-nist-sha-512.t
24672            ! ext/Digest/SHA/t/2-nist-sha-base64.t
24673            ! ext/Digest/SHA/t/2-nist-sha-oo.t
24674            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
24675            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
24676            ! ext/Digest/SHA/t/3-gillogly-easy.t
24677            ! ext/Digest/SHA/t/3-gillogly-hard.t
24678            ! ext/Digest/SHA/t/4-bitstr-increasing.t
24679            ! ext/Digest/SHA/t/4-bitstr-large.t
24680            ! ext/Digest/SHA/t/4-bitstr-random.t
24681            ! ext/Digest/SHA/t/5-hmac-fips198.t
24682            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
24683            ! ext/Digest/SHA/t/5-hmac-sha-256.t
24684            ! ext/Digest/SHA/t/5-hmac-woodbury.t
24685            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
24686 ____________________________________________________________________________
24687 [ 27215] By: nicholas                              on 2006/02/18  00:11:07
24688         Log: Subject: arena-rework : consolidated patch
24689              From: Jim Cromie <jim.cromie@gmail.com>
24690              Message-ID: <43F0F649.9040205@gmail.com>
24691              Date: Mon, 13 Feb 2006 14:12:41 -0700
24692              
24693              Tweaked somewhat to split the arena boolean from the arena_size,
24694              and with the PTE still doubling-up with one of the SV types in the
24695              array.
24696      Branch: perl
24697            ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c
24698            ! sv.h
24699 ____________________________________________________________________________
24700 [ 27214] By: nicholas                              on 2006/02/17  23:26:58
24701         Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
24702              From: Abe Timmerman <abe@ztreet.demon.nl>
24703              Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
24704              Date: Fri, 17 Feb 2006 23:58:23 +0100
24705      Branch: perl
24706            ! Makefile.SH
24707 ____________________________________________________________________________
24708 [ 27213] By: nicholas                              on 2006/02/17  22:40:31
24709         Log: The two whitespace changes from
24710              
24711              Subject: arena-rework : consolidated patch
24712              From: Jim Cromie <jim.cromie@gmail.com>
24713              Message-ID: <43F0F649.9040205@gmail.com>
24714              Date: Mon, 13 Feb 2006 14:12:41 -0700
24715      Branch: perl
24716            ! sv.c
24717 ____________________________________________________________________________
24718 [ 27212] By: gisle                                 on 2006/02/17  21:21:05
24719         Log: Don't add -fPIC if already present.
24720              
24721              Subject: [PATCH] 5.8.8: Debian patches
24722              From: "Brendan O'Dea" <bod@debian.org>
24723              Date: Sat, 11 Feb 2006 00:37:15 +1100
24724              Message-ID: <20060210133715.GA6826@londo.c47.org>
24725      Branch: perl
24726            ! hints/linux.sh
24727 ____________________________________________________________________________
24728 [ 27211] By: gisle                                 on 2006/02/17  21:19:03
24729         Log: Fix precedence.
24730              
24731              Subject: [PATCH] 5.8.8: Debian patches
24732              From: "Brendan O'Dea" <bod@debian.org>
24733              Date: Sat, 11 Feb 2006 00:37:15 +1100
24734              Message-ID: <20060210133715.GA6826@londo.c47.org>
24735      Branch: perl
24736            ! lib/Net/NNTP.pm
24737 ____________________________________________________________________________
24738 [ 27210] By: gisle                                 on 2006/02/17  20:54:46
24739         Log: Fix quote typo.
24740              
24741              Subject: [PATCH] 5.8.8: Debian patches
24742              From: "Brendan O'Dea" <bod@debian.org>
24743              Date: Sat, 11 Feb 2006 00:37:15 +1100
24744              Message-ID: <20060210133715.GA6826@londo.c47.org>
24745      Branch: perl
24746            ! utils/c2ph.PL
24747 ____________________________________________________________________________
24748 [ 27209] By: rgs                                   on 2006/02/17  15:48:59
24749         Log: In TODO: make encoding.pm lexical ?
24750      Branch: perl
24751            ! pod/perltodo.pod
24752 ____________________________________________________________________________
24753 [ 27208] By: rgs                                   on 2006/02/17  15:09:11
24754         Log: Subject: [PATCH] cleaning up perly.c
24755              From: andy@petdance.com (Andy Lester)
24756              Date: Sun, 12 Feb 2006 23:04:56 -0600
24757              Message-ID: <20060213050455.GA27993@petdance.com>
24758      Branch: perl
24759            ! perly.c
24760 ____________________________________________________________________________
24761 [ 27207] By: rgs                                   on 2006/02/17  14:27:22
24762         Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
24763              From: Robin Houston <robin@cpan.org>
24764              Date: Sun, 27 Nov 2005 00:43:13 +0000
24765              Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>
24766              
24767              Simplification of the code in my_exit_jump() that unwinds context
24768              stacks
24769      Branch: perl
24770            ! perl.c
24771 ____________________________________________________________________________
24772 [ 27205] By: rgs                                   on 2006/02/17  08:50:27
24773         Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump
24774              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24775              Date: Mon, 13 Feb 2006 01:39:25 -0800
24776              Message-ID: <20060213093925.GA3476@efn.org>
24777      Branch: perl
24778            ! lib/integer.t pp.c
24779 ____________________________________________________________________________
24780 [ 27204] By: rgs                                   on 2006/02/16  14:44:10
24781         Log: Subject: Re: how to build with -DPERL_MEM_LOG ?
24782              From: Andy Dougherty <doughera@lafayette.edu>
24783              Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST)
24784              Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>
24785      Branch: perl
24786            ! x2p/a2p.h
24787 ____________________________________________________________________________
24788 [ 27203] By: rgs                                   on 2006/02/16  14:15:53
24789         Log: Subject: Problem compiling swigged c++ code with 5.8.8
24790              From: Merijn Broeren <merijnb@iloquent.com>
24791              Date: Wed, 15 Feb 2006 13:51:49 +0100
24792              Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>
24793      Branch: perl
24794            ! XSUB.h perl.h
24795 ____________________________________________________________________________
24796 [ 27202] By: stevep                                on 2006/02/16  12:54:08
24797         Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
24798              fixes not yet integrated.
24799      Branch: perl
24800            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
24801            ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t
24802            ! lib/CGI/t/html.t
24803 ____________________________________________________________________________
24804 [ 27201] By: rgs                                   on 2006/02/16  12:47:13
24805         Log: Remove lib/Hash directory when doing make distclean
24806      Branch: perl
24807            ! Makefile.SH
24808 ____________________________________________________________________________
24809 [ 27200] By: rgs                                   on 2006/02/16  11:46:51
24810         Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly
24811              From: "Jan Dubois" <jand@ActiveState.com>
24812              Date: Wed, 15 Feb 2006 17:19:29 -0800
24813              Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>
24814      Branch: perl
24815            ! win32/win32.c
24816 ____________________________________________________________________________
24817 [ 27199] By: rgs                                   on 2006/02/16  11:43:09
24818         Log: Subject: [patch] t/lib/warnings/pp_sys
24819              From: "Green, Paul" <Paul.Green@stratus.com>
24820              Date: Wed, 15 Feb 2006 11:09:57 -0500
24821              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>
24822      Branch: perl
24823            ! t/lib/warnings/pp_sys
24824 ____________________________________________________________________________
24825 [ 27198] By: rgs                                   on 2006/02/16  11:40:42
24826         Log: CPAN::FirstTime can go as well from the untested module list
24827      Branch: perl
24828            ! t/lib/1_compile.t
24829 ____________________________________________________________________________
24830 [ 27197] By: rgs                                   on 2006/02/16  11:38:00
24831         Log: Pod::Plainer is tested, actually (spotted by chromatic)
24832      Branch: perl
24833            ! t/lib/1_compile.t
24834 ____________________________________________________________________________
24835 [ 27195] By: rgs                                   on 2006/02/16  09:10:38
24836         Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32
24837              From: demerphq <demerphq@gmail.com>
24838              Date: Mon, 13 Feb 2006 09:41:37 +0100
24839              Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>
24840      Branch: perl
24841            ! win32/Makefile win32/makefile.mk
24842 ____________________________________________________________________________
24843 [ 27194] By: gisle                                 on 2006/02/15  15:25:36
24844         Log: Get perl_fini() running on HP-UX again.
24845              It was effectively disabled by change 24667 since
24846              __ux_version is only available under DCE threads
24847              which isn't used when perl is built on HP-UX 11
24848              and later.
24849      Branch: perl
24850            ! perl.c
24851 ____________________________________________________________________________
24852 [ 27193] By: rgs                                   on 2006/02/15  13:22:27
24853         Log: Fix to run this test in the core
24854      Branch: perl
24855            ! lib/CPAN/t/03pkgs.t
24856 ____________________________________________________________________________
24857 [ 27192] By: stevep                                on 2006/02/15  13:11:06
24858         Log: Subject:  [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
24859              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
24860              Date: Wed, 15 Feb 2006 09:19:56 +0100
24861              Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
24862      Branch: perl
24863            + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
24864            + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t
24865            - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t
24866            - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t
24867            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
24868            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
24869            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
24870 ____________________________________________________________________________
24871 [ 27190] By: merijn                                on 2006/02/15  09:11:12
24872         Log: Added hints/dragonfly.sh for #27189
24873      Branch: perl
24874            ! MANIFEST
24875 ____________________________________________________________________________
24876 [ 27189] By: merijn                                on 2006/02/15  09:07:43
24877         Log: Subject: Patch for perl to compile/work on DragonFlyBSD
24878              From: Robert Sebastian Gerus <arachnist@gmail.com>
24879              Date: Tue, 14 Feb 2006 17:27:52 +0100
24880              Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>
24881      Branch: perl
24882            + hints/dragonfly.sh
24883            ! Configure Makefile.SH
24884 ____________________________________________________________________________
24885 [ 27187] By: craigb                                on 2006/02/15  04:32:14
24886         Log: Subject: patch@27162 long path name support in readdir / cando_by_name
24887              From: "John E. Malmberg" <wb8tyw@qsl.net>
24888              Date: Sun, 12 Feb 2006 15:24:58 -0500
24889              Message-id: <43EF999A.1020500@qsl.net>
24890      Branch: perl
24891            ! vms/vms.c vms/vmsish.h
24892 ____________________________________________________________________________
24893 [ 27186] By: stevep                                on 2006/02/15  02:55:13
24894         Log: Version bump to go along with change #27185
24895      Branch: perl
24896            ! lib/Getopt/Long.pm
24897 ____________________________________________________________________________
24898 [ 27185] By: stevep                                on 2006/02/15  02:53:10
24899         Log: Subject: Getopt::Long::Configure 'no_getopt_compat'
24900              From: Abigail <abigail@abigail.nl>
24901              Date: Tue, 14 Feb 2006 23:58:07 +0100
24902              Message-ID: <20060214225806.GA4120@abigail.nl>
24903      Branch: perl
24904            ! lib/Getopt/Long.pm
24905 ____________________________________________________________________________
24906 [ 27184] By: nicholas                              on 2006/02/14  23:42:45
24907         Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
24908              never felt quite correct, and other parts of the SV conversion
24909              implementation have improved such that the symptoms 10214 covered
24910              over are gone even without it.
24911      Branch: perl
24912            ! mg.c scope.c sv.c
24913 ____________________________________________________________________________
24914 [ 27182] By: stevep                                on 2006/02/14  17:50:06
24915         Log: Upgrade to Time-HiRes-1.87
24916      Branch: perl
24917            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24918            ! ext/Time/HiRes/t/HiRes.t
24919 ____________________________________________________________________________
24920 [ 27181] By: stevep                                on 2006/02/14  17:41:02
24921         Log: Hash::Util tests should check if Hash::Util has been built, not
24922              List::Util (spotted by Rafael).
24923      Branch: perl
24924            ! ext/Hash/Util/t/Util.t
24925 ____________________________________________________________________________
24926 [ 27180] By: stevep                                on 2006/02/14  17:08:08
24927         Log: Subject: [Patch] Enhance Hash::Util
24928              From: demerphq <demerphq@gmail.com>
24929              Date: Mon, 13 Feb 2006 11:39:33 +0100
24930              Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>
24931      Branch: perl
24932            + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL
24933            + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm
24934            + ext/Hash/Util/t/Util.t
24935            - lib/Hash/Util.pm lib/Hash/Util.t
24936            ! MANIFEST win32/Makefile win32/makefile.mk
24937 ____________________________________________________________________________
24938 [ 27179] By: rgs                                   on 2006/02/14  13:23:04
24939         Log: One shouldn't be able to dereference a GLOB as a SCALAR.
24940              
24941              Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
24942              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24943              Date: Sun, 12 Feb 2006 09:18:39 -0800
24944              Message-ID: <20060212171839.GA3604@efn.org>
24945              
24946              plus regression tests.
24947      Branch: perl
24948            ! pp.c t/op/ref.t
24949 ____________________________________________________________________________
24950 [ 27178] By: rgs                                   on 2006/02/14  10:18:48
24951         Log: Remove a my_perl that slipped in
24952      Branch: perl
24953            ! perlio.c
24954 ____________________________________________________________________________
24955 [ 27177] By: rgs                                   on 2006/02/14  10:00:36
24956         Log: Subject: [PATCH] Sun Studio lint patches
24957              From: andy@petdance.com (Andy Lester)
24958              Date: Mon, 13 Feb 2006 23:46:17 -0600
24959              Message-ID: <20060214054617.GA8824@petdance.com>
24960      Branch: perl
24961            ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c
24962            ! pp_hot.c regcomp.c sv.c toke.c utf8.c
24963 ____________________________________________________________________________
24964 [ 27176] By: nicholas                              on 2006/02/13  21:46:13
24965         Log: Ensure that public I, N and P flags are off when SvTAINT is called on
24966              something that already has taint magic.
24967      Branch: perl
24968            ! sv.c
24969 ____________________________________________________________________________
24970 [ 27174] By: rgs                                   on 2006/02/13  17:27:59
24971         Log: Subject: [PATCH] perldiag.pod patching re: integer overflow
24972              From: andy@petdance.com (Andy Lester)
24973              Date: Sun, 12 Feb 2006 23:08:48 -0600
24974              Message-ID: <20060213050848.GB27993@petdance.com>
24975      Branch: perl
24976            ! pod/perldiag.pod pod/perlop.pod
24977 ____________________________________________________________________________
24978 [ 27173] By: rgs                                   on 2006/02/13  17:17:40
24979         Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug?
24980              From: Stephen McCamant <smcc@mit.edu>
24981              Date: Wed, 8 Feb 2006 17:48:49 -0800
24982              Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>
24983      Branch: perl
24984            ! ext/B/B/Deparse.pm
24985 ____________________________________________________________________________
24986 [ 27172] By: steveh                                on 2006/02/13  16:46:14
24987         Log: Teach checkAUTHORS.pl about Changelogs with leading tabs
24988              in the log entries, and fix a malformed log entry in Changes5.005
24989      Branch: perl
24990            ! Changes5.005 Porting/checkAUTHORS.pl
24991 ____________________________________________________________________________
24992 [ 27171] By: steveh                                on 2006/02/13  16:03:23
24993         Log: Revert an assert() fix in the light of change #27152
24994              
24995              The MinGW problem described here:
24996              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
24997              was fixed by change #26664. This is no longer relevant in the light of
24998              change #27152, so revert it.
24999              
25000              (The other problems with VC++ 6 and BCC, fixed by change #26634, have
25001              not gone away, however.)
25002      Branch: perl
25003            ! gv.h
25004 ____________________________________________________________________________
25005 [ 27169] By: nicholas                              on 2006/02/13  15:12:58
25006         Log: All the bits of clone_params.flags need to be initialised, not just
25007              CLONEf_JOIN_IN.
25008      Branch: perl
25009            ! ext/threads/threads.xs
25010 ____________________________________________________________________________
25011 [ 27166] By: nicholas                              on 2006/02/12  19:03:47
25012         Log: Fix change 27059 so that it actually works with >16 file descriptors.
25013              With programmers like these, we need Stadler & Waldorf on code review.
25014      Branch: perl
25015            ! perlio.c
25016 ____________________________________________________________________________
25017 [ 27162] By: nicholas                              on 2006/02/11  22:52:40
25018         Log: In perldiag.pod add an entry for the error message that change 27155
25019              introduced.
25020      Branch: perl
25021            ! pod/perldiag.pod
25022 ____________________________________________________________________________
25023 [ 27161] By: nicholas                              on 2006/02/11  16:10:22
25024         Log: Remove SOFT_CAST() as it no longer does anything useful.
25025      Branch: perl
25026            ! perl.h scope.h
25027 ____________________________________________________________________________
25028 [ 27159] By: nicholas                              on 2006/02/11  15:10:32
25029         Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
25030      Branch: perl
25031            ! sv.c
25032 ____________________________________________________________________________
25033 [ 27158] By: stevep                                on 2006/02/11  14:16:45
25034         Log: Test to go with change #27155.
25035      Branch: perl
25036            ! lib/integer.t
25037 ____________________________________________________________________________
25038 [ 27155] By: stevep                                on 2006/02/11  06:14:02
25039         Log: Die when integer overflow condition is detected in division under
25040              C<use integer>.  Hopefully fixes RT #38485.
25041      Branch: perl
25042            ! pp.c
25043 ____________________________________________________________________________
25044 [ 27154] By: nicholas                              on 2006/02/11  00:40:04
25045         Log: assert() that we can't reach two unreachable code paths
25046              (in Perl_magic_get and Perl_pp_shift).
25047      Branch: perl
25048            ! mg.c pp.c
25049 ____________________________________________________________________________
25050 [ 27153] By: nicholas                              on 2006/02/10  22:37:23
25051         Log: The return value from S_hv_auxinit can be ignored, as it's also stored
25052              within the passed in hv parameter.
25053      Branch: perl
25054            ! embed.fnc proto.h
25055 ____________________________________________________________________________
25056 [ 27152] By: steveh                                on 2006/02/10  17:46:35
25057         Log: A better fix than 27148
25058              
25059              Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
25060              From: Nicholas Clark <nick@ccl4.org>
25061              Date: Fri, 10 Feb 2006 14:58:47 +0000
25062              Message-ID: <20060210145847.GA85020@plum.flirble.org>
25063              
25064              Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
25065              From: "Jan Dubois" <jand@ActiveState.com>
25066              Date: Fri, 10 Feb 2006 09:03:41 -0800
25067              Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
25068      Branch: perl
25069            ! embed.fnc embed.h hv.c perl.h proto.h sv.c
25070 ____________________________________________________________________________
25071 [ 27151] By: nicholas                              on 2006/02/10  14:25:33
25072         Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
25073              and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
25074              added by realloc().
25075      Branch: perl
25076            ! util.c
25077 ____________________________________________________________________________
25078 [ 27148] By: steveh                                on 2006/02/10  11:20:23
25079         Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
25080      Branch: perl
25081            ! embed.fnc embed.h hv.c proto.h sv.c
25082 ____________________________________________________________________________
25083 [ 27145] By: nicholas                              on 2006/02/09  23:23:59
25084         Log: Change 27136 seems to have inadvertently upset some compilers,
25085              presumably where NULL was defined as 0, not (void *)0
25086      Branch: perl
25087            ! op.c
25088 ____________________________________________________________________________
25089 [ 27140] By: stevep                                on 2006/02/09  18:25:02
25090         Log: Fix breakage in S_set_csh() from change #27136.
25091      Branch: perl
25092            ! toke.c
25093 ____________________________________________________________________________
25094 [ 27139] By: gisle                                 on 2006/02/09  18:09:01
25095         Log: Document incompatible interpretation of chdir FOO.
25096              Ref change 27125.
25097      Branch: perl
25098            ! pod/perl594delta.pod
25099 ____________________________________________________________________________
25100 [ 27138] By: rgs                                   on 2006/02/09  17:49:18
25101         Log: Really regenerate headers
25102      Branch: perl
25103            ! embed.h proto.h
25104 ____________________________________________________________________________
25105 [ 27137] By: stevep                                on 2006/02/09  17:40:02
25106         Log: Regenerated headers for change #27136.
25107      Branch: perl
25108            ! embed.h proto.h
25109 ____________________________________________________________________________
25110 [ 27136] By: stevep                                on 2006/02/09  16:49:32
25111         Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again
25112              From: Andy Lester <andy@petdance.com>
25113              Date: Thu, 9 Feb 2006 09:40:18 -0600
25114              Message-ID: <20060209154018.GA14610@petdance.com>
25115      Branch: perl
25116            ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c
25117            ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c
25118            ! toke.c utf8.c util.c
25119 ____________________________________________________________________________
25120 [ 27135] By: rgs                                   on 2006/02/09  12:38:35
25121         Log: Skip new chdir warning test if fchdir is not available
25122      Branch: perl
25123            ! t/lib/warnings/pp_sys
25124 ____________________________________________________________________________
25125 [ 27134] By: nicholas                              on 2006/02/09  12:37:13
25126         Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving
25127              $1 etc, as we can perfom a hash lookup on %:: directly.
25128      Branch: perl
25129            ! regcomp.c
25130 ____________________________________________________________________________
25131 [ 27133] By: nicholas                              on 2006/02/08  20:57:24
25132         Log: lastparen in the regexp structure is never initialised, and so will
25133              still be uninitialised after a failed match, yet various points in
25134              mg.c read it come what may. Should fix bug 38461.
25135      Branch: perl
25136            ! regcomp.c
25137 ____________________________________________________________________________
25138 [ 27132] By: gisle                                 on 2006/02/08  17:52:16
25139         Log: Bareword file handles not supported for chown/chmod/utime.
25140      Branch: perl
25141            ! pod/perlfunc.pod
25142 ____________________________________________________________________________
25143 [ 27131] By: rgs                                   on 2006/02/08  16:57:48
25144         Log: Wave hands about encoding::warnings
25145      Branch: perl
25146            ! pod/perltodo.pod
25147 ____________________________________________________________________________
25148 [ 27130] By: rgs                                   on 2006/02/08  13:15:51
25149         Log: Subject: [perl #38464] chdir() on closed handles 
25150              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
25151              Date: Wed, 08 Feb 2006 01:33:54 -0800
25152              Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
25153              
25154              Plus a regression test.
25155      Branch: perl
25156            ! pp_sys.c t/lib/warnings/pp_sys
25157 ____________________________________________________________________________
25158 [ 27129] By: stevep                                on 2006/02/08  03:23:27
25159         Log: Subject: [PATCH] Handle unused args
25160              From: andy@petdance.com (Andy Lester)
25161              Date: Tue, 7 Feb 2006 16:36:56 -0600
25162              Message-ID: <20060207223656.GA5177@petdance.com>
25163      Branch: perl
25164            ! doio.c pad.c perl.c pp_sys.c
25165 ____________________________________________________________________________
25166 [ 27128] By: stevep                                on 2006/02/08  03:04:05
25167         Log: Subject: [patch] several broken make *.valgrind targets
25168              From: Jim Cromie <jim.cromie@gmail.com>
25169              Date: Tue, 07 Feb 2006 15:11:54 -0700
25170              Message-ID: <43E91B2A.4060700@gmail.com>
25171      Branch: perl
25172            ! Makefile.SH
25173 ____________________________________________________________________________
25174 [ 27127] By: nicholas                              on 2006/02/08  00:05:44
25175         Log: Borland's C compiler warns that the & is unnecessary.
25176      Branch: perl
25177            ! pp.c
25178 ____________________________________________________________________________
25179 [ 27126] By: nicholas                              on 2006/02/07  18:01:26
25180         Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
25181              The overloading tests are not free.
25182      Branch: perl
25183            ! mathoms.c opcode.h opcode.pl pp.c pp.h
25184 ____________________________________________________________________________
25185 [ 27125] By: gisle                                 on 2006/02/07  17:32:50
25186         Log: Allow bareword file handle as argument to chdir().
25187              This copies the mechanism used by truncate().
25188              Fixes bug #38457.
25189      Branch: perl
25190            ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c
25191            ! t/op/chdir.t
25192 ____________________________________________________________________________
25193 [ 27124] By: nicholas                              on 2006/02/07  17:12:08
25194         Log: All the trancendental unary operators can be merged into PP_sin
25195              (cos, exp, log, sqrt)
25196      Branch: perl
25197            ! mathoms.c opcode.h opcode.pl pp.c
25198 ____________________________________________________________________________
25199 [ 27123] By: nicholas                              on 2006/02/07  15:52:18
25200         Log: Avoid gcc warning about possibly uninitialised variables.
25201      Branch: perl
25202            ! pp.c
25203 ____________________________________________________________________________
25204 [ 27122] By: nicholas                              on 2006/02/07  15:28:41
25205         Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var
25206              which don't do the pre-processor string manipulation internally.
25207      Branch: perl
25208            ! pp.c pp.h
25209 ____________________________________________________________________________
25210 [ 27121] By: nicholas                              on 2006/02/07  14:57:36
25211         Log: pp_pop can be implemented by pp_shift.
25212      Branch: perl
25213            ! mathoms.c opcode.h opcode.pl pp.c
25214 ____________________________________________________________________________
25215 [ 27120] By: rgs                                   on 2006/02/07  14:37:15
25216         Log: Subject: Re: [PATCH] Documentation patch for overload
25217              From: Steffen Mueller <dtr8sin02@sneakemail.com>
25218              Date: Mon, 06 Feb 2006 10:58:44 +0100
25219              Message-ID: <43E71DD4.5010108@sneakemail.com>
25220      Branch: perl
25221            ! lib/overload.pm
25222 ____________________________________________________________________________
25223 [ 27119] By: nicholas                              on 2006/02/07  14:11:42
25224         Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.
25225      Branch: perl
25226            ! mathoms.c opcode.h opcode.pl pp.c
25227 ____________________________________________________________________________
25228 [ 27118] By: nicholas                              on 2006/02/07  13:13:44
25229         Log: Merge pp_index and pp_rindex - we have another mathom.
25230      Branch: perl
25231            ! mathoms.c opcode.h opcode.pl pp.c
25232 ____________________________________________________________________________
25233 [ 27117] By: nicholas                              on 2006/02/07  12:41:27
25234         Log: Some refactoring to converge pp_index and pp_rindex
25235      Branch: perl
25236            ! pp.c
25237 ____________________________________________________________________________
25238 [ 27116] By: nicholas                              on 2006/02/07  12:19:17
25239         Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)
25240      Branch: perl
25241            ! pp.c t/op/index.t
25242 ____________________________________________________________________________
25243 [ 27115] By: craigb                                on 2006/02/07  04:46:47
25244         Log: Subject: Re: Configure.com issue, more quoting needed.
25245              From: Peter Prymmer <PPrymmer@factset.com>
25246              Date: Mon, 06 Feb 2006 13:27:14 -0500
25247              Message-id:  <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com>
25248      Branch: perl
25249            ! configure.com
25250 ____________________________________________________________________________
25251 [ 27114] By: craigb                                on 2006/02/07  04:39:09
25252         Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger
25253              From: "John E. Malmberg" <wb8tyw@qsl.net>
25254              Date: Sat, 04 Feb 2006 16:04:32 -0500
25255              Message-id: <43E516E0.1000508@qsl.net>
25256
25257      Branch: perl
25258            ! vms/perlvms.pod vms/vms.c
25259 ____________________________________________________________________________
25260 [ 27113] By: nicholas                              on 2006/02/06  22:28:41
25261         Log: Optimise index so that if the big string is ISO-8859-1 but the little
25262              string is UTF-8, it tries to downgrade the little string, rather than
25263              upgrade the big string. For half-meg big strings this is a fourfold
25264              speed gain.
25265      Branch: perl
25266            ! pp.c
25267 ____________________________________________________________________________
25268 [ 27112] By: nicholas                              on 2006/02/06  21:40:57
25269         Log: Given that the memory allocated in Perl_bytes_from_utf8 and
25270              Perl_bytes_to_utf8 will immediately be written to, I see no need to
25271              allocate it zeroed.
25272      Branch: perl
25273            ! utf8.c
25274 ____________________________________________________________________________
25275 [ 27111] By: nicholas                              on 2006/02/06  20:52:41
25276         Log: Rename S_glob_assign to S_glob_assign_glob
25277              Rename S_pvgv_assign to S_glob_assign_ref
25278              
25279              I don't think that they share enough common code to merge them.
25280      Branch: perl
25281            ! sv.c
25282 ____________________________________________________________________________
25283 [ 27110] By: nicholas                              on 2006/02/06  20:12:58
25284         Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
25285              sv_setsv_flags" are about as done as they can be.
25286      Branch: perl
25287            ! pod/perltodo.pod
25288 ____________________________________________________________________________
25289 [ 27109] By: nicholas                              on 2006/02/06  20:04:35
25290         Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to
25291              be done once.
25292      Branch: perl
25293            ! sv.c
25294 ____________________________________________________________________________
25295 [ 27108] By: stevep                                on 2006/02/06  19:43:17
25296         Log: Document the limitations of calling exit() (instead of _exit()) from
25297              a child process on Solaris.
25298      Branch: perl
25299            ! pod/perlfork.pod
25300 ____________________________________________________________________________
25301 [ 27107] By: nicholas                              on 2006/02/06  18:45:35
25302         Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags.
25303      Branch: perl
25304            ! sv.c
25305 ____________________________________________________________________________
25306 [ 27106] By: nicholas                              on 2006/02/06  18:07:28
25307         Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
25308              Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c
25309              Perl_save_svref can't actually move because it calls a static function.
25310      Branch: perl
25311            ! mathoms.c scope.c
25312 ____________________________________________________________________________
25313 [ 27105] By: nicholas                              on 2006/02/06  16:50:22
25314         Log: Expunge USE_5005THREADS from perl.c
25315      Branch: perl
25316            ! perl.c
25317 ____________________________________________________________________________
25318 [ 27104] By: nicholas                              on 2006/02/06  13:08:34
25319         Log: Fix bug #38439 - reference to typeglob assignment needs to be based
25320              on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.
25321      Branch: perl
25322            ! sv.c t/op/gv.t
25323 ____________________________________________________________________________
25324 [ 27103] By: rgs                                   on 2006/02/06  09:42:33
25325         Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results)
25326              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25327              Date: Sun, 05 Feb 2006 12:16:37 +0200
25328              Message-ID: <43E5D085.90400@iki.fi>
25329      Branch: perl
25330            ! lib/Math/BigInt/t/bigintc.t
25331 ____________________________________________________________________________
25332 [ 27102] By: stevep                                on 2006/02/06  04:48:04
25333         Log: Subject: [PATCH] Cleaning up shadowed variables
25334              From: Andy Lester <andy@petdance.com>
25335              Date: Sun, 5 Feb 2006 21:56:43 -0600
25336              Message-Id: <B375E848-FA07-479D-9571-FA3925106D16@petdance.com>
25337      Branch: perl
25338            ! op.c pp_ctl.c
25339 ____________________________________________________________________________
25340 [ 27101] By: nicholas                              on 2006/02/05  23:44:12
25341         Log: Merge the PVCV case into the common code in S_pvgv_assign.
25342      Branch: perl
25343            ! sv.c
25344 ____________________________________________________________________________
25345 [ 27100] By: nicholas                              on 2006/02/05  23:20:21
25346         Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.
25347      Branch: perl
25348            ! sv.c
25349 ____________________________________________________________________________
25350 [ 27099] By: nicholas                              on 2006/02/05  23:02:58
25351         Log: Merge the default case (GvSV) with the common code in S_pvgv_assign.
25352      Branch: perl
25353            ! sv.c
25354 ____________________________________________________________________________
25355 [ 27098] By: nicholas                              on 2006/02/05  22:41:42
25356         Log: Start to merge the 6 arms of S_pvgv_assign into one.
25357      Branch: perl
25358            ! sv.c
25359 ____________________________________________________________________________
25360 [ 27097] By: nicholas                              on 2006/02/05  22:00:11
25361         Log: Subject: [patch] rework arenas - repair arenasets
25362              From: Jim Cromie <jim.cromie@gmail.com>
25363              Message-ID: <43E5F012.1080203@gmail.com>
25364              Date: Sun, 05 Feb 2006 05:31:14 -0700
25365      Branch: perl
25366            ! hv.c sv.c
25367 ____________________________________________________________________________
25368 [ 27096] By: rgs                                   on 2006/02/05  21:22:03
25369         Log: Subject: [PATCH] Documentation patch for overload
25370              From: Steffen Mueller <dtr8sin02@sneakemail.com>
25371              Date: Feb 5, 2006 12:26 PM
25372              Message-ID: <43E5E0E9.1070707@sneakemail.com>
25373      Branch: perl
25374            ! lib/overload.pm
25375 ____________________________________________________________________________
25376 [ 27095] By: nicholas                              on 2006/02/05  20:51:43
25377         Log: The message "Can't upgrade that kind of scalar" can be far more
25378              informative.
25379      Branch: perl
25380            ! pod/perldiag.pod sv.c
25381 ____________________________________________________________________________
25382 [ 27094] By: nicholas                              on 2006/02/05  20:33:57
25383         Log: new_body_type doesn't need to subtract the offset, that's what
25384              new_body_allocated is for.
25385      Branch: perl
25386            ! sv.c
25387 ____________________________________________________________________________
25388 [ 27093] By: nicholas                              on 2006/02/05  20:26:40
25389         Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place.
25390      Branch: perl
25391            ! perl.c
25392 ____________________________________________________________________________
25393 [ 27092] By: nicholas                              on 2006/02/05  19:52:50
25394         Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding
25395              code is now gone from sv_upgrade.
25396      Branch: perl
25397            ! pod/perldiag.pod
25398 ____________________________________________________________________________
25399 [ 27091] By: nicholas                              on 2006/02/05  19:45:37
25400         Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which
25401              reduces the object size by about 80 bytes.
25402      Branch: perl
25403            ! sv.c
25404 ____________________________________________________________________________
25405 [ 27090] By: nicholas                              on 2006/02/05  18:51:17
25406         Log: Eliminate a croak we can't get to.
25407      Branch: perl
25408            ! sv.c
25409 ____________________________________________________________________________
25410 [ 27089] By: nicholas                              on 2006/02/05  11:15:34
25411         Log: Without this Windows and Netware compilers should be complaining 
25412              about perl.c having code before a declaration, *but only if compiling
25413              with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place
25414              bets now.
25415      Branch: perl
25416            ! perl.c
25417 ____________________________________________________________________________
25418 [ 27088] By: stevep                                on 2006/02/05  05:08:02
25419         Log: Don't export PL_memory_debug_header to Win32 (and others) unless 
25420              PERL_TRACK_MEMPOOL is defined.
25421      Branch: perl
25422            ! makedef.pl
25423 ____________________________________________________________________________
25424 [ 27087] By: stevep                                on 2006/02/05  04:13:27
25425         Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in 
25426              pod/perlapi.pod for good measure when regenerating files.
25427      Branch: perl
25428            ! embed.fnc pod/perlapi.pod proto.h
25429 ____________________________________________________________________________
25430 [ 27086] By: nicholas                              on 2006/02/04  22:51:17
25431         Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it
25432              to keep it happy.
25433      Branch: perl
25434            ! sv.c
25435 ____________________________________________________________________________
25436 [ 27085] By: nicholas                              on 2006/02/04  22:13:08
25437         Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl
25438              is 100% 7 bit ASCII.
25439      Branch: perl
25440            ! lib/charnames.t
25441 ____________________________________________________________________________
25442 [ 27084] By: nicholas                              on 2006/02/04  19:09:17
25443         Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
25444              behaviour of freeing up all memory at thread exit. With this and
25445              tools such as valgrind you will now get warnings as soon as you
25446              read from the deallocated memory, rather than just a warning much
25447              later about freeing to the wrong pool.
25448      Branch: perl
25449            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod
25450            ! sv.c util.c
25451 ____________________________________________________________________________
25452 [ 27083] By: nicholas                              on 2006/02/04  18:48:09
25453         Log: The TODO 'Tidy up global variables' can go, replaced with a second
25454              paragraph on 'Ordering of "global" variables'.
25455      Branch: perl
25456            ! pod/perltodo.pod
25457 ____________________________________________________________________________
25458 [ 27082] By: nicholas                              on 2006/02/04  17:11:54
25459         Log: I believe that mathoms have been completely TODOne.
25460      Branch: perl
25461            ! pod/perltodo.pod
25462 ____________________________________________________________________________
25463 [ 27081] By: nicholas                              on 2006/02/04  13:27:00
25464         Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the
25465              array whilst keeping the structure within PERL_ARENA_SIZE.
25466      Branch: perl
25467            ! sv.c
25468 ____________________________________________________________________________
25469 [ 27080] By: nicholas                              on 2006/02/04  13:00:06
25470         Log: Tweak arena sets to avoid assignment between different pointers.
25471      Branch: perl
25472            ! sv.c
25473 ____________________________________________________________________________
25474 [ 27079] By: nicholas                              on 2006/02/04  12:28:03
25475         Log: Subject: [patch] arena rework - arena sets
25476              From: Jim Cromie <jim.cromie@gmail.com>
25477              Message-ID: <43DF4F66.4080808@gmail.com>
25478              Date: Tue, 31 Jan 2006 04:52:06 -0700
25479      Branch: perl
25480            ! embed.fnc embed.h hv.c proto.h sv.c
25481 ____________________________________________________________________________
25482 [ 27078] By: nicholas                              on 2006/02/04  11:10:52
25483         Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a
25484              simple replace of Nullsv with NULL turns out to be a bad idea.
25485              * Technically undefined behaviour, I believe.
25486      Branch: perl
25487            ! warnings.h warnings.pl
25488 ____________________________________________________________________________
25489 [ 27077] By: nicholas                              on 2006/02/04  10:37:08
25490         Log: Remove obsolete comment.
25491      Branch: perl
25492            ! perl.c
25493 ____________________________________________________________________________
25494 [ 27076] By: nicholas                              on 2006/02/03  23:21:37
25495         Log: S_find_beginning is only called from one place, so by hoisting the
25496              forbid_setid check for -x into the caller, we can eliminate the
25497              suidscript parameter from S_find_beginning.
25498      Branch: perl
25499            ! embed.fnc embed.h perl.c proto.h
25500 ____________________________________________________________________________
25501 [ 27075] By: nicholas                              on 2006/02/03  22:41:55
25502         Log: And as we've now got to the point where all calls to Perl_moreswitches
25503              have -1 as the second argument, we can remove the second argument,
25504              which gets us back to where we started, only with the elimination of
25505              a per-thread variable.
25506      Branch: perl
25507            ! embed.fnc embed.h perl.c proto.h toke.c
25508 ____________________________________________________________________________
25509 [ 27074] By: nicholas                              on 2006/02/03  22:18:45
25510         Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so
25511              it can have a parameter of -1 without changing any behaviour.
25512              I see no reason to forbid "command line" switches when they are
25513              actually coming from the #! line of the script itself (as read by perl)
25514              as they must have been written by the owner of the script, rather than
25515              being crafted by the user manipulating the command line, and therefore
25516              cannot be subverted. (Or alternatively, can be subverted as easily as
25517              the rest of the script, and we're permitting *that* to be run)
25518      Branch: perl
25519            ! perl.c
25520 ____________________________________________________________________________
25521 [ 27073] By: nicholas                              on 2006/02/03  21:47:04
25522         Log: Pull the variables fdscript and suidscript into a much smaller scope.
25523              Replace suidscript with literal -1 where it could only have been -1.
25524              (Re-indent the other code inside the new block creating the scope.
25525              Rejig the indentation of the conditionals)
25526      Branch: perl
25527            ! perl.c
25528 ____________________________________________________________________________
25529 [ 27072] By: nicholas                              on 2006/02/03  21:23:21
25530         Log: Change 27070 failed to initialise a variable. (But despite that still
25531              passed all tests locally.)
25532      Branch: perl
25533            ! perl.c
25534 ____________________________________________________________________________
25535 [ 27071] By: nicholas                              on 2006/02/03  20:12:10
25536         Log: Silence a warning about "statement not reached" from the Sun C compiler.
25537              It was accurate - the conditional code used to give 2 return statements.
25538      Branch: perl
25539            ! mathoms.c
25540 ____________________________________________________________________________
25541 [ 27070] By: nicholas                              on 2006/02/03  20:10:07
25542         Log: Eliminating PL_suidscript is more tricky, and requires changing the
25543              prototype of Perl_moreswitches.
25544      Branch: perl
25545            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
25546            ! proto.h toke.c
25547 ____________________________________________________________________________
25548 [ 27069] By: nicholas                              on 2006/02/03  18:27:52
25549         Log: Passing the flag to S_forbit_setid as a single char rather than a
25550              string is a slight space optimisation.
25551      Branch: perl
25552            ! embed.fnc intrpvar.h perl.c proto.h
25553 ____________________________________________________________________________
25554 [ 27068] By: nicholas                              on 2006/02/03  18:10:45
25555         Log: Oops. I *thought* that I had checked that all changed files were open.
25556              Clearly not. (Fixes change 27066)
25557      Branch: perl
25558            ! embed.h embedvar.h perlapi.h proto.h
25559 ____________________________________________________________________________
25560 [ 27067] By: nicholas                              on 2006/02/03  17:06:43
25561         Log: Oops. When changing warnings.pl one should re-run it. Well spotted
25562              Rafael.
25563      Branch: perl
25564            ! warnings.h
25565 ____________________________________________________________________________
25566 [ 27066] By: nicholas                              on 2006/02/03  17:06:04
25567         Log: It's actually easier to get rid of PL_fdscript than we thought.
25568      Branch: perl
25569            ! embed.fnc intrpvar.h perl.c
25570 ____________________________________________________________________________
25571 [ 27065] By: nicholas                              on 2006/02/03  16:03:01
25572         Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
25573              From: Steven Schubiger <schubiger@cpan.org>
25574              Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
25575              Date: Fri, 3 Feb 2006 16:24:49 +0100
25576      Branch: perl
25577            ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h
25578            ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c
25579            ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
25580            ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c
25581            ! warnings.pl
25582 ____________________________________________________________________________
25583 [ 27064] By: rgs                                   on 2006/02/03  15:18:18
25584         Log: Fix file where internal XS functions are defined
25585      Branch: perl
25586            ! universal.c
25587 ____________________________________________________________________________
25588 [ 27063] By: rgs                                   on 2006/02/03  14:06:40
25589         Log: Help to compile on VMS with UNLINK_ALL_VERSIONS
25590              See :
25591              Subject: bug@26347 embed.fnc/embed.h with unlnk macro
25592              From: "John E. Malmberg" <wb8tyw@qsl.net>
25593              Date: Tue, 13 Dec 2005 22:18:56 -0500
25594              Message-ID: <439F8F20.4050207@qsl.net>
25595      Branch: perl
25596            ! perl.h
25597 ____________________________________________________________________________
25598 [ 27062] By: rgs                                   on 2006/02/03  13:46:46
25599         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
25600              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
25601              Date: Thu, 02 Feb 2006 12:35:41 +0100
25602              Message-ID: <87acda0z8y.fsf@k75.linux.bogus>
25603      Branch: perl
25604            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
25605            ! lib/CPAN/SIGNATURE
25606 ____________________________________________________________________________
25607 [ 27061] By: rgs                                   on 2006/02/03  13:35:44
25608         Log: Subject: L<PerlIO> and Pod::Html
25609              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25610              Date: Mon, 09 Jan 2006 12:53:15 +0900
25611              Message-Id: <20060109125220.3BB0.BQW10602@nifty.com>
25612      Branch: perl
25613            ! lib/Pod/Html.pm
25614 ____________________________________________________________________________
25615 [ 27060] By: nicholas                              on 2006/02/03  13:21:46
25616         Log: Subject: [PATCH] s/Nullcv/NULL/g
25617              From: Steven Schubiger <schubiger@cpan.org>
25618              Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
25619              Date: Thu, 2 Feb 2006 16:02:41 +0100
25620      Branch: perl
25621            ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c
25622 ____________________________________________________________________________
25623 [ 27059] By: nicholas                              on 2006/02/03  13:06:00
25624         Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
25625              to a dynamic array.
25626      Branch: perl
25627            ! embedvar.h perlapi.h perlio.c perlvars.h
25628 ____________________________________________________________________________
25629 [ 27057] By: stevep                                on 2006/02/02  20:57:01
25630         Log: It would be nice to have tests in B for the functions getting changed.
25631      Branch: perl
25632            ! ext/B/t/b.t
25633 ____________________________________________________________________________
25634 [ 27056] By: stevep                                on 2006/02/02  20:42:56
25635         Log: Death to magic characters!  No pun intended.
25636      Branch: perl
25637            ! ext/B/B.xs
25638 ____________________________________________________________________________
25639 [ 27054] By: rgs                                   on 2006/02/02  14:24:03
25640         Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g
25641              From: Steven Schubiger <schubiger@cpan.org>
25642              Date: Thu, 2 Feb 2006 10:38:49 +0100
25643              Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
25644      Branch: perl
25645            ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c
25646            ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c
25647            ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h
25648            ! regexec.c sv.c sv.h thrdvar.h toke.c util.c
25649 ____________________________________________________________________________
25650 [ 27053] By: nicholas                              on 2006/02/02  12:31:30
25651         Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning
25652              loop is iterated over millions of times. Add a flag GV_NOTQUAL purely
25653              as an optimisation, when the caller is passing in a string that is
25654              known not to contain any package separators.
25655      Branch: perl
25656            ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c
25657            ! toke.c util.c
25658 ____________________________________________________________________________
25659 [ 27052] By: rgs                                   on 2006/02/02  11:22:43
25660         Log: Update to Module::CoreList 3.04.
25661              Cleanup corelist manpage.
25662              Remove -w in corelist shebang to avoid spurious warnings.
25663      Branch: perl
25664            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
25665 ____________________________________________________________________________
25666 [ 27051] By: gisle                                 on 2006/02/02  10:05:32
25667         Log: perl-5.8.8 also contained change 27040.
25668      Branch: perl
25669            ! lib/Module/CoreList.pm
25670 ____________________________________________________________________________
25671 [ 27050] By: nicholas                              on 2006/02/02  00:36:38
25672         Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than
25673              TRUE.
25674              Convert two gv_fetchpvn_flags to gv_fetchpvs.
25675      Branch: perl
25676            ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c
25677 ____________________________________________________________________________
25678 [ 27049] By: nicholas                              on 2006/02/02  00:24:06
25679         Log: And another assumption.
25680      Branch: perl
25681            ! gv.c
25682 ____________________________________________________________________________
25683 [ 27048] By: nicholas                              on 2006/02/01  23:38:53
25684         Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that
25685              no-one has been testing it, as there was a const too far.
25686      Branch: perl
25687            ! sv.c
25688 ____________________________________________________________________________
25689 [ 27047] By: stevep                                on 2006/02/01  23:34:47
25690         Log: Doc nit found by Stephen Gordon.
25691      Branch: perl
25692            ! pod/perlfunc.pod
25693 ____________________________________________________________________________
25694 [ 27046] By: nicholas                              on 2006/02/01  23:03:11
25695         Log: doubleplusoops. Apart from the documented NUL termination assumption.
25696              Now removed.
25697      Branch: perl
25698            ! gv.c
25699 ____________________________________________________________________________
25700 [ 27045] By: nicholas                              on 2006/02/01  22:39:29
25701         Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the
25702              conditional code to copy IVX and NVX if true. "You cannot get here".
25703      Branch: perl
25704            ! sv.c
25705 ____________________________________________________________________________
25706 [ 27044] By: nicholas                              on 2006/02/01  22:03:37
25707         Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
25708      Branch: perl
25709            ! gv.c
25710 ____________________________________________________________________________
25711 [ 27043] By: nicholas                              on 2006/02/01  20:26:46
25712         Log: Correct my comment, so that it's actually useful. :-)
25713      Branch: perl
25714            ! sv.c
25715 ____________________________________________________________________________
25716 [ 27042] By: nicholas                              on 2006/02/01  19:30:52
25717         Log: , tweaked from
25718              Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
25719              From: Steve Purkis <Steve.Purkis@multimap.com>
25720              Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
25721              Date: Fri, 20 Jan 2006 12:35:06 -0500
25722      Branch: perl
25723            ! pod/perlre.pod
25724 ____________________________________________________________________________
25725 [ 27039] By: rgs                                   on 2006/02/01  18:07:26
25726         Log: Improve a bit the documentation for kill() with SIGNAL==0
25727      Branch: perl
25728            ! pod/perlfunc.pod
25729 ____________________________________________________________________________
25730 [ 27038] By: nicholas                              on 2006/02/01  18:05:20
25731         Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
25732              has other modules in ext/
25733              TODO - fix buildtoc to cross check with MANIFEST.
25734      Branch: perl
25735            ! pod/perltoc.pod
25736 ____________________________________________________________________________
25737 [ 27037] By: nicholas                              on 2006/02/01  17:53:28
25738         Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc.
25739      Branch: perl
25740           +> pod/perl588delta.pod
25741            ! pod/perl.pod vms/descrip_mms.template
25742           !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile
25743           !> win32/makefile.mk win32/pod.mak
25744 ____________________________________________________________________________
25745 [ 27036] By: rgs                                   on 2006/02/01  17:49:53
25746         Log: Doc nit by Andy Dougherty
25747      Branch: perl
25748            ! README.aix
25749 ____________________________________________________________________________
25750 [ 27035] By: rgs                                   on 2006/02/01  16:14:07
25751         Log: autouse actually requires perl 5.6 at least.
25752      Branch: perl
25753            ! lib/autouse.pm
25754 ____________________________________________________________________________
25755 [ 27034] By: rgs                                   on 2006/02/01  15:51:35
25756         Log: Avoid "Prototype mismatch" warnings with autouse.
25757      Branch: perl
25758            ! lib/autouse.pm
25759 ____________________________________________________________________________
25760 [ 27033] By: rgs                                   on 2006/02/01  13:22:26
25761         Log: Fix corelist data for 5.8.8
25762      Branch: perl
25763            ! lib/Module/CoreList.pm
25764 ____________________________________________________________________________
25765 [ 27032] By: rgs                                   on 2006/02/01  12:41:37
25766         Log: More history
25767      Branch: perl
25768            ! pod/perlhist.pod
25769 ____________________________________________________________________________
25770 [ 27031] By: rgs                                   on 2006/02/01  12:30:14
25771         Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
25772      Branch: perl
25773            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
25774 ____________________________________________________________________________
25775 [ 27030] By: nicholas                              on 2006/02/01  11:53:04
25776         Log: Subject: [patch] arena rework - unify arenaroots
25777              From: Jim Cromie <jim.cromie@gmail.com>
25778              Message-ID: <43DF3D0A.3040102@gmail.com>
25779              Date: Tue, 31 Jan 2006 03:33:46 -0700
25780      Branch: perl
25781            ! embedvar.h hv.c intrpvar.h perlapi.h sv.c
25782 ____________________________________________________________________________
25783 [ 27028] By: nicholas                              on 2006/01/31  22:59:27
25784         Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length.
25785              This means that \0 bytes in symbolic references now work.
25786      Branch: perl
25787            ! doio.c gv.c perl.c t/op/ref.t toke.c
25788 ____________________________________________________________________________
25789 [ 27027] By: stevep                                on 2006/01/31  18:42:31
25790         Log: Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately, 
25791              icc does not support gcc built-ins like __attribiute__.
25792      Branch: perl
25793            ! perl.h
25794 ____________________________________________________________________________
25795 [ 27022] By: nicholas                              on 2006/01/31  15:33:15
25796         Log: Subject: [perl #38380] Typo in perlfunc.pod 
25797              From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
25798              Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
25799              Date: Tue, 31 Jan 2006 05:22:28 -0800
25800      Branch: perl
25801            ! pod/perlfunc.pod
25802 ____________________________________________________________________________
25803 [ 27021] By: nicholas                              on 2006/01/31  15:10:37
25804         Log: Eliminate save_threadsv, as it is never linked to, and all it does
25805              post 5005 threads is croak().
25806      Branch: perl
25807            ! embed.fnc embed.h global.sym proto.h scope.c
25808 ____________________________________________________________________________
25809 [ 27016] By: rgs                                   on 2006/01/31  10:07:00
25810         Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
25811              From: demerphq <demerphq@gmail.com>
25812              Date: Tue, 31 Jan 2006 09:55:25 +0100
25813              Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
25814      Branch: perl
25815            ! lib/ExtUtils/Install.pm
25816 ____________________________________________________________________________
25817 [ 27015] By: craigb                                on 2006/01/31  04:37:27
25818         Log: Subject: patch@26996 - patch around stat("_NLA0:") bug
25819              From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
25820              Message-id: <43DEE5CE.7060108@qsl.net>
25821
25822      Branch: perl
25823            ! vms/vms.c vms/vmsish.h
25824 ____________________________________________________________________________
25825 [ 27014] By: nicholas                              on 2006/01/31  00:15:26
25826         Log: Silence a warning from the MS compiler about signed/unsigned mismatch.
25827      Branch: perl
25828            ! util.c
25829 ____________________________________________________________________________
25830 [ 27010] By: rgs                                   on 2006/01/30  17:47:56
25831         Log: Add perl594delta
25832      Branch: perl
25833            + pod/perl594delta.pod
25834            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
25835            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
25836            ! win32/pod.mak
25837 ____________________________________________________________________________
25838 [ 27009] By: nicholas                              on 2006/01/30  17:12:54
25839         Log: Change the author aliasing to reflect updates to AUTHORS.
25840      Branch: perl
25841            ! Porting/checkAUTHORS.pl
25842 ____________________________________________________________________________
25843 [ 27007] By: rgs                                   on 2006/01/30  16:58:47
25844         Log: Bump version number to 5.9.4
25845              Regenerate template config in Porting
25846      Branch: perl
25847            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
25848            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
25849            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
25850            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
25851            ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce
25852 ____________________________________________________________________________
25853 [ 27006] By: nicholas                              on 2006/01/30  16:50:38
25854         Log: Silence another Irix compiler warning.
25855      Branch: perl
25856            ! toke.c
25857 ____________________________________________________________________________
25858 [ 27005] By: nicholas                              on 2006/01/30  16:29:38
25859         Log: Avoid a warning from the Irix C compiler.
25860      Branch: perl
25861            ! hv.c
25862 ____________________________________________________________________________
25863 [ 27004] By: stevep                                on 2006/01/30  15:04:50
25864         Log: Teach the Makefile how to cleanup config.over.
25865      Branch: perl
25866            ! Makefile.SH
25867 ____________________________________________________________________________
25868 [ 27002] By: nicholas                              on 2006/01/30  13:42:56
25869         Log: Code assumes that *FOO{SCALAR} will always return a scalar reference,
25870              so make it so, creating $FOO if necessary.
25871              (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
25872              visible to XS code, but isn't visible to Perl code)
25873      Branch: perl
25874            ! pp.c t/op/gv.t
25875 ____________________________________________________________________________
25876 [ 27001] By: stevep                                on 2006/01/30  13:25:04
25877         Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.  
25878              Otherwise, the build fails in POSIX.
25879      Branch: perl
25880            ! hints/solaris_2.sh
25881 ____________________________________________________________________________
25882 [ 27000] By: nicholas                              on 2006/01/30  12:59:12
25883         Log: Use a union for storing the shared hash key reference count, rather
25884              than messy pointer hacks.
25885      Branch: perl
25886            ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c
25887 ____________________________________________________________________________
25888 [ 26999] By: rgs                                   on 2006/01/30  09:52:06
25889         Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0]
25890              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25891              Date: Mon, 30 Jan 2006 01:06:24 -0800
25892              Message-ID: <20060130090624.GA3760@efn.org>
25893      Branch: perl
25894            ! pod/perlvar.pod
25895 ____________________________________________________________________________
25896 [ 26998] By: merijn                                on 2006/01/30  09:10:53
25897         Log: Subject: [PATCH] maint and blead: unicos.sh hints
25898              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25899              Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET)
25900              Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>
25901      Branch: perl
25902            ! hints/unicos.sh
25903 ____________________________________________________________________________
25904 [ 26997] By: nicholas                              on 2006/01/30  00:18:52
25905         Log: Assert that IVs and NVs can never be tainted.
25906      Branch: perl
25907            ! sv.c
25908 ____________________________________________________________________________
25909 [ 26996] By: nicholas                              on 2006/01/29  22:00:11
25910         Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64
25911              bit builds.
25912      Branch: perl
25913            ! ext/POSIX/Makefile.PL
25914 ____________________________________________________________________________
25915 [ 26995] By: stevep                                on 2006/01/29  20:43:44
25916         Log: Upgrade to podlators-2.0.3
25917      Branch: perl
25918            ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t
25919            ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t
25920 ____________________________________________________________________________
25921 [ 26994] By: rgs                                   on 2006/01/29  18:31:52
25922         Log: Email change for Steven Schubiger
25923      Branch: perl
25924            ! AUTHORS
25925 ____________________________________________________________________________
25926 [ 26993] By: merijn                                on 2006/01/29  10:14:09
25927         Log: Subject: Re: [patch] s/ar ts/ar s/g
25928              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
25929              Date: Thu, 26 Jan 2006 13:53:07 -0800
25930              Message-ID: <43D944C3.60101@ActiveState.com>
25931      Branch: perl
25932            ! Configure
25933 ____________________________________________________________________________
25934 [ 26991] By: nicholas                              on 2006/01/29  00:25:04
25935         Log: C compilers don't let you return void. Pay attention gcc, and
25936              stop aping Shildt.
25937      Branch: perl
25938            ! sv.c
25939 ____________________________________________________________________________
25940 [ 26990] By: nicholas                              on 2006/01/29  00:09:10
25941         Log: Avoid using space to create 2 functions just to force mathoms to be
25942              linked. Instead, force the link via the perl interpreter structure
25943              via a function pointer that gets replaced at run time anyway.
25944      Branch: perl
25945            ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h
25946 ____________________________________________________________________________
25947 [ 26989] By: nicholas                              on 2006/01/28  17:46:56
25948         Log: Call gv_fetchpvn_flags where we already know the length.
25949      Branch: perl
25950            ! doio.c toke.c
25951 ____________________________________________________________________________
25952 [ 26988] By: stevep                                on 2006/01/28  17:25:03
25953         Log: Upgrade to podlators-2.0.2
25954      Branch: perl
25955            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
25956            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t
25957            ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t
25958            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
25959 ____________________________________________________________________________
25960 [ 26987] By: nicholas                              on 2006/01/28  17:15:21
25961         Log: Squeeze more flag manipulations together in sv_setsv_flags.
25962      Branch: perl
25963            ! sv.c
25964 ____________________________________________________________________________
25965 [ 26986] By: stevep                                on 2006/01/28  16:50:32
25966         Log: Upgrade to CPAN-1.83_59
25967      Branch: perl
25968            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
25969            ! lib/CPAN/SIGNATURE
25970 ____________________________________________________________________________
25971 [ 26985] By: stevep                                on 2006/01/28  16:43:43
25972         Log: Upgrade to Archive-Tar-1.28
25973      Branch: perl
25974            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff
25975            ! lib/Archive/Tar/t/02_methods.t
25976            ! lib/Archive/Tar/t/04_resolved_issues.t
25977 ____________________________________________________________________________
25978 [ 26983] By: nicholas                              on 2006/01/28  15:44:04
25979         Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
25980              Many strlen()s saved.
25981      Branch: perl
25982            ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c
25983            ! util.c
25984 ____________________________________________________________________________
25985 [ 26982] By: nicholas                              on 2006/01/28  14:46:35
25986         Log: Merge the IOK and NOK clauses together in sv_setsv_flags.
25987      Branch: perl
25988            ! sv.c
25989 ____________________________________________________________________________
25990 [ 26981] By: nicholas                              on 2006/01/28  14:23:49
25991         Log: The flags manipulation in sv_setsv_flags can be more efficient.
25992      Branch: perl
25993            ! sv.c
25994 ____________________________________________________________________________
25995 [ 26980] By: nicholas                              on 2006/01/28  14:02:10
25996         Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
25997      Branch: perl
25998            ! gv.c
25999 ____________________________________________________________________________
26000 [ 26979] By: nicholas                              on 2006/01/28  13:38:28
26001         Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
26002              save duplicating mg_find calls, without changing the semantics in any
26003              boolean context.
26004      Branch: perl
26005            ! sv.c sv.h util.c
26006 ____________________________________________________________________________
26007 [ 26978] By: nicholas                              on 2006/01/28  12:49:15
26008         Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
26009              There seems to be some duplication with S_glob_assign.
26010      Branch: perl
26011            ! sv.c
26012 ____________________________________________________________________________
26013 [ 26977] By: nicholas                              on 2006/01/28  12:26:47
26014         Log: Remove goto glob_assign;
26015      Branch: perl
26016            ! sv.c
26017 ____________________________________________________________________________
26018 [ 26976] By: nicholas                              on 2006/01/28  12:08:01
26019         Log: Pull glob_assign out from sv_setsv_flags into a static function.
26020      Branch: perl
26021            ! sv.c
26022 ____________________________________________________________________________
26023 [ 26975] By: rgs                                   on 2006/01/28  11:00:30
26024         Log: Update Changes
26025      Branch: perl
26026            ! Changes
26027 ____________________________________________________________________________
26028 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
26029         Log: Add perl 5.9.3 in release list
26030      Branch: perl
26031            ! pod/perlhist.pod
26032 ____________________________________________________________________________
26033 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
26034         Log: Subject: Re: Make Passive mode the default for Net::FTP
26035              From: Gisle Aas <gisle@ActiveState.com>
26036              Date: 27 Jan 2006 07:21:16 -0800
26037              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
26038      Branch: perl
26039            ! lib/Net/Config.pm lib/Net/FTP.pm
26040 ____________________________________________________________________________
26041 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
26042         Log: Oops. Forgot to add this file.
26043      Branch: perl
26044            + utils/ptardiff.PL
26045 ____________________________________________________________________________
26046 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
26047         Log: Regenerate META.yml
26048      Branch: perl
26049            ! META.yml
26050 ____________________________________________________________________________
26051 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
26052         Log: Regenerate Changes; remove ^M chars in Changes
26053      Branch: perl
26054            ! Changes
26055 ____________________________________________________________________________
26056 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
26057         Log: Remove patch number
26058      Branch: perl
26059            ! patchlevel.h
26060 ____________________________________________________________________________
26061 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
26062         Log: Mention ptardiff in perldelta.
26063      Branch: perl
26064            ! pod/perl593delta.pod
26065 ____________________________________________________________________________
26066 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
26067         Log: Don't install ptardiff in the module tree
26068      Branch: perl
26069            ! installperl
26070 ____________________________________________________________________________
26071 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
26072         Log: Install the ptardiff utility that comes with Archive::Tar
26073      Branch: perl
26074            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
26075            ! win32/Makefile win32/makefile.mk
26076 ____________________________________________________________________________
26077 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
26078         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
26079      Branch: perl
26080            ! installperl
26081 ____________________________________________________________________________
26082 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
26083         Log: Regenerate PODs
26084      Branch: perl
26085            ! pod/perlmodlib.pod pod/perltoc.pod
26086 ____________________________________________________________________________
26087 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
26088         Log: Some spelling fixes by David Landgren.
26089              Mention perltodo.
26090      Branch: perl
26091            ! pod/perl593delta.pod
26092 ____________________________________________________________________________
26093 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
26094         Log: Revert change 24461, now that change 26757 allows TEST
26095              to accept extra output from module tests
26096      Branch: perl
26097            ! cygwin/perlld.in
26098 ____________________________________________________________________________
26099 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
26100         Log: Subject: [PATCH] quiet gcc Info message in cygwin
26101              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26102              Date: Wed, 25 Jan 2006 19:16:09 -0800
26103              Message-ID: <20060126031608.GA2588@efn.org>
26104      Branch: perl
26105            ! hints/cygwin.sh
26106 ____________________________________________________________________________
26107 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
26108         Log: Remove note about #elif, see :
26109              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
26110              From: Steve Hay <steve.hay@uk.radan.com>
26111              Date: Fri, 27 Jan 2006 11:09:02 +0000
26112              Message-ID: <43D9FF4E.6010501@uk.radan.com>
26113      Branch: perl
26114            ! Porting/pumpkin.pod
26115 ____________________________________________________________________________
26116 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
26117         Log: A description of the new constants.
26118      Branch: perl
26119            ! pod/perl593delta.pod
26120 ____________________________________________________________________________
26121 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
26122         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
26123      Branch: perl
26124            ! mg.c
26125 ____________________________________________________________________________
26126 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
26127         Log: Safer implementation of RTRIM().
26128              Don't rely on SvCUR to be sane unless SvPOK.
26129      Branch: perl
26130            ! mg.c
26131 ____________________________________________________________________________
26132 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
26133         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
26134              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
26135              Message-ID: <43D941AF.1060503@ActiveState.com>
26136              Date: Thu, 26 Jan 2006 13:39:59 -0800
26137      Branch: perl
26138            ! mg.c
26139 ____________________________________________________________________________
26140 [ 26951] By: stevep                                on 2006/01/26  19:23:48
26141         Log: Fix a few nits in perl593delta
26142      Branch: perl
26143            ! pod/perl593delta.pod
26144 ____________________________________________________________________________
26145 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
26146         Log: miniperl isn't enough anymore to run pod2man.
26147      Branch: perl
26148            ! pod/Makefile.SH
26149 ____________________________________________________________________________
26150 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
26151         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
26152              grammer, more succinct)
26153      Branch: perl
26154            ! pod/perl593delta.pod
26155 ____________________________________________________________________________
26156 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
26157         Log: More work on perldelta
26158      Branch: perl
26159            ! pod/perl593delta.pod
26160 ____________________________________________________________________________
26161 [ 26947] By: steveh                                on 2006/01/26  16:25:20
26162         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
26163              such as was seen here:
26164              
26165              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
26166              From: demerphq <demerphq@gmail.com>
26167              Date: Thu, 26 Jan 2006 15:40:42 +0100
26168              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
26169      Branch: perl
26170            ! perl.c pod/perldiag.pod pod/perlport.pod
26171 ____________________________________________________________________________
26172 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
26173         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
26174              hash key scalars, so decompose them to normal scalars if they ever
26175              get here.
26176      Branch: perl
26177            ! mg.c
26178 ____________________________________________________________________________
26179 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
26180         Log: assertions.pm is dual-lived
26181      Branch: perl
26182            ! Porting/Maintainers.pl
26183 ____________________________________________________________________________
26184 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
26185         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
26186              From: Stephen McCamant <smcc@mit.edu>
26187              Date: Jan 24, 2006 7:23 AM
26188              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
26189      Branch: perl
26190            + ext/B/t/optree_misc.t
26191            ! MANIFEST ext/B/B.xs
26192 ____________________________________________________________________________
26193 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
26194         Log: Subject: Simplify &IO::Handle::say
26195              From: Gisle Aas <gisle@ActiveState.com>
26196              Date: 24 Jan 2006 05:01:28 -0800
26197              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
26198      Branch: perl
26199            ! ext/IO/lib/IO/Handle.pm
26200 ____________________________________________________________________________
26201 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
26202         Log: Fix a regression on suidperl : the error message "No #! line" was
26203              produced in erroneous cases, because we used to read values in a
26204              string buffer that pointed to nothing.
26205      Branch: perl
26206            ! perl.c
26207 ____________________________________________________________________________
26208 [ 26936] By: steveh                                on 2006/01/24  12:13:15
26209         Log: Remove d_nanosleep from win32 configs
26210              Change 19899 removed them before, but they have accidentally crept back.
26211      Branch: perl
26212            ! win32/config.bc win32/config.gc win32/config.vc
26213            ! win32/config.vc64
26214 ____________________________________________________________________________
26215 [ 26935] By: steveh                                on 2006/01/24  09:22:44
26216         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
26217              From: Gisle Aas <gisle@ActiveState.com>
26218              Date: 23 Jan 2006 02:12:04 -0800
26219              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
26220              
26221              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
26222              From: "Jan Dubois" <jand@ActiveState.com>
26223              Date: Mon, 23 Jan 2006 11:30:51 -0800
26224              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
26225      Branch: perl
26226            ! makedef.pl perl.c
26227 ____________________________________________________________________________
26228 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
26229         Log: More work on perldelta
26230      Branch: perl
26231            ! pod/perl593delta.pod
26232 ____________________________________________________________________________
26233 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
26234         Log: constant_add_symbol needs to be static, else static builds can fail at
26235              link time. (*How* many meanings is "static" overloaded with?)
26236      Branch: perl
26237            ! lib/ExtUtils/Constant/ProxySubs.pm
26238 ____________________________________________________________________________
26239 [ 26930] By: stevep                                on 2006/01/23  18:40:08
26240         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
26241              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26242              Date: Mon, 23 Jan 2006 20:34:18 +0200
26243              Message-ID: <43D521AA.7030008@gmail.com>
26244      Branch: perl
26245            ! lib/ExtUtils/t/Embed.t
26246 ____________________________________________________________________________
26247 [ 26929] By: stevep                                on 2006/01/23  15:56:34
26248         Log: Upgrade to Pod-Simple-3.04
26249      Branch: perl
26250            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
26251            ! lib/Pod/Simple/Search.pm
26252 ____________________________________________________________________________
26253 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
26254         Log: Now that change #26410 is reverted, mark as TODO the tests added
26255              by change #26925.
26256      Branch: perl
26257            ! t/op/pat.t
26258 ____________________________________________________________________________
26259 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
26260         Log: Missing chunk in change #26926
26261      Branch: perl
26262            ! t/op/taint.t
26263 ____________________________________________________________________________
26264 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
26265         Log: Revert change 26410, marking the test that was added there as TODO.
26266              See the thread :
26267              Subject: LVALUE m//g (was Re: au revoir ...)
26268              From: Nicholas Clark <nick@ccl4.org>
26269              Date: Jan 18, 2006 9:30 PM
26270              Message-ID: <20060118203058.GQ616@plum.flirble.org>
26271      Branch: perl
26272            ! op.c
26273 ____________________________________________________________________________
26274 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
26275         Log: Change the regression test added by 26410 to use test.pl; this makes
26276              it easier to TODO if needed.
26277              Add the TODO test provided by Rick Delaney, but not as TODO, because
26278              change 26410 also made pos on LVALUE subroutines work for the first
26279              time.
26280      Branch: perl
26281            ! t/op/pat.t t/op/taint.t
26282 ____________________________________________________________________________
26283 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
26284         Log: Un-const magic virtual tables; this consting breaks the nasty
26285              things done by Swig, as noticed by Audrey.
26286      Branch: perl
26287            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
26288 ____________________________________________________________________________
26289 [ 26923] By: stevep                                on 2006/01/23  14:35:52
26290         Log: Upgrade to CPAN-1.83_58
26291      Branch: perl
26292            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
26293            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
26294            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
26295 ____________________________________________________________________________
26296 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
26297         Log: Avoid warning with MS Visual C compiler.
26298              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
26299      Branch: perl
26300            ! ext/Encode/Encode.xs
26301 ____________________________________________________________________________
26302 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
26303         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
26304              From: Gisle Aas <gisle@ActiveState.com>
26305              Date: 18 Jan 2006 09:28:24 -0800
26306              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
26307      Branch: perl
26308            ! ext/IO/lib/IO/Socket/INET.pm
26309 ____________________________________________________________________________
26310 [ 26919] By: craigb                                on 2006/01/21  17:05:07
26311         Log: Make Manifest.t do what is says it's doing.
26312      Branch: perl
26313            ! lib/ExtUtils/t/Manifest.t
26314 ____________________________________________________________________________
26315 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
26316         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
26317              the return value of upg_version() at least once in the core.
26318      Branch: perl
26319            ! pp_ctl.c util.c
26320 ____________________________________________________________________________
26321 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
26322         Log: Note 5.8.8-RC1
26323      Branch: perl
26324            ! pod/perlhist.pod
26325 ____________________________________________________________________________
26326 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
26327         Log: Upgrade to Devel::PPPort 3.08
26328      Branch: perl
26329            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
26330            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
26331            ! ext/Devel/PPPort/PPPort_pm.PL
26332            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
26333 ____________________________________________________________________________
26334 [ 26913] By: craigb                                on 2006/01/19  04:55:19
26335         Log: find_perl() must be after environment initialization
26336      Branch: perl
26337            ! ext/Devel/PPPort/t/ppphtest.t
26338 ____________________________________________________________________________
26339 [ 26912] By: stevep                                on 2006/01/19  02:58:37
26340         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
26341              to fail on VMS.
26342      Branch: perl
26343            ! ext/List/Util/t/p_tainted.t
26344 ____________________________________________________________________________
26345 [ 26911] By: stevep                                on 2006/01/19  02:32:06
26346         Log: Fix another concatenated filepath in a test for Digest::SHA.
26347      Branch: perl
26348            ! ext/Digest/SHA/t/6-dump-load.t
26349 ____________________________________________________________________________
26350 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
26351         Log: Integrate 26847 from maint.
26352              [Whoops, that was never the plan. Didn't realise which directory I was
26353              in]
26354      Branch: perl
26355           !> AUTHORS Porting/Maintainers.pl
26356 ____________________________________________________________________________
26357 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
26358         Log: Change 26410 caused a regression, with the RVALUE return value of
26359              method calls now failing if bound to a global match. Add a TODO test.
26360      Branch: perl
26361            ! t/op/pat.t
26362 ____________________________________________________________________________
26363 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
26364         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
26365              These were introduced in change 26897.
26366      Branch: perl
26367            ! ext/Socket/Socket.pm
26368 ____________________________________________________________________________
26369 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
26370         Log: Use the IPPROTO_TCP constant instead of 6.
26371      Branch: perl
26372            ! ext/Socket/t/Socket.t
26373 ____________________________________________________________________________
26374 [ 26901] By: steveh                                on 2006/01/18  14:23:09
26375         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
26376              Keep NEWSV() itself for backwards-compatibility outside of the core,
26377              but don't advertise it any more.
26378              (cf. change #25101).
26379      Branch: perl
26380            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
26381            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
26382            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
26383            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
26384            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
26385            ! vms/ext/Stdio/Stdio.xs
26386 ____________________________________________________________________________
26387 [ 26900] By: stevep                                on 2006/01/18  13:32:09
26388         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
26389              VMS as well.
26390      Branch: perl
26391            ! ext/Digest/SHA/t/2-nist-sha-oo.t
26392 ____________________________________________________________________________
26393 [ 26899] By: stevep                                on 2006/01/18  13:09:10
26394         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
26395              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
26396              element that caused test failures on VMS (reported by John E. Malmberg
26397              <wb8tyw@qsl.net>).
26398      Branch: perl
26399            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
26400 ____________________________________________________________________________
26401 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
26402         Log: Make sure the most common IPPROTO_* constants are always available.
26403              These are well known numbers so it should not be a problem to
26404              hardcode values when no constant is provided by the C library.
26405              Ref <http://www.iana.org/assignments/protocol-numbers>.
26406              
26407              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
26408              and this change workaround that problem as well.
26409      Branch: perl
26410            ! ext/Socket/Makefile.PL
26411 ____________________________________________________________________________
26412 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
26413         Log: Suppress "statement not reached" warning from the Sun C compiler.
26414      Branch: perl
26415            ! doio.c
26416 ____________________________________________________________________________
26417 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
26418         Log: Explain better how that test count works.
26419      Branch: perl
26420            ! t/comp/require.t
26421 ____________________________________________________________________________
26422 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
26423         Log: New t/comp/require.t tests should go before the conditional exit.
26424      Branch: perl
26425            ! t/comp/require.t
26426 ____________________________________________________________________________
26427 [ 26889] By: craigb                                on 2006/01/18  05:12:10
26428         Log: special VMS handling no longer needed since we now close the file
26429      Branch: perl
26430            ! lib/File/Compare.t
26431 ____________________________________________________________________________
26432 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
26433         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
26434              Due to how embed.pl is implemented, this also has the unfortunate
26435              side-effect of removing __attribute__malloc__ from the attributes of
26436              this function, but given that the new pointer is stored elsewhere
26437              anyway, this shouldn't impact what gcc could have optimized.
26438      Branch: perl
26439            ! embed.fnc proto.h
26440 ____________________________________________________________________________
26441 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
26442         Log: Regression test for change #26881
26443      Branch: perl
26444            ! t/comp/require.t
26445 ____________________________________________________________________________
26446 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
26447         Log: The current OP that is tested in doeval() can be a require(), an
26448              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
26449              sure to take into account that it's the eval-related meaning of
26450              OPf_SPECIAL we're testing for, not the require-related one.
26451      Branch: perl
26452            ! pp_ctl.c
26453 ____________________________________________________________________________
26454 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
26455         Log: Make the description of $^M in perlvar a bit more clear
26456              w.r.t. cross-references to the INSTALL document. (spotted
26457              by Stas Bekman)
26458      Branch: perl
26459            ! pod/perlvar.pod
26460 ____________________________________________________________________________
26461 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
26462         Log: Subject: Re: [PATCH] Updated README.macosx
26463              From: Sherm Pendley <sherm@dot-app.org>
26464              Date: Mon, 16 Jan 2006 16:53:23 -0500
26465              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
26466      Branch: perl
26467            ! README.macosx
26468 ____________________________________________________________________________
26469 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
26470         Log: More readable MEM_WRAP_CHECK_1() macro.
26471              This form also avoids the "dead part of constant expression is nonconstant"
26472              warning from the Sun Studio 10 compiler.
26473      Branch: perl
26474            ! README.solaris handy.h
26475 ____________________________________________________________________________
26476 [ 26870] By: craigb                                on 2006/01/17  04:03:01
26477         Log: Dots in directory names aren't nice on VMS.
26478      Branch: perl
26479            ! lib/Archive/Tar/t/04_resolved_issues.t
26480 ____________________________________________________________________________
26481 [ 26869] By: craigb                                on 2006/01/17  03:28:20
26482         Log: more case tolerance for vms/ext/filespec.t
26483      Branch: perl
26484            ! vms/ext/filespec.t
26485 ____________________________________________________________________________
26486 [ 26868] By: stevep                                on 2006/01/16  22:31:52
26487         Log: Don't warn about a directory being closed in the DESTROY for
26488              IO::Dir.
26489      Branch: perl
26490            ! ext/IO/lib/IO/Dir.pm
26491 ____________________________________________________________________________
26492 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
26493         Log: defined %foo::bar:: wasn't working like it used to do in evals
26494              (and, consequently, when require'ing modules.)
26495      Branch: perl
26496            ! t/op/stash.t toke.c
26497 ____________________________________________________________________________
26498 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
26499         Log: Upgrade to Devel::PPPort 3.07
26500      Branch: perl
26501            + ext/Devel/PPPort/parts/base/5008007
26502            + ext/Devel/PPPort/parts/base/5009003
26503            + ext/Devel/PPPort/parts/inc/Sv_set
26504            + ext/Devel/PPPort/parts/inc/memory
26505            + ext/Devel/PPPort/parts/inc/variables
26506            + ext/Devel/PPPort/parts/todo/5008007
26507            + ext/Devel/PPPort/parts/todo/5009003
26508            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
26509            + ext/Devel/PPPort/t/variables.t
26510            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
26511            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
26512            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
26513            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
26514            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
26515            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
26516            ! ext/Devel/PPPort/devel/buildperl.pl
26517            ! ext/Devel/PPPort/devel/mkapidoc.sh
26518            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
26519            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
26520            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
26521            ! ext/Devel/PPPort/parts/apicheck.pl
26522            ! ext/Devel/PPPort/parts/apidoc.fnc
26523            ! ext/Devel/PPPort/parts/base/5004000
26524            ! ext/Devel/PPPort/parts/base/5004050
26525            ! ext/Devel/PPPort/parts/base/5006000
26526            ! ext/Devel/PPPort/parts/base/5007001
26527            ! ext/Devel/PPPort/parts/base/5008001
26528            ! ext/Devel/PPPort/parts/embed.fnc
26529            ! ext/Devel/PPPort/parts/inc/MY_CXT
26530            ! ext/Devel/PPPort/parts/inc/SvPV
26531            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
26532            ! ext/Devel/PPPort/parts/inc/exception
26533            ! ext/Devel/PPPort/parts/inc/format
26534            ! ext/Devel/PPPort/parts/inc/grok
26535            ! ext/Devel/PPPort/parts/inc/limits
26536            ! ext/Devel/PPPort/parts/inc/mPUSH
26537            ! ext/Devel/PPPort/parts/inc/magic
26538            ! ext/Devel/PPPort/parts/inc/misc
26539            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
26540            ! ext/Devel/PPPort/parts/inc/newRV
26541            ! ext/Devel/PPPort/parts/inc/ppphbin
26542            ! ext/Devel/PPPort/parts/inc/ppphdoc
26543            ! ext/Devel/PPPort/parts/inc/ppphtest
26544            ! ext/Devel/PPPort/parts/inc/sv_xpvf
26545            ! ext/Devel/PPPort/parts/inc/threads
26546            ! ext/Devel/PPPort/parts/inc/uv
26547            ! ext/Devel/PPPort/parts/inc/version
26548            ! ext/Devel/PPPort/parts/ppptools.pl
26549            ! ext/Devel/PPPort/parts/todo/5004000
26550            ! ext/Devel/PPPort/parts/todo/5007001
26551            ! ext/Devel/PPPort/parts/todo/5008001
26552            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
26553            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
26554            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
26555 ____________________________________________________________________________
26556 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
26557         Log: Upgrade to Encode 2.14
26558      Branch: perl
26559            + ext/Encode/t/from_to.t
26560            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
26561            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
26562            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
26563            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
26564            ! ext/Encode/lib/Encode/MIME/Header.pm
26565            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
26566 ____________________________________________________________________________
26567 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
26568         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
26569              whose e-mail address I recognise.
26570      Branch: perl
26571            ! Porting/checkAUTHORS.pl
26572 ____________________________________________________________________________
26573 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
26574         Log: Add new directories from C::Zlib to make clean
26575      Branch: perl
26576            ! Makefile.SH
26577 ____________________________________________________________________________
26578 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
26579         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
26580              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
26581              Date: Sat, 14 Jan 2006 12:57:48 +0100
26582              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
26583      Branch: perl
26584            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
26585            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
26586 ____________________________________________________________________________
26587 [ 26857] By: craigb                                on 2006/01/14  16:45:56
26588         Log: Give up on through.t on VMS for now -- no can do with current 
26589              pipe implementation.
26590      Branch: perl
26591            ! t/io/through.t
26592 ____________________________________________________________________________
26593 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
26594         Log: Can now count the patches committed with --thanks-applied.
26595              Changes5.8's top 3:
26596              3332:   jhi
26597              321:    ams
26598              60:     nick
26599      Branch: perl
26600            ! Porting/checkAUTHORS.pl
26601 ____________________________________________________________________________
26602 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
26603         Log: Oops. When the e-mail address came first, or there was no name with it,
26604              checkAUTHORS.pl wasn't recognising it, which caused the change to be
26605              attributed to the committer rather than the author. This now reveals
26606              several people "missing" from the AUTHORS file.
26607      Branch: perl
26608            ! Porting/checkAUTHORS.pl
26609 ____________________________________________________________________________
26610 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
26611         Log: Some reordering and one new address for Stéphane Payrard
26612      Branch: perl
26613            ! Porting/checkAUTHORS.pl
26614 ____________________________________________________________________________
26615 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
26616         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
26617              AUTHORS where necessary.
26618      Branch: perl
26619            ! AUTHORS Porting/checkAUTHORS.pl
26620 ____________________________________________________________________________
26621 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
26622         Log: Add Ken Hirsch to AUTHORS.
26623      Branch: perl
26624            ! AUTHORS
26625 ____________________________________________________________________________
26626 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
26627         Log: e-mail update from Phil Lobbes
26628      Branch: perl
26629            ! AUTHORS Porting/checkAUTHORS.pl
26630 ____________________________________________________________________________
26631 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
26632         Log: Perldelta nits by Jim Cromie
26633      Branch: perl
26634            ! pod/perl593delta.pod
26635 ____________________________________________________________________________
26636 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
26637         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
26638              by Jim Cromie
26639      Branch: perl
26640            ! t/TEST
26641 ____________________________________________________________________________
26642 [ 26845] By: craigb                                on 2006/01/14  05:16:27
26643         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
26644              lookup stuff on older systems that don't know what it means (broken
26645              in #25306).
26646      Branch: perl
26647            ! vms/vms.c
26648 ____________________________________________________________________________
26649 [ 26844] By: craigb                                on 2006/01/14  05:02:38
26650         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
26651              having to do with dirent, opendir, etc.  Must be Friday the 13th.
26652      Branch: perl
26653            ! configure.com vms/vms.c vms/vmsish.h
26654 ____________________________________________________________________________
26655 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
26656         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
26657      Branch: perl
26658            ! Porting/checkAUTHORS.pl
26659 ____________________________________________________________________________
26660 [ 26835] By: stevep                                on 2006/01/13  19:31:19
26661         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
26662              in getopts.pl".
26663      Branch: perl
26664            ! t/op/local.t
26665 ____________________________________________________________________________
26666 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
26667         Log: Subject: Re: Today's compiling adventure
26668              From: Ken Hirsch <kenhirsch@ftml.net>
26669              Message-ID: <43C69F48.7090600@ftml.net>
26670              Date: Thu, 12 Jan 2006 13:26:16 -0500
26671      Branch: perl
26672            ! pp_sys.c
26673 ____________________________________________________________________________
26674 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
26675         Log: More perldelta work
26676      Branch: perl
26677            ! pod/perl593delta.pod
26678 ____________________________________________________________________________
26679 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
26680         Log: $utf8::VERSION++ # Documentation.
26681      Branch: perl
26682            ! lib/utf8.pm
26683 ____________________________________________________________________________
26684 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
26685         Log: Fix internal links in POD.
26686      Branch: perl
26687            ! lib/utf8.pm
26688 ____________________________________________________________________________
26689 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
26690         Log: More $VERSION bumps.
26691      Branch: perl
26692            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
26693 ____________________________________________________________________________
26694 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
26695         Log: Better wording for change 26796. Plus, make podchecker happy.
26696      Branch: perl
26697            ! lib/PerlIO.pm
26698 ____________________________________________________________________________
26699 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
26700         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
26701      Branch: perl
26702            ! perl.h
26703 ____________________________________________________________________________
26704 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
26705         Log: Add a link to the Opcode doc in Safe.
26706              (see RT CPAN ticket #8579)
26707      Branch: perl
26708            ! ext/Opcode/Safe.pm
26709 ____________________________________________________________________________
26710 [ 26813] By: craigb                                on 2006/01/13  01:12:44
26711         Log: Assorted VMS-only MakeMaker fixes for blead
26712      Branch: perl
26713            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
26714            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
26715 ____________________________________________________________________________
26716 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
26717         Log: Make h2ph recognize (and skip) const and __const__ in C function
26718              prototypes. This makes it produce better files on linux-sparc64.
26719      Branch: perl
26720            ! utils/h2ph.PL
26721 ____________________________________________________________________________
26722 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
26723         Log: Upgrade to Devel::PPPort 3.06_01
26724      Branch: perl
26725            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
26726            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
26727            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
26728            ! ext/Devel/PPPort/devel/buildperl.pl
26729            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
26730            ! ext/Devel/PPPort/parts/apicheck.pl
26731            ! ext/Devel/PPPort/parts/apidoc.fnc
26732            ! ext/Devel/PPPort/parts/base/5006000
26733            ! ext/Devel/PPPort/parts/base/5009002
26734            ! ext/Devel/PPPort/parts/embed.fnc
26735            ! ext/Devel/PPPort/parts/inc/MY_CXT
26736            ! ext/Devel/PPPort/parts/inc/SvPV
26737            ! ext/Devel/PPPort/parts/inc/format
26738            ! ext/Devel/PPPort/parts/inc/grok
26739            ! ext/Devel/PPPort/parts/inc/misc
26740            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
26741            ! ext/Devel/PPPort/parts/inc/ppphbin
26742            ! ext/Devel/PPPort/parts/inc/ppphdoc
26743            ! ext/Devel/PPPort/parts/inc/ppphtest
26744            ! ext/Devel/PPPort/parts/inc/version
26745            ! ext/Devel/PPPort/parts/ppptools.pl
26746            ! ext/Devel/PPPort/parts/todo/5004040
26747            ! ext/Devel/PPPort/parts/todo/5005000
26748            ! ext/Devel/PPPort/parts/todo/5006000
26749            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
26750            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
26751 ____________________________________________________________________________
26752 [ 26808] By: merijn                                on 2006/01/12  19:54:57
26753         Log: Add new mpeix file from #26807
26754      Branch: perl
26755            ! MANIFEST
26756 ____________________________________________________________________________
26757 [ 26807] By: merijn                                on 2006/01/12  19:52:01
26758         Log: Subject: Re: Today's compiling adventure
26759              From: Ken Hirsch <kenhirsch@ftml.net>
26760              Date: Thu, 12 Jan 2006 13:26:16 -0500
26761              Message-ID: <43C69F48.7090600@ftml.net>
26762      Branch: perl
26763            + mpeix/mpeix_setjmp.c
26764            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
26765            ! pp_sys.c
26766 ____________________________________________________________________________
26767 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
26768         Log: $Socket::VERSION++; # You always miss one.
26769      Branch: perl
26770            ! ext/Socket/Socket.pm
26771 ____________________________________________________________________________
26772 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
26773         Log: Bump $VERSION in many modules that have changed.
26774      Branch: perl
26775            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
26776            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
26777            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
26778            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
26779            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
26780            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
26781            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
26782            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
26783            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
26784            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
26785            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
26786            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
26787 ____________________________________________________________________________
26788 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
26789         Log: Don't warn when localizing $[
26790      Branch: perl
26791            ! op.c t/lib/warnings/op
26792 ____________________________________________________________________________
26793 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
26794         Log: Subject: [perl #38205] misleading typo in perlfaq8
26795              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
26796              Date: Wed, 11 Jan 2006 14:56:28 -0800
26797              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
26798      Branch: perl
26799            ! pod/perlfaq8.pod
26800 ____________________________________________________________________________
26801 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
26802         Log: FAQ sync.
26803      Branch: perl
26804            ! pod/perlfaq.pod pod/perlfaq2.pod
26805 ____________________________________________________________________________
26806 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
26807         Log: Subject: [PATCH] Compress::Zlib
26808              From: "Paul Marquess" <paul.marquess@ntlworld.com>
26809              Date: Thu, 12 Jan 2006 13:20:58 -0000
26810              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
26811      Branch: perl
26812            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
26813            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
26814 ____________________________________________________________________________
26815 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
26816         Log: Subject: Re: cloning and foo_dup functions
26817              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26818              Date: Thu, 12 Jan 2006 01:41:18 -0800
26819              Message-ID: <20060112094118.GA1432@efn.org>
26820      Branch: perl
26821            ! embed.fnc pod/perltodo.pod proto.h
26822 ____________________________________________________________________________
26823 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
26824         Log: Test comment fix by Dominic Dunlop
26825      Branch: perl
26826            ! lib/locale.t
26827 ____________________________________________________________________________
26828 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
26829         Log: Typo fix.
26830      Branch: perl
26831            ! pod/perlvar.pod
26832 ____________________________________________________________________________
26833 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
26834         Log: Subject: [PATCH] fix for :crlf example 
26835              From: Xavier Noria <fxn@hashref.com> 
26836              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
26837              Date: Wed, 11 Jan 2006 23:11:49 +0100 
26838              
26839              plus bump its $VERSION
26840      Branch: perl
26841            ! lib/PerlIO.pm
26842 ____________________________________________________________________________
26843 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
26844         Log: A few more places that can use hv_fetchs().
26845              Ref change 26676.
26846      Branch: perl
26847            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
26848            ! utf8.c util.c
26849 ____________________________________________________________________________
26850 [ 26793] By: merijn                                on 2006/01/11  21:02:14
26851         Log: Cygwin issue (26792) and patchlevel (26790)
26852              
26853              Subject: Re: Cygwin status, maint and blead
26854              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26855              Date: Fri, 6 Jan 2006 13:47:10 -0800
26856              Message-ID: <20060106214710.GA592@efn.org>
26857              
26858              Subject: Re: Cygwin status, maint and blead
26859              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26860              Date: Thu, 10 Nov 2005 00:46:33 -0800
26861              Message-ID: <20051110084633.GA3364@efn.org>
26862      Branch: perl
26863            ! Configure
26864 ____________________________________________________________________________
26865 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
26866         Log: Make $( and $) list the groups in the order they
26867              are returned from the OS.  Linux seems to return
26868              the gids sorted and it seemed wrong for perl to
26869              reverse this order.
26870      Branch: perl
26871            ! mg.c
26872 ____________________________________________________________________________
26873 [ 26789] By: stevep                                on 2006/01/11  19:07:04
26874         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
26875              From: Dominic Dunlop <domo@computer.org>
26876              Date: Wed, 11 Jan 2006 19:52:20 +0100
26877              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
26878      Branch: perl
26879            ! lib/locale.t
26880 ____________________________________________________________________________
26881 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
26882         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
26883      Branch: perl
26884            ! embed.fnc embed.h proto.h util.c
26885 ____________________________________________________________________________
26886 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
26887         Log: Get rid of the following gcc format warnings by    simplifying the
26888              getgroups implementation:
26889              
26890              mg.c: In function Perl_magic_get':
26891              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
26892              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
26893              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
26894              
26895              Since we already cast the numeric Gid_t values to an IV it should not
26896              be too risky to also cast the Group_t values.  Converting these values
26897              with Gid_t_f wasn't quite right anyway.
26898      Branch: perl
26899            ! mg.c
26900 ____________________________________________________________________________
26901 [ 26785] By: steveh                                on 2006/01/11  14:07:47
26902         Log: Clean up temp files/dirs left by Archive-Tar tests
26903              
26904              Part of this reinstates change 25043 which was mistakenly removed
26905              by change 25312
26906      Branch: perl
26907            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
26908 ____________________________________________________________________________
26909 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
26910         Log: Make description of new warning introduced in change 26780 more precise
26911      Branch: perl
26912            ! pod/perldiag.pod
26913 ____________________________________________________________________________
26914 [ 26783] By: steveh                                on 2006/01/11  12:31:26
26915         Log: Clean up libdirs left behind by new Compress-Zlib
26916      Branch: perl
26917            ! win32/Makefile win32/makefile.mk
26918 ____________________________________________________________________________
26919 [ 26782] By: stevep                                on 2006/01/11  12:25:24
26920         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
26921              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
26922              Date: Wed, 11 Jan 2006 02:13:31 +0100
26923              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
26924      Branch: perl
26925            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
26926 ____________________________________________________________________________
26927 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
26928         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
26929      Branch: perl
26930            ! mg.c
26931 ____________________________________________________________________________
26932 [ 26780] By: stevep                                on 2006/01/11  11:53:07
26933         Log: Fix the new warning created with version-0.53
26934      Branch: perl
26935            ! pod/perldiag.pod util.c
26936 ____________________________________________________________________________
26937 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
26938         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
26939              argv[0] munging when $0 is assigned to.
26940      Branch: perl
26941            ! mg.c perl.c pod/perlembed.pod
26942 ____________________________________________________________________________
26943 [ 26778] By: steveh                                on 2006/01/11  09:04:38
26944         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
26945              of libwin32 (0.26), so bump the $VERSION a little
26946      Branch: perl
26947            ! win32/ext/Win32/Win32.pm
26948 ____________________________________________________________________________
26949 [ 26777] By: stevep                                on 2006/01/11  03:22:57
26950         Log: Upgrade to version-0.53
26951      Branch: perl
26952            ! lib/version.pm lib/version.t util.c
26953 ____________________________________________________________________________
26954 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
26955         Log: s/superceded/superseded/g
26956      Branch: perl
26957            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
26958 ____________________________________________________________________________
26959 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
26960         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
26961              From: Alan Burlison <Alan.Burlison@sun.com>
26962              Message-ID: <43C3D80E.20704@sun.com>
26963              Date: Tue, 10 Jan 2006 15:51:42 +0000
26964      Branch: perl
26965            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
26966 ____________________________________________________________________________
26967 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
26968         Log: Gisle is correct - $host needs to stay in case the user sets it
26969              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
26970      Branch: perl
26971            ! ext/Sys/Syslog/Syslog.pm
26972 ____________________________________________________________________________
26973 [ 26770] By: merijn                                on 2006/01/10  15:16:03
26974         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
26975              broken optimizer
26976              2. Remove a compiler warning in a try program
26977      Branch: perl
26978            ! hints/hpux.sh
26979 ____________________________________________________________________________
26980 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
26981         Log: Why should Syslog jump through hoops to look up the hostname so it can
26982              immediately convert it to an IP address, when all it really wants is
26983              a connection to the loopback device?
26984      Branch: perl
26985            ! ext/Sys/Syslog/Syslog.pm
26986 ____________________________________________________________________________
26987 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
26988         Log: If getservbyname fails tell what service the lookup
26989              attempt tried to use.
26990      Branch: perl
26991            ! ext/Sys/Syslog/Syslog.pm
26992 ____________________________________________________________________________
26993 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
26994         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
26995      Branch: perl
26996            ! toke.c
26997 ____________________________________________________________________________
26998 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
26999         Log: Remove Syslog tests that use external modules
27000      Branch: perl
27001            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
27002            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
27003            - ext/Sys/Syslog/t/portfs.t
27004            ! MANIFEST
27005 ____________________________________________________________________________
27006 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
27007         Log: Move initialization of old values prior to moreswitches()
27008              closer to their use and together with 'switches_done'.
27009      Branch: perl
27010            ! toke.c
27011 ____________________________________________________________________________
27012 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
27013         Log: Subject: [PATCH] It's the Barbie bus patch
27014              From: Andy Lester <andy@petdance.com>
27015              Date: Mon, 9 Jan 2006 23:42:43 -0600
27016              Message-ID: <20060110054243.GA26165@petdance.com>
27017      Branch: perl
27018            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
27019            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
27020            ! regexec.c sv.c toke.c uconfig.sh util.c
27021 ____________________________________________________________________________
27022 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
27023         Log: Remove stale date.
27024      Branch: perl
27025            ! pod/perlembed.pod
27026 ____________________________________________________________________________
27027 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
27028         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
27029              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
27030              Date: Mon, 9 Jan 2006 20:25:00 -0000
27031              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
27032      Branch: perl
27033            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
27034            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
27035            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
27036            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
27037            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
27038            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
27039            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
27040            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
27041            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
27042            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
27043            + ext/Compress/Zlib/t/04generic-deflate.t
27044            + ext/Compress/Zlib/t/04generic-gzip.t
27045            + ext/Compress/Zlib/t/04generic-rawdeflate.t
27046            + ext/Compress/Zlib/t/04generic-zip.t
27047            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
27048            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
27049            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
27050            + ext/Compress/Zlib/t/04zlib-generic-zip.t
27051            + ext/Compress/Zlib/t/12any-deflate.t
27052            + ext/Compress/Zlib/t/12any-gzip.t
27053            + ext/Compress/Zlib/t/12any-rawdeflate.t
27054            + ext/Compress/Zlib/t/12any-transparent.t
27055            + ext/Compress/Zlib/t/12any-zip.t
27056            + ext/Compress/Zlib/t/13prime-deflate.t
27057            + ext/Compress/Zlib/t/13prime-gzip.t
27058            + ext/Compress/Zlib/t/13prime-rawdeflate.t
27059            + ext/Compress/Zlib/t/13prime-zip.t
27060            + ext/Compress/Zlib/t/15multi-deflate.t
27061            + ext/Compress/Zlib/t/15multi-gzip.t
27062            + ext/Compress/Zlib/t/15multi-rawdeflate.t
27063            + ext/Compress/Zlib/t/15multi-zip.t
27064            + ext/Compress/Zlib/t/16oneshot-deflate.t
27065            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
27066            + ext/Compress/Zlib/t/16oneshot-gzip.t
27067            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
27068            + ext/Compress/Zlib/t/16oneshot-zip-only.t
27069            + ext/Compress/Zlib/t/16oneshot-zip.t
27070            + ext/Compress/Zlib/t/19destroy-deflate.t
27071            + ext/Compress/Zlib/t/19destroy-gzip.t
27072            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
27073            + ext/Compress/Zlib/t/19destroy-zip.t
27074            + ext/Compress/Zlib/t/20tied-deflate.t
27075            + ext/Compress/Zlib/t/20tied-gzip.t
27076            + ext/Compress/Zlib/t/20tied-rawdeflate.t
27077            + ext/Compress/Zlib/t/20tied-zip.t
27078            + ext/Compress/Zlib/t/21newtied-deflate.t
27079            + ext/Compress/Zlib/t/21newtied-gzip.t
27080            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
27081            + ext/Compress/Zlib/t/21newtied-zip.t
27082            + ext/Compress/Zlib/t/22merge-deflate.t
27083            + ext/Compress/Zlib/t/22merge-gzip.t
27084            + ext/Compress/Zlib/t/22merge-rawdeflate.t
27085            + ext/Compress/Zlib/t/22merge-zip.t
27086            + ext/Compress/Zlib/t/25anyunc-deflate.t
27087            + ext/Compress/Zlib/t/25anyunc-gzip.t
27088            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
27089            + ext/Compress/Zlib/t/25anyunc-transparent.t
27090            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
27091            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
27092            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
27093            + t/lib/compress/generic.pl t/lib/compress/merge.pl
27094            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
27095            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
27096            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
27097            + t/lib/compress/zlib-generic.pl
27098            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
27099            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
27100            - ext/Compress/Zlib/t/16oneshot.t
27101            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
27102            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
27103            - t/lib/ZlibTestUtils.pm
27104            ! MANIFEST ext/Compress/Zlib/Changes
27105            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
27106            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
27107            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
27108            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
27109            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
27110            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
27111            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
27112            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
27113            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
27114            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
27115            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
27116            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
27117            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
27118            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
27119            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
27120            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
27121            ! ext/Compress/Zlib/t/03zlib-v1.t
27122            ! ext/Compress/Zlib/t/05examples.t
27123            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
27124            ! ext/Compress/Zlib/t/08encoding.t
27125            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
27126            ! ext/Compress/Zlib/t/11truncate.t
27127            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
27128            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
27129            ! ext/Compress/Zlib/t/globmapper.t
27130 ____________________________________________________________________________
27131 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
27132         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
27133              This can only happen when perlparse is called with no argv.
27134              Don't try to update PL_origargv unless PL_origalen is at least 2.
27135      Branch: perl
27136            ! mg.c perl.c
27137 ____________________________________________________________________________
27138 [ 26759] By: craigb                                on 2006/01/10  04:28:25
27139         Log: Make FAKE,READONLY optional on VMS in test 21
27140      Branch: perl
27141            ! ext/Devel/Peek/t/Peek.t
27142 ____________________________________________________________________________
27143 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
27144         Log: Add Digest::SHA to the Win32 makefiles
27145      Branch: perl
27146            ! win32/Makefile win32/makefile.mk
27147 ____________________________________________________________________________
27148 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
27149         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
27150              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27151              Date: Mon, 9 Jan 2006 06:38:25 -0800
27152              Message-ID: <20060109143825.GB4132@efn.org>
27153      Branch: perl
27154            ! t/TEST
27155 ____________________________________________________________________________
27156 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
27157         Log: Subject: [patch] more about embed.fnc in perlguts
27158              From: Jim Cromie <jim.cromie@gmail.com>
27159              Date: Sun, 08 Jan 2006 11:35:46 -0700
27160              Message-ID: <43C15B82.9090309@gmail.com>
27161              
27162              (with a few nits)
27163      Branch: perl
27164            ! embed.fnc pod/perlguts.pod
27165 ____________________________________________________________________________
27166 [ 26755] By: stevep                                on 2006/01/09  14:27:07
27167         Log: Added standard core header to test cases for Digest::SHA
27168      Branch: perl
27169            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
27170            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
27171            ! ext/Digest/SHA/t/2-nist-sha-1.t
27172            ! ext/Digest/SHA/t/2-nist-sha-224.t
27173            ! ext/Digest/SHA/t/2-nist-sha-256.t
27174            ! ext/Digest/SHA/t/2-nist-sha-384.t
27175            ! ext/Digest/SHA/t/2-nist-sha-512.t
27176            ! ext/Digest/SHA/t/2-nist-sha-base64.t
27177            ! ext/Digest/SHA/t/2-nist-sha-oo.t
27178            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
27179            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
27180            ! ext/Digest/SHA/t/3-gillogly-easy.t
27181            ! ext/Digest/SHA/t/3-gillogly-hard.t
27182            ! ext/Digest/SHA/t/4-bitstr-increasing.t
27183            ! ext/Digest/SHA/t/4-bitstr-large.t
27184            ! ext/Digest/SHA/t/4-bitstr-random.t
27185            ! ext/Digest/SHA/t/5-hmac-fips198.t
27186            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
27187            ! ext/Digest/SHA/t/5-hmac-sha-256.t
27188            ! ext/Digest/SHA/t/5-hmac-woodbury.t
27189            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
27190 ____________________________________________________________________________
27191 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
27192         Log: POSIX and Fcntl both export the same constants derived from the same
27193              C macros. Given that constants are now real inline and *defined*,
27194              rather than merely declared and AUTOLOADed as needed, it is best that
27195              POSIX quite litereally re-exports the constants defined by Fcntl.
27196      Branch: perl
27197            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
27198 ____________________________________________________________________________
27199 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
27200         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
27201              This is actually needed for the current Configure logic
27202              to pick up the real patchnum from the .patch file.
27203      Branch: perl
27204            ! patchlevel.h
27205 ____________________________________________________________________________
27206 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
27207         Log: Upgrade to Sys::Syslog 0.12
27208      Branch: perl
27209            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
27210            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
27211            ! ext/Sys/Syslog/t/podspell.t
27212 ____________________________________________________________________________
27213 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
27214         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
27215              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
27216              Date: Sun, 8 Jan 2006 23:47:33 -0000
27217              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
27218      Branch: perl
27219            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
27220            ! ext/Compress/Zlib/t/05examples.t
27221            ! ext/Compress/Zlib/t/06gzsetp.t
27222            ! ext/Compress/Zlib/t/08encoding.t
27223            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
27224            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
27225            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
27226            ! ext/Compress/Zlib/t/16oneshot.t
27227            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
27228            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
27229            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
27230 ____________________________________________________________________________
27231 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
27232         Log: Revert change 26749
27233      Branch: perl
27234            ! pod/perlvar.pod
27235 ____________________________________________________________________________
27236 [ 26749] By: davem                                 on 2006/01/09  02:20:51
27237         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
27238              From:  Xavier Noria <fxn@hashref.com>
27239              Date:  Sun, 23 Oct 2005 09:47:37 +0200
27240              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
27241              
27242              clarify which variables are always forced into main::
27243      Branch: perl
27244            ! pod/perlvar.pod
27245 ____________________________________________________________________________
27246 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
27247         Log: Cope with change entries that are \r terminated
27248      Branch: perl
27249            ! Porting/genlog
27250 ____________________________________________________________________________
27251 [ 26745] By: craigb                                on 2006/01/08  22:37:47
27252         Log: follow-up to 26740, shasum --> shasum.com
27253      Branch: perl
27254            ! vms/descrip_mms.template
27255 ____________________________________________________________________________
27256 [ 26744] By: craigb                                on 2006/01/08  22:19:39
27257         Log: Grr.  #26690 broke handling of old ODS-2 style names
27258              on current versions of VMS
27259      Branch: perl
27260            ! configure.com
27261 ____________________________________________________________________________
27262 [ 26743] By: craigb                                on 2006/01/08  22:14:13
27263         Log: VMS needs the meta-quoted version of $0
27264      Branch: perl
27265            ! lib/Test/Simple/t/is_deeply_fail.t
27266 ____________________________________________________________________________
27267 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
27268         Log: Install shasum on Windows and VMS too
27269      Branch: perl
27270            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
27271 ____________________________________________________________________________
27272 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
27273         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
27274              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27275              Date: Mon, 09 Jan 2006 01:29:30 +0900
27276              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
27277      Branch: perl
27278            ! lib/open.pm pod/perlfunc.pod
27279 ____________________________________________________________________________
27280 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
27281         Log: Update copyright with the 2 years where changes were made.
27282      Branch: perl
27283            ! pad.h
27284 ____________________________________________________________________________
27285 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
27286         Log: Update the copyright years in the generated files, and nostdio.h
27287      Branch: perl
27288            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
27289 ____________________________________________________________________________
27290 [ 26735] By: davem                                 on 2006/01/08  20:41:16
27291         Log: document svt_copy, svt_dup and svt_local vtable slots
27292      Branch: perl
27293            ! pod/perlguts.pod
27294 ____________________________________________________________________________
27295 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
27296         Log: Add shasum (from Digest::SHA) to utils.lst
27297      Branch: perl
27298            ! utils.lst
27299 ____________________________________________________________________________
27300 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
27301         Log: Update copyright years (including some years where we made changes but
27302              did not update)
27303      Branch: perl
27304            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
27305            ! perlvars.h perly.c run.c scope.c taint.c thread.h
27306 ____________________________________________________________________________
27307 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
27308         Log: run pod/buildtoc --build-all
27309      Branch: perl
27310            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
27311            ! win32/Makefile win32/makefile.mk
27312 ____________________________________________________________________________
27313 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
27314         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
27315              tweaking
27316      Branch: perl
27317            ! pod/buildtoc
27318 ____________________________________________________________________________
27319 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
27320         Log: Add an option 'opened' which reports on the maintainers of all files
27321              perforce currently has open.
27322      Branch: perl
27323            ! Porting/Maintainers.pm
27324 ____________________________________________________________________________
27325 [ 26710] By: craigb                                on 2006/01/08  13:33:43
27326         Log: pod2usage2.t is not readily portable to VMS either
27327      Branch: perl
27328            ! t/pod/pod2usage2.t
27329 ____________________________________________________________________________
27330 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
27331         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
27332              the array ends up with shared hash key scalars, for a memory saving.
27333      Branch: perl
27334            ! ext/POSIX/POSIX.pm
27335 ____________________________________________________________________________
27336 [ 26708] By: merijn                                on 2006/01/08  12:27:29
27337         Log: Subject: [PATCH] blead: format warnings
27338              Date: Sat, 07 Jan 2006 21:42:08 +0200
27339              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27340              Message-ID: <43C01990.6020207@gmail.com>
27341      Branch: perl
27342            ! mg.c regcomp.c sv.c
27343 ____________________________________________________________________________
27344 [ 26707] By: merijn                                on 2006/01/08  09:53:56
27345         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
27346              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27347              Date: Sun, 08 Jan 2006 11:38:34 +0200
27348              Message-ID: <43C0DD9A.9080809@gmail.com>
27349      Branch: perl
27350            ! hints/dec_osf.sh
27351 ____________________________________________________________________________
27352 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
27353         Log: Add utils/shasum.PL to MANIFEST
27354      Branch: perl
27355            ! MANIFEST
27356 ____________________________________________________________________________
27357 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
27358         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
27359      Branch: perl
27360            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
27361            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
27362            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
27363            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
27364 ____________________________________________________________________________
27365 [ 26704] By: stevep                                on 2006/01/08  04:17:08
27366         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
27367      Branch: perl
27368            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
27369            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
27370            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
27371            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
27372            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
27373            + ext/Digest/SHA/t/1-hello-world.t
27374            + ext/Digest/SHA/t/2-nist-sha-1.t
27375            + ext/Digest/SHA/t/2-nist-sha-224.t
27376            + ext/Digest/SHA/t/2-nist-sha-256.t
27377            + ext/Digest/SHA/t/2-nist-sha-384.t
27378            + ext/Digest/SHA/t/2-nist-sha-512.t
27379            + ext/Digest/SHA/t/2-nist-sha-base64.t
27380            + ext/Digest/SHA/t/2-nist-sha-oo.t
27381            + ext/Digest/SHA/t/2-nist-vectors-bit.t
27382            + ext/Digest/SHA/t/2-nist-vectors-byte.t
27383            + ext/Digest/SHA/t/3-gillogly-easy.t
27384            + ext/Digest/SHA/t/3-gillogly-hard.t
27385            + ext/Digest/SHA/t/4-bitstr-increasing.t
27386            + ext/Digest/SHA/t/4-bitstr-large.t
27387            + ext/Digest/SHA/t/4-bitstr-random.t
27388            + ext/Digest/SHA/t/5-hmac-fips198.t
27389            + ext/Digest/SHA/t/5-hmac-rfc2202.t
27390            + ext/Digest/SHA/t/5-hmac-sha-256.t
27391            + ext/Digest/SHA/t/5-hmac-woodbury.t
27392            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
27393            + ext/Digest/SHA/t/gillogly/state.011
27394            + ext/Digest/SHA/t/gillogly/state.110
27395            + ext/Digest/SHA/t/nist/COPYRIGHT
27396            + ext/Digest/SHA/t/nist/Readme.txt
27397            + ext/Digest/SHA/t/nist/bit-hashes.sha1
27398            + ext/Digest/SHA/t/nist/bit-messages.sha1
27399            + ext/Digest/SHA/t/nist/byte-hashes.sha1
27400            + ext/Digest/SHA/t/nist/byte-messages.sha1
27401            + ext/Digest/SHA/t/state/state.1
27402            + ext/Digest/SHA/t/state/state.256
27403            + ext/Digest/SHA/t/state/state.384
27404            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
27405            + utils/shasum.PL
27406            ! MANIFEST Porting/Maintainers.pl utils/Makefile
27407 ____________________________________________________________________________
27408 [ 26703] By: craigb                                on 2006/01/07  22:12:16
27409         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
27410              some other version-dependency checks.
27411      Branch: perl
27412            ! configure.com
27413 ____________________________________________________________________________
27414 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
27415         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
27416              and the greedy quantifier on the (?:) don't fight each other until the
27417              C stack is exhausted.
27418      Branch: perl
27419            ! lib/Pod/Simple/BlackBox.pm
27420 ____________________________________________________________________________
27421 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
27422         Log: Reorder Fcntl's bootstrapping so that the constants actually get
27423              inlined within the functions that Fcntl defines.
27424      Branch: perl
27425            ! ext/Fcntl/Fcntl.pm
27426 ____________________________________________________________________________
27427 [ 26695] By: davem                                 on 2006/01/07  03:13:08
27428         Log: preserve the referent associated with a shared RV.
27429              its faster, and the user doesn't see a different address each time
27430              for ref($sharedref).
27431      Branch: perl
27432            ! ext/threads/shared/shared.xs
27433 ____________________________________________________________________________
27434 [ 26694] By: stevep                                on 2006/01/07  03:13:05
27435         Log: Additional const prototype fixes.
27436      Branch: perl
27437            ! os2/os2.c wince/wince.c
27438 ____________________________________________________________________________
27439 [ 26693] By: davem                                 on 2006/01/07  01:24:37
27440         Log: fix coredump on 'local $shared[N]' introduced by change #24942
27441      Branch: perl
27442            ! ext/threads/shared/shared.xs
27443 ____________________________________________________________________________
27444 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
27445         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
27446              better to subtract the number of tests that don't get run.
27447      Branch: perl
27448            ! t/comp/require.t
27449 ____________________________________________________________________________
27450 [ 26690] By: craigb                                on 2006/01/06  23:16:30
27451         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
27452      Branch: perl
27453            ! configure.com
27454 ____________________________________________________________________________
27455 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
27456         Log: Correct the typo in the description of change 24253
27457      Branch: perl
27458            ! Changes
27459 ____________________________________________________________________________
27460 [ 26685] By: stevep                                on 2006/01/06  21:59:00
27461         Log: Upgrade to version-0.52
27462      Branch: perl
27463            ! lib/version.pm lib/version.pod lib/version.t sv.c
27464            ! t/op/sprintf.t util.c
27465 ____________________________________________________________________________
27466 [ 26684] By: davem                                 on 2006/01/06  21:13:12
27467         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
27468              struct. Also document how it works.
27469      Branch: perl
27470            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
27471 ____________________________________________________________________________
27472 [ 26680] By: stevep                                on 2006/01/06  18:59:54
27473         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
27474              Perl core, but not the modules, to compile cleanly. 
27475      Branch: perl
27476            ! djgpp/djgpp.c djgpp/djgpp.h
27477 ____________________________________________________________________________
27478 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
27479         Log: Negating an unsigned value generates warnings for some compilers, so
27480              cast it first.
27481      Branch: perl
27482            ! lib/ExtUtils/Constant/ProxySubs.pm
27483 ____________________________________________________________________________
27484 [ 26677] By: steveh                                on 2006/01/06  17:20:47
27485         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
27486              
27487              (Fixes BCC compilation error in POSIX introduced by change 26455)
27488      Branch: perl
27489            ! ext/POSIX/Makefile.PL
27490 ____________________________________________________________________________
27491 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
27492         Log: Subject: [PATCH] hv_fetchs() support
27493              From: Andy Lester <andy@petdance.com>
27494              Date: Fri, 6 Jan 2006 09:57:19 -0600
27495              Message-ID: <20060106155719.GB9035@petdance.com>
27496      Branch: perl
27497            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
27498 ____________________________________________________________________________
27499 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
27500         Log: Subject: [PATCH] sprinkle dVAR
27501              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27502              Date: Fri, 06 Jan 2006 16:18:53 +0200
27503              Message-ID: <43BE7C4D.1010302@gmail.com>
27504      Branch: perl
27505            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
27506            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
27507            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
27508            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
27509            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
27510            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
27511 ____________________________________________________________________________
27512 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
27513         Log: Subject: [PATCH] performance tweaking op.c
27514              From: Andy Lester <andy@petdance.com>
27515              Date: Fri, 6 Jan 2006 01:44:48 -0600
27516              Message-ID: <20060106074448.GB3401@petdance.com>
27517      Branch: perl
27518            ! op.c
27519 ____________________________________________________________________________
27520 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
27521         Log: Remove code duplicated a few lines above by change 19695.
27522      Branch: perl
27523            ! toke.c
27524 ____________________________________________________________________________
27525 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
27526         Log: Move "DEVEL####" marker to the 'perl -v' output.
27527              This avoids problem with using STRINGIFY in patchlevel.h
27528              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
27529      Branch: perl
27530            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
27531 ____________________________________________________________________________
27532 [ 26671] By: stevep                                on 2006/01/06  13:04:44
27533         Log: Replacing broken call to savepvn() with savepvs() to get threaded
27534              Cygwin to compile again.
27535      Branch: perl
27536            ! perl.c
27537 ____________________________________________________________________________
27538 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
27539         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
27540              This feature was broken by change 19695 some years ago
27541              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
27542              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
27543      Branch: perl
27544            ! perl.c t/run/switches.t
27545 ____________________________________________________________________________
27546 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
27547         Log: Improve description of the -s switch.
27548              I found the "This means you can have switches
27549              with two leading dashes." sentence introduced by
27550              change 7144 really confusing.  The note after
27551              the example should make it clear enough that double
27552              dash switches can be used for those that insist.
27553      Branch: perl
27554            ! pod/perlrun.pod
27555 ____________________________________________________________________________
27556 [ 26668] By: merijn                                on 2006/01/05  21:04:32
27557         Log: Test if the probed availability of v?snprintf () is
27558              actually usable. Thanks to Russ and Jarkko.
27559      Branch: perl
27560            ! Configure
27561 ____________________________________________________________________________
27562 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
27563         Log: Upgrade to CPAN.pm 1.83
27564      Branch: perl
27565            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
27566            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
27567 ____________________________________________________________________________
27568 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
27569         Log: Regenerate PODs
27570      Branch: perl
27571            ! pod/perlmodlib.pod pod/perltoc.pod
27572 ____________________________________________________________________________
27573 [ 26664] By: steveh                                on 2006/01/05  17:24:44
27574         Log: Workaround another problem following change 26395
27575              
27576              MinGW doesn't like 26395 either! (ref: change 26634)
27577      Branch: perl
27578            ! gv.h
27579 ____________________________________________________________________________
27580 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
27581         Log: Really commit change 26662 (duh)
27582      Branch: perl
27583            ! pod.lst pod/perl.pod
27584 ____________________________________________________________________________
27585 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
27586         Log: Let table of contents know about perllinux man page
27587      Branch: perl
27588            ! pod.lst pod/perl.pod
27589 ____________________________________________________________________________
27590 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
27591         Log: Update Changes
27592      Branch: perl
27593            ! Changes
27594 ____________________________________________________________________________
27595 [ 26659] By: steveh                                on 2006/01/05  16:22:50
27596         Log: Subject: MinGW and lib/CORE/Win32.h
27597              From: "Sisyphus" <sisyphus1@optusnet.com.au>
27598              Date: Wed, 4 Jan 2006 21:29:19 +1100
27599              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
27600      Branch: perl
27601            ! win32/win32.h
27602 ____________________________________________________________________________
27603 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
27604         Log: Install less README files
27605      Branch: perl
27606            ! installperl
27607 ____________________________________________________________________________
27608 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
27609         Log: Remove old Pod::Man parser creation.
27610              Fix a run-time warning.
27611      Branch: perl
27612            ! installman
27613 ____________________________________________________________________________
27614 [ 26656] By: stevep                                on 2006/01/05  14:33:16
27615         Log: Change installman to instantiate a new Pod::Man instance for each
27616              file processed.  This is now required with podlators-2.0.
27617      Branch: perl
27618            ! installman
27619 ____________________________________________________________________________
27620 [ 26655] By: steveh                                on 2006/01/05  09:21:52
27621         Log: Reorder changes made in change 26630
27622              
27623              (Keep the order in win32/config.* and win32/config_H.* the same as in
27624              Configure and config_H.SH for easier diffing)
27625      Branch: perl
27626            ! win32/config.bc win32/config.gc win32/config.vc
27627            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
27628            ! win32/config_H.vc win32/config_H.vc64
27629 ____________________________________________________________________________
27630 [ 26654] By: steveh                                on 2006/01/04  17:57:14
27631         Log: Run regen.pl (Just updating copyright years)
27632      Branch: perl
27633            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
27634            ! proto.h
27635 ____________________________________________________________________________
27636 [ 26653] By: steveh                                on 2006/01/04  17:49:38
27637         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
27638              PERL_IMPLICIT_CONTEXT is not defined
27639              
27640              Fixes non-threaded build errors on Win32 following change 26523
27641      Branch: perl
27642            ! makedef.pl
27643 ____________________________________________________________________________
27644 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
27645         Log: More copyright updates
27646      Branch: perl
27647            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
27648            ! pp_pack.c sv.h thread.h universal.c xsutils.c
27649 ____________________________________________________________________________
27650 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
27651         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
27652              From: Jim Cromie <jim.cromie@gmail.com>
27653              Date: Tue, 03 Jan 2006 23:18:09 -0700
27654              Message-ID: <43BB68A1.7060708@gmail.com>
27655              
27656              With syntactic tweaks to the test file
27657      Branch: perl
27658            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
27659            ! ext/B/t/optree_constants.t
27660 ____________________________________________________________________________
27661 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
27662         Log: Move all the xxxpvs() macros to handy.h.
27663              This brings them closer to STR_WITH_LEN.  Besides only half
27664              of them were sv-related after change 26649.
27665      Branch: perl
27666            ! handy.h sv.h
27667 ____________________________________________________________________________
27668 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
27669         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
27670              Can't use STR_WITH_LEN() as argument to a macro :-(
27671      Branch: perl
27672            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
27673 ____________________________________________________________________________
27674 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
27675         Log: Add an extra NUL so that we can use sv_catpvs()
27676              for "our @F=split..." and get rid of 15 and the
27677              explaination for why it's there.
27678      Branch: perl
27679            ! toke.c
27680 ____________________________________________________________________________
27681 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
27682         Log: Get rid of hardcoded string length.
27683      Branch: perl
27684            ! thread.h
27685 ____________________________________________________________________________
27686 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
27687         Log: Introduce newSVpvs_share() macro.
27688              Gets rid of some hardcoded string lengths.
27689      Branch: perl
27690            ! op.c perl.c sv.h
27691 ____________________________________________________________________________
27692 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
27693         Log: Get rid of a few more hardcoded string lengths.
27694      Branch: perl
27695            ! locale.c mg.c perl.c perlio.c sv.c
27696 ____________________________________________________________________________
27697 [ 26644] By: stevep                                on 2006/01/04  13:13:50
27698         Log: Update copyright year.
27699      Branch: perl
27700            ! pp_sys.c
27701 ____________________________________________________________________________
27702 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
27703         Log: Fix some compilation warnings
27704      Branch: perl
27705            ! pp_hot.c
27706 ____________________________________________________________________________
27707 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
27708         Log: Get rid of a few more hardcoded string lengths.
27709      Branch: perl
27710            ! gv.c perl.c perlio.c pp_sys.c
27711 ____________________________________________________________________________
27712 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
27713         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
27714              Gets rid of many hardcoded string lengths.
27715      Branch: perl
27716            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
27717            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
27718            ! xsutils.c
27719 ____________________________________________________________________________
27720 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
27721         Log: Removed unused part of string passed to sv_catpvn().
27722      Branch: perl
27723            ! toke.c
27724 ____________________________________________________________________________
27725 [ 26639] By: stevep                                on 2006/01/04  12:31:17
27726         Log: Updates to various configurations courtesy of Jarkko.
27727      Branch: perl
27728            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
27729            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
27730            ! wince/config.ce
27731 ____________________________________________________________________________
27732 [ 26638] By: stevep                                on 2006/01/04  12:19:49
27733         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
27734      Branch: perl
27735            ! lib/DirHandle.pm
27736 ____________________________________________________________________________
27737 [ 26637] By: steveh                                on 2006/01/04  11:10:36
27738         Log: Make Borland and MinGW happy with change 26379
27739              
27740              (They both complain "invalid conversion from `void*' to `HWND__*'"
27741              otherwise)
27742      Branch: perl
27743            ! win32/perlhost.h
27744 ____________________________________________________________________________
27745 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
27746         Log: Fix typo in comment.
27747      Branch: perl
27748            ! handy.h
27749 ____________________________________________________________________________
27750 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
27751         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
27752      Branch: perl
27753            ! handy.h toke.c
27754 ____________________________________________________________________________
27755 [ 26634] By: steveh                                on 2006/01/04  10:39:13
27756         Log: Workaround Win32 compiler bugs following change 26395
27757              
27758              Can't understand what VC++ 6 and Borland don't like about it.  There
27759              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
27760              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
27761              are all happy.
27762      Branch: perl
27763            ! gv.h
27764 ____________________________________________________________________________
27765 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
27766         Log: Silence compiler warning; ref change 26598
27767      Branch: perl
27768            ! op.c
27769 ____________________________________________________________________________
27770 [ 26632] By: stevep                                on 2006/01/04  03:43:20
27771         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
27772      Branch: perl
27773            ! configure.com
27774 ____________________________________________________________________________
27775 [ 26631] By: stevep                                on 2006/01/04  03:31:08
27776         Log: Add warnings for the various other *dir() functions when attempted
27777              on invalid dirhandles.
27778      Branch: perl
27779            ! pod/perldiag.pod pp_sys.c
27780 ____________________________________________________________________________
27781 [ 26630] By: stevep                                on 2006/01/04  02:47:39
27782         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
27783              files.
27784      Branch: perl
27785            ! win32/config.bc win32/config.gc win32/config.vc
27786            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
27787            ! win32/config_H.vc win32/config_H.vc64
27788 ____________________________________________________________________________
27789 [ 26625] By: stevep                                on 2006/01/03  20:03:49
27790         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
27791              From: Mike Guy <mjtg@cam.ac.uk>
27792              Date: Tue, 03 Jan 2006 19:18:41 +0000 
27793              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
27794      Branch: perl
27795            ! pod/perlobj.pod
27796 ____________________________________________________________________________
27797 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
27798         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
27799              the NV only if the new body has an NV. (D'oh!)
27800      Branch: perl
27801            ! sv.c
27802 ____________________________________________________________________________
27803 [ 26617] By: stevep                                on 2006/01/03  18:14:27
27804         Log: Attemting to readdir() something that isn't a dirhandle should cause
27805              a warning.
27806      Branch: perl
27807            ! pod/perldiag.pod pp_sys.c
27808 ____________________________________________________________________________
27809 [ 26608] By: steveh                                on 2006/01/03  15:57:18
27810         Log: Fix release mode builds following change 26598
27811      Branch: perl
27812            ! cop.h
27813 ____________________________________________________________________________
27814 [ 26607] By: stevep                                on 2006/01/03  15:56:19
27815         Log: perldiag.pod additions to go with change #26602.
27816      Branch: perl
27817            ! pod/perldiag.pod
27818 ____________________________________________________________________________
27819 [ 26606] By: merijn                                on 2006/01/03  15:46:10
27820         Log: Add probe for snprintf () and vsnprintf ()
27821              
27822              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
27823              From: Steve Peters <steve@fisharerojo.org>
27824              Date: Mon, 2 Jan 2006 09:37:27 -0600
27825              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
27826      Branch: perl
27827            ! Configure Porting/Glossary config_h.SH handy.h
27828 ____________________________________________________________________________
27829 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
27830         Log: Update perldelta, up to change 25344 more or less.
27831      Branch: perl
27832            ! pod/perl593delta.pod
27833 ____________________________________________________________________________
27834 [ 26602] By: stevep                                on 2006/01/03  14:58:21
27835         Log: Bad symbols that are pretending to be dirhandles, should say they 
27836              are dirhandles in their error messages.
27837      Branch: perl
27838            ! gv.c
27839 ____________________________________________________________________________
27840 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
27841         Log: Sync perlfaq.
27842      Branch: perl
27843            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
27844            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
27845            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
27846            ! pod/perlfaq9.pod
27847 ____________________________________________________________________________
27848 [ 26598] By: davem                                 on 2006/01/03  12:29:38
27849         Log: silence some compiler warnings
27850      Branch: perl
27851            ! cop.h toke.c
27852 ____________________________________________________________________________
27853 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
27854         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
27855              From: Jim Cromie <jim.cromie@gmail.com>
27856              Date: Mon, 02 Jan 2006 15:06:48 -0700
27857              Message-ID: <43B9A3F8.8060609@gmail.com>
27858      Branch: perl
27859            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
27860            ! ext/B/t/optree_constants.t
27861 ____________________________________________________________________________
27862 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
27863         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
27864              From: Stephen McCamant <smcc@mit.edu>
27865              Date: Mon, 2 Jan 2006 18:52:24 -0800
27866              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
27867      Branch: perl
27868            ! ext/B/B/Deparse.pm
27869 ____________________________________________________________________________
27870 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
27871         Log: Subject: [patch@26561] utf8.c const issue.
27872              From: "John E. Malmberg" <wb8tyw@qsl.net>
27873              Date: Mon, 02 Jan 2006 14:16:02 -0500
27874              Message-ID: <43B97BF2.2050201@qsl.net>
27875      Branch: perl
27876            ! utf8.c
27877 ____________________________________________________________________________
27878 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
27879         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
27880              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
27881              Date: Tue, 03 Jan 2006 00:33:27 +0100
27882              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
27883      Branch: perl
27884            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27885 ____________________________________________________________________________
27886 [ 26591] By: davem                                 on 2006/01/03  02:20:28
27887         Log: ithreads: SVs that were only on the tmps stack leaked
27888      Branch: perl
27889            ! sv.c
27890 ____________________________________________________________________________
27891 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
27892         Log: The two never used NOTYET switch ops can go.
27893      Branch: perl
27894            ! pp_ctl.c
27895 ____________________________________________________________________________
27896 [ 26587] By: davem                                 on 2006/01/02  21:50:55
27897         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
27898              (change #25775 wasn't complete)
27899      Branch: perl
27900            ! sv.c
27901 ____________________________________________________________________________
27902 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
27903         Log: More missing AUTHORS
27904      Branch: perl
27905            ! AUTHORS Porting/checkAUTHORS.pl
27906 ____________________________________________________________________________
27907 [ 26581] By: craigb                                on 2006/01/02  19:22:52
27908         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
27909              From: "John E. Malmberg" <wb8tyw@qsl.net>
27910              Date: Mon, 02 Jan 2006 14:05:43 -0500
27911              Message-id: <43B97987.70201@qsl.net>
27912      Branch: perl
27913            ! vms/vms.c
27914 ____________________________________________________________________________
27915 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
27916         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
27917              Long term, need to fix the update changes script to cope.
27918      Branch: perl
27919            ! Changes
27920 ____________________________________________________________________________
27921 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
27922         Log: More missing AUTHORS
27923      Branch: perl
27924            ! AUTHORS Porting/checkAUTHORS.pl
27925 ____________________________________________________________________________
27926 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
27927         Log: Fix up missing and duplicate AUTHORS
27928      Branch: perl
27929            ! AUTHORS Porting/checkAUTHORS.pl
27930 ____________________________________________________________________________
27931 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
27932         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
27933              From: Jim Cromie <jim.cromie@gmail.com>
27934              Date: Sun, 01 Jan 2006 23:05:00 -0700
27935              Message-ID: <43B8C28C.20502@gmail.com>
27936      Branch: perl
27937            + ext/B/t/optree_constants.t
27938            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
27939 ____________________________________________________________________________
27940 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
27941         Log: Since we no longer autovivify stashes (change #26370), we need
27942              to turn off strict-refs on them, or we'll have a stricture
27943              error the first time we'd try to access them (when they'll be
27944              actually autovivified).
27945      Branch: perl
27946            ! op.c t/op/stash.t
27947 ____________________________________________________________________________
27948 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
27949         Log: Documentation fix for File::Temp::new
27950              
27951              Subject: [perl #38127] Bug in perldoc File::Temp 
27952              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
27953              Date: Mon, 02 Jan 2006 02:48:41 -0800
27954              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
27955      Branch: perl
27956            ! lib/File/Temp.pm
27957 ____________________________________________________________________________
27958 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
27959         Log: Happy New Year. (It's not just embed.pl).
27960      Branch: perl
27961            ! README opcode.pl perl.c reentr.pl
27962 ____________________________________________________________________________
27963 [ 26571] By: stevep                                on 2006/01/02  14:24:58
27964         Log: Note that the "unlink"ing directories is attempted when running as a
27965              superuser, and that some operating systems may not support it.
27966      Branch: perl
27967            ! pod/perlfunc.pod pod/perlrun.pod
27968 ____________________________________________________________________________
27969 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
27970         Log: Typo fix in the description of change 26370.
27971              (Also corrected in the repository) 
27972      Branch: perl
27973            ! Changes
27974 ____________________________________________________________________________
27975 [ 26569] By: davem                                 on 2006/01/02  12:09:37
27976         Log: add svt_local slot to magic vtable, and fix local $shared
27977      Branch: perl
27978            ! ext/threads/shared/shared.xs mg.c mg.h
27979 ____________________________________________________________________________
27980 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
27981         Log: Add 2006 to the copyright years in the header generated by embed.pl
27982      Branch: perl
27983            ! embed.pl
27984 ____________________________________________________________________________
27985 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
27986         Log: Subject: [patch] comment grammar and indentation, spurious tab
27987              From: Jim Cromie <jim.cromie@gmail.com>
27988              Date: Fri, 30 Dec 2005 22:45:55 -0700
27989              Message-ID: <43B61B13.3050704@gmail.com>
27990      Branch: perl
27991            ! sv.c
27992 ____________________________________________________________________________
27993 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
27994         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
27995              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
27996              Date: Sun, 01 Jan 2006 10:12:46 +0100
27997              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
27998      Branch: perl
27999            ! lib/CPAN.pm
28000 ____________________________________________________________________________
28001 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
28002         Log: Update copyrights for files modified in 2006
28003      Branch: perl
28004            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
28005            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
28006 ____________________________________________________________________________
28007 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
28008         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
28009      Branch: perl
28010            ! toke.c
28011 ____________________________________________________________________________
28012 [ 26558] By: merijn                                on 2006/01/01  10:42:16
28013         Log: Subject: [PATCH] Making 0 pointers to NULLs
28014              From: Andy Lester <andy@petdance.com>
28015              Date: Fri, 30 Dec 2005 23:05:58 -0600
28016              Message-ID: <20051231050558.GA29093@petdance.com>
28017      Branch: perl
28018            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
28019            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
28020 ____________________________________________________________________________
28021 [ 26556] By: merijn                                on 2006/01/01  10:23:19
28022         Log: Subject: [PATCH] Making 0 pointers to NULLs
28023              From: Andy Lester <andy@petdance.com>
28024              Date: Fri, 30 Dec 2005 23:05:58 -0600
28025              Message-ID: <20051231050558.GA29093@petdance.com>
28026      Branch: perl
28027            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
28028            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
28029 ____________________________________________________________________________
28030 [ 26555] By: davem                                 on 2005/12/31  23:24:26
28031         Log: make threads use MY_CXT API rather than using PL_modglobal
28032      Branch: perl
28033            ! ext/threads/threads.xs
28034 ____________________________________________________________________________
28035 [ 26554] By: davem                                 on 2005/12/31  21:36:05
28036         Log: tidy index arrangements in new MY_CXT code
28037      Branch: perl
28038            ! intrpvar.h sv.c util.c
28039 ____________________________________________________________________________
28040 [ 26553] By: stevep                                on 2005/12/31  18:45:37
28041         Log: Upgrade to CPAN-1.80_57
28042      Branch: perl
28043            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
28044            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
28045 ____________________________________________________________________________
28046 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
28047         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
28048      Branch: perl
28049            ! hv.c
28050 ____________________________________________________________________________
28051 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
28052         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
28053              would turn lazy delete on, causing the hash to become corrupted at the
28054              next iterator change.
28055      Branch: perl
28056            ! hv.c lib/Hash/Util.t
28057 ____________________________________________________________________________
28058 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
28059         Log: Remove unneeded test in Perl_hv_clear_placeholders.
28060              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
28061      Branch: perl
28062            ! hv.c
28063 ____________________________________________________________________________
28064 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
28065         Log: Subject: [PATCH] op/pack.t failure on Win64
28066              From: Jan Dubois <jand@activestate.com>
28067              Date: Dec 30, 2005 9:55 PM
28068              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
28069      Branch: perl
28070            ! pp_pack.c
28071 ____________________________________________________________________________
28072 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
28073         Log: Add a test for change 26547. (We no longer expect to see errors about
28074              unbalanced string table reference counts.)
28075      Branch: perl
28076            ! t/op/stash.t
28077 ____________________________________________________________________________
28078 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
28079         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
28080              Panic if we seem to be looping forever.
28081      Branch: perl
28082            ! hv.c pod/perldiag.pod
28083 ____________________________________________________________________________
28084 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
28085         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
28086              became lost.
28087      Branch: perl
28088            ! hv.c
28089 ____________________________________________________________________________
28090 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
28091         Log: Marcus Holland-Moritz suggested that assert should 
28092              Perl_croak_nocontext rather than Perl_croak.
28093      Branch: perl
28094            ! perl.h
28095 ____________________________________________________________________________
28096 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
28097         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
28098              scalar, and hence avoid thrashing the shared string table for "main".
28099      Branch: perl
28100            ! perl.c
28101 ____________________________________________________________________________
28102 [ 26543] By: stevep                                on 2005/12/30  17:47:45
28103         Log: Convert t/op/sleep.t to using test.pl
28104      Branch: perl
28105            ! t/op/sleep.t
28106 ____________________________________________________________________________
28107 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
28108         Log: Document why it's a bad plan to move the backreferences array from
28109              the magic structure to the hv_aux structure during backreference
28110              deletion. Add an optimisation for an empty backreference array.
28111      Branch: perl
28112            ! hv.c sv.c
28113 ____________________________________________________________________________
28114 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
28115         Log: Now that the backreference array has no NULL entries, and is correctly
28116              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
28117              it.
28118      Branch: perl
28119            ! sv.c
28120 ____________________________________________________________________________
28121 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
28122         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
28123              needs to define them with a prototype to match.
28124      Branch: perl
28125            ! lib/Net/Ping.pm
28126 ____________________________________________________________________________
28127 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
28128         Log: Update perltodo. First shot at perl593delta.
28129      Branch: perl
28130            ! pod/perl593delta.pod pod/perltodo.pod
28131 ____________________________________________________________________________
28132 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
28133         Log: In the shared string table, if we add new entries to the head of the
28134              linked list chain, then we don't need as much bookkeeping in the loop.
28135      Branch: perl
28136            ! hv.c
28137 ____________________________________________________________________________
28138 [ 26537] By: stevep                                on 2005/12/30  14:39:49
28139         Log: Subject: [PATCH] Differences from Perl 6
28140              From: Robin Houston <robin@cpan.org> 
28141              Date: Fri, 30 Dec 2005 13:45:34 +0000 
28142              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
28143      Branch: perl
28144            ! pod/perlsyn.pod
28145 ____________________________________________________________________________
28146 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
28147         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
28148              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
28149              Date: Mon, 12 Dec 2005 19:22:32 +0100
28150              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
28151      Branch: perl
28152            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
28153            ! lib/ExtUtils/MakeMaker.pm
28154 ____________________________________________________________________________
28155 [ 26535] By: davem                                 on 2005/12/30  12:21:05
28156         Log: fix errors in new MY_CTX code
28157      Branch: perl
28158            ! perl.c sv.c
28159 ____________________________________________________________________________
28160 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
28161         Log: Reduce size of buffers for identifier names, as suggested in
28162              
28163              Subject: Stack usage (in gv_stashpvn and others)
28164              From: Tels <nospam-abuse@bloodgate.com>
28165              Date: Thu, 29 Dec 2005 18:40:49 +0100
28166              Message-Id: <200512291840.50765@bloodgate.com>
28167      Branch: perl
28168            ! gv.c
28169 ____________________________________________________________________________
28170 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
28171         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
28172              From: Tels <nospam-abuse@bloodgate.com>
28173              Date: Thu, 29 Dec 2005 18:57:43 +0100
28174              Message-Id: <200512291857.59458@bloodgate.com>
28175      Branch: perl
28176            ! perlio.c
28177 ____________________________________________________________________________
28178 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
28179         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
28180              From: Tels <nospam-abuse@bloodgate.com>
28181              Date: Thu, 29 Dec 2005 18:32:10 +0100
28182              Message-Id: <200512291832.20651@bloodgate.com>
28183      Branch: perl
28184            ! gv.c
28185 ____________________________________________________________________________
28186 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
28187         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
28188              (spotted by Jan Dubois)
28189      Branch: perl
28190            ! makedef.pl
28191 ____________________________________________________________________________
28192 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
28193         Log: RMAGIC on symbol tables is bad, m'kay.
28194              Allow hashes (and therefore all symbol tables) to store the
28195              backreference array in the hv_aux structure, and thereby undo the
28196              performance damage of 24966, which resulted in 60% of all hash lookups
28197              trying to mg_find tiehash magic.
28198      Branch: perl
28199            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
28200 ____________________________________________________________________________
28201 [ 26529] By: davem                                 on 2005/12/30  01:06:05
28202         Log: change #26523 didn't make my_cxt_init public
28203      Branch: perl
28204            ! embed.fnc embed.h global.sym
28205 ____________________________________________________________________________
28206 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
28207         Log: Subject: [PATCH] $a = \$a oddity
28208              From: Tels <nospam-abuse@bloodgate.com>
28209              Date: Thu, 29 Dec 2005 18:01:42 +0100
28210              Message-Id: <200512291802.00742@bloodgate.com>
28211              
28212              plus trim some whitespace
28213      Branch: perl
28214            ! pod/perlreftut.pod
28215 ____________________________________________________________________________
28216 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
28217         Log: Subject: [PATCH] Actual real consting of parms
28218              From: Andy Lester <andy@petdance.com>
28219              Date: Thu, 29 Dec 2005 01:15:09 -0600
28220              Message-ID: <20051229071509.GA32653@petdance.com>
28221      Branch: perl
28222            ! embed.fnc proto.h sv.c
28223 ____________________________________________________________________________
28224 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
28225         Log: Subject: [PATCH] av.c cleanup, plus!
28226              From: Andy Lester <andy@petdance.com>
28227              Date: Wed, 28 Dec 2005 15:44:14 -0600
28228              Message-ID: <20051228214414.GD26033@petdance.com>
28229      Branch: perl
28230            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
28231 ____________________________________________________________________________
28232 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
28233         Log: Fix test for perl version number in Makefile.PL
28234      Branch: perl
28235            ! ext/Sys/Syslog/Makefile.PL
28236 ____________________________________________________________________________
28237 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
28238         Log: Subject: [PATCH] Fixing the SVREFCNT macro
28239              From: Andy Lester <andy@petdance.com>
28240              Date: Wed, 28 Dec 2005 13:30:51 -0600
28241              Message-ID: <20051228193051.GD23207@petdance.com>
28242      Branch: perl
28243            ! sv.h
28244 ____________________________________________________________________________
28245 [ 26523] By: davem                                 on 2005/12/29  12:00:29
28246         Log: re-implement MY_CXT API more efficiently, and add explicit
28247              interpeter arg variant
28248      Branch: perl
28249            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
28250            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
28251            ! sv.c util.c
28252 ____________________________________________________________________________
28253 [ 26522] By: davem                                 on 2005/12/29  11:35:04
28254         Log: add tests for MY_CXT API and improve its documentation
28255      Branch: perl
28256            + ext/XS/APItest/t/my_cxt.t
28257            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
28258            ! pod/perlxs.pod
28259 ____________________________________________________________________________
28260 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
28261         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
28262              From: Robin Houston <robin@cpan.org>
28263              Date: Mon, 26 Dec 2005 17:56:48 +0000
28264              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
28265      Branch: perl
28266            ! lib/overload.t
28267 ____________________________________________________________________________
28268 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
28269         Log: Subject: [DOC PATCH] rindex clarification
28270              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28271              Date: Mon, 26 Dec 2005 18:42:40 -0800
28272              Message-ID: <20051227024240.GA2940@efn.org>
28273              
28274              plus another formatting nit
28275      Branch: perl
28276            ! pod/perlfunc.pod
28277 ____________________________________________________________________________
28278 [ 26519] By: craigb                                on 2005/12/29  03:49:58
28279         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
28280              From: "Craig A. Berry" <craigberry@mac.com>
28281              Date: Tue, 27 Dec 2005 17:59:35 -0600
28282              Message-id: <43B1D567.9080504@mac.com>
28283      Branch: perl
28284            ! lib/Pod/Simple/Search.pm
28285            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
28286 ____________________________________________________________________________
28287 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
28288         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
28289              without checking.
28290      Branch: perl
28291            ! pp.c
28292 ____________________________________________________________________________
28293 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
28294         Log: As the backreferences AV doesn't hold references on its contents,
28295              surely it should have AvREAL turned off?
28296      Branch: perl
28297            ! sv.c
28298 ____________________________________________________________________________
28299 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
28300         Log: PL_amagic_generation is always non-zero, so remove the test for this.
28301              (Since change 17990 added version object overloading)
28302      Branch: perl
28303            ! pp.h
28304 ____________________________________________________________________________
28305 [ 26515] By: stevep                                on 2005/12/28  13:31:02
28306         Log: Upgrade to Sys-Syslog-0.11
28307      Branch: perl
28308            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
28309            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
28310            ! ext/Sys/Syslog/t/syslog.t
28311 ____________________________________________________________________________
28312 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
28313         Log: Cleanup; replace a croak("panic: ...") with assert().
28314      Branch: perl
28315            ! av.c
28316 ____________________________________________________________________________
28317 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
28318         Log: assert(av);  Cleanup the way that the av_*() functions check
28319              that they are really passed an av argument.
28320              Should improve the test coverage a bit.
28321      Branch: perl
28322            ! av.c pod/perldiag.pod
28323 ____________________________________________________________________________
28324 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
28325         Log: Use memchr() instead of ninstr() to locate the end-of-line.
28326              The call to memchr() will faster.
28327      Branch: perl
28328            ! toke.c
28329 ____________________________________________________________________________
28330 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
28331         Log: Leaner ninstr().
28332              The compiled function ended up 37% smaller on Linux/gcc.
28333              I ought to be faster as well, but I did not try to measure that.
28334      Branch: perl
28335            ! util.c
28336 ____________________________________________________________________________
28337 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
28338         Log: Remove test for NUL ending in r?instr().
28339              This test is actually harmful because we will search
28340              for any garbage found past the empty search string.
28341              Ref change 26509.
28342      Branch: perl
28343            ! util.c
28344 ____________________________________________________________________________
28345 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
28346         Log: Fix 2 off-by-one errors in the call to ninstr().
28347              This code managed to still work because of a bug
28348              in how ninstr() treats empty search strings.
28349      Branch: perl
28350            ! ext/Filter/Util/Call/Call.xs
28351 ____________________________________________________________________________
28352 [ 26508] By: stevep                                on 2005/12/28  03:27:13
28353         Log: Upgrade to PathTools-3.15
28354      Branch: perl
28355            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
28356 ____________________________________________________________________________
28357 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
28358         Log: s/%/%%/ in the package name so that it can be used safely in the
28359              sprintf format string (and hence not need runtime %s interpolation)
28360      Branch: perl
28361            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
28362 ____________________________________________________________________________
28363 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
28364         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
28365              Prototype all the missing constants, so that parsing doesn't depend on
28366              the phase of the moon. (Well, the system headers)
28367              Add an option for making missing constants generate errors at read time
28368              (which can be during constant folding). This isn't the default.
28369      Branch: perl
28370            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
28371 ____________________________________________________________________________
28372 [ 26505] By: stevep                                on 2005/12/27  22:07:44
28373         Log: Subject: [PATCH] pre-likely cleanup
28374              From: Andy Lester <andy@petdance.com> 
28375              Date: Tue, 27 Dec 2005 14:39:39 -0600
28376              Message-ID: <20051227203939.GC1781@petdance.com> 
28377              
28378              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
28379      Branch: perl
28380            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
28381 ____________________________________________________________________________
28382 [ 26504] By: stevep                                on 2005/12/27  18:36:19
28383         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
28384      Branch: perl
28385            ! Porting/Maintainers.pl
28386 ____________________________________________________________________________
28387 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
28388         Log: gv_fetch_flags in newATTRSUB can actually be const.
28389              Comment the logic behind the terms in the ternary that chooses the
28390              flags value.
28391      Branch: perl
28392            ! op.c
28393 ____________________________________________________________________________
28394 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
28395         Log: As what we're doing is generating subroutines, which are methods, we
28396              need to invalidate cached methods. For constant.pm we need to create
28397              &Internals::inc_sub_generation
28398      Branch: perl
28399            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
28400 ____________________________________________________________________________
28401 [ 26501] By: stevep                                on 2005/12/27  14:10:20
28402         Log: Subject: [patch] ext/b/t/lint.t fails on win32
28403              From: demerphq <demerphq@gmail.com>
28404              Date: Fri, 23 Dec 2005 20:06:52 +0100 
28405              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
28406      Branch: perl
28407            ! ext/B/t/lint.t
28408 ____________________________________________________________________________
28409 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
28410         Log: Refactor the require failure message generation to use 1 less temporary
28411              SV, and to build as much text as possible with newSVpvf
28412      Branch: perl
28413            ! pp_ctl.c
28414 ____________________________________________________________________________
28415 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
28416         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
28417              any -j flags. (And their implied disabling of backwards compatibility,
28418              which is the real cause of the make disttest failure).
28419      Branch: perl
28420            ! lib/ExtUtils/t/basic.t
28421 ____________________________________________________________________________
28422 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
28423         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
28424              Or whether it could be relaxed.
28425      Branch: perl
28426            ! MANIFEST
28427 ____________________________________________________________________________
28428 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
28429         Log: Remove the hard wired test numbers in the generated test script for
28430              simple tests. Use this script twice, firstly for testing the old style
28431              autoloaded constants, then for testing the ProxySubs.
28432              Make testing the dogfood/regeneration code optional, as the ProxySubs
28433              output doesn't contain it.
28434      Branch: perl
28435            ! lib/ExtUtils/t/Constant.t
28436 ____________________________________________________________________________
28437 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
28438         Log: Support type UNDEF, and correct a bug in the macro generation by using
28439              macro_from_item.
28440      Branch: perl
28441            ! lib/ExtUtils/Constant/ProxySubs.pm
28442 ____________________________________________________________________________
28443 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
28444         Log: Add method macro_from_item to encapsulate the entire logic for getting
28445              the correct macro direct from the item hash.
28446      Branch: perl
28447            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
28448 ____________________________________________________________________________
28449 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
28450         Log: Don't try to store PL_sv_undef in pads. (For now)
28451      Branch: perl
28452            ! op.c
28453 ____________________________________________________________________________
28454 [ 26493] By: stevep                                on 2005/12/26  22:01:49
28455         Log: Upgrade to CPAN-1.80_56
28456      Branch: perl
28457            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
28458            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
28459            ! lib/CPAN/bin/cpan
28460 ____________________________________________________________________________
28461 [ 26492] By: stevep                                on 2005/12/26  17:29:13
28462         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
28463              a mere committer to remove the last of the NGROUPS-sized arrays...
28464              
28465              Perl_magic_set() was using the last of these arrays to do the 
28466              lvalue work on $).  Instead of an array, a pointer is used and 
28467              re-sized as needed.  
28468      Branch: perl
28469            ! mg.c
28470 ____________________________________________________________________________
28471 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
28472         Log: Add a couple of newlines for tidier regen output, consistent with the
28473              code generated by WriteConstants()
28474      Branch: perl
28475            ! lib/ExtUtils/Constant/XS.pm
28476 ____________________________________________________________________________
28477 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
28478         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
28479              to allow the caller to pass in file handles. Use this in Contant.t
28480              with tied file handles to capture the output, rather than calling
28481              the lower level routines directly.
28482      Branch: perl
28483            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
28484 ____________________________________________________________________________
28485 [ 26489] By: stevep                                on 2005/12/26  16:08:49
28486         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
28487              From: Jim Cromie <jim.cromie@gmail.com>
28488              Date: Mon, 26 Dec 2005 07:57:51 -0700
28489              Message-ID: <43B004EF.8060500@gmail.com>
28490      Branch: perl
28491            ! doio.c
28492 ____________________________________________________________________________
28493 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
28494         Log: The values for proxy constant subroutines need to be read only.
28495      Branch: perl
28496            ! lib/ExtUtils/Constant/ProxySubs.pm
28497 ____________________________________________________________________________
28498 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
28499         Log: Rework constant.pm to take advantage of the space savings of proxy
28500              constant subroutines whenever it can.
28501      Branch: perl
28502            ! lib/constant.pm
28503 ____________________________________________________________________________
28504 [ 26486] By: stevep                                on 2005/12/26  03:51:24
28505         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
28506              Adapt change #26480 to reduce memory usage here as well.
28507      Branch: perl
28508            ! doio.c
28509 ____________________________________________________________________________
28510 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
28511         Log: The value from caller doesn't change, so my $pkg = caller;
28512              should be moved out of the loop.
28513      Branch: perl
28514            ! lib/constant.pm
28515 ____________________________________________________________________________
28516 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
28517         Log: Tests for creating constants where prototypes or other symbols of the
28518              same name already exist.
28519      Branch: perl
28520            ! lib/constant.t
28521 ____________________________________________________________________________
28522 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
28523         Log: Using a hash reference rather than a hash can save a hash copy.
28524      Branch: perl
28525            ! lib/constant.pm
28526 ____________________________________________________________________________
28527 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
28528         Log: Unless the peephole optimiser already knows that we're in void context,
28529              avoid even attempting the whole proxy constant sub copying
28530              optimisation.
28531      Branch: perl
28532            ! op.c
28533 ____________________________________________________________________________
28534 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
28535         Log: Given that IO::Socket is documented as exporting all of Socket's
28536              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
28537              use both. (And re-exporting removes some of the efficiency of the new
28538              constants implementation)
28539      Branch: perl
28540            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
28541 ____________________________________________________________________________
28542 [ 26480] By: stevep                                on 2005/12/24  03:30:02
28543         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
28544              From: Jim Cromie <jim.cromie@gmail.com>
28545              Date: Fri, 23 Dec 2005 13:24:29 -0700
28546              Message-ID: <43AC5CFD.3060200@gmail.com>
28547              
28548              Includes a change in variable names from "j" to "num_groups".
28549      Branch: perl
28550            ! mg.c
28551 ____________________________________________________________________________
28552 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
28553         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
28554      Branch: perl
28555            ! ext/POSIX/Makefile.PL
28556 ____________________________________________________________________________
28557 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
28558         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
28559              being shrunk in realloc()
28560      Branch: perl
28561            ! util.c
28562 ____________________________________________________________________________
28563 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
28564         Log: For the rare case of EMFILE during require, save object code space
28565              by using newSVpvf
28566              (Would it be worth using it for all require failures?)
28567      Branch: perl
28568            ! pp_ctl.c
28569 ____________________________________________________________________________
28570 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
28571         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
28572              over memory to invalidate it just before free()ing it.
28573      Branch: perl
28574            ! perl.h util.c
28575 ____________________________________________________________________________
28576 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
28577         Log: Provide support for types PVN and UNDEF in
28578              ExtUtils::Constant::ProxySubs
28579      Branch: perl
28580            ! lib/ExtUtils/Constant/ProxySubs.pm
28581 ____________________________________________________________________________
28582 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
28583         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
28584              other information can be stored in it.
28585      Branch: perl
28586            ! perl.h util.c
28587 ____________________________________________________________________________
28588 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
28589         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
28590              in #INCLUDEs work.
28591      Branch: perl
28592            ! lib/ExtUtils/ParseXS.pm
28593 ____________________________________________________________________________
28594 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
28595         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
28596              use in Sys::Syslog
28597      Branch: perl
28598            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
28599 ____________________________________________________________________________
28600 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
28601         Log: inlining autoloaded constants is TODOne.
28602      Branch: perl
28603            ! pod/perltodo.pod
28604 ____________________________________________________________________________
28605 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
28606         Log: Now that proxy subroutines can be unproxied in 2 places without
28607              becoming the same newCONSTSUB, need an explicit check to avoid a
28608              warning about subroutines being redefined, as there has never been
28609              a warning when you assing the same subroutine to a glob's GvCV()
28610      Branch: perl
28611            ! sv.c t/op/gv.t
28612 ____________________________________________________________________________
28613 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
28614         Log: like and unlike weren't reporting failure where correctly in test.pl
28615      Branch: perl
28616            ! t/test.pl
28617 ____________________________________________________________________________
28618 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
28619         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
28620      Branch: perl
28621            ! ext/Compress/Zlib/zlib-src/zconf.h
28622 ____________________________________________________________________________
28623 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
28624         Log: Clarify example of .. in perlop
28625              to fix [perl #38008] Documentation bug: perlop
28626              plus some minor formatting nits
28627      Branch: perl
28628            ! pod/perlop.pod
28629 ____________________________________________________________________________
28630 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
28631         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
28632              From: chromatic <chromatic@wgz.org>
28633              Date: Dec 22, 2005 8:58 PM
28634              Message-Id: <200512221158.54474.chromatic@wgz.org>
28635      Branch: perl
28636            ! lib/UNIVERSAL.pm
28637 ____________________________________________________________________________
28638 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
28639         Log: Need to be more careful with the symbol table manipulation - if there
28640              is already an entry in place, back off and generate a real constant
28641              subroutine. (fixes lib/Net/hostent.t failure)
28642              Fix a bug with how hv_store was being called.
28643      Branch: perl
28644            ! lib/ExtUtils/Constant/ProxySubs.pm
28645 ____________________________________________________________________________
28646 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
28647         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
28648              aren't constants on (at least some) Linux.
28649              And more evil than that, HUGE_VAL likes to use the C preprocessor
28650              in its value, necessitating use of a temporary.
28651      Branch: perl
28652            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
28653 ____________________________________________________________________________
28654 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
28655         Log: Use inlineable proxy constant subs for Socket
28656      Branch: perl
28657            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
28658 ____________________________________________________________________________
28659 [ 26462] By: stevep                                on 2005/12/23  00:28:54
28660         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
28661      Branch: perl
28662            ! hints/hpux.sh
28663 ____________________________________________________________________________
28664 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
28665         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
28666              From: Andy Lester <andy@petdance.com>
28667              Message-ID: <20051222220044.GH4370@petdance.com>
28668              Date: Thu, 22 Dec 2005 16:00:44 -0600
28669      Branch: perl
28670            ! universal.c
28671 ____________________________________________________________________________
28672 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
28673         Log: Create a sub LC_ALL with the correct prototype.
28674      Branch: perl
28675            ! lib/locale.t
28676 ____________________________________________________________________________
28677 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
28678         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
28679              and some constants are mentioned in multiple tags).
28680              Should this logic be in Exporter::Heavy?
28681      Branch: perl
28682            ! ext/POSIX/POSIX.pm
28683 ____________________________________________________________________________
28684 [ 26458] By: stevep                                on 2005/12/23  00:10:25
28685         Log: Make hostname.t deal with undefined or blank hostnames and domain 
28686              names.
28687      Branch: perl
28688            ! lib/Net/t/hostname.t
28689 ____________________________________________________________________________
28690 [ 26457] By: stevep                                on 2005/12/23  00:06:58
28691         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
28692              the Pod::Man 2.04.
28693      Branch: perl
28694            ! lib/ExtUtils/Command/MM.pm
28695 ____________________________________________________________________________
28696 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
28697         Log: Subject: [PATCH] Speedup (rn|n)?instr
28698              From: Andy Lester <andy@petdance.com>
28699              Message-ID: <20051222223839.GI4370@petdance.com>
28700              Date: Thu, 22 Dec 2005 16:38:39 -0600
28701      Branch: perl
28702            ! util.c
28703 ____________________________________________________________________________
28704 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
28705         Log: Use inlineable proxy constant subs for POSIX.
28706              There may be trouble ahead, as it seems that not all POSIX "constants"
28707              are. I wonder if too many systems are going to have too many
28708              variations to make this viable.
28709      Branch: perl
28710            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
28711            ! lib/ExtUtils/Constant/ProxySubs.pm
28712 ____________________________________________________________________________
28713 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
28714         Log: Missing ; in Tie::File
28715      Branch: perl
28716            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
28717 ____________________________________________________________________________
28718 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
28719         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
28720              So far just enough to make Fcntl work.
28721      Branch: perl
28722            + lib/ExtUtils/Constant/ProxySubs.pm
28723            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
28724 ____________________________________________________________________________
28725 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
28726         Log: Compilation help for EBCDIC platforms, from Jarkko,
28727              tested by Rajarshi Das
28728      Branch: perl
28729            ! utf8.h
28730 ____________________________________________________________________________
28731 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
28732         Log: Break out the code to generate #ifdef/#endif into new methods
28733              macro_to_ifdef and macro_to_endif
28734              Add an args hashref to normalise_items; provide a
28735              disable_utf8_duplication argument to disable the utf8 duplication code.
28736      Branch: perl
28737            ! lib/ExtUtils/Constant/Base.pm
28738 ____________________________________________________________________________
28739 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
28740         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
28741              From: Andy Lester <andy@petdance.com>
28742              Date: Thu, 22 Dec 2005 10:57:17 -0600
28743              Message-ID: <20051222165717.GA2874@petdance.com>
28744      Branch: perl
28745            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
28746            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
28747 ____________________________________________________________________________
28748 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
28749         Log: Break out the item normalisation code into a method normalise_items.
28750      Branch: perl
28751            ! lib/ExtUtils/Constant/Base.pm
28752 ____________________________________________________________________________
28753 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
28754         Log: Regression tests for proxy subroutine glob assignment.
28755              Fix a bug (it turns out that a typeglob isn't SvOK())
28756              Remove stray debugging code.
28757      Branch: perl
28758            ! pp_hot.c t/op/gv.t
28759 ____________________________________________________________________________
28760 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
28761         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
28762              From: Robin Houston <robin@cpan.org>
28763              Date: Thu, 22 Dec 2005 11:54:55 +0000
28764              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
28765      Branch: perl
28766            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
28767            ! t/comp/hints.t
28768 ____________________________________________________________________________
28769 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
28770         Log: Add an optimisation to allow proxy constant subroutines to be copied
28771              as proxy constant subroutines in a new symbol table where possible.
28772              (Rather than converting them to full blown constant subroutines and
28773              instantiating 2 typeglobs)
28774      Branch: perl
28775            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
28776 ____________________________________________________________________________
28777 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
28778         Log: Regenerate Changes
28779      Branch: perl
28780            ! Changes
28781 ____________________________________________________________________________
28782 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
28783         Log: Remove unused variable 'stash' since change 26437.
28784      Branch: perl
28785            ! pp_hot.c
28786 ____________________________________________________________________________
28787 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
28788         Log: Regenerate perlapi.pod.
28789              Fix indentation of code examples in perlsyn.
28790      Branch: perl
28791            ! pod/perlapi.pod pod/perlsyn.pod
28792 ____________________________________________________________________________
28793 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
28794         Log: Subject: [PATCH] switch / ~~ doccos
28795              From: Robin Houston <robin@cpan.org>
28796              Date: Wed, 21 Dec 2005 13:51:18 +0000
28797              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
28798      Branch: perl
28799            ! pod/perlsyn.pod
28800 ____________________________________________________________________________
28801 [ 26441] By: merijn                                on 2005/12/22  07:02:37
28802         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
28803              From: "Jan Dubois" <jand@ActiveState.com>
28804              Date: Wed, 21 Dec 2005 15:04:30 -0800
28805              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
28806      Branch: perl
28807            ! win32/config.vc64
28808 ____________________________________________________________________________
28809 [ 26440] By: stevep                                on 2005/12/22  03:08:59
28810         Log: Add documentation for method domainname() in Net::Domain.  Add some
28811              additional tests for Net::Domain.  Also, since it is tested, remove 
28812              test case from lib/1_compile.t.  One step closer to $500.
28813      Branch: perl
28814            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
28815 ____________________________________________________________________________
28816 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
28817         Log: Avoid negating an unsigned value. (The offset in the SV body table)
28818      Branch: perl
28819            ! sv.c
28820 ____________________________________________________________________________
28821 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
28822         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
28823              for some cases. Although it seems that only pp_sort pays any attention
28824              to it, of all the code on CPAN.
28825      Branch: perl
28826            ! sv.c
28827 ____________________________________________________________________________
28828 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
28829         Log: Localise the stash variable in pp_entersub().
28830      Branch: perl
28831            ! pp_hot.c
28832 ____________________________________________________________________________
28833 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
28834         Log: Undo my goto spaghetti from change 18340 - what we really need are
28835              hints to compilers about likey/unlikely branches.
28836      Branch: perl
28837            ! pp_hot.c
28838 ____________________________________________________________________________
28839 [ 26435] By: stevep                                on 2005/12/21  19:04:37
28840         Log: Add tests for untested math functions in POSIX
28841      Branch: perl
28842            + ext/POSIX/t/math.t
28843            ! MANIFEST
28844 ____________________________________________________________________________
28845 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
28846         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
28847              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
28848      Branch: perl
28849            ! mg.c pp.c pp_hot.c sv.c
28850 ____________________________________________________________________________
28851 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
28852         Log: Remove switch from perltodo
28853      Branch: perl
28854            ! pod/perltodo.pod
28855 ____________________________________________________________________________
28856 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
28857         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
28858              From: Robin Houston <robin@cpan.org>
28859              Date: Wed, 21 Dec 2005 11:00:08 +0000
28860              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
28861      Branch: perl
28862            + t/lib/feature/err
28863            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
28864            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
28865            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
28866            ! t/op/dor.t t/run/switches.t toke.c
28867 ____________________________________________________________________________
28868 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
28869         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
28870              based on copying part of change #22196 from do_chomp() to do_chop().
28871      Branch: perl
28872            ! doop.c
28873 ____________________________________________________________________________
28874 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
28875         Log: Subject: [PATCH] Fix bug in change #26379
28876              From: "Jan Dubois" <jand@ActiveState.com>
28877              Date: Tue, 20 Dec 2005 16:42:24 -0800
28878              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
28879      Branch: perl
28880            ! win32/win32.c
28881 ____________________________________________________________________________
28882 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
28883         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
28884              descriptive comment to include them.
28885      Branch: perl
28886            ! op.h
28887 ____________________________________________________________________________
28888 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
28889         Log: Remove some hardcoded references to ./perl in tests
28890      Branch: perl
28891            ! t/op/closure.t t/op/magic.t t/run/runenv.t
28892 ____________________________________________________________________________
28893 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
28894         Log: Take care in toke.c not to convert constant subroutine reference
28895              proxies into full blown PVGVs with PVCVs, and recognise them and inline
28896              their values. Adds a new function gv_const_sv(gv) to return the value
28897              of the constant subroutine from a GV, and adds a cv parameter to
28898              S_intuit_method.
28899      Branch: perl
28900            ! embed.fnc embed.h gv.c proto.h toke.c
28901 ____________________________________________________________________________
28902 [ 26426] By: merijn                                on 2005/12/20  19:56:58
28903         Log: Small update on using threads on HP-UX 10.20
28904              64bit is far beyond experimental by now
28905      Branch: perl
28906            ! README.hpux
28907 ____________________________________________________________________________
28908 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
28909         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
28910              addition of new typeglobs, and also disables initialisation of any
28911              typeglob placeholders. Needed to make the new constant subroutine
28912              proxy references work efficiently.
28913      Branch: perl
28914            ! gv.c gv.h
28915 ____________________________________________________________________________
28916 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
28917         Log: Fix typos in regular expressions
28918      Branch: perl
28919            ! ext/POSIX/t/time.t
28920 ____________________________________________________________________________
28921 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
28922         Log: Get the "cv" from the "gv" once, and be more careful so that we can
28923              cope if either aren't their regular types.
28924              cv_const_sv should verify the type of SV passed, instead of assuming
28925              that it's a viable CV.
28926      Branch: perl
28927            ! op.c toke.c
28928 ____________________________________________________________________________
28929 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
28930         Log: Croak if gv_init doesn't know how to create a typeglob from that type
28931              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
28932              Globs are actually first class assignable objects, so test that you
28933              can create a constant subroutine that returns one.
28934      Branch: perl
28935            ! gv.c pod/perldiag.pod t/op/gv.t
28936 ____________________________________________________________________________
28937 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
28938         Log: POD nits on B::Lint
28939      Branch: perl
28940            ! ext/B/B/Lint.pm
28941 ____________________________________________________________________________
28942 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
28943         Log: Subject: Re: Pluggable lint patch
28944              From: Joshua ben Jore <twists@gmail.com>
28945              Date: Mon, 19 Dec 2005 09:22:04 -0600
28946              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
28947      Branch: perl
28948            ! ext/B/B/Lint.pm ext/B/t/lint.t
28949 ____________________________________________________________________________
28950 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
28951         Log: Make perlivp skip the *.ph tests by default, since these
28952              files are normally not generated.
28953              The -a option is now needed for it to run all tests.
28954      Branch: perl
28955            ! utils/perlivp.PL
28956 ____________________________________________________________________________
28957 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
28958         Log: Subject: [TEST PATCH] %^H can now propagate into eval
28959              From: Robin Houston <robin@cpan.org>
28960              Date: Tue, 20 Dec 2005 12:06:15 +0000
28961              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
28962      Branch: perl
28963            ! t/comp/hints.t
28964 ____________________________________________________________________________
28965 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
28966         Log: Verify that the code for initialising typeglobs from other types works.
28967      Branch: perl
28968            ! t/op/gv.t
28969 ____________________________________________________________________________
28970 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
28971         Log: Use PTR2IV instead of casting directly
28972      Branch: perl
28973            ! pp_ctl.c
28974 ____________________________________________________________________________
28975 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
28976         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
28977              than a simple boolean, so passing FALSE or TRUE is bogus.
28978      Branch: perl
28979            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
28980            ! toke.c universal.c
28981 ____________________________________________________________________________
28982 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
28983         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
28984              the block labelled keylookup.
28985      Branch: perl
28986            ! toke.c
28987 ____________________________________________________________________________
28988 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
28989         Log: Subject: [PATCH] make failing cygwin test TODO'd
28990              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28991              Date: Mon, 19 Dec 2005 03:41:12 -0800
28992              Message-ID: <20051219114112.GA5568@efn.org>
28993      Branch: perl
28994            ! lib/File/Compare.t
28995 ____________________________________________________________________________
28996 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
28997         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
28998              which it is used.
28999      Branch: perl
29000            ! toke.c
29001 ____________________________________________________________________________
29002 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
29003         Log: Assert that orig_keyword, gv and gvp aren't used before the main
29004              keyword parser of Perl_yylex.
29005      Branch: perl
29006            ! toke.c
29007 ____________________________________________________________________________
29008 [ 26410] By: davem                                 on 2005/12/19  22:07:49
29009         Log: //g loops infinitely on tainted data
29010              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
29011              attached to it stays attached.
29012      Branch: perl
29013            ! op.c t/op/taint.t
29014 ____________________________________________________________________________
29015 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
29016         Log: Make gv_init recognise a reference-to-something in a symbol table as
29017              meaning a constant subroutine with that thing as it value
29018      Branch: perl
29019            ! gv.c
29020 ____________________________________________________________________________
29021 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
29022         Log: Fix internal broken link ; reindent code examples
29023      Branch: perl
29024            ! pod/perlsyn.pod
29025 ____________________________________________________________________________
29026 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
29027         Log: Fix typo.
29028              Add empty lines after =items.
29029      Branch: perl
29030            ! pod/perldiag.pod
29031 ____________________________________________________________________________
29032 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
29033         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
29034      Branch: perl
29035            ! pod/perlfunc.pod
29036 ____________________________________________________________________________
29037 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
29038         Log: Attempt at making IO::Handle backwards compatible again
29039      Branch: perl
29040            ! ext/IO/lib/IO/Handle.pm
29041 ____________________________________________________________________________
29042 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
29043         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
29044              constant in inlineable constant subroutines.
29045      Branch: perl
29046            ! dump.c ext/Devel/Peek/t/Peek.t
29047 ____________________________________________________________________________
29048 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
29049         Log: sort.pm deserves a new version number
29050      Branch: perl
29051            ! lib/sort.pm
29052 ____________________________________________________________________________
29053 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
29054         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
29055              From: Robin Houston <robin@cpan.org>
29056              Date: Dec 19, 2005 6:46 PM
29057              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
29058      Branch: perl
29059            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
29060            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
29061            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
29062 ____________________________________________________________________________
29063 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
29064         Log: Missing file from last change
29065      Branch: perl
29066            + t/lib/common.pl
29067 ____________________________________________________________________________
29068 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
29069         Log: Subject: [PATCH] latest switch/say/~~
29070              From: Robin Houston <robin@cpan.org>
29071              Date: Sat, 17 Dec 2005 20:44:31 +0000
29072              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
29073      Branch: perl
29074            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
29075            + t/lib/feature/say t/lib/feature/smartmatch
29076            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
29077            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
29078            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
29079            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
29080            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
29081            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
29082            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
29083            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
29084            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
29085 ____________________________________________________________________________
29086 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
29087         Log: Un-TODO a fixed test
29088              
29089              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
29090              From: demerphq <demerphq@gmail.com>
29091              Date: Sat, 17 Dec 2005 17:23:23 +0100
29092              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
29093      Branch: perl
29094            ! t/op/pat.t
29095 ____________________________________________________________________________
29096 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
29097         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
29098              it's an unexpected success
29099              
29100              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
29101              From: demerphq <demerphq@gmail.com>
29102              Date: Sat, 17 Dec 2005 17:23:23 +0100
29103              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
29104      Branch: perl
29105            ! t/test.pl
29106 ____________________________________________________________________________
29107 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
29108         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
29109              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
29110              Date: Dec 17, 2005 7:52 PM
29111              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
29112      Branch: perl
29113            ! patchlevel.h
29114 ____________________________________________________________________________
29115 [ 26396] By: craigb                                on 2005/12/18  00:16:42
29116         Log: Two test workarounds for VMS
29117      Branch: perl
29118            ! lib/File/Copy.t t/op/goto.t
29119 ____________________________________________________________________________
29120 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
29121         Log: Add some paranoia to check that GP accesses aren't being done on the
29122              wrong types of SV.
29123      Branch: perl
29124            ! gv.h
29125 ____________________________________________________________________________
29126 [ 26394] By: stevep                                on 2005/12/17  19:21:35
29127         Log: Upgrade to Time-HiRes-1.86
29128      Branch: perl
29129            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29130            ! ext/Time/HiRes/t/HiRes.t
29131 ____________________________________________________________________________
29132 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
29133         Log: Two it's => its grammar fixes.
29134      Branch: perl
29135            ! op.c perl.h
29136 ____________________________________________________________________________
29137 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
29138         Log: Move and const some definitions of variables used to save errno.
29139      Branch: perl
29140            ! doio.c perlio.c
29141 ____________________________________________________________________________
29142 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
29143         Log: Add t/op/negate.t to MANIFEST.
29144      Branch: perl
29145            ! MANIFEST
29146 ____________________________________________________________________________
29147 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
29148         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
29149              it's used.
29150      Branch: perl
29151            ! sv.c
29152 ____________________________________________________________________________
29153 [ 26389] By: stevep                                on 2005/12/17  15:47:39
29154         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
29155              From: Dominic Dunlop <shouldbedomo@mac.com>
29156              Date: Sat, 17 Dec 2005 15:57:54 +0100
29157              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
29158      Branch: perl
29159            ! ext/Time/HiRes/t/HiRes.t
29160 ____________________________________________________________________________
29161 [ 26388] By: stevep                                on 2005/12/17  15:41:38
29162         Log: Fix a typo and add some clarification to change #26387.
29163      Branch: perl
29164            ! pod/perlop.pod
29165 ____________________________________________________________________________
29166 [ 26387] By: stevep                                on 2005/12/17  15:35:45
29167         Log: Addition documentation explaining aritmetic negation on strings.  Also,
29168              additional test cases based partially on code by Piotr Fusik in 
29169              RT #36675: -'-10' eq '+10'.
29170      Branch: perl
29171            + t/op/negate.t
29172            ! pod/perlop.pod
29173 ____________________________________________________________________________
29174 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
29175         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
29176      Branch: perl
29177            ! sv.c
29178 ____________________________________________________________________________
29179 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
29180         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
29181              sv_2uv_flags should have been else if.
29182      Branch: perl
29183            ! sv.c
29184 ____________________________________________________________________________
29185 [ 26384] By: stevep                                on 2005/12/17  04:03:05
29186         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
29187              that aren't quite up to SUS3.  Based on a patch by David Dyck in
29188              RT #37960: POSIX/t/time fails bleadperl
29189      Branch: perl
29190            ! ext/POSIX/t/time.t
29191 ____________________________________________________________________________
29192 [ 26383] By: stevep                                on 2005/12/17  01:46:58
29193         Log: Upgrade to Time-HiRes-1.85
29194      Branch: perl
29195            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29196            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
29197            ! ext/Time/HiRes/fallback/const-c.inc
29198            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
29199 ____________________________________________________________________________
29200 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
29201         Log: Typo fixes from Robin Houston in
29202              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
29203      Branch: perl
29204            ! sv.h
29205 ____________________________________________________________________________
29206 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
29207         Log: s/Nullhv/NULL/g;
29208              # Although I see that Robin is proposing to add some :-)
29209      Branch: perl
29210            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
29211            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
29212 ____________________________________________________________________________
29213 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
29214         Log: s/Nullav/NULL/g
29215      Branch: perl
29216            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
29217            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
29218 ____________________________________________________________________________
29219 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
29220         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
29221              From: Jan Dubois <jand@activestate.com>
29222              Date: Dec 16, 2005 7:12 AM
29223              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
29224              
29225              (Without the proposed alarm.t test)
29226      Branch: perl
29227            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
29228 ____________________________________________________________________________
29229 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
29230         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
29231              length to copy.
29232      Branch: perl
29233            ! sv.c
29234 ____________________________________________________________________________
29235 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
29236         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
29237              add "new" tests before the end.
29238      Branch: perl
29239            ! t/comp/require.t
29240 ____________________________________________________________________________
29241 [ 26376] By: davem                                 on 2005/12/15  22:03:57
29242         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
29243      Branch: perl
29244            ! pp_ctl.c
29245 ____________________________________________________________________________
29246 [ 26375] By: stevep                                on 2005/12/15  18:16:20
29247         Log: Added test for change #26373.
29248      Branch: perl
29249            ! t/comp/require.t
29250 ____________________________________________________________________________
29251 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
29252         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
29253      Branch: perl
29254            ! pod/perl593delta.pod pp.c t/lib/strict/refs
29255 ____________________________________________________________________________
29256 [ 26373] By: stevep                                on 2005/12/15  17:48:42
29257         Log: Prevent require() from attempting to open directories and block 
29258              devices.  This fixes RT #24404.
29259      Branch: perl
29260            ! embed.fnc embed.h pp_ctl.c proto.h
29261 ____________________________________________________________________________
29262 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
29263         Log: Use PL_op_desc rather than literal strings in pp_ioctl
29264      Branch: perl
29265            ! pp_sys.c
29266 ____________________________________________________________________________
29267 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
29268         Log: Expand the comment describing the intent of change 26370, and how it
29269              relates to change 24660.
29270      Branch: perl
29271            ! toke.c
29272 ____________________________________________________________________________
29273 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
29274         Log: Don't autovivify stashes as soon as the lexer sees them.
29275              This makes defined %foo::bar:: work again.
29276              Add tests for it, remove note in perldelta about having broken it.
29277      Branch: perl
29278            ! pod/perl593delta.pod t/op/stash.t toke.c
29279 ____________________________________________________________________________
29280 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
29281         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
29282              of using local string constants.
29283      Branch: perl
29284            ! doio.c
29285 ____________________________________________________________________________
29286 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
29287         Log: More general fix for bug [perl #37915]
29288              Make Net::Ping::mselect return undef on error instead of -1.
29289      Branch: perl
29290            ! lib/Net/Ping.pm
29291 ____________________________________________________________________________
29292 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
29293         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
29294              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
29295              Date: Tue, 13 Dec 2005 10:44:47 -0800
29296              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
29297      Branch: perl
29298            ! lib/Net/Ping.pm
29299 ____________________________________________________________________________
29300 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
29301         Log: Silence test output to STDERR
29302              because it makes the 'make test' output look ugly.
29303      Branch: perl
29304            ! ext/Sys/Syslog/t/00-load.t
29305 ____________________________________________________________________________
29306 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
29307         Log: Subject: Re: [perl #37897] sprintf of version objects
29308              From: John Peacock <jpeacock@rowman.com>
29309              Date: Wed, 14 Dec 2005 10:12:56 -0500
29310              Message-ID: <43A03678.2060700@rowman.com>
29311              
29312              (with some formatting tweaks and extra test cases)
29313      Branch: perl
29314            ! sv.c t/op/sprintf.t
29315 ____________________________________________________________________________
29316 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
29317         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
29318      Branch: perl
29319            ! Porting/check83.pl
29320 ____________________________________________________________________________
29321 [ 26363] By: craigb                                on 2005/12/15  03:59:21
29322         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
29323              in order to avoid collisions with [.lib.Pod]
29324      Branch: perl
29325            ! configure.com installperl vms/descrip_mms.template
29326 ____________________________________________________________________________
29327 [ 26362] By: stevep                                on 2005/12/15  02:33:11
29328         Log: Reverting change #26360 and #26361 since it appears that the bugs I
29329              thought I fixed had been previously fixed with change #25953.
29330      Branch: perl
29331            ! pp_sort.c
29332 ____________________________________________________________________________
29333 [ 26361] By: stevep                                on 2005/12/15  02:02:25
29334         Log: Again, FREETMPS not SAVETMPS!
29335      Branch: perl
29336            ! pp_sort.c
29337 ____________________________________________________________________________
29338 [ 26360] By: stevep                                on 2005/12/15  02:00:19
29339         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
29340              fixes problems with nested sorts.  (RTs #7063 and #36430).
29341      Branch: perl
29342            ! pp_sort.c
29343 ____________________________________________________________________________
29344 [ 26359] By: stevep                                on 2005/12/15  00:36:25
29345         Log: Upgrade to Getopt-Long-2.35
29346      Branch: perl
29347            ! lib/Getopt/Long.pm
29348 ____________________________________________________________________________
29349 [ 26358] By: craigb                                on 2005/12/14  22:03:28
29350         Log: Using the system's utime() requires a patch to vms/vmsish.h
29351              that has not been submitted yet.
29352      Branch: perl
29353            ! vms/vms.c
29354 ____________________________________________________________________________
29355 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
29356         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
29357              correctly in TAP. (or alternatively if it really wants to skip, it
29358              needs to print ok)
29359      Branch: perl
29360            ! lib/Pod/t/man.t
29361 ____________________________________________________________________________
29362 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
29363         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
29364              sv_2uv_flags, sv_2nv and sv_2pv_flags.
29365      Branch: perl
29366            ! sv.c
29367 ____________________________________________________________________________
29368 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
29369         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
29370      Branch: perl
29371            ! sv.c
29372 ____________________________________________________________________________
29373 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
29374         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
29375              warn for uninitialized values.
29376      Branch: perl
29377            ! sv.c
29378 ____________________________________________________________________________
29379 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
29380         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
29381              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
29382      Branch: perl
29383            ! sv.c
29384 ____________________________________________________________________________
29385 [ 26351] By: davem                                 on 2005/12/14  12:46:29
29386         Log: forgot to add new file to change #26350
29387      Branch: perl
29388            + ext/threads/shared/t/blessed.t
29389 ____________________________________________________________________________
29390 [ 26350] By: davem                                 on 2005/12/14  12:44:20
29391         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
29392              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
29393              Date:  Tue, 13 Dec 2005 15:11:20 -0800
29394              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
29395              
29396              Unlike arrays and hashes, coping blessed refs to shared scalars left
29397              the copy unblessed
29398      Branch: perl
29399            ! MANIFEST ext/threads/shared/shared.xs
29400 ____________________________________________________________________________
29401 [ 26349] By: steveh                                on 2005/12/14  12:41:02
29402         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
29403      Branch: perl
29404            ! util.c
29405 ____________________________________________________________________________
29406 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
29407         Log: Convert range.t to test.pl
29408      Branch: perl
29409            ! t/op/range.t
29410 ____________________________________________________________________________
29411 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
29412         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
29413      Branch: perl
29414            ! embed.fnc embed.h proto.h
29415 ____________________________________________________________________________
29416 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
29417         Log: Inline asIV and asUV, as each is only used once, and it distracts from
29418              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
29419              and sv_2pv_flags. Add a comment noting the return path from the end of
29420              the SvGMAGICAL case to all 4.
29421      Branch: perl
29422            ! sv.c
29423 ____________________________________________________________________________
29424 [ 26344] By: craigb                                on 2005/12/13  17:27:48
29425         Log: Don't include utime.h in vms.c -- it collides with 
29426              homegroun definitions in vmsish.h.
29427      Branch: perl
29428            ! vms/vms.c
29429 ____________________________________________________________________________
29430 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
29431         Log: Fix realclean target for Sys::Syslog
29432      Branch: perl
29433            ! ext/Sys/Syslog/Makefile.PL
29434 ____________________________________________________________________________
29435 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
29436         Log: Remove tests that were not portable to 64bit ints.
29437      Branch: perl
29438            ! t/op/sprintf2.t
29439 ____________________________________________________________________________
29440 [ 26341] By: stevep                                on 2005/12/13  12:17:57
29441         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
29442              friendly.
29443      Branch: perl
29444           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
29445           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
29446           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
29447           +> lib/Pod/Simple/t/perlfaq3.pod
29448           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
29449           +> lib/Pod/Simple/t/perlvar_out.txt
29450            - lib/Pod/Simple/t/test_junk1.pod
29451            - lib/Pod/Simple/t/test_junk1_out.txt
29452            - lib/Pod/Simple/t/test_junk2.pod
29453            - lib/Pod/Simple/t/test_junk2_out.txt
29454            - lib/Pod/Simple/t/test_old_perlcygwin.pod
29455            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
29456            - lib/Pod/Simple/t/test_old_perlfaq3.pod
29457            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
29458            - lib/Pod/Simple/t/test_old_perlvar.pod
29459            - lib/Pod/Simple/t/test_old_perlvar_out.txt
29460            ! MANIFEST lib/Pod/Simple/t/render.t
29461 ____________________________________________________________________________
29462 [ 26340] By: stevep                                on 2005/12/13  11:54:54
29463         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
29464              directory names.
29465      Branch: perl
29466            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
29467            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
29468            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
29469            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
29470            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
29471            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
29472            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
29473            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
29474            + lib/Pod/Simple/t/test_lib/Blorm.pm
29475            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
29476            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
29477            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
29478            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
29479            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
29480            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
29481            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
29482            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
29483            + lib/Pod/Simple/t/test_lib/squaa.pm
29484            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
29485            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
29486            + lib/Pod/Simple/t/test_lib/zikzik.pod
29487            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
29488            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
29489            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
29490            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
29491            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
29492            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
29493            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
29494            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
29495            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
29496            - lib/Pod/Simple/t/test^lib/Blorm.pm
29497            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
29498            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
29499            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
29500            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
29501            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
29502            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
29503            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
29504            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
29505            - lib/Pod/Simple/t/test^lib/squaa.pm
29506            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
29507            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
29508            - lib/Pod/Simple/t/test^lib/zikzik.pod
29509            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
29510            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
29511            ! lib/Pod/Simple/t/search_10survey_specific.t
29512            ! lib/Pod/Simple/t/search_12survey_cwd.t
29513            ! lib/Pod/Simple/t/search_20survey_two.t
29514            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
29515            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
29516            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
29517            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
29518            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
29519            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
29520 ____________________________________________________________________________
29521 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
29522         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
29523              sprintf() or printf() will now croak if any of the indexes and
29524              widths specified in the format string are too large.
29525      Branch: perl
29526            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
29527 ____________________________________________________________________________
29528 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
29529         Log: Subject: Re: check83.pl
29530              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29531              Date: Sun, 11 Dec 2005 07:19:58 -0800
29532              Message-ID: <20051211151958.GA6188@efn.org>
29533      Branch: perl
29534            ! Porting/check83.pl
29535 ____________________________________________________________________________
29536 [ 26337] By: steveh                                on 2005/12/13  09:41:29
29537         Log: Fix lib/File/Compare.t test failures on Win32
29538              
29539              Change 26225, updated by 26245, added a test for another filename with
29540              a trailing space but failed to open the new filehandle in binary mode
29541              
29542              To compound matters, creating a file called "foo " on Win32 "succeeds"
29543              but actually creates a file called just "foo", so we have actually
29544              overwritten the original file with this non-binary mode version, and
29545              hence some of the original tests started failing too!
29546              
29547              (And because of this the new test doesn't actually add anything new on
29548              Win32 at the moment, but right now I can't think of a filename that
29549              would have failed under 2-arg open but succeeds with 3-arg open, which
29550              was the purpose of this test)
29551      Branch: perl
29552            ! lib/File/Compare.t
29553 ____________________________________________________________________________
29554 [ 26336] By: steveh                                on 2005/12/13  08:54:45
29555         Log: Don't try to export Perl_pad_sv when it isn't defined
29556              
29557              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
29558      Branch: perl
29559            ! makedef.pl
29560 ____________________________________________________________________________
29561 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
29562         Log: A suggestion by Yamashina Hio to speed up substitutions
29563              with right-hand side expressions by freeing temporaries.
29564              See :
29565              
29566              Subject: s///ge; consumes PL_tmps_stack in its loop
29567              From: YAMASHINA Hio <hio@hio.jp>
29568              Date: Tue, 30 Aug 2005 17:17:23 +0900
29569              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
29570      Branch: perl
29571            ! pp_ctl.c
29572 ____________________________________________________________________________
29573 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
29574         Log: Check that %v$foo does not crash.
29575      Branch: perl
29576            ! t/op/sprintf2.t
29577 ____________________________________________________________________________
29578 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
29579         Log: Use load_module() instead of perl_eval_sv("require $mod") to
29580              load modules.  This is safer since $mod comes from an external
29581              source.
29582      Branch: perl
29583            ! ext/Storable/Storable.xs
29584 ____________________________________________________________________________
29585 [ 26329] By: stevep                                on 2005/12/12  13:21:03
29586         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
29587              test for now.
29588      Branch: perl
29589            ! lib/Pod/t/man.t
29590 ____________________________________________________________________________
29591 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
29592         Log: Robin Houston points out a better way to replace
29593              the C<defined %foo::bar::> construct.
29594      Branch: perl
29595            ! pod/perl593delta.pod
29596 ____________________________________________________________________________
29597 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
29598         Log: Oops, change 26326 broke t/run/switches.t
29599              Reverting change 24912 fixes it.
29600      Branch: perl
29601            ! t/run/switches.t
29602 ____________________________________________________________________________
29603 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
29604         Log: Drop "v" prefix from sprintf("%vd", $^V).
29605              
29606              The sprintf documentation has this example:
29607              
29608              printf "version is v%vd\n", $^V;
29609              
29610              and it printed 'version is vv5.9.3\n'.
29611      Branch: perl
29612            ! sv.c t/op/sprintf.t
29613 ____________________________________________________________________________
29614 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
29615         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
29616      Branch: perl
29617            ! sv.c t/uni/sprintf.t
29618 ____________________________________________________________________________
29619 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
29620         Log: Move the rest of the data munging into the test preparation loop.
29621      Branch: perl
29622            ! t/op/sprintf.t
29623 ____________________________________________________________________________
29624 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
29625         Log: Move the $data and $result munging into the test preparation loop.
29626      Branch: perl
29627            ! t/op/sprintf.t
29628 ____________________________________________________________________________
29629 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
29630         Log: Disallow sprintf's vector handling for non-integer formats.
29631              Avoids core dump for printf("%vs") and similar.
29632      Branch: perl
29633            ! sv.c t/op/sprintf.t
29634 ____________________________________________________________________________
29635 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
29636         Log: Quench the other 2 ways obscure ways of abusing positional parameters
29637              to generate bogus array indexes. These two are inside the vector
29638              formatting code.
29639      Branch: perl
29640            ! sv.c t/op/sprintf.t
29641 ____________________________________________________________________________
29642 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
29643         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
29644              the XS fails. (Needed to bootstrap the core build)
29645      Branch: perl
29646            ! lib/Cwd.pm
29647 ____________________________________________________________________________
29648 [ 26318] By: stevep                                on 2005/12/10  15:42:39
29649         Log: Upgrade to PathTools-3.14_01
29650      Branch: perl
29651            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
29652            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29653            ! lib/File/Spec/t/Spec.t
29654 ____________________________________________________________________________
29655 [ 26317] By: stevep                                on 2005/12/10  15:21:37
29656         Log: Subject: [PATCH] Code tweaks in sv.c
29657              From: Andy Lester <andy@petdance.com>
29658              Date: Fri, 9 Dec 2005 11:09:21 -0600
29659              Message-ID: <20051209170921.GC16943@petdance.com>
29660              
29661              Includes a minor change the patch to account for code that moved
29662              elsewhere.
29663      Branch: perl
29664            ! sv.c
29665 ____________________________________________________________________________
29666 [ 26316] By: stevep                                on 2005/12/10  15:14:37
29667         Log: Subject: [PATCH] Excluding pad funcs when not debugging
29668              From: Andy Lester <andy@petdance.com>
29669              Date: Wed, 7 Dec 2005 21:58:05 -0600
29670              Message-ID: <20051208035805.GA23007@petdance.com>
29671      Branch: perl
29672            ! pad.c
29673 ____________________________________________________________________________
29674 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
29675         Log: A better hash for PTR_TABLE_HASH (?)
29676      Branch: perl
29677            ! sv.c
29678 ____________________________________________________________________________
29679 [ 26314] By: craigb                                on 2005/12/09  21:13:50
29680         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
29681              From: "John E. Malmberg" <wb8tyw@qsl.net>
29682              Date: Fri, 09 Dec 2005 14:08:53 -0500
29683              Message-id: <4399D645.8070803@qsl.net>
29684      Branch: perl
29685            ! vms/vms.c
29686 ____________________________________________________________________________
29687 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
29688         Log: An alternative way of structuring ptr_table_clear so that the variables
29689              can be assigned to at declaration time.
29690      Branch: perl
29691            ! sv.c
29692 ____________________________________________________________________________
29693 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
29694         Log: A more efficient way to loop in ptr_table_clear
29695      Branch: perl
29696            ! sv.c
29697 ____________________________________________________________________________
29698 [ 26311] By: stevep                                on 2005/12/09  13:22:33
29699         Log: Subject: Re: Pod::Simple integration
29700              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
29701              Date: Fri, 09 Dec 2005 07:06:00 +0100
29702              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
29703              
29704              These files are still giving problems after attempting to convert
29705              them to text in p4.  The tests pass without them, so we'll remove them
29706              from the Perl distribution.
29707      Branch: perl
29708            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
29709            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
29710            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
29711            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
29712            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
29713            ! MANIFEST
29714 ____________________________________________________________________________
29715 [ 26310] By: stevep                                on 2005/12/09  03:39:17
29716         Log: Fixes compile errors introduce with change #26301 when compiling
29717              with ithreads and DEBUGGING.
29718      Branch: perl
29719            ! sv.c
29720 ____________________________________________________________________________
29721 [ 26309] By: stevep                                on 2005/12/09  02:07:32
29722         Log: Upgrade to Sys-Syslog-0.10
29723      Branch: perl
29724            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
29725            + ext/Sys/Syslog/fallback/const-c.inc
29726            + ext/Sys/Syslog/fallback/const-xs.inc
29727            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
29728            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
29729            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
29730            + ext/Sys/Syslog/t/portfs.t
29731            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
29732            ! ext/Sys/Syslog/t/syslog.t
29733 ____________________________________________________________________________
29734 [ 26308] By: stevep                                on 2005/12/09  01:41:44
29735         Log: Upgrade to CGI.pm-3.15
29736      Branch: perl
29737            ! lib/CGI.pm lib/CGI/Changes
29738 ____________________________________________________________________________
29739 [ 26307] By: stevep                                on 2005/12/08  19:40:33
29740         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
29741      Branch: perl
29742            ! pod/perltodo.pod
29743 ____________________________________________________________________________
29744 [ 26306] By: stevep                                on 2005/12/08  19:21:25
29745         Log: One final Pod::Usage yak to shave...
29746      Branch: perl
29747            ! lib/Pod/Usage.pm
29748 ____________________________________________________________________________
29749 [ 26305] By: stevep                                on 2005/12/08  19:07:38
29750         Log: Version bump for Pod::Usage
29751      Branch: perl
29752            ! lib/Pod/Usage.pm
29753 ____________________________________________________________________________
29754 [ 26304] By: stevep                                on 2005/12/08  19:04:59
29755         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
29756              pass.
29757      Branch: perl
29758            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
29759 ____________________________________________________________________________
29760 [ 26303] By: stevep                                on 2005/12/08  15:53:36
29761         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
29762              includes a change to the Pod::Usage test file for compatibility
29763              purposes.
29764      Branch: perl
29765            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
29766 ____________________________________________________________________________
29767 [ 26302] By: craigb                                on 2005/12/08  14:47:57
29768         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
29769              structures.  They may be allocated during start-up and are torn down
29770              in an exit handler, where thread context and other Perlish support
29771              are iffy.
29772      Branch: perl
29773            ! vms/vms.c
29774 ____________________________________________________________________________
29775 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
29776         Log: Merge common code from ptr_table_fetch and ptr_table_store into
29777              S_ptr_table_find.
29778      Branch: perl
29779            ! sv.c
29780 ____________________________________________________________________________
29781 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
29782         Log: Fixup the setsockopt usage message; missing OPTVAL.
29783      Branch: perl
29784            ! ext/IO/lib/IO/Socket.pm
29785 ____________________________________________________________________________
29786 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
29787         Log: Improve the setsockopt description.
29788              Removed claim that OPTVAL might be undef as it is just treated
29789              the same as 0 and give the usual use-of-uninitialized-value
29790              warning.  Added an example.
29791      Branch: perl
29792            ! pod/perlfunc.pod
29793 ____________________________________________________________________________
29794 [ 26298] By: craigb                                on 2005/12/08  04:34:42
29795         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
29796              From: "John E. Malmberg" <wb8tyw@qsl.net>
29797              Date: Wed, 07 Dec 2005 22:26:21 -0500
29798              Message-id: <4397A7DD.8030403@qsl.net>
29799      Branch: perl
29800            ! vms/vms.c
29801 ____________________________________________________________________________
29802 [ 26297] By: stevep                                on 2005/12/07  20:39:24
29803         Log: One quick fix to the test for differences in error output.
29804      Branch: perl
29805            ! lib/Pod/t/Usage.t
29806 ____________________________________________________________________________
29807 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
29808         Log: Subject: [PATCH] All args in embed.fnc should be named
29809              From: Andy Lester <andy@petdance.com>
29810              Date: Wed, 7 Dec 2005 10:08:18 -0600
29811              Message-ID: <20051207160818.GA13465@petdance.com>
29812      Branch: perl
29813            ! embed.fnc embed.pl pod/perlapi.pod proto.h
29814 ____________________________________________________________________________
29815 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
29816         Log: Don't build manpages for Encode and Unicode::Normalize
29817              (when compiling perl manpages are built afterwards, not
29818              by MakeMaker like when installing modules.) This fix a
29819              bootstrap problem (now that Pod::Man uses POSIX.)
29820      Branch: perl
29821            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
29822 ____________________________________________________________________________
29823 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
29824         Log: Check in those files as text, not binary
29825      Branch: perl
29826            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
29827            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
29828            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
29829            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
29830            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
29831 ____________________________________________________________________________
29832 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
29833         Log: Remove space
29834      Branch: perl
29835            ! MANIFEST
29836 ____________________________________________________________________________
29837 [ 26292] By: stevep                                on 2005/12/07  12:36:59
29838         Log: Upgrade to podlators-2.00
29839      Branch: perl
29840            + lib/Pod/t/color.t lib/Pod/t/termcap.t
29841            - lib/Pod/t/text-errors.t
29842            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
29843            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
29844            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
29845            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
29846            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
29847            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
29848 ____________________________________________________________________________
29849 [ 26291] By: stevep                                on 2005/12/07  11:38:00
29850         Log: Assimilate Pod-Simple-3.03 to the Perl core
29851      Branch: perl
29852            + (add 170 files)
29853            ! MANIFEST Porting/Maintainers.pl
29854 ____________________________________________________________________________
29855 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
29856         Log: Pull the regexp stringification code out into S_stringify_regexp, to
29857              make sv_2pv_flags clearer.
29858      Branch: perl
29859            ! sv.c
29860 ____________________________________________________________________________
29861 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
29862         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
29863      Branch: perl
29864            ! sv.c
29865 ____________________________________________________________________________
29866 [ 26288] By: stevep                                on 2005/12/07  02:10:26
29867         Log: Upgrade to CGI-3.14.
29868              
29869              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
29870              yet been applied to the actual CGI distribution yet.
29871      Branch: perl
29872            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
29873 ____________________________________________________________________________
29874 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
29875         Log: Add a ; that 26281 was lacking.
29876              (Dear Mark, please can I have back one of the two that I sent you after
29877              change 23614)
29878      Branch: perl
29879            ! util.c
29880 ____________________________________________________________________________
29881 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
29882         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
29883              into S_sv_2iuv_common.
29884      Branch: perl
29885            ! sv.c
29886 ____________________________________________________________________________
29887 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
29888         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
29889              duplication.
29890      Branch: perl
29891            ! sv.c
29892 ____________________________________________________________________________
29893 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
29894         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
29895              From: Andy Lester <andy@petdance.com>
29896              Date: Mon, 5 Dec 2005 13:46:13 -0600
29897              Message-ID: <20051205194613.GB7791@petdance.com>
29898      Branch: perl
29899            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
29900            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
29901            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
29902 ____________________________________________________________________________
29903 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
29904         Log: Subject: Re: stringification of v-string references
29905              From: John Peacock <jpeacock@rowman.com>
29906              Message-ID: <439592B4.2050101@rowman.com>
29907              Date: Tue, 06 Dec 2005 08:31:32 -0500
29908      Branch: perl
29909            ! t/op/ref.t
29910 ____________________________________________________________________________
29911 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
29912         Log: Fix typo spotted by Ronald J Kimball.
29913      Branch: perl
29914            ! ext/Sys/Syslog/Syslog.pm
29915 ____________________________________________________________________________
29916 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
29917         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
29918              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
29919              Date: Tue, 6 Dec 2005 09:56:12 -0500
29920              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
29921      Branch: perl
29922            ! ext/Sys/Syslog/Syslog.pm
29923 ____________________________________________________________________________
29924 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
29925         Log: Document why syslog($priority, "%s", $message) is a good idea
29926              if the code might be running with older versions of Sys::Syslog.
29927      Branch: perl
29928            ! ext/Sys/Syslog/Syslog.pm
29929 ____________________________________________________________________________
29930 [ 26276] By: merijn                                on 2005/12/06  14:30:53
29931         Log: Itanium blade servers added to the model list
29932      Branch: perl
29933            ! README.hpux
29934 ____________________________________________________________________________
29935 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
29936         Log: Don't use Copy for 1 and 2 character string constants.
29937      Branch: perl
29938            ! sv.c
29939 ____________________________________________________________________________
29940 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
29941         Log: Eliminate an unneeded local variable.
29942      Branch: perl
29943            ! sv.c
29944 ____________________________________________________________________________
29945 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
29946         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
29947              code into the GMAGIC block.
29948      Branch: perl
29949            ! sv.c
29950 ____________________________________________________________________________
29951 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
29952         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
29953              only constant non-"" string returned.
29954      Branch: perl
29955            ! sv.c
29956 ____________________________________________________________________________
29957 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
29958         Log: Make all the return statements closer to the final calcuation of the
29959              returned value in the reference stringification code. Pull variables
29960              into tigher scope which also allows some to become const.
29961      Branch: perl
29962            ! sv.c
29963 ____________________________________________________________________________
29964 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
29965         Log: Move the scope of origsv inwards, and rename variables to avoid the
29966              need to re-assign to sv.
29967      Branch: perl
29968            ! sv.c
29969 ____________________________________________________________________________
29970 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
29971         Log: Clone the brief return logic and thereby remove a goto.
29972      Branch: perl
29973            ! sv.c
29974 ____________________________________________________________________________
29975 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
29976         Log: As they are now the same, can fold the entire switch statement for
29977              reference type in sv_2pv_flags into a call to sv_reftype.
29978      Branch: perl
29979            ! sv.c
29980 ____________________________________________________________________________
29981 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
29982         Log: Untease the regexp stringification from the reference naming in
29983              sv_2pv_flags. (Lots of re-indentation, little real change)
29984      Branch: perl
29985            ! sv.c
29986 ____________________________________________________________________________
29987 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
29988         Log: References to version objects should stringify as VSTRING. This makes
29989              stringification consistent with the output of ref().
29990      Branch: perl
29991            ! sv.c
29992 ____________________________________________________________________________
29993 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
29994         Log: The extra return is actually a duplicated code path, and can go.
29995      Branch: perl
29996            ! sv.c
29997 ____________________________________________________________________________
29998 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
29999         Log: Fix typo in description.
30000      Branch: perl
30001            ! MANIFEST
30002 ____________________________________________________________________________
30003 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
30004         Log: Add ext/MIME/Base64/README to MANIFEST
30005      Branch: perl
30006            ! MANIFEST
30007 ____________________________________________________________________________
30008 [ 26262] By: stevep                                on 2005/12/05  16:35:14
30009         Log: Upgrade to MIME-Base64-3.07
30010      Branch: perl
30011            + ext/MIME/Base64/README
30012            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
30013            ! ext/MIME/Base64/QuotedPrint.pm
30014 ____________________________________________________________________________
30015 [ 26261] By: stevep                                on 2005/12/05  16:29:46
30016         Log: Upgrade to Digest-MD5-2.36
30017      Branch: perl
30018            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
30019            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
30020 ____________________________________________________________________________
30021 [ 26260] By: stevep                                on 2005/12/05  16:20:17
30022         Log: Upgrade to CGI.pm-3.13
30023      Branch: perl
30024            + lib/CGI/t/no_tabindex.t
30025            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
30026            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
30027 ____________________________________________________________________________
30028 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
30029         Log: "Malformed UTF-8 character" was a severe warning, and can now be
30030              also a fatal error (since change #26258)
30031      Branch: perl
30032            ! pod/perldiag.pod
30033 ____________________________________________________________________________
30034 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
30035         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
30036              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30037              Date: Tue, 06 Dec 2005 00:35:52 +0900
30038              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
30039      Branch: perl
30040            ! regexec.c
30041 ____________________________________________________________________________
30042 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
30043         Log: Better variable names make code clearer
30044              
30045              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
30046              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30047              Date: Sun, 04 Dec 2005 16:24:29 +0900
30048              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
30049      Branch: perl
30050            ! embed.fnc proto.h utf8.c
30051 ____________________________________________________________________________
30052 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
30053         Log: Rework the error messages from the swashget code.
30054              
30055              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
30056              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30057              Date: Sun, 04 Dec 2005 16:24:59 +0900
30058              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
30059      Branch: perl
30060            ! pod/perldiag.pod utf8.c
30061 ____________________________________________________________________________
30062 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
30063         Log: Clarification and cleanup of the XS SWASHGET code
30064              
30065              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
30066              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30067              Date: Sun, 04 Dec 2005 16:28:35 +0900
30068              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
30069      Branch: perl
30070            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
30071 ____________________________________________________________________________
30072 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
30073         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
30074              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
30075              Date: Sat, 03 Dec 2005 12:24:05 +0100
30076              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
30077      Branch: perl
30078            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
30079 ____________________________________________________________________________
30080 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
30081         Log: NULL is a legal value for newXS()'s name parameter.
30082              (This caused strange build failures with gcc4 -O3)
30083      Branch: perl
30084            ! embed.fnc proto.h
30085 ____________________________________________________________________________
30086 [ 26252] By: stevep                                on 2005/12/04  15:30:55
30087         Log: Fix handling of author's names that had apostrophes.  Based on a patch
30088              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
30089      Branch: perl
30090            ! utils/h2xs.PL
30091 ____________________________________________________________________________
30092 [ 26251] By: davem                                 on 2005/12/03  15:20:24
30093         Log: clarify description of vector (v) sprintf format modifier
30094      Branch: perl
30095            ! pod/perlfunc.pod
30096 ____________________________________________________________________________
30097 [ 26250] By: craigb                                on 2005/12/03  15:15:47
30098         Log: In vms/vms.c, don't use the thread-specific Newx() during
30099              startup before threads are initialized.  
30100      Branch: perl
30101            ! vms/vms.c
30102 ____________________________________________________________________________
30103 [ 26249] By: stevep                                on 2005/12/03  12:31:02
30104         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
30105      Branch: perl
30106            ! pod/perlhack.pod
30107 ____________________________________________________________________________
30108 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
30109         Log: Missing chunk in change #26247.
30110      Branch: perl
30111            ! ext/Sys/Syslog/Syslog.pm
30112 ____________________________________________________________________________
30113 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
30114         Log: Sys::Syslog::syslog can accept a message without printf
30115              escapes and arguments.
30116              
30117              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
30118              From: Gisle Aas <gisle@activestate.com>
30119              Date: 03 Dec 2005 03:35:32 -0800
30120              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
30121      Branch: perl
30122            ! ext/Sys/Syslog/Syslog.pm
30123 ____________________________________________________________________________
30124 [ 26246] By: stevep                                on 2005/12/03  03:30:00
30125         Log: Upgrade to version-0.50
30126      Branch: perl
30127            ! lib/version.pm lib/version.pod lib/version.t util.c
30128 ____________________________________________________________________________
30129 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
30130         Log: Replace ^M by a space in test for bug #37716, to make
30131              Cygwin happy (found by Yitzchak)
30132      Branch: perl
30133            ! lib/File/Compare.t
30134 ____________________________________________________________________________
30135 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
30136         Log: Address Hugo's comment on Dave's change (26240)
30137      Branch: perl
30138            ! sv.c
30139 ____________________________________________________________________________
30140 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
30141         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
30142              From: Gisle Aas <gisle@ActiveState.com>
30143              Date: 28 Nov 2005 04:48:18 -0800
30144              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
30145              
30146              and
30147              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
30148      Branch: perl
30149            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
30150 ____________________________________________________________________________
30151 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
30152         Log: Subject: [PATCH] Signs, signs, everywhere a sign
30153              From: Andy Lester <andy@petdance.com>
30154              Date: Thu, 1 Dec 2005 14:24:51 -0600
30155              Message-ID: <20051201202451.GI22713@petdance.com>
30156      Branch: perl
30157            ! pp_pack.c
30158 ____________________________________________________________________________
30159 [ 26241] By: stevep                                on 2005/12/01  20:27:34
30160         Log: Nit from change #26232 noticed by H. Merijn Brand
30161      Branch: perl
30162            ! pod/perlop.pod
30163 ____________________________________________________________________________
30164 [ 26240] By: davem                                 on 2005/12/01  16:40:29
30165         Log: sprintf %NNN$ check for large values wrapping to negative
30166      Branch: perl
30167            ! sv.c t/op/sprintf2.t
30168 ____________________________________________________________________________
30169 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
30170         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
30171      Branch: perl
30172            ! makedef.pl perl.h sv.c
30173 ____________________________________________________________________________
30174 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
30175         Log: Missing #ifdef, noticed by Jan Dubois
30176      Branch: perl
30177            ! sv.c
30178 ____________________________________________________________________________
30179 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
30180         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
30181              From: Gisle Aas <gisle@ActiveState.com>
30182              Date: 01 Dec 2005 06:20:14 -0800
30183              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
30184              
30185              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
30186              From: Gisle Aas <gisle@ActiveState.com>
30187              Date: 01 Dec 2005 06:11:44 -0800
30188              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
30189      Branch: perl
30190            ! sv.c t/op/sprintf.t
30191 ____________________________________________________________________________
30192 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
30193         Log: Subject: [PATCH] Disable constant folding of sprintf
30194              From: Gisle Aas <gisle@ActiveState.com>
30195              Date: 01 Dec 2005 03:22:10 -0800
30196              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
30197      Branch: perl
30198            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
30199 ____________________________________________________________________________
30200 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
30201         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
30202              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
30203              Date: Wed, 30 Nov 2005 20:17:31 -0800
30204              Message-ID: <438E795B.9060805@ActiveState.com>
30205      Branch: perl
30206            ! sv.c
30207 ____________________________________________________________________________
30208 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
30209         Log: Revert change #26110 (already reverted in maintperl by change 26182)
30210      Branch: perl
30211            ! op.c
30212 ____________________________________________________________________________
30213 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
30214         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
30215              not siteperl
30216      Branch: perl
30217            ! pod/perlrun.pod
30218 ____________________________________________________________________________
30219 [ 26232] By: stevep                                on 2005/11/30  19:09:17
30220         Log: dor-assign (//=) was missing from perlop.pod
30221      Branch: perl
30222            ! pod/perlop.pod
30223 ____________________________________________________________________________
30224 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
30225         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
30226              From: Gisle Aas <gisle@ActiveState.com>
30227              Date: 30 Nov 2005 09:28:54 -0800
30228              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
30229      Branch: perl
30230            ! pp.c sv.c
30231 ____________________________________________________________________________
30232 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
30233         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
30234              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30235              Date: Sun, 27 Nov 2005 17:02:02 +0900
30236              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
30237      Branch: perl
30238            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
30239            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
30240            ! utfebcdic.h
30241 ____________________________________________________________________________
30242 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
30243         Log: The regexp engine should check SV flags rather than SV type for
30244              determining if something is a reference, because under the debugger
30245              the value returned by the swash code is SVt_PVMG.
30246              Not doing this has the side effect of repeatedly reassigning the
30247              same array element, which causes destructors to fire on the reassignment
30248              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
30249              of save_re_context, which under the debugger involves re-entering the
30250              regexp engine, which causes corruption of the regexp engine's global
30251              state.
30252      Branch: perl
30253            ! regexec.c
30254 ____________________________________________________________________________
30255 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
30256         Log: Fix B::Concise tests after change #26226
30257      Branch: perl
30258            ! ext/B/t/optree_varinit.t
30259 ____________________________________________________________________________
30260 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
30261         Log: Revert change #22520 (optimise away my $foo = undef and similar
30262              constructs), in order to fix bug perl #37776
30263      Branch: perl
30264            ! op.c t/op/my.t
30265 ____________________________________________________________________________
30266 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
30267         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
30268              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
30269              Date: Tue, 29 Nov 2005 08:07:19 +0100
30270              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
30271      Branch: perl
30272            ! lib/File/Compare.pm lib/File/Compare.t
30273 ____________________________________________________________________________
30274 [ 26224] By: stevep                                on 2005/11/29  12:36:46
30275         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
30276              which is now a prereq for podlators.
30277      Branch: perl
30278            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
30279            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
30280            + lib/Pod/Escapes/t/10_main.t
30281            + lib/Pod/Escapes/t/15_name2charnum.t
30282            ! MANIFEST Porting/Maintainers.pl
30283 ____________________________________________________________________________
30284 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
30285         Log: Typo fix, by Olivier Blin
30286      Branch: perl
30287            ! lib/Getopt/Long.pm
30288 ____________________________________________________________________________
30289 [ 26222] By: steveh                                on 2005/11/28  17:07:25
30290         Log: Fix ext/POSIX/t/time.t on Win32
30291              
30292              According to MSDN, "The string result produced by ctime contains
30293              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
30294              so we *do* want the leading zero on the day returned by strftime
30295      Branch: perl
30296            ! ext/POSIX/t/time.t
30297 ____________________________________________________________________________
30298 [ 26221] By: stevep                                on 2005/11/28  14:11:23
30299         Log: Mac OS X/Darwin seems to have problems with tzname().
30300      Branch: perl
30301            ! ext/POSIX/t/time.t
30302 ____________________________________________________________________________
30303 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
30304         Log: FAQ sync.
30305      Branch: perl
30306            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
30307            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
30308 ____________________________________________________________________________
30309 [ 26219] By: stevep                                on 2005/11/28  02:48:18
30310         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
30311              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
30312              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
30313              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
30314      Branch: perl
30315            ! lib/Math/Trig.pm
30316 ____________________________________________________________________________
30317 [ 26218] By: stevep                                on 2005/11/28  02:34:49
30318         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
30319              operator added to close two tickets.
30320      Branch: perl
30321            ! pod/perlobj.pod
30322 ____________________________________________________________________________
30323 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
30324         Log: Don't let MakeMaker install doc for MIME::Base64
30325              (since installpod does it already)
30326      Branch: perl
30327            ! ext/MIME/Base64/Makefile.PL
30328 ____________________________________________________________________________
30329 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
30330         Log: Upgrade to Getopt::Long 2.34_04
30331      Branch: perl
30332            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
30333            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
30334            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
30335            ! lib/Getopt/Long/t/gol-oo.t
30336 ____________________________________________________________________________
30337 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
30338         Log: Subject: [PATCH] fix wrong pool error in cygwin build
30339              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30340              Date: Nov 27, 2005 9:29 AM
30341              Message-ID: <20051127082918.GA2556@efn.org>
30342      Branch: perl
30343            ! cygwin/cygwin.c
30344 ____________________________________________________________________________
30345 [ 26214] By: stevep                                on 2005/11/27  02:35:25
30346         Log: Upgrade to MIME-Base64-3.06
30347      Branch: perl
30348            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
30349            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
30350            ! ext/MIME/Base64/QuotedPrint.pm
30351 ____________________________________________________________________________
30352 [ 26213] By: stevep                                on 2005/11/26  12:48:42
30353         Log: Deal with differences in what clock() does between POSIX and BSD.
30354      Branch: perl
30355            ! ext/POSIX/t/time.t
30356 ____________________________________________________________________________
30357 [ 26212] By: stevep                                on 2005/11/26  12:04:00
30358         Log: Upgrade to Scalar-List-Utils-1.18
30359      Branch: perl
30360            + ext/List/Util/t/00version.t
30361            ! MANIFEST ext/List/Util/Changes
30362 ____________________________________________________________________________
30363 [ 26211] By: stevep                                on 2005/11/26  11:50:17
30364         Log: Upgrade to Digest-MD5-2.35
30365      Branch: perl
30366            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
30367            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
30368            ! ext/Digest/MD5/t/files.t
30369 ____________________________________________________________________________
30370 [ 26210] By: stevep                                on 2005/11/26  11:40:57
30371         Log: Actually update one of the files from the previous change.
30372      Branch: perl
30373            ! lib/Digest.pm
30374 ____________________________________________________________________________
30375 [ 26209] By: stevep                                on 2005/11/26  11:38:02
30376         Log: Upgrade to Digest-1.14
30377      Branch: perl
30378            ! lib/Digest.pm lib/Digest/Changes
30379 ____________________________________________________________________________
30380 [ 26208] By: stevep                                on 2005/11/26  02:56:26
30381         Log: Just be explicit about $TZ.  
30382      Branch: perl
30383            ! ext/POSIX/t/time.t
30384 ____________________________________________________________________________
30385 [ 26207] By: stevep                                on 2005/11/26  02:32:10
30386         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
30387              on OpenBSD.
30388      Branch: perl
30389            ! ext/POSIX/t/time.t
30390 ____________________________________________________________________________
30391 [ 26206] By: stevep                                on 2005/11/26  01:31:24
30392         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
30393              but I don't expect any black smokes because of testing on OpenBSD,
30394              Linux, Win32, an Cygwin.
30395      Branch: perl
30396            + ext/POSIX/t/time.t
30397            ! MANIFEST ext/B/t/b.t
30398 ____________________________________________________________________________
30399 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
30400         Log: Move report_uninit() and its static supporting functions to the end of
30401              sv.c, so that they are not sandwiched between the two halves of the
30402              SV allocation code. However, the diff looks far more evil than it
30403              should given that this is just moving a single albeit large hunk.
30404      Branch: perl
30405            ! sv.c
30406 ____________________________________________________________________________
30407 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
30408         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
30409              From: demerphq <demerphq@gmail.com>
30410              Date: Fri, 25 Nov 2005 13:57:38 +0100
30411              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
30412      Branch: perl
30413            ! pod/perlpod.pod
30414 ____________________________________________________________________________
30415 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
30416         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
30417              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30418              Date: Fri, 25 Nov 2005 00:19:35 +0900
30419              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
30420              
30421              Date: Fri, 25 Nov 2005 01:18:17 +0900
30422              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
30423      Branch: perl
30424            ! universal.c utf8.c
30425 ____________________________________________________________________________
30426 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
30427         Log: Document new perldoc -L switch
30428              
30429              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
30430              From: Enrico Sorcinelli <bepi@perl.it>
30431              Date: Thu, 24 Nov 2005 16:04:03 +0100
30432              Message-Id: <20051124160403.568a194b.bepi@perl.it>
30433      Branch: perl
30434            ! pod/perldoc.pod
30435 ____________________________________________________________________________
30436 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
30437         Log: Delete a README made redundant by change 26200.
30438      Branch: perl
30439            - wince/README.perlce
30440 ____________________________________________________________________________
30441 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
30442         Log: Subject: [PATCH @26198] perlce touches
30443              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
30444              Date: Nov 23, 2005 8:55 PM
30445              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
30446      Branch: perl
30447            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
30448            ! wince/wince.c
30449 ____________________________________________________________________________
30450 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
30451         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
30452              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30453              Date: Wed, 23 Nov 2005 17:57:34 +0900
30454              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
30455              
30456              And :
30457              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
30458              
30459              with some nits to use U8 instead of char more consistently
30460      Branch: perl
30461            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
30462 ____________________________________________________________________________
30463 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
30464         Log: Notes in perlstyle about POD formatting, by Sébastien
30465              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
30466      Branch: perl
30467            ! pod/perlstyle.pod
30468 ____________________________________________________________________________
30469 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
30470         Log: Note the URL describing the vast riches awaiting us.
30471      Branch: perl
30472            ! t/lib/1_compile.t
30473 ____________________________________________________________________________
30474 [ 26196] By: davem                                 on 2005/11/22  16:52:24
30475         Log: include PERL_TRACK_MEMPOOL in perl -V output
30476      Branch: perl
30477            ! perl.c
30478 ____________________________________________________________________________
30479 [ 26195] By: davem                                 on 2005/11/22  16:32:42
30480         Log: perl segfaults on reversed array reference
30481              
30482              The 'for (reverse @a)' optimisation got its index wrong when
30483              create LVALUE SVs for undef elements
30484      Branch: perl
30485            ! pp_ctl.c pp_hot.c t/op/loopctl.t
30486 ____________________________________________________________________________
30487 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
30488         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
30489              From: Robin Houston <robin@cpan.org>
30490              Date: Tue, 22 Nov 2005 13:28:17 +0000
30491              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
30492      Branch: perl
30493            ! pod/perlfunc.pod
30494 ____________________________________________________________________________
30495 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
30496         Log: Use the system's free to dealloc a PV allocated by the system
30497              (more precisely by libgdbm.) See :
30498              
30499              Subject: GDBM_file realloc failures
30500              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
30501              Date: Mon, 21 Nov 2005 18:22:00 +0100
30502              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
30503      Branch: perl
30504            ! ext/GDBM_File/GDBM_File.xs
30505 ____________________________________________________________________________
30506 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
30507         Log: Subject: Re: [PATCH] concat interacts badly with magic
30508              From: Robin Houston <robin@cpan.org>
30509              Date: Tue, 22 Nov 2005 14:07:27 +0000
30510              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
30511              
30512              (new version of patch for bug #37722)
30513      Branch: perl
30514            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
30515            ! t/op/tie.t
30516 ____________________________________________________________________________
30517 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
30518         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
30519              From: Enrico Sorcinelli <bepi@perl.it>
30520              Date: Sun, 20 Nov 2005 10:20:51 +0100
30521              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
30522              
30523              Also, bump version number of Perldoc.
30524      Branch: perl
30525            ! lib/Pod/Perldoc.pm
30526 ____________________________________________________________________________
30527 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
30528         Log: Revert change #26185, which could have some unwanted side-effects.
30529              (lib/warnings.t had failures due to this patch.)
30530              Moreover Dave Mitchell correctly pointed out that [perl #37722]
30531              wasn't really a bug.
30532      Branch: perl
30533            ! pp_hot.c t/op/tie.t
30534 ____________________________________________________________________________
30535 [ 26189] By: merijn                                on 2005/11/22  06:33:05
30536         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
30537              From: "Jan Dubois" <jand@ActiveState.com>
30538              Date: Mon, 21 Nov 2005 21:35:51 -0800
30539              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
30540      Branch: perl
30541            ! win32/include/sys/socket.h
30542 ____________________________________________________________________________
30543 [ 26188] By: stevep                                on 2005/11/22  03:41:17
30544         Log: Subject: [PATCH] ff_chop.patch redux
30545              From: Andy Lester <andy@petdance.com>
30546              Date: Mon, 21 Nov 2005 21:16:14 -0600
30547              Message-ID: <20051122031614.GB19424@petdance.com>
30548      Branch: perl
30549            ! pp_ctl.c
30550 ____________________________________________________________________________
30551 [ 26187] By: stevep                                on 2005/11/22  03:37:30
30552         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
30553              From: "John E. Malmberg" <wb8tyw@qsl.net>
30554              Date: Mon, 21 Nov 2005 22:09:17 -0500
30555              Message-ID: <43828BDD.7080302@qsl.net>
30556      Branch: perl
30557            ! t/op/pat.t
30558 ____________________________________________________________________________
30559 [ 26186] By: stevep                                on 2005/11/22  03:32:04
30560         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
30561              From: "John E. Malmberg" <wb8tyw@qsl.net>
30562              Date: Mon, 21 Nov 2005 21:19:31 -0500
30563              Message-ID: <43828033.9040708@qsl.net>
30564      Branch: perl
30565            ! t/op/array.t
30566 ____________________________________________________________________________
30567 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
30568         Log: Subject: [PATCH] concat interacts badly with magic
30569              From: Robin Houston <robin@cpan.org>
30570              Date: Mon, 21 Nov 2005 17:03:39 +0000
30571              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
30572      Branch: perl
30573            ! pp_hot.c t/op/tie.t
30574 ____________________________________________________________________________
30575 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
30576         Log: Flip the sign of the value in body details offset, and change its type
30577              to size_t.
30578      Branch: perl
30579            ! sv.c
30580 ____________________________________________________________________________
30581 [ 26183] By: merijn                                on 2005/11/21  14:11:28
30582         Log: Thread failures on AIX (and others) caused by interleaved output
30583              
30584              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
30585              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
30586              Date: Sun, 20 Nov 2005 14:36 +0100
30587              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
30588      Branch: perl
30589            ! t/op/threads.t
30590 ____________________________________________________________________________
30591 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
30592         Log: Upgrade to Time::HiRes 1.83
30593      Branch: perl
30594            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30595            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
30596 ____________________________________________________________________________
30597 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
30598         Log: Eliminate two more strlen()s, by using the return value of sprintf().
30599      Branch: perl
30600            ! pp_ctl.c
30601 ____________________________________________________________________________
30602 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
30603         Log: Declarations must come first, or some compilers aren't happy.
30604              (spotted by Jarkko)
30605      Branch: perl
30606            ! ext/B/B.xs
30607 ____________________________________________________________________________
30608 [ 26178] By: stevep                                on 2005/11/20  02:41:01
30609         Log: Subject: [PATCH] Pulling ancient RCS comments
30610              From: Andy Lester <andy@petdance.com>
30611              Date: Sat, 19 Nov 2005 00:16:39 -0600
30612              Message-ID: <20051119061639.GA25086@petdance.com>
30613      Branch: perl
30614            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
30615            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
30616            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
30617            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
30618            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
30619            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
30620            ! t/op/read.t t/op/time.t t/op/unshift.t
30621 ____________________________________________________________________________
30622 [ 26177] By: stevep                                on 2005/11/20  02:31:10
30623         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
30624              From: "Jan Dubois" <jand@ActiveState.com>
30625              Date: Fri, 18 Nov 2005 11:38:24 -0800
30626              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
30627      Branch: perl
30628            ! perl.h util.c
30629 ____________________________________________________________________________
30630 [ 26176] By: stevep                                on 2005/11/19  19:14:42
30631         Log: Down with "warning: code has no effect"
30632      Branch: perl
30633            ! XSUB.h
30634 ____________________________________________________________________________
30635 [ 26175] By: stevep                                on 2005/11/19  18:06:14
30636         Log: Cleaning up some warnings generated by "gcc -W"
30637      Branch: perl
30638            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
30639            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
30640 ____________________________________________________________________________
30641 [ 26174] By: stevep                                on 2005/11/19  13:46:27
30642         Log: Upgrade to PathTools-3.14
30643      Branch: perl
30644            + lib/File/Spec/t/tmpdir.t
30645            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
30646            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
30647            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30648            ! lib/File/Spec/t/Spec.t
30649 ____________________________________________________________________________
30650 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
30651         Log: Norman observed that a couple of macros could make the body defintion
30652              table a lot more readable.
30653      Branch: perl
30654            ! sv.c
30655 ____________________________________________________________________________
30656 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
30657         Log: With -DPURFIY we change the flags so that everything is allocated
30658              directly. (Don't use arenas at all.) This seems a rather elegant way
30659              to simplify some of the code in sv.c by removing conditional
30660              compilation.
30661      Branch: perl
30662            ! sv.c
30663 ____________________________________________________________________________
30664 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
30665         Log: Map the HE arena onto SV type 0 (SVt_NULL).
30666              Abolish PL_he_root and PL_he_arenaroot.
30667      Branch: perl
30668            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
30669            ! sv.c sv.h
30670 ____________________________________________________________________________
30671 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
30672         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
30673      Branch: perl
30674            ! sv.c
30675 ____________________________________________________________________________
30676 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
30677         Log: sv_clear can manipulate the arena array directly too.
30678              Also, I think that we may have been "leaking" NV bodies in blead since
30679              25051. Oops. (Will not have been detectable except with -DPURIFY as
30680              the leak is not returning them as free to the arena)
30681      Branch: perl
30682            ! sv.c
30683 ____________________________________________________________________________
30684 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
30685         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
30686              zero as it's copying over the same sized structure. So change
30687              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
30688      Branch: perl
30689            ! sv.c
30690 ____________________________________________________________________________
30691 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
30692         Log: Merge the arms of the switch. The decision about what comes from an
30693              arena and what comes from malloc is now solely in the table.
30694      Branch: perl
30695            ! sv.c
30696 ____________________________________________________________________________
30697 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
30698         Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
30699              sv_type, which is a constant variable with the same value.
30700      Branch: perl
30701            ! sv.c
30702 ____________________________________________________________________________
30703 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
30704         Log: Eliminate new_body_offset from sv_dup()
30705      Branch: perl
30706            ! sv.c
30707 ____________________________________________________________________________
30708 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
30709         Log: Merge the last remaining case duplication in sv_upgrade
30710      Branch: perl
30711            ! sv.c
30712 ____________________________________________________________________________
30713 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
30714         Log: Eliminate new_body_length from sv_upgrade
30715      Branch: perl
30716            ! sv.c
30717 ____________________________________________________________________________
30718 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
30719         Log: Eliminate new_body_offset from sv_upgrade
30720      Branch: perl
30721            ! sv.c
30722 ____________________________________________________________________________
30723 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
30724         Log: new_body_inline doesn't need to be passed the root, as it's already
30725              inferring the arenaroot directly from the passed-in type.
30726      Branch: perl
30727            ! sv.c
30728 ____________________________________________________________________________
30729 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
30730         Log: Tabs are still required in the MANIFEST
30731      Branch: perl
30732            ! MANIFEST
30733 ____________________________________________________________________________
30734 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
30735         Log: Add a flag to the body details of which types come from arenas.
30736              Update the allocation information for all the types.
30737              Add a new macro new_NOARENA() for allocating the non-arena types.
30738              Use calloc rather than malloc for the new_NOARENA so that the Zero()
30739              can be skipped.
30740      Branch: perl
30741            ! sv.c
30742 ____________________________________________________________________________
30743 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
30744         Log: Simplify the expression for the upgrade logic for SVt_IV.
30745              Replace the "can't happen" comment for SVt_PVIV with assertions
30746              that it didn't happen.
30747      Branch: perl
30748            ! sv.c
30749 ____________________________________________________________________________
30750 [ 26157] By: stevep                                on 2005/11/18  11:07:34
30751         Log: Adding README.linux to the MANIFEST
30752      Branch: perl
30753            ! MANIFEST
30754 ____________________________________________________________________________
30755 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
30756         Log: const and static for the const static private table.
30757              Replace the "upgrade" special case for SVt_PV with assertions as it's
30758              not been needed since we forced *up*grades.
30759      Branch: perl
30760            ! sv.c
30761 ____________________________________________________________________________
30762 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
30763         Log: Rename sv_upgrade's parameter mt to new_type.
30764      Branch: perl
30765            ! sv.c
30766 ____________________________________________________________________________
30767 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
30768         Log: Subject: Dumpvalue doc patch
30769              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
30770              Date: Fri, 18 Nov 2005 03:42:52 +0100
30771              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
30772      Branch: perl
30773            ! lib/Dumpvalue.pm
30774 ____________________________________________________________________________
30775 [ 26153] By: stevep                                on 2005/11/18  00:54:53
30776         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
30777              compilers of Linux.
30778      Branch: perl
30779            + README.linux
30780            ! hints/linux.sh
30781 ____________________________________________________________________________
30782 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
30783         Log: All that can be in the first switch statement of sv_upgrade is now
30784              table driven. The shrinking continues on the morrow.
30785      Branch: perl
30786            ! sv.c
30787 ____________________________________________________________________________
30788 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
30789         Log: "Can you see what it is yet?"
30790              Next steps towards making as much as possible table driven.
30791      Branch: perl
30792            ! sv.c
30793 ____________________________________________________________________________
30794 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
30795         Log: Add the size of the structure to copy as a field in the per type
30796              data table.
30797      Branch: perl
30798            ! sv.c
30799 ____________________________________________________________________________
30800 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
30801         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
30802              of structures.
30803      Branch: perl
30804            ! sv.c
30805 ____________________________________________________________________________
30806 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
30807         Log: Move the location of the definition of the arena slot used for pte
30808              into sv.h, to keep it in one central place.
30809              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
30810              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
30811      Branch: perl
30812            ! sv.c sv.h
30813 ____________________________________________________________________________
30814 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
30815         Log: Subject: [PATCH] Sort subs now in embed.fnc
30816              From: Andy Lester <andy@petdance.com>
30817              Date: Thu, 17 Nov 2005 07:53:38 -0600
30818              Message-ID: <20051117135338.GA31715@petdance.com>
30819      Branch: perl
30820            ! embed.fnc embed.h pp_sort.c proto.h
30821 ____________________________________________________________________________
30822 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
30823         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
30824              in that variable.
30825              Don't compile S_new_body with -DPURIFY
30826      Branch: perl
30827            ! sv.c
30828 ____________________________________________________________________________
30829 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
30830         Log: It's clearer to use "morphing" than "polymorphing" when
30831              describing what exec() does
30832      Branch: perl
30833            ! pod/perlmod.pod
30834 ____________________________________________________________________________
30835 [ 26144] By: stevep                                on 2005/11/17  00:18:31
30836         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
30837              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
30838              Date: Wed, 16 Nov 2005 07:11:41 -0800
30839              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
30840      Branch: perl
30841            ! universal.c
30842 ____________________________________________________________________________
30843 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
30844         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
30845              Wanting sizeof(void) isn't even a compilation error with -ansi
30846              -pedantic. Just a warning. Lame! I'm going to send it back for a full
30847              refund. Hateful software.
30848      Branch: perl
30849            ! sv.c
30850 ____________________________________________________________________________
30851 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
30852         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
30853              an erroneous remaining reference to PL_pte_root to correct.
30854      Branch: perl
30855            ! embedvar.h intrpvar.h perlapi.h sv.c
30856 ____________________________________________________________________________
30857 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
30858         Log: Subject: Re: eliminate discreet arenaroots
30859              From: Jim Cromie <jim.cromie@gmail.com>
30860              Message-ID: <4378E5B0.3010708@gmail.com>
30861              Date: Mon, 14 Nov 2005 12:29:52 -0700
30862      Branch: perl
30863            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
30864 ____________________________________________________________________________
30865 [ 26140] By: merijn                                on 2005/11/16  19:26:13
30866         Log: Subject: [PATCH @26137] for wince
30867              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
30868              Date: Wed, 16 Nov 2005 20:57:13 +0300
30869              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
30870      Branch: perl
30871            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
30872            ! wince/wince.c
30873 ____________________________________________________________________________
30874 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
30875         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
30876              From: hv@crypt.org
30877              Date: Wed, 16 Nov 2005 14:54:55 +0000
30878              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
30879      Branch: perl
30880            ! regexec.c t/op/re_tests
30881 ____________________________________________________________________________
30882 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
30883         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
30884              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30885              Date: Wed, 09 Nov 2005 02:12:00 +0900
30886              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
30887      Branch: perl
30888            ! doop.c t/op/bop.t
30889 ____________________________________________________________________________
30890 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
30891         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
30892              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30893              Date: Sun, 13 Nov 2005 16:01:02 -0800
30894              Message-ID: <20051114000102.GA5556@efn.org>
30895      Branch: perl
30896            ! Makefile.SH
30897 ____________________________________________________________________________
30898 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
30899         Log: Remove the two register keywords from auto variables that PERL_POSION
30900              wants to take the address of.
30901      Branch: perl
30902            ! hv.c scope.c
30903 ____________________________________________________________________________
30904 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
30905         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
30906              (by using the union pointer to chain the freed heads together)
30907      Branch: perl
30908            ! sv.c
30909 ____________________________________________________________________________
30910 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
30911         Log: Mark all places where perl needs to look at a possibly-freed scalar
30912              with a macro SvIS_FREED(sv)
30913      Branch: perl
30914            ! av.c mg.c op.c pad.c pp_hot.c sv.h
30915 ____________________________________________________________________________
30916 [ 26131] By: stevep                                on 2005/11/14  17:31:59
30917         Log: Removed reference to the non-existent C<Opcode::Custom>.
30918      Branch: perl
30919            ! pod/perlguts.pod
30920 ____________________________________________________________________________
30921 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
30922         Log: The warning "Field too wide in 'u' format in pack" was emitted even
30923              when pack warnings were not enabled
30924      Branch: perl
30925            ! pp_pack.c
30926 ____________________________________________________________________________
30927 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
30928         Log: Provide a crude way for specifying the command line for
30929              make test.valgrind
30930      Branch: perl
30931            ! Makefile.SH t/TEST
30932 ____________________________________________________________________________
30933 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
30934         Log: A better fix for [perl #35847] File::Find not performing as documented,
30935              suggested by Darren Dunham. Includes a fix to the code example that
30936              uses File::Find in perlfaq3.
30937      Branch: perl
30938            ! lib/File/Find.pm pod/perlfaq3.pod
30939 ____________________________________________________________________________
30940 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
30941         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
30942      Branch: perl
30943            ! autodoc.pl
30944 ____________________________________________________________________________
30945 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
30946         Log: Fix indentation of apidoc for sv_2pvutf8
30947              (so perlapi.pod is correctly generated)
30948      Branch: perl
30949            ! pod/perlapi.pod sv.c
30950 ____________________________________________________________________________
30951 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
30952         Log: Suppress gcc warnings when ignoring the return value of io_close(),
30953              as suggested by Gisle Aas.
30954      Branch: perl
30955            ! embed.fnc proto.h
30956 ____________________________________________________________________________
30957 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
30958         Log: Subject: [PATCH] Missing ; in Storable.xs
30959              From: Gisle Aas <gisle@ActiveState.com>
30960              Date: 14 Nov 2005 02:32:14 -0800
30961              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
30962      Branch: perl
30963            ! ext/Storable/Storable.xs
30964 ____________________________________________________________________________
30965 [ 26120] By: steveh                                on 2005/11/14  09:39:48
30966         Log: Subject: [PATCH] Compress::Zlib
30967              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
30968              Date: Sun, 13 Nov 2005 17:09:08 -0000
30969              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
30970      Branch: perl
30971            ! ext/Compress/Zlib/Zlib.pm
30972            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
30973            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
30974            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
30975            ! ext/Compress/Zlib/t/09gziphdr.t
30976 ____________________________________________________________________________
30977 [ 26119] By: steveh                                on 2005/11/14  09:39:02
30978         Log: Fix code-before-declaration in boot_Storable added by 26107
30979      Branch: perl
30980            ! ext/Storable/Storable.xs
30981 ____________________________________________________________________________
30982 [ 26118] By: stevep                                on 2005/11/14  01:13:16
30983         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
30984              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30985              Date: Sun, 13 Nov 2005 16:00:49 -0800
30986              Message-ID: <20051114000049.GA7676@efn.org>
30987      Branch: perl
30988            ! utils/perlbug.PL
30989 ____________________________________________________________________________
30990 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
30991         Log: Fix breakages that prevended -DPERL_POISON from compiling.
30992      Branch: perl
30993            ! handy.h sv.h
30994 ____________________________________________________________________________
30995 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
30996         Log: Integrate:
30997              [ 26108]
30998              BEGIN blocks should start a new stack, as they can be called as a
30999              side effect of "regular" Perl API calls within subroutines that have
31000              already cached the current stack's address. If they don't, any stack
31001              extension during the call may move the stack, rendering that cached
31002              value invalid without the cachee realising. (For example, PP code
31003              calling gv_fetchpv() which triggers a load of Errno.pm)
31004      Branch: perl
31005           !> op.c
31006 ____________________________________________________________________________
31007 [ 26107] By: stevep                                on 2005/11/13  00:40:25
31008         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
31009              From: Gisle Aas <gisle@ActiveState.com>
31010              Date: 12 Nov 2005 13:13:23 -0800
31011              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
31012      Branch: perl
31013            + ext/Storable/t/file_magic.t
31014            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
31015            ! ext/Storable/Storable.xs
31016 ____________________________________________________________________________
31017 [ 26103] By: stevep                                on 2005/11/12  20:44:16
31018         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
31019              into the module release, I bumped the version number and added the
31020              missing code.
31021      Branch: perl
31022            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
31023 ____________________________________________________________________________
31024 [ 26101] By: stevep                                on 2005/11/12  19:46:18
31025         Log: Subject: [perl #37657] segfault with binmode ":pop"
31026              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
31027              Date: Fri, 11 Nov 2005 06:36:20 -0800
31028              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
31029      Branch: perl
31030            ! perlio.c
31031 ____________________________________________________________________________
31032 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
31033         Log: Make B's tests skip correctly when PerlIO is not configured.
31034      Branch: perl
31035            ! ext/B/t/concise-xs.t ext/B/t/concise.t
31036 ____________________________________________________________________________
31037 [ 26099] By: stevep                                on 2005/11/12  16:59:49
31038         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
31039              From: Andy Lester <andy@petdance.com>
31040              Date: Fri, 11 Nov 2005 17:20:30 -0600
31041              Message-ID: <20051111232030.GA882@petdance.com>
31042      Branch: perl
31043            ! mathoms.c perl.c
31044 ____________________________________________________________________________
31045 [ 26096] By: stevep                                on 2005/11/12  15:41:09
31046         Log: Andy Lester maintains Locale::Maketext now.
31047      Branch: perl
31048            ! Porting/Maintainers.pl
31049 ____________________________________________________________________________
31050 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
31051         Log: Change 26063 got one conditional the wrong way round.
31052      Branch: perl
31053            ! ext/B/B/Bytecode.pm
31054 ____________________________________________________________________________
31055 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
31056         Log: Make the removal of references to AvFLAGS in the B modules conditional
31057              on perl version.
31058      Branch: perl
31059            ! ext/B/B/C.pm ext/B/B/Debug.pm
31060 ____________________________________________________________________________
31061 [ 26090] By: stevep                                on 2005/11/11  22:47:06
31062         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
31063              Netdb_host_t is a macro that for a const pointer.
31064      Branch: perl
31065            ! pp_sys.c
31066 ____________________________________________________________________________
31067 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
31068         Log: 26085 was wrong. Undo it.
31069              (I suspect that I got this wrong because more changes have been made
31070              in blead subsequent to the change I was attempting to merge in, and
31071              and jiggled around with the number of tests)
31072      Branch: perl
31073            ! ext/B/t/concise-xs.t
31074 ____________________________________________________________________________
31075 [ 26088] By: stevep                                on 2005/11/11  16:44:39
31076         Log: Subject: [PATCH] DB_File 1.814
31077              From: Paul Marquess <Paul.Marquess@ntlworld.com>
31078              Date: Fri, 11 Nov 2005 12:09:55 -0000
31079              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
31080      Branch: perl
31081            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31082            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
31083 ____________________________________________________________________________
31084 [ 26087] By: stevep                                on 2005/11/11  16:17:03
31085         Log: Subject: [PATCH] Storable 0.1 compatibility
31086              From: Gisle Aas <gisle@ActiveState.com> 
31087              Date: 11 Nov 2005 05:42:29 -0800 
31088              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
31089              
31090              Also added an entry in the main MANIFEST file for the new test and 
31091              a version bump in Storable.pm.
31092      Branch: perl
31093            + ext/Storable/t/compat01.t
31094            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
31095            ! ext/Storable/Storable.xs
31096 ____________________________________________________________________________
31097 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
31098         Log: Correct the version-dependant expression for the number of tests, as it
31099              is now giving the wrong number for 5.8.x
31100      Branch: perl
31101            ! ext/B/t/concise-xs.t
31102 ____________________________________________________________________________
31103 [ 26082] By: stevep                                on 2005/11/11  04:55:56
31104         Log: Subject: [PATCH] Const & local: Special Victims Unit
31105              From: Andy Lester <andy@petdance.com>
31106              Date: Thu, 10 Nov 2005 22:47:00 -0600
31107              Message-ID: <20051111044700.GA24161@petdance.com>
31108      Branch: perl
31109            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
31110            ! util.c
31111 ____________________________________________________________________________
31112 [ 26081] By: stevep                                on 2005/11/11  03:27:35
31113         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
31114      Branch: perl
31115            ! ext/Encode/Encode.pm
31116 ____________________________________________________________________________
31117 [ 26080] By: stevep                                on 2005/11/11  03:18:11
31118         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
31119      Branch: perl
31120            ! lib/English.pm
31121 ____________________________________________________________________________
31122 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
31123         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
31124              From: Dominic Dunlop <domo@computer.org>
31125              Date: Thu, 10 Nov 2005 18:10:00 +0100
31126              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
31127      Branch: perl
31128            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
31129 ____________________________________________________________________________
31130 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
31131         Log: Patch by Ilya Zakharevich to give more meaningful error
31132              messages from if.pm when invoked with a condition in list
31133              context. Also bump if's VERSION.
31134      Branch: perl
31135            ! lib/if.pm
31136 ____________________________________________________________________________
31137 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
31138         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
31139              (that is, before embed.h, that uses this symbol, is included)
31140      Branch: perl
31141            ! perl.h
31142 ____________________________________________________________________________
31143 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
31144         Log: Subject: [perl #35847] File::Find not performing as documented 
31145              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
31146              Date: 17 May 2005 10:40:08 -0000
31147              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
31148      Branch: perl
31149            ! lib/File/Find.pm
31150 ____________________________________________________________________________
31151 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
31152         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
31153              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
31154              Date: Thu, 10 Nov 2005 04:31:39 -0800
31155              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
31156      Branch: perl
31157            ! perlio.c
31158 ____________________________________________________________________________
31159 [ 26074] By: stevep                                on 2005/11/10  12:22:43
31160         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
31161              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
31162              Date: Tue, 01 Nov 2005 15:22:45 -0800
31163              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
31164      Branch: perl
31165            ! utils/h2ph.PL
31166 ____________________________________________________________________________
31167 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
31168         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
31169              From: Steven Schubiger <schubiger@cpan.org>
31170              Date: Mon, 31 Oct 2005 22:48:27 +0100
31171              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
31172      Branch: perl
31173            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
31174            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
31175            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
31176            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
31177            ! pod/perlxs.pod
31178 ____________________________________________________________________________
31179 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
31180         Log: Really apply change #26071.
31181      Branch: perl
31182            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
31183            ! wince/config_sh.PL
31184 ____________________________________________________________________________
31185 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
31186         Log: Subject: [PATCH @26062] wince patch
31187              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
31188              Date: Wed, 9 Nov 2005 20:22:52 +0300 
31189              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
31190      Branch: perl
31191            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
31192            ! wince/config_sh.PL
31193 ____________________________________________________________________________
31194 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
31195         Log: Add tests for two untested syntax error messages about \N
31196      Branch: perl
31197            ! t/comp/parser.t
31198 ____________________________________________________________________________
31199 [ 26069] By: steveh                                on 2005/11/10  08:41:53
31200         Log: Make Perl_seed public
31201              
31202              Fixes Win32 linker error in List::Util introduced by change #26054
31203      Branch: perl
31204            ! embed.fnc embed.h global.sym
31205 ____________________________________________________________________________
31206 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
31207         Log: Subject: [PATCH] blead@26052 Symbian update
31208              From: <jarkko.hietaniemi@nokia.com>
31209              Date: Wed, 9 Nov 2005 17:45:07 +0200
31210              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
31211      Branch: perl
31212            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
31213            ! symbian/sdk.pl symbian/sisify.pl
31214 ____________________________________________________________________________
31215 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
31216         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
31217              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
31218              Fixed by opening with :bytes.
31219      Branch: perl
31220            ! ext/Encode/t/perlio.t
31221 ____________________________________________________________________________
31222 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
31223         Log: I/O is UTF-8, not "UNICODE"
31224      Branch: perl
31225            ! t/io/layers.t
31226 ____________________________________________________________________________
31227 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
31228         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
31229              change 25925 had the side effect of breaking t/io/utf8.t
31230              Fixed by adding the missing binmode()s.
31231      Branch: perl
31232            ! t/io/utf8.t
31233 ____________________________________________________________________________
31234 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
31235         Log: Better diagnostics from io/utf8.t
31236      Branch: perl
31237            ! t/io/utf8.t
31238 ____________________________________________________________________________
31239 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
31240         Log: Make the Bytecode changes conditional on perl version.
31241      Branch: perl
31242            ! ext/B/B/Bytecode.pm
31243 ____________________________________________________________________________
31244 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
31245         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
31246              From: Graham Barr <gbarr@pobox.com>
31247              Date: Wed, 9 Nov 2005 06:09:48 -0600
31248              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
31249      Branch: perl
31250            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
31251            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
31252            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
31253            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
31254            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
31255            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
31256            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
31257            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
31258            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
31259 ____________________________________________________________________________
31260 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
31261         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
31262              case.
31263      Branch: perl
31264            ! op.c
31265 ____________________________________________________________________________
31266 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
31267         Log: Add a comment about possible future refactoring of the pad code.
31268      Branch: perl
31269            ! pad.c
31270 ____________________________________________________________________________
31271 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
31272         Log: Remove superfluous strlen() from pp_require().
31273      Branch: perl
31274            ! pp_ctl.c
31275 ____________________________________________________________________________
31276 [ 26058] By: stevep                                on 2005/11/09  10:45:57
31277         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
31278      Branch: perl
31279            ! perl.c
31280 ____________________________________________________________________________
31281 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
31282         Log: Don't declare a function inside another function
31283      Branch: perl
31284            ! perl.c
31285 ____________________________________________________________________________
31286 [ 26056] By: merijn                                on 2005/11/09  09:54:28
31287         Log: Subject: Configure setting patchlevel broken
31288              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31289              Date: Fri, 14 Oct 2005 00:33:29 -0700
31290              Message-ID: <20051014073329.GA3236@efn.org>
31291      Branch: perl
31292            ! Configure
31293 ____________________________________________________________________________
31294 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
31295         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
31296              From: Robin Houston <robin@cpan.org>
31297              Date: Tue, 8 Nov 2005 19:02:34 +0000
31298              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
31299      Branch: perl
31300            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
31301            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
31302            ! ext/List/Util/t/reduce.t pod/perlcall.pod
31303 ____________________________________________________________________________
31304 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
31305         Log: Subject: patch@26052 - compile rule for mathoms.c
31306              From: "John E. Malmberg" <wb8tyw@qsl.net>
31307              Date: Tue, 08 Nov 2005 23:09:03 -0500
31308              Message-ID: <4371765F.1000900@qsl.net>
31309      Branch: perl
31310            ! vms/descrip_mms.template
31311 ____________________________________________________________________________
31312 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
31313         Log: It helps to actually *remove* the now-superfluous strlen().
31314              (An addendum to 26050.)
31315      Branch: perl
31316            ! toke.c
31317 ____________________________________________________________________________
31318 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
31319         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
31320              function makes the object code slightly smaller.
31321      Branch: perl
31322            ! util.c
31323 ____________________________________________________________________________
31324 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
31325         Log: Eliminate some unnecessary strlen()s
31326      Branch: perl
31327            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
31328 ____________________________________________________________________________
31329 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
31330         Log: Eliminate duplicate strlen()s by explicitly calling it.
31331              Note two places for future audit with FIXME.
31332              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
31333      Branch: perl
31334            ! pp_ctl.c
31335 ____________________________________________________________________________
31336 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
31337         Log: 3 calls to strlen() we can avoid.
31338      Branch: perl
31339            ! doio.c
31340 ____________________________________________________________________________
31341 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
31342         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
31343              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31344              Date: Tue, 8 Nov 2005 08:46:42 -0800
31345              Message-ID: <20051108164642.GD7972@efn.org>
31346      Branch: perl
31347            ! pod/perl561delta.pod pod/perl56delta.pod
31348 ____________________________________________________________________________
31349 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
31350         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
31351              its presence changes structure sizes.
31352      Branch: perl
31353            ! perl.c
31354 ____________________________________________________________________________
31355 [ 26045] By: stevep                                on 2005/11/08  14:24:39
31356         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
31357              Subject: Re: A surprising segfault
31358              Date: Tue, 08 Nov 2005 23:36:13 +0900
31359              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
31360      Branch: perl
31361            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
31362 ____________________________________________________________________________
31363 [ 26044] By: steveh                                on 2005/11/08  10:16:56
31364         Log: Remove an unused variable left over from change #26041
31365      Branch: perl
31366            ! win32/win32.c
31367 ____________________________________________________________________________
31368 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
31369         Log: Subject: Re: C<undef %::> considered harmful
31370              From: Benjamin Sugars <bsugars@canoe.ca>
31371              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
31372              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
31373              
31374              except the part that increases the refcount of PL_stderrgv, already
31375              fixed separately.
31376      Branch: perl
31377            ! perl.c
31378 ____________________________________________________________________________
31379 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
31380         Log: Upgrade to CPAN 1.76_65
31381      Branch: perl
31382            - lib/CPAN/Admin.pm
31383            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
31384            ! lib/CPAN/t/version.t
31385 ____________________________________________________________________________
31386 [ 26041] By: merijn                                on 2005/11/08  06:29:56
31387         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
31388              From: "Jan Dubois" <jand@ActiveState.com>
31389              Date: Mon, 7 Nov 2005 20:39:02 -0800
31390              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
31391      Branch: perl
31392            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
31393            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
31394 ____________________________________________________________________________
31395 [ 26040] By: stevep                                on 2005/11/08  00:41:51
31396         Log: Updated perldiag.pod entry for "Can't use subscript..."
31397      Branch: perl
31398            ! pod/perldiag.pod
31399 ____________________________________________________________________________
31400 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
31401         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
31402              of the 4. Not that any are that popular.)
31403      Branch: perl
31404            ! mathoms.c opcode.h opcode.pl pp.c
31405 ____________________________________________________________________________
31406 [ 26038] By: stevep                                on 2005/11/07  18:35:47
31407         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
31408              From: shouldbedomo@mac.com (Dominic Dunlop)
31409              Date: Mon, 7 Nov 2005 18:24:50 +0100
31410              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
31411              
31412              README.macosx updates
31413      Branch: perl
31414            ! README.macosx
31415 ____________________________________________________________________________
31416 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
31417         Log: s/Nick Clark/Nicholas Clark/
31418      Branch: perl
31419            ! Changes Changes5.8 doio.c t/op/lc.t
31420 ____________________________________________________________________________
31421 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
31422         Log: For each test function, test it as is, and with extra data appended
31423              after each test character.
31424      Branch: perl
31425            ! t/uni/case.pl
31426 ____________________________________________________________________________
31427 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
31428         Log: The rarely used lcfirst and ucfirst share almost all their code.
31429              Merge the two as pp_ucfirst.
31430      Branch: perl
31431            ! mathoms.c opcode.h opcode.pl pp.c
31432 ____________________________________________________________________________
31433 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
31434         Log: Fix bug #37628 (both lcfirst and ucfirst)
31435      Branch: perl
31436            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
31437 ____________________________________________________________________________
31438 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
31439         Log: Subject: [PATCH] Cleaning up x2p directory
31440              From: Andy Lester <andy@petdance.com>
31441              Date: Fri, 4 Nov 2005 15:13:55 -0600
31442              Message-ID: <20051104211355.GB12651@petdance.com>
31443      Branch: perl
31444            - x2p/proto.h
31445            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
31446            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
31447            ! x2p/util.h x2p/walk.c
31448 ____________________________________________________________________________
31449 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
31450         Log: Subject: [PATCH] Missing static declarations 
31451              From: Gisle Aas <gisle@ActiveState.com>
31452              Date: 05 Nov 2005 05:08:03 -0800
31453              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
31454      Branch: perl
31455            ! genpacksizetables.pl pp_pack.c
31456 ____________________________________________________________________________
31457 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
31458         Log: Remove CPAN.pm's META.yml.
31459              Add CPAN.pm's SIGNATURE in MANIFEST.
31460      Branch: perl
31461            - lib/CPAN/META.yml
31462            ! MANIFEST
31463 ____________________________________________________________________________
31464 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
31465         Log: Subject: [PATCH] Symbian update blead@26025
31466              From: <jarkko.hietaniemi@nokia.com>
31467              Date: Mon, 7 Nov 2005 13:32:15 +0200
31468              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
31469      Branch: perl
31470            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
31471            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
31472            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
31473            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
31474            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
31475            + symbian/ext/Moped/Msg/bld.inf
31476            + symbian/ext/Moped/Msg/location.pl
31477            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
31478            - symbian/PerlAppUIQ.rss
31479            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
31480            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
31481            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
31482            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
31483            ! symbian/symbian_utils.cpp symbian/symbianish.h
31484            ! symbian/xsbuild.pl
31485 ____________________________________________________________________________
31486 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
31487         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
31488      Branch: perl
31489            + lib/CPAN/Admin.pm
31490            ! MANIFEST
31491 ____________________________________________________________________________
31492 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
31493         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
31494              From: Andy Lester <andy@petdance.com>
31495              Date: Fri, 4 Nov 2005 15:12:56 -0600
31496              Message-ID: <20051104211256.GA12651@petdance.com>
31497      Branch: perl
31498            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
31499            ! universal.c utf8.c util.c
31500 ____________________________________________________________________________
31501 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
31502         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
31503              From: "Chris Heath via RT" <perlbug-followup@perl.org>
31504              Date: Sun, 06 Nov 2005 20:08:05 -0800
31505              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
31506      Branch: perl
31507            ! cop.h
31508 ____________________________________________________________________________
31509 [ 26026] By: merijn                                on 2005/11/07  08:14:59
31510         Log: Subject: [PATCH] follow up on 25969 for VMS
31511              From: Abe Timmerman <abe@ztreet.demon.nl>
31512              Date: Sat, 5 Nov 2005 13:29:58 +0200
31513              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
31514      Branch: perl
31515            ! vms/vms.c vms/vmsish.h
31516 ____________________________________________________________________________
31517 [ 26025] By: stevep                                on 2005/11/07  03:42:53
31518         Log: Added note to README.macosx regarding failures from broken locale
31519              files.
31520      Branch: perl
31521            ! README.macosx
31522 ____________________________________________________________________________
31523 [ 26024] By: stevep                                on 2005/11/07  02:58:31
31524         Log: Fix documentation for gmtime().
31525      Branch: perl
31526            ! pod/perlfunc.pod
31527 ____________________________________________________________________________
31528 [ 26023] By: stevep                                on 2005/11/06  20:18:23
31529         Log: Upgrade to CPAN-1.76_61
31530      Branch: perl
31531            + lib/CPAN/PAUSE2005.pub
31532            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
31533            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
31534            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
31535            ! lib/CPAN/t/version.t
31536 ____________________________________________________________________________
31537 [ 26022] By: stevep                                on 2005/11/06  19:16:54
31538         Log: Nits in the pp_defined code spotted by Jarkko.
31539      Branch: perl
31540            ! pp_hot.c
31541 ____________________________________________________________________________
31542 [ 26021] By: stevep                                on 2005/11/06  18:38:02
31543         Log: Upgrade to Time-HiRes-1.82
31544      Branch: perl
31545            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31546            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31547            ! ext/Time/HiRes/t/HiRes.t
31548 ____________________________________________________________________________
31549 [ 26020] By: merijn                                on 2005/11/06  07:23:15
31550         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
31551              From: "John E. Malmberg" <wb8tyw@qsl.net>
31552              Date: Sat, 05 Nov 2005 21:28:33 -0500
31553              Message-ID: <436D6A51.5040700@qsl.net>
31554      Branch: perl
31555            ! configure.com
31556 ____________________________________________________________________________
31557 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
31558         Log: Make the 5.9 changes to B conditional on perl version.
31559      Branch: perl
31560            ! ext/B/B.pm ext/B/B.xs
31561 ____________________________________________________________________________
31562 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
31563         Log: '[at]' should be '@'
31564              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
31565      Branch: perl
31566            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
31567            ! lib/CPAN/t/version.t
31568 ____________________________________________________________________________
31569 [ 26017] By: stevep                                on 2005/11/05  14:49:11
31570         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
31571              is passed in.
31572      Branch: perl
31573            ! pp_hot.c
31574 ____________________________________________________________________________
31575 [ 26016] By: stevep                                on 2005/11/05  13:44:10
31576         Log: Upgrade to CPAN-1.76_60.
31577      Branch: perl
31578            + lib/CPAN/Version.pm lib/CPAN/t/version.t
31579            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
31580            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
31581 ____________________________________________________________________________
31582 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
31583         Log: Allow passing of the full enum name into the tryAMAGICbin family of
31584              macros, to avoid needing C pre-processor string concatenation within
31585              the lowest level expansion.
31586      Branch: perl
31587            ! pp.c pp.h
31588 ____________________________________________________________________________
31589 [ 26014] By: stevep                                on 2005/11/05  12:55:47
31590         Log: Upgrade to Time-HiRes-1.81
31591      Branch: perl
31592            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31593            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
31594 ____________________________________________________________________________
31595 [ 26013] By: merijn                                on 2005/11/05  11:38:32
31596         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
31597              From: Abe Timmerman <abe@ztreet.demon.nl>
31598              Date: Sat, 5 Nov 2005 11:26:33 +0200
31599              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
31600      Branch: perl
31601            ! configure.com
31602 ____________________________________________________________________________
31603 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
31604         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
31605              (noticed by Robin Houston)
31606      Branch: perl
31607            ! pod/perlcall.pod
31608 ____________________________________________________________________________
31609 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
31610         Log: Subject: Re: A surprising segfault
31611              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
31612              Date: Nov 5, 2005 5:54 AM
31613              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
31614      Branch: perl
31615            ! pp.c pp_sort.c pp_sys.c
31616 ____________________________________________________________________________
31617 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
31618         Log: dorassign doesn't need --SP;
31619      Branch: perl
31620            ! pp_hot.c
31621 ____________________________________________________________________________
31622 [ 26009] By: davem                                 on 2005/11/05  01:57:23
31623         Log: pp_print didn't extend the stack before pushing its return value
31624      Branch: perl
31625            ! pp_hot.c
31626 ____________________________________________________________________________
31627 [ 26008] By: stevep                                on 2005/11/05  01:39:51
31628         Log: Typos in opcode.pl this time.
31629      Branch: perl
31630            ! opcode.h opcode.pl
31631 ____________________________________________________________________________
31632 [ 26007] By: stevep                                on 2005/11/05  01:36:17
31633         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
31634              pp_or, and pp_defined, respectively.
31635      Branch: perl
31636            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
31637 ____________________________________________________________________________
31638 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
31639         Log: s/printf/my_printf/ because we're using the return value.
31640              My mistake spotted by Gisle.
31641      Branch: perl
31642            ! regcomp.c
31643 ____________________________________________________________________________
31644 [ 26005] By: stevep                                on 2005/11/04  21:41:43
31645         Log: s/pp_dor/pp_defined/
31646      Branch: perl
31647            ! mathoms.c
31648 ____________________________________________________________________________
31649 [ 26004] By: stevep                                on 2005/11/04  21:39:44
31650         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
31651              This change has also caused pp_defined to be promoted to being a hot
31652              op.
31653      Branch: perl
31654            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
31655 ____________________________________________________________________________
31656 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
31657         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
31658      Branch: perl
31659            ! sv.c
31660 ____________________________________________________________________________
31661 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
31662         Log: You can't there from here. (Dead code in sv_2pv_flags)
31663      Branch: perl
31664            ! sv.c
31665 ____________________________________________________________________________
31666 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
31667         Log: Use the return value from sprintf().
31668      Branch: perl
31669            ! regcomp.c taint.c universal.c util.c
31670 ____________________________________________________________________________
31671 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
31672         Log: pp_semop can fit within Perl_pp_shmwrite().
31673      Branch: perl
31674            ! mathoms.c opcode.h opcode.pl pp_sys.c
31675 ____________________________________________________________________________
31676 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
31677         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
31678              which is actually already 50% syswrite.
31679      Branch: perl
31680            ! mathoms.c opcode.h opcode.pl pp_sys.c
31681 ____________________________________________________________________________
31682 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
31683         Log: Revert patch #25993.
31684      Branch: perl
31685            ! regexec.c t/op/pat.t
31686 ____________________________________________________________________________
31687 [ 25997] By: steveh                                on 2005/11/04  17:23:49
31688         Log: Fix a Win32 linker error following change #25972
31689      Branch: perl
31690            ! pp_sys.c
31691 ____________________________________________________________________________
31692 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
31693         Log: Subject: [PATCH] use clearenv if available
31694              From: Alan Burlison <Alan.Burlison@sun.com>
31695              Date: Fri, 04 Nov 2005 16:33:30 +0000
31696              Message-ID: <436B8D5A.4010502@sun.com>
31697      Branch: perl
31698            ! embed.fnc embed.h mg.c proto.h sv.c util.c
31699 ____________________________________________________________________________
31700 [ 25995] By: merijn                                on 2005/11/04  16:30:03
31701         Log: Subject: Re: futimes [PATCH]
31702              From: Steve Peters <steve@fisharerojo.org>
31703              Date: Fri, 4 Nov 2005 09:00:25 -0600
31704              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
31705      Branch: perl
31706            ! Configure
31707 ____________________________________________________________________________
31708 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
31709         Log: Subject: [perl #19049] Incorrect $` after replacement
31710              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
31711              Date: Fri, 04 Nov 2005 08:17:25 +0100
31712              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
31713      Branch: perl
31714            ! regexec.c t/op/pat.t
31715 ____________________________________________________________________________
31716 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
31717         Log: Subject: Re: [PATCH] sort/multicall patch
31718              From: Robin Houston <robin@cpan.org>
31719              Date: Fri, 4 Nov 2005 15:20:29 +0000
31720              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
31721      Branch: perl
31722            ! pp_ctl.c t/op/sort.t
31723 ____________________________________________________________________________
31724 [ 25991] By: stevep                                on 2005/11/04  15:10:44
31725         Log: Subject: Re: Configure -Dno_mathoms
31726              From: gisle@ActiveState.com (Gisle Aas)
31727              Date: 01 Nov 2005 03:27:49 -0800
31728              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
31729      Branch: perl
31730            ! mathoms.c perl.c
31731 ____________________________________________________________________________
31732 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
31733         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
31734              "Perfection is achieved not when there's nothing more to add,
31735              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
31736      Branch: perl
31737            ! mathoms.c opcode.h opcode.pl pp_sys.c
31738 ____________________________________________________________________________
31739 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
31740         Log: Once more, with feeling.
31741              [Mmm, has someone been swapping the coffee for decaf?]
31742              [Actual cause - make sure the edited version of the file is in the
31743              correct directory]
31744      Branch: perl
31745            ! pod/perldiag.pod
31746 ____________________________________________________________________________
31747 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
31748         Log: Meta-oops. Change 25987 was not the change you were looking for.
31749      Branch: perl
31750            ! pod/perldiag.pod
31751 ____________________________________________________________________________
31752 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
31753         Log: Oops. This new panic was meant to be added to the documented
31754              diagnostics.
31755      Branch: perl
31756            ! pod/perldiag.pod
31757 ____________________________________________________________________________
31758 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
31759         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
31760              with Perl_pp_ftrread().
31761      Branch: perl
31762            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
31763            ! pp_sys.c
31764 ____________________________________________________________________________
31765 [ 25985] By: stevep                                on 2005/11/04  12:02:51
31766         Log: Upgrade to Time-HiRes-1.80
31767      Branch: perl
31768            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31769            ! ext/Time/HiRes/HiRes.xs
31770 ____________________________________________________________________________
31771 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
31772         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
31773      Branch: perl
31774            ! pp_sys.c
31775 ____________________________________________________________________________
31776 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
31777         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
31778              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
31779              with the other 3 implemented in terms of it.
31780      Branch: perl
31781            ! pp_sys.c
31782 ____________________________________________________________________________
31783 [ 25982] By: merijn                                on 2005/11/04  09:16:53
31784         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
31785              From: Andy Lester <andy@petdance.com>
31786              Date: Fri, 4 Nov 2005 00:37:54 -0600
31787              Message-ID: <20051104063753.GA3863@petdance.com>
31788      Branch: perl
31789            ! pp_sys.c
31790 ____________________________________________________________________________
31791 [ 25981] By: stevep                                on 2005/11/04  00:10:21
31792         Log: Upgrade to Time-HiRes 1.79
31793      Branch: perl
31794            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31795            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
31796 ____________________________________________________________________________
31797 [ 25980] By: stevep                                on 2005/11/03  21:23:48
31798         Log: Reverting the reversion.  va_end() goes with va_start().
31799      Branch: perl
31800            ! mg.c
31801 ____________________________________________________________________________
31802 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
31803         Log: Fix test failures introduced by the change of flags on op_sort
31804      Branch: perl
31805            ! ext/B/t/f_sort.t
31806 ____________________________________________________________________________
31807 [ 25978] By: stevep                                on 2005/11/03  20:28:20
31808         Log: Upgrade to Time-HiRes-1.78
31809      Branch: perl
31810            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31811            ! ext/Time/HiRes/t/HiRes.t
31812 ____________________________________________________________________________
31813 [ 25977] By: stevep                                on 2005/11/03  17:27:58
31814         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
31815              was that line about Jenga again?
31816      Branch: perl
31817            ! mg.c
31818 ____________________________________________________________________________
31819 [ 25976] By: stevep                                on 2005/11/03  17:14:17
31820         Log: Missing va_end(args) from SA_SIGINFO related code.
31821      Branch: perl
31822            ! mg.c
31823 ____________________________________________________________________________
31824 [ 25975] By: stevep                                on 2005/11/03  16:00:12
31825         Log: Test for the right signal should use the constant for that signal.
31826      Branch: perl
31827            ! ext/POSIX/t/sigaction.t
31828 ____________________________________________________________________________
31829 [ 25974] By: stevep                                on 2005/11/03  15:07:26
31830         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
31831      Branch: perl
31832            ! t/io/fs.t
31833 ____________________________________________________________________________
31834 [ 25973] By: stevep                                on 2005/11/03  14:56:25
31835         Log: More core test cleanups.  Mainly fixes to remove code that caused 
31836              warnings, but there were a few bug fixes that were hidden by 
31837              no using warnings.
31838      Branch: perl
31839            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
31840            ! t/io/read.t t/io/tell.t
31841 ____________________________________________________________________________
31842 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
31843         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
31844              but the actual finished code is not as bad as it seems.
31845      Branch: perl
31846            ! mathoms.c opcode.h opcode.pl pp_sys.c
31847 ____________________________________________________________________________
31848 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
31849         Log: Document some bogus compiler warnings in README.solaris
31850              
31851              Subject: Re: Why is malloc_wrap now the default?
31852              From: Alan Burlison <Alan.Burlison@sun.com>
31853              Date: Thu, 03 Nov 2005 12:54:16 +0000
31854              Message-ID: <436A0878.1030703@sun.com>
31855      Branch: perl
31856            ! README.solaris
31857 ____________________________________________________________________________
31858 [ 25970] By: stevep                                on 2005/11/03  11:37:31
31859         Log: Upgrade to Time-HiRes-1.77
31860      Branch: perl
31861            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31862            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
31863            ! ext/Time/HiRes/fallback/const-c.inc
31864            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
31865 ____________________________________________________________________________
31866 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
31867         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
31868              ingroup() is a boolean flag, not a GID or UID.
31869      Branch: perl
31870            ! doio.c embed.fnc proto.h
31871 ____________________________________________________________________________
31872 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
31873         Log: Avoiding source code duplication for the lstat() on filehandle %s
31874              warning also makes the object code slightly smaller.
31875      Branch: perl
31876            ! pp_sys.c
31877 ____________________________________________________________________________
31878 [ 25967] By: stevep                                on 2005/11/03  02:09:30
31879         Log: Clean up some test files.
31880      Branch: perl
31881            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
31882            ! t/io/through.t
31883 ____________________________________________________________________________
31884 [ 25966] By: stevep                                on 2005/11/03  01:45:45
31885         Log: Make harness warning-free when running with -Mdiagnostics
31886      Branch: perl
31887            ! t/harness
31888 ____________________________________________________________________________
31889 [ 25965] By: stevep                                on 2005/11/02  22:37:48
31890         Log: Test case should not execute /no_such_process if it does exist.
31891      Branch: perl
31892            ! t/io/pipe.t
31893 ____________________________________________________________________________
31894 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
31895         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
31896      Branch: perl
31897            ! mathoms.c opcode.h opcode.pl pp_sys.c
31898 ____________________________________________________________________________
31899 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
31900         Log: Move the conditonal compiles that report absence of kill and chown
31901              from pp_kill() and pp_chown() into apply().
31902      Branch: perl
31903            ! doio.c pp_sys.c
31904 ____________________________________________________________________________
31905 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
31906         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
31907      Branch: perl
31908            ! mathoms.c opcode.h opcode.pl pp_sys.c
31909 ____________________________________________________________________________
31910 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
31911         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
31912              Perl_pp_ftrowned
31913      Branch: perl
31914            ! mathoms.c opcode.h opcode.pl pp_sys.c
31915 ____________________________________________________________________________
31916 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
31917         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
31918              flag that it needed a target (OP_FTIS)
31919      Branch: perl
31920            ! pp_sys.c
31921 ____________________________________________________________________________
31922 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
31923         Log: Correct error in 25958 for threaded builds.
31924      Branch: perl
31925            ! mathoms.c
31926 ____________________________________________________________________________
31927 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
31928         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
31929      Branch: perl
31930            ! mathoms.c opcode.h opcode.pl pp_sys.c
31931 ____________________________________________________________________________
31932 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
31933         Log: Remove last sort test, that was failing with and without threads.
31934              Silence some warnings.
31935      Branch: perl
31936            ! t/op/sort.t
31937 ____________________________________________________________________________
31938 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
31939         Log: Adjust test count
31940      Branch: perl
31941            ! ext/B/t/concise-xs.t
31942 ____________________________________________________________________________
31943 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
31944         Log: Add missing file from change 25953
31945      Branch: perl
31946            + ext/List/Util/multicall.h
31947 ____________________________________________________________________________
31948 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
31949         Log: Regen headers
31950      Branch: perl
31951            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
31952 ____________________________________________________________________________
31953 [ 25953] By: merijn                                on 2005/11/02  12:49:54
31954         Log: Subject: [PATCH] sort/multicall patch
31955              From: Robin Houston <robin@cpan.org>
31956              Date: Sat, 29 Oct 2005 21:33:07 +0100
31957              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
31958      Branch: perl
31959            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
31960            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
31961            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
31962            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
31963            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
31964            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
31965            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
31966            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
31967            ! thrdvar.h
31968 ____________________________________________________________________________
31969 [ 25952] By: steveh                                on 2005/11/02  09:41:25
31970         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
31971              From: "Paul Marquess" <paul.marquess@ntlworld.com>
31972              Date: Tue, 1 Nov 2005 17:05:38 -0000
31973              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
31974      Branch: perl
31975            ! t/op/stat.t win32/win32.c
31976 ____________________________________________________________________________
31977 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
31978         Log: Subject: Re: futimes [PATCH]
31979              From: Gisle Aas <gisle@ActiveState.com>
31980              Date: 01 Nov 2005 00:02:37 -0800
31981              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
31982      Branch: perl
31983            ! t/io/fs.t
31984 ____________________________________________________________________________
31985 [ 25950] By: stevep                                on 2005/11/02  04:59:47
31986         Log: Ambiguous test cases may be hazardous to your health.
31987      Branch: perl
31988            ! t/op/list.t
31989 ____________________________________________________________________________
31990 [ 25949] By: stevep                                on 2005/11/02  04:54:52
31991         Log: Lowercase barewords considered harmful to your health.
31992      Branch: perl
31993            ! t/io/fs.t
31994 ____________________________________________________________________________
31995 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
31996         Log: Subject: [PATCH] perlio.c consting
31997              From: Andy Lester <andy@petdance.com>
31998              Date: Oct 31, 2005 6:54 PM
31999              Message-ID: <20051031175411.GA18480@petdance.com>
32000      Branch: perl
32001            ! op.c perlio.c
32002 ____________________________________________________________________________
32003 [ 25947] By: steveh                                on 2005/11/01  17:20:18
32004         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
32005      Branch: perl
32006            ! perl.h
32007 ____________________________________________________________________________
32008 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
32009         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
32010      Branch: perl
32011            ! embed.fnc embed.h proto.h
32012 ____________________________________________________________________________
32013 [ 25945] By: steveh                                on 2005/11/01  10:33:48
32014         Log: Make PerlLIOUtime()'s filename const
32015              
32016              Fixes a warning brought about by change #25941 (which made the
32017              filename argument const).
32018              The various implementations of PerlLIOUtime() (in NetWare/, win32/
32019              and wince/) already take a const filename.
32020      Branch: perl
32021            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
32022            ! win32/perlhost.h wince/perlhost.h
32023 ____________________________________________________________________________
32024 [ 25944] By: steveh                                on 2005/11/01  08:45:09
32025         Log: Fix nit in pod nit fix
32026      Branch: perl
32027            ! pod/perlhack.pod
32028 ____________________________________________________________________________
32029 [ 25943] By: steveh                                on 2005/11/01  08:39:32
32030         Log: Update win32 config files w.r.t. change #25935
32031      Branch: perl
32032            ! win32/config.bc win32/config.gc win32/config.vc
32033            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
32034            ! win32/config_H.vc win32/config_H.vc64
32035 ____________________________________________________________________________
32036 [ 25942] By: stevep                                on 2005/10/31  23:46:01
32037         Log: Upgrade to DB_File 1.813.
32038      Branch: perl
32039            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32040            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
32041 ____________________________________________________________________________
32042 [ 25941] By: merijn                                on 2005/10/31  22:15:01
32043         Log: Subject: futimes [PATCH]
32044              From: Gisle Aas <gisle@ActiveState.com>
32045              Date: 31 Oct 2005 13:53:53 -0800
32046              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
32047      Branch: perl
32048            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
32049 ____________________________________________________________________________
32050 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
32051         Log: All the ops that are simply C<return some_other_op();> can be bypassed
32052              in the op dispatch table, and the bodies retired.
32053      Branch: perl
32054            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
32055 ____________________________________________________________________________
32056 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
32057         Log: Simplify the implementation of the "unimplemented" message in the
32058              conditionally compiled ops.
32059      Branch: perl
32060            ! pp_sys.c
32061 ____________________________________________________________________________
32062 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
32063         Log: Further pod nit spotted by Jarkko
32064      Branch: perl
32065            ! pod/perlhack.pod
32066 ____________________________________________________________________________
32067 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
32068         Log: Replace the 3 currently "unreachable" ops with a single op body
32069              unimplemented_op() that panics descriptively if ever reached.
32070      Branch: perl
32071            ! opcode.h opcode.pl pod/perldiag.pod pp.c
32072 ____________________________________________________________________________
32073 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
32074         Log: Add "moving common filetest code to a static function" to the todo.
32075      Branch: perl
32076            ! pod/perltodo.pod
32077 ____________________________________________________________________________
32078 [ 25935] By: merijn                                on 2005/10/31  17:50:05
32079         Log: revive probe for futimes ()
32080      Branch: perl
32081            ! Configure Porting/Glossary config_h.SH handy.h
32082 ____________________________________________________________________________
32083 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
32084         Log: A B::Deparse fix from :
32085              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
32086              From: Bas van Sisseren <bas@quarantainenet.nl>
32087              Date: Wed, 26 Oct 2005 13:59:42 +0200
32088              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
32089      Branch: perl
32090            ! ext/B/B/Deparse.pm
32091 ____________________________________________________________________________
32092 [ 25933] By: merijn                                on 2005/10/31  16:25:23
32093         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
32094              From: <jarkko.hietaniemi@nokia.com>
32095              Date: Mon, 31 Oct 2005 18:38:42 +0200
32096              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
32097      Branch: perl
32098            + symbian/PerlAppUIQ.rss
32099            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
32100            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
32101            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
32102            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
32103 ____________________________________________________________________________
32104 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
32105         Log: Avoid corruption when calling mg_get to retrieve the value
32106              of a $digit variable. This is done by ensuring it's not
32107              tainted.
32108              See http://bugs.debian.org/303308
32109              Patch by Chris Heath <chris.heath@autoweb.net>
32110      Branch: perl
32111            ! mg.c
32112 ____________________________________________________________________________
32113 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
32114         Log: maddingue prefers this e-mail address.
32115      Branch: perl
32116            ! AUTHORS
32117 ____________________________________________________________________________
32118 [ 25930] By: merijn                                on 2005/10/31  16:18:03
32119         Log: Try to preserve the lost opcode alias info in comments
32120              extent to change #25929
32121      Branch: perl
32122            ! opcode.h opcode.pl
32123 ____________________________________________________________________________
32124 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
32125         Log: It appears that it's trivially easy to alias opcode functions in
32126              the opcode table. We should be able to get both a speed and size
32127              saving here. Time will tell how much.
32128      Branch: perl
32129            ! opcode.h opcode.pl
32130 ____________________________________________________________________________
32131 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
32132         Log: Add maddingue to AUTHORS
32133      Branch: perl
32134            ! AUTHORS
32135 ____________________________________________________________________________
32136 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
32137         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
32138              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
32139              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
32140              Date: Sun, 30 Oct 2005 23:52:41 +0100
32141              
32142              with tweaks by chromatic and me.
32143      Branch: perl
32144            ! lib/ExtUtils/Constant.pm
32145 ____________________________________________________________________________
32146 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
32147         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
32148      Branch: perl
32149            ! embed.fnc embed.h proto.h utf8.c utf8.h
32150 ____________________________________________________________________________
32151 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
32152         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
32153              Also, correct the documentation in open.pm that stated
32154              that open() did not override open.pm-given default encodings.
32155      Branch: perl
32156            ! lib/open.pm perlio.c
32157 ____________________________________________________________________________
32158 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
32159         Log: Perl_csighandler was in global.sym twice.
32160      Branch: perl
32161            ! global.sym
32162 ____________________________________________________________________________
32163 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
32164         Log: Arrange to only output each symbol once into global.sym
32165      Branch: perl
32166            ! embed.pl
32167 ____________________________________________________________________________
32168 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
32169         Log: Tests for index/rindex with empty search string,
32170              adapted from a patch by Rick Delaney
32171      Branch: perl
32172            ! t/op/index.t
32173 ____________________________________________________________________________
32174 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
32175         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
32176              systems, and not on EBCDIC, so some more thinking is going to be
32177              needed here.
32178      Branch: perl
32179            ! mathoms.c utf8.c
32180 ____________________________________________________________________________
32181 [ 25920] By: stevep                                on 2005/10/31  11:58:08
32182         Log: Coverage stats showed that there were no tests for taking a slice
32183              from ().
32184      Branch: perl
32185            ! t/op/list.t
32186 ____________________________________________________________________________
32187 [ 25919] By: steveh                                on 2005/10/31  11:53:05
32188         Log: Change some spaces to tabs for easier diffing against config_h.SH
32189      Branch: perl
32190            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32191            ! win32/config_H.vc64
32192 ____________________________________________________________________________
32193 [ 25918] By: steveh                                on 2005/10/31  11:30:15
32194         Log: Fixed threaded builds following change 25916
32195      Branch: perl
32196            ! pp_hot.c
32197 ____________________________________________________________________________
32198 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
32199         Log: POD nit spotted by Jarkko
32200      Branch: perl
32201            ! pod/perlhack.pod
32202 ____________________________________________________________________________
32203 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
32204         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
32205      Branch: perl
32206            ! pp_hot.c
32207 ____________________________________________________________________________
32208 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
32209         Log: Subject: [PATCH] Etta James presents: More consting
32210              From: Andy Lester <andy@petdance.com>
32211              Date: Sun, 30 Oct 2005 23:44:13 -0600
32212              Message-ID: <20051031054413.GA10767@petdance.com>
32213      Branch: perl
32214            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
32215            ! pp_sys.c sv.c toke.c universal.c util.c
32216 ____________________________________________________________________________
32217 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
32218         Log: Subject: [PATCH] S_tokereport's unused parm
32219              From: Andy Lester <andy@petdance.com>
32220              Date: Mon, 31 Oct 2005 00:04:59 -0600
32221              Message-ID: <20051031060459.GC10767@petdance.com>
32222      Branch: perl
32223            ! embed.fnc embed.h proto.h toke.c
32224 ____________________________________________________________________________
32225 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
32226         Log: Regenerate perlapi.pod
32227      Branch: perl
32228            ! pod/perlapi.pod
32229 ____________________________________________________________________________
32230 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
32231         Log: Robin Houston remarks that mention of a context is missing from the
32232              threads.pm documentation.
32233      Branch: perl
32234            ! ext/threads/threads.pm
32235 ____________________________________________________________________________
32236 [ 25911] By: stevep                                on 2005/10/31  03:51:08
32237         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
32238              used on Cygwin, at least.
32239      Branch: perl
32240            ! mathoms.c perlio.c
32241 ____________________________________________________________________________
32242 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
32243         Log: const const bad bad.
32244              gcc bad bad too, because it didn't grumble one bit. (or two, for that
32245              matter).
32246      Branch: perl
32247            ! utf8.c
32248 ____________________________________________________________________________
32249 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
32250         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
32251      Branch: perl
32252            ! utf8.c
32253 ____________________________________________________________________________
32254 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
32255         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
32256              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
32257      Branch: perl
32258            ! utf8.c
32259 ____________________________________________________________________________
32260 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
32261         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
32262              function S_is_utf8_common.
32263      Branch: perl
32264            ! utf8.c
32265 ____________________________________________________________________________
32266 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
32267         Log: Given that sv_nosharing performs the same function as sv_nolocking
32268              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
32269              to initialise all 3 variables, and elimiate the other two.
32270              For some reason all 3 are listed as being in the public API. Daft.
32271      Branch: perl
32272            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
32273 ____________________________________________________________________________
32274 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
32275         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
32276              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
32277      Branch: perl
32278            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
32279 ____________________________________________________________________________
32280 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
32281         Log: global.sym appears to have become out of date. Oops.
32282      Branch: perl
32283            ! global.sym
32284 ____________________________________________________________________________
32285 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
32286         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
32287              argument to is_utf8_string_loc(). Correct the description of its
32288              parameters in its POD.
32289      Branch: perl
32290            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
32291 ____________________________________________________________________________
32292 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
32293         Log: Fix typos in comments.
32294      Branch: perl
32295            ! utf8.c
32296 ____________________________________________________________________________
32297 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
32298         Log: Functions that die aren't exactly well used code.
32299              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
32300      Branch: perl
32301            ! mathoms.c op.c pp.c pp_ctl.c
32302 ____________________________________________________________________________
32303 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
32304         Log: save_hints is a mathom.
32305      Branch: perl
32306            ! mathoms.c op.c
32307 ____________________________________________________________________________
32308 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
32309         Log: I infer that change 25891 as-is would break OS2. This should fix it.
32310      Branch: perl
32311            ! perl.h
32312 ____________________________________________________________________________
32313 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
32314         Log: init_i18nl14n is a mathom.
32315      Branch: perl
32316            ! locale.c mathoms.c
32317 ____________________________________________________________________________
32318 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
32319         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
32320              old body to mathoms.c
32321      Branch: perl
32322            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
32323 ____________________________________________________________________________
32324 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
32325         Log: Fix win32 breakage inadvertently introduced by 25889
32326      Branch: perl
32327            ! perl.h
32328 ____________________________________________________________________________
32329 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
32330         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
32331              an extra 0 argument. Move the old body to mathoms.c
32332      Branch: perl
32333            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
32334 ____________________________________________________________________________
32335 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
32336         Log: Fix typo in comment.
32337      Branch: perl
32338            ! hv.c
32339 ____________________________________________________________________________
32340 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
32341         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
32342              with the extra TRUE argument.
32343      Branch: perl
32344            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
32345 ____________________________________________________________________________
32346 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
32347         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
32348              Maybe we should just remove this appendix.
32349      Branch: perl
32350            ! doio.c mathoms.c
32351 ____________________________________________________________________________
32352 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
32353         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
32354              0 arguments. Move the old body to mathoms.c
32355      Branch: perl
32356            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
32357 ____________________________________________________________________________
32358 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
32359         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
32360              0 arguments. Move the old body to mathoms.c
32361      Branch: perl
32362            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
32363 ____________________________________________________________________________
32364 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
32365         Log: Replace do_open() with a macro to call do_openn() with the extra two
32366              0 paramters. Move the old body to mathoms.c.
32367      Branch: perl
32368            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
32369 ____________________________________________________________________________
32370 [ 25888] By: stevep                                on 2005/10/30  04:20:45
32371         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
32372              From: Bram <perl-rt@wizbit.be>
32373              Date: Thu, 04 Aug 2005 23:55:33 +0200
32374              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
32375      Branch: perl
32376            ! lib/warnings.pm warnings.pl
32377 ____________________________________________________________________________
32378 [ 25887] By: stevep                                on 2005/10/29  22:37:50
32379         Log: Subject: Re: [PATCH] predecrement vs postdecrement
32380              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
32381              Date: Sat, 29 Oct 2005 23:24:33 +0300
32382              Message-ID: <4363DA81.6060600@gmail.com>
32383              
32384              Nit in pod/perlhack.pod
32385      Branch: perl
32386            ! pod/perlhack.pod
32387 ____________________________________________________________________________
32388 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
32389         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
32390              sv_setpviv followed by SvSETMAGIC.
32391      Branch: perl
32392            ! sv.c
32393 ____________________________________________________________________________
32394 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
32395         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
32396              mathoms.c
32397      Branch: perl
32398            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
32399 ____________________________________________________________________________
32400 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
32401         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
32402              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
32403              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
32404              respectively.
32405      Branch: perl
32406            ! sv.c sv.h
32407 ____________________________________________________________________________
32408 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
32409         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
32410              with terse macros, and the function bodies retired.
32411      Branch: perl
32412            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
32413 ____________________________________________________________________________
32414 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
32415         Log: All the private implementations of @foo for compilers that can't do
32416              complex macro expansions became dead wood sometime around 5.7.3
32417              (Don't tell Otava this)
32418      Branch: perl
32419            ! mathoms.c sv.c
32420 ____________________________________________________________________________
32421 [ 25881] By: stevep                                on 2005/10/29  15:34:22
32422         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
32423              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
32424              Date: 2 Jul 2004 11:32:12 -0000
32425              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
32426              
32427              Also, a version bump to Storable.pm.
32428      Branch: perl
32429            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
32430            ! ext/Storable/t/dclone.t
32431 ____________________________________________________________________________
32432 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
32433         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
32434              Remove duplicate declaration of Perl_sv_2uv
32435      Branch: perl
32436            ! mathoms.c sv.c
32437 ____________________________________________________________________________
32438 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
32439         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
32440      Branch: perl
32441            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
32442 ____________________________________________________________________________
32443 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
32444         Log: Replace sv_unref with a macro that calls sv_unref_flags
32445      Branch: perl
32446            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
32447 ____________________________________________________________________________
32448 [ 25877] By: stevep                                on 2005/10/29  14:33:30
32449         Log: Oops, missed an sv_force_normal()
32450      Branch: perl
32451            ! mg.c
32452 ____________________________________________________________________________
32453 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
32454         Log: sv_taint() can easily be replaced by a macro.
32455      Branch: perl
32456            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
32457 ____________________________________________________________________________
32458 [ 25875] By: stevep                                on 2005/10/29  14:14:25
32459         Log: Change to use sv_force_normal_flags() directly, rather than calling
32460              sv_force_normal() to call sv_force_normal_flags().
32461      Branch: perl
32462            ! NetWare/sv_nw.c mg.c
32463 ____________________________________________________________________________
32464 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
32465         Log: A terser implementation of S_varname, by using and post-processing
32466              gv_fullname4
32467      Branch: perl
32468            ! sv.c
32469 ____________________________________________________________________________
32470 [ 25873] By: stevep                                on 2005/10/29  11:47:55
32471         Log: Additional mathoms from doio.c
32472      Branch: perl
32473            ! doio.c mathoms.c
32474 ____________________________________________________________________________
32475 [ 25872] By: stevep                                on 2005/10/29  11:36:26
32476         Log: Coverage stats say av_fake() is a mathom too.
32477      Branch: perl
32478            ! av.c mathoms.c
32479 ____________________________________________________________________________
32480 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
32481         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
32482      Branch: perl
32483            ! gv.c mathoms.c
32484 ____________________________________________________________________________
32485 [ 25870] By: stevep                                on 2005/10/29  11:02:12
32486         Log: Subject: Re: [PATCH] predecrement vs postdecrement
32487              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
32488              Date: Sat, 29 Oct 2005 11:52:25 +0300
32489              Message-ID: <43633849.6060809@gmail.com>
32490      Branch: perl
32491            ! regcomp.c
32492 ____________________________________________________________________________
32493 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
32494         Log: gv_fullname and gv_efullname are definately mathoms.
32495      Branch: perl
32496            ! gv.c mathoms.c
32497 ____________________________________________________________________________
32498 [ 25868] By: stevep                                on 2005/10/28  23:38:35
32499         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
32500              From: Brendan O'Dea <bod@debian.org>
32501              Date: Sat, 29 Oct 2005 07:14:40 +1000
32502              Message-ID: <20051028211440.GA23305@londo.c47.org>
32503      Branch: perl
32504            ! lib/perl5db.pl
32505 ____________________________________________________________________________
32506 [ 25867] By: stevep                                on 2005/10/28  21:12:35
32507         Log: Makefiles like tabs, not spaces.
32508      Branch: perl
32509            ! win32/Makefile win32/makefile.mk
32510 ____________________________________________________________________________
32511 [ 25866] By: stevep                                on 2005/10/28  21:09:31
32512         Log: Add a new file, mathoms.c, to hold old code kept around for binary
32513              compatability with previous versions of Perl.  Change also includes
32514              various Makefile changes to compile the new file and link it into 
32515              libperl.
32516      Branch: perl
32517            + mathoms.c
32518            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
32519            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
32520            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
32521            ! wince/Makefile.ce
32522 ____________________________________________________________________________
32523 [ 25865] By: stevep                                on 2005/10/28  11:30:51
32524         Log: Check for changes in IO on CPAN.
32525      Branch: perl
32526            ! Porting/Maintainers.pl
32527 ____________________________________________________________________________
32528 [ 25864] By: stevep                                on 2005/10/28  11:21:48
32529         Log: gbarr is maintaining IO.
32530      Branch: perl
32531            ! Porting/Maintainers.pl
32532 ____________________________________________________________________________
32533 [ 25863] By: stevep                                on 2005/10/28  10:48:32
32534         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
32535      Branch: perl
32536            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
32537            ! win32/config_H.vc64
32538 ____________________________________________________________________________
32539 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
32540         Log: Use the return value from sprintf and avoid a call to strlen
32541      Branch: perl
32542            ! sv.c
32543 ____________________________________________________________________________
32544 [ 25861] By: stevep                                on 2005/10/27  11:13:50
32545         Log: Subject: Re: IO::File performace issue
32546              From: gisle@ActiveState.com (Gisle Aas)
32547              Date: 27 Oct 2005 01:00:39 -0700
32548              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
32549              
32550              Also includes a version bump for IO::File.
32551      Branch: perl
32552            ! ext/IO/lib/IO/File.pm
32553 ____________________________________________________________________________
32554 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
32555         Log: Change 25850 failed to include all changed headers
32556      Branch: perl
32557            ! embed.h proto.h
32558 ____________________________________________________________________________
32559 [ 25859] By: stevep                                on 2005/10/27  01:55:08
32560         Log: Win32 fix for change #25850.  I don't know if this define will ever
32561              be used on Win32, but it does fix the problem at hand.
32562      Branch: perl
32563            ! win32/perlhost.h
32564 ____________________________________________________________________________
32565 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
32566         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
32567              From: "John E. Malmberg" <wb8tyw@qsl.net>
32568              Date: Wed, 26 Oct 2005 08:08:05 -0400
32569              Message-ID: <435F71A5.6030809@qsl.net>
32570      Branch: perl
32571            ! vms/vms.c
32572 ____________________________________________________________________________
32573 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
32574         Log: FAQ sync.
32575      Branch: perl
32576            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
32577            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
32578            ! pod/perlfaq7.pod pod/perlfaq9.pod
32579 ____________________________________________________________________________
32580 [ 25856] By: merijn                                on 2005/10/26  12:37:47
32581         Log: Subject: [PATCH] Symbian: better Series 80 support
32582              From: <jarkko.hietaniemi@nokia.com>
32583              Date: Wed, 26 Oct 2005 15:50:08 +0300
32584              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
32585      Branch: perl
32586            + symbian/hexdump.pl
32587            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
32588            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
32589            ! symbian/sisify.pl
32590 ____________________________________________________________________________
32591 [ 25855] By: stevep                                on 2005/10/26  11:52:46
32592         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
32593      Branch: perl
32594            ! t/op/sprintf.t
32595 ____________________________________________________________________________
32596 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
32597         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
32598              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
32599              Date: Tue, 25 Oct 2005 08:11:42 +0200
32600              Message-id: <20051025061141.GA2256@ethan>
32601      Branch: perl
32602            ! pp.c
32603 ____________________________________________________________________________
32604 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
32605         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
32606              stringification, as removing the conversions saves time and code.
32607      Branch: perl
32608            ! util.c
32609 ____________________________________________________________________________
32610 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
32611         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
32612              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
32613              Date: Tue, 25 Oct 2005 15:27:28 -0700
32614              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
32615      Branch: perl
32616            ! perl.h
32617 ____________________________________________________________________________
32618 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
32619         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
32620              From: "John E. Malmberg" <wb8tyw@qsl.net>
32621              Date: Tue, 25 Oct 2005 13:36:20 -0400
32622              Message-ID: <435E6D14.7000104@qsl.net>
32623      Branch: perl
32624            ! perl.h vms/perlvms.pod
32625 ____________________________________________________________________________
32626 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
32627         Log: Most platforms don't actually need PL_pidstatus, or the associated
32628              .5K of code.
32629      Branch: perl
32630            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
32631            ! pp_sys.c sv.c util.c
32632 ____________________________________________________________________________
32633 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
32634         Log: Back out change #25839, and apply :
32635              
32636              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
32637              From: "John E. Malmberg" <wb8tyw@qsl.net>
32638              Date: Tue, 25 Oct 2005 11:09:37 -0400
32639              Message-ID: <435E4AB1.1000106@qsl.net>
32640      Branch: perl
32641            ! perl.c perl.h vms/perlvms.pod
32642 ____________________________________________________________________________
32643 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
32644         Log: Code in wait4pid was calling hv_delete with the hash iterator
32645              currently on that entry. On aggregate this does more work, beacuse
32646              the next call to hv_iterinit() would spot the flag, and have to call
32647              the delete routine, while in the meantime any new entries can't
32648              re-use that memory.
32649      Branch: perl
32650            ! util.c
32651 ____________________________________________________________________________
32652 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
32653         Log: t/TEST should require Time::HiRes only when it uses it.
32654              This fixes minitest.
32655      Branch: perl
32656            ! t/TEST
32657 ____________________________________________________________________________
32658 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
32659         Log: Rediff the Makefile.SH patch for cross-compilation.
32660              (this doesn't mean it works, though.)
32661      Branch: perl
32662            ! Cross/Makefile.SH.patch
32663 ____________________________________________________________________________
32664 [ 25845] By: stevep                                on 2005/10/25  11:56:53
32665         Log: Upgrade to Time-HiRes-1.76
32666      Branch: perl
32667            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32668            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
32669            ! ext/Time/HiRes/t/HiRes.t
32670 ____________________________________________________________________________
32671 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
32672         Log: Remove remaining references to mv-if-diff
32673      Branch: perl
32674            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
32675 ____________________________________________________________________________
32676 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
32677         Log: Oops. the trick is to edit Makefile.SH
32678      Branch: perl
32679            ! Makefile.SH
32680 ____________________________________________________________________________
32681 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
32682         Log: Subject: [PATCH] remove mv-if-diff
32683              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
32684              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
32685              Date: Mon, 24 Oct 2005 19:32:57 +0200
32686              
32687              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
32688              this removal in MANIFEST)
32689      Branch: perl
32690            - mv-if-diff
32691            ! MANIFEST Makefile.SH
32692 ____________________________________________________________________________
32693 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
32694         Log: Replace all the strlen()s related to PL_pidstatus with the return
32695              value of my_sprintf
32696      Branch: perl
32697            ! util.c
32698 ____________________________________________________________________________
32699 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
32700         Log: Whoops. The Windows build is going to need to know that this symbol is
32701              defined.
32702      Branch: perl
32703            ! perl.c
32704 ____________________________________________________________________________
32705 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
32706         Log: Subject: VMS exit handling still broken, need some help.
32707              From: "John E. Malmberg" <wb8tyw@qsl.net>
32708              Date: Mon, 24 Oct 2005 01:34:41 -0400
32709              Message-ID: <435C7271.8070403@qsl.net>
32710      Branch: perl
32711            ! perl.c perl.h vms/vms.c
32712 ____________________________________________________________________________
32713 [ 25838] By: merijn                                on 2005/10/25  05:58:00
32714         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
32715              From: "John E. Malmberg" <wb8tyw@qsl.net>
32716              Date: Mon, 24 Oct 2005 23:37:46 -0400
32717              Message-ID: <435DA88A.90201@qsl.net>
32718      Branch: perl
32719            ! configure.com
32720 ____________________________________________________________________________
32721 [ 25837] By: merijn                                on 2005/10/24  23:35:40
32722         Log: Backport of changes #25831 and #25832. Re-order needed
32723              
32724              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
32725              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32726              Date: Mon, 24 Oct 2005 13:04:58 -0700
32727              Message-ID: <20051024200458.GC2312@efn.org>
32728      Branch: perl
32729            ! Configure config_h.SH
32730 ____________________________________________________________________________
32731 [ 25833] By: merijn                                on 2005/10/24  22:44:22
32732         Log: Subject: [PATCH] Compress::Zlib
32733              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
32734              Date: Mon, 24 Oct 2005 23:19:48 +0100
32735              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
32736      Branch: perl
32737            ! ext/Compress/Zlib/Zlib.pm
32738            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
32739            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
32740            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
32741            ! ext/Compress/Zlib/t/03zlib-v1.t
32742            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
32743 ____________________________________________________________________________
32744 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
32745         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
32746              places where we want to use the return value of sprintf. This allows
32747              a wrapper to be used for platforms where the C library isn't ANSI-
32748              conformant.
32749      Branch: perl
32750            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
32751            ! proto.h util.c
32752 ____________________________________________________________________________
32753 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
32754         Log: Add a probe for whether sprintf returns the length of the buffer.
32755              Update all the canned config.sh files.
32756              Assume that symbian and Win32 are all ANSI conformant, note that ARM
32757              Linux (ie glibc) will be, don't assume that any other platform is.
32758      Branch: perl
32759            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
32760            ! Porting/Glossary configure.com epoc/config.sh
32761            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
32762            ! win32/config.bc win32/config.gc win32/config.vc
32763            ! win32/config.vc64 wince/config.ce
32764 ____________________________________________________________________________
32765 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
32766         Log: Fix path in code example
32767      Branch: perl
32768            ! pod/perlfunc.pod
32769 ____________________________________________________________________________
32770 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
32771         Log: Subject: Re: do { EXPR for EXPR }
32772              From: Robin Houston <robin@cpan.org>
32773              Date: Sat, 22 Oct 2005 16:56:27 +0100
32774              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
32775      Branch: perl
32776            ! op.c t/cmd/mod.t
32777 ____________________________________________________________________________
32778 [ 25828] By: stevep                                on 2005/10/24  14:16:32
32779         Log: Update one of merijn's previous emails.
32780      Branch: perl
32781            ! Porting/checkAUTHORS.pl
32782 ____________________________________________________________________________
32783 [ 25827] By: craigb                                on 2005/10/23  22:17:44
32784         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
32785              From: "John E. Malmberg" <wb8tyw@qsl.net>
32786              Date: Sun, 23 Oct 2005 17:46:46 -0400
32787              Message-id: <435C04C6.2090405@qsl.net>
32788      Branch: perl
32789            ! vms/vms.c
32790 ____________________________________________________________________________
32791 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
32792         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
32793      Branch: perl
32794            ! perl.c
32795 ____________________________________________________________________________
32796 [ 25824] By: craigb                                on 2005/10/22  16:43:40
32797         Log: VMS threaded build fixes for things broken in #25783
32798      Branch: perl
32799            ! vms/vms.c vms/vmsish.h
32800 ____________________________________________________________________________
32801 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
32802         Log: use more 'const' in the Encode data structures.
32803      Branch: perl
32804            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
32805 ____________________________________________________________________________
32806 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
32807         Log: Turn NN to NULLOK for functions that have code to handle
32808              the ptr == NULL case and are currently called with NULL
32809              pointers. Having parameters tagged NN can make gcc optimize
32810              away the code for the NULL case, causing segfaults.
32811      Branch: perl
32812            ! embed.fnc proto.h
32813 ____________________________________________________________________________
32814 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
32815         Log: Mark more static Encode data structures as const.
32816      Branch: perl
32817            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
32818            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
32819 ____________________________________________________________________________
32820 [ 25820] By: stevep                                on 2005/10/21  21:54:01
32821         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
32822              perlref.pod.  Thanks for David Wheeler for starting the discussion
32823              and Paul Johnson for confirming that it could actually be done.
32824      Branch: perl
32825            ! pod/perlref.pod
32826 ____________________________________________________________________________
32827 [ 25819] By: merijn                                on 2005/10/21  15:49:00
32828         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
32829              From: <jarkko.hietaniemi@nokia.com>
32830              Date: Fri, 21 Oct 2005 17:15:23 +0300
32831              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
32832      Branch: perl
32833            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
32834            ! MANIFEST
32835 ____________________________________________________________________________
32836 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
32837         Log: Subject: allow "" as select bitmask [PATCH]
32838              From: Gisle Aas <gisle@ActiveState.com>
32839              Date: 21 Oct 2005 08:04:40 -0700
32840              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
32841      Branch: perl
32842            ! pp_sys.c t/op/sselect.t
32843 ____________________________________________________________________________
32844 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
32845         Log: Rewording of doc change #25812
32846      Branch: perl
32847            ! pod/perlsub.pod
32848 ____________________________________________________________________________
32849 [ 25815] By: merijn                                on 2005/10/21  14:12:37
32850         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
32851              From: <jarkko.hietaniemi@nokia.com>
32852              Date: Fri, 21 Oct 2005 17:15:23 +0300
32853              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
32854      Branch: perl
32855            - symbian/PerlApp.rss
32856 ____________________________________________________________________________
32857 [ 25814] By: merijn                                on 2005/10/21  14:12:10
32858         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
32859              From: <jarkko.hietaniemi@nokia.com>
32860              Date: Fri, 21 Oct 2005 17:15:23 +0300
32861              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
32862      Branch: perl
32863            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
32864            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
32865            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
32866            ! symbian/xsbuild.pl
32867 ____________________________________________________________________________
32868 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
32869         Log: Subject: wrong maxlen in sselect [PATCH]
32870              From: Gisle Aas <gisle@ActiveState.com>
32871              Date: 21 Oct 2005 05:24:30 -0700
32872              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
32873              
32874              Plus a regression test for the new warning.
32875      Branch: perl
32876            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
32877 ____________________________________________________________________________
32878 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
32879         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
32880              From: Xavier Noria <fxn@hashref.com>
32881              Date: Fri, 21 Oct 2005 08:43:12 +0200
32882              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
32883              
32884              (with minor tweaks)
32885      Branch: perl
32886            ! pod/perlsub.pod
32887 ____________________________________________________________________________
32888 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
32889         Log: Remove last remaining reference to vax11c
32890      Branch: perl
32891            ! x2p/a2p.h
32892 ____________________________________________________________________________
32893 [ 25810] By: craigb                                on 2005/10/20  22:38:36
32894         Log: Subject: [patch@25809]restore documented exit behavior
32895              From: "John E. Malmberg" <wb8tyw@qsl.net>
32896              Date: Thu, 20 Oct 2005 18:21:20 -0400
32897              Message-id: <43581860.3020108@qsl.net>
32898      Branch: perl
32899            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
32900 ____________________________________________________________________________
32901 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
32902         Log: Fix doc typo, by Gisle Aas
32903      Branch: perl
32904            ! lib/User/grent.pm
32905 ____________________________________________________________________________
32906 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
32907         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
32908              From: Robin Houston <robin@cpan.org>
32909              Date: Oct 14, 2005 1:54 AM
32910              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
32911      Branch: perl
32912            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
32913 ____________________________________________________________________________
32914 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
32915         Log: Forgotten chunk by jhi
32916      Branch: perl
32917            ! symbian/makesis.pl
32918 ____________________________________________________________________________
32919 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
32920         Log: Subject: [PATCH] blead 25801: Symbian batch of today
32921              From: <jarkko.hietaniemi@nokia.com>
32922              Date: Wed, 19 Oct 2005 16:19:23 +0300
32923              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
32924      Branch: perl
32925            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
32926            ! symbian/xsbuild.pl
32927 ____________________________________________________________________________
32928 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
32929         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
32930              From: Andy Lester <andy@petdance.com>
32931              Date: Tue, 18 Oct 2005 09:57:23 -0500
32932              Message-ID: <20051018145723.GA4964@petdance.com>
32933      Branch: perl
32934            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
32935 ____________________________________________________________________________
32936 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
32937         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
32938              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
32939              Date: Tue, 18 Oct 2005 22:22:57 +0200
32940              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
32941              
32942              (tweaked to remove trailing whitespace to doc entries)
32943              Plus, regenerate doc and headers
32944      Branch: perl
32945            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
32946 ____________________________________________________________________________
32947 [ 25801] By: craigb                                on 2005/10/19  00:29:00
32948         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
32949              From: "John E. Malmberg" <wb8tyw@qsl.net>
32950              Date: Tue, 18 Oct 2005 14:43:29 -0400
32951              Message-id: <43554251.5020704@qsl.net>
32952      Branch: perl
32953            ! vms/vms.c vms/vmsish.h
32954 ____________________________________________________________________________
32955 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
32956         Log: Add notes about -f _ and defined %foo:: in perldelta
32957      Branch: perl
32958            ! pod/perl593delta.pod
32959 ____________________________________________________________________________
32960 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
32961         Log: Force _ to be always a bareword after filetest operators
32962      Branch: perl
32963            ! t/op/filetest.t toke.c
32964 ____________________________________________________________________________
32965 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
32966         Log: Add Rafael's 5.10 roadmap to perltodo.
32967              Add state variables.
32968              Remove xsubpp entry, as that had been done already.
32969      Branch: perl
32970            ! pod/perltodo.pod
32971 ____________________________________________________________________________
32972 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
32973         Log: Fix tokenizer debugging trace for file tests
32974      Branch: perl
32975            ! toke.c
32976 ____________________________________________________________________________
32977 [ 25796] By: stevep                                on 2005/10/18  19:15:40
32978         Log: Upgrade to Digest-1.13
32979      Branch: perl
32980            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
32981 ____________________________________________________________________________
32982 [ 25795] By: merijn                                on 2005/10/18  16:30:54
32983         Log: VMS does not have clearenv () according to John E. Malmberg
32984              Followup to 25793
32985      Branch: perl
32986            ! configure.com
32987 ____________________________________________________________________________
32988 [ 25794] By: steveh                                on 2005/10/18  15:03:50
32989         Log: Update win32 config files w.r.t. change #25793
32990      Branch: perl
32991            ! win32/config.bc win32/config.gc win32/config.vc
32992            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
32993            ! win32/config_H.vc win32/config_H.vc64
32994 ____________________________________________________________________________
32995 [ 25793] By: merijn                                on 2005/10/18  13:50:15
32996         Log: Add probe for clearenv (), like #25733 for unsetenv ()
32997      Branch: perl
32998            ! Configure Porting/Glossary config_h.SH handy.h
32999 ____________________________________________________________________________
33000 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
33001         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
33002              From: <jarkko.hietaniemi@nokia.com>
33003              Date: Tue, 18 Oct 2005 16:07:28 +0300
33004              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
33005      Branch: perl
33006            ! perl.h util.h
33007 ____________________________________________________________________________
33008 [ 25789] By: stevep                                on 2005/10/18  10:52:01
33009         Log: Upgrade to Time-HiRes-1.75
33010      Branch: perl
33011            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33012            ! ext/Time/HiRes/Makefile.PL
33013 ____________________________________________________________________________
33014 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
33015         Log: Subject: [PATCH] Symbian: New vs New
33016              From: <jarkko.hietaniemi@nokia.com>
33017              Date: Tue, 18 Oct 2005 12:53:16 +0300
33018              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
33019      Branch: perl
33020            ! symbian/PerlUtil.cpp
33021 ____________________________________________________________________________
33022 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
33023         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
33024              From: "John E. Malmberg" <wb8tyw@qsl.net>
33025              Date: Mon, 17 Oct 2005 17:08:19 -0400
33026              Message-ID: <435412C3.3080504@qsl.net>
33027      Branch: perl
33028            ! vms/vmsish.h
33029 ____________________________________________________________________________
33030 [ 25784] By: steveh                                on 2005/10/17  15:48:24
33031         Log: Silence gcc complaints about comments in config.h
33032              
33033              This suppresses dozens of lines of warnings seen, e.g. here:
33034              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
33035      Branch: perl
33036            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
33037 ____________________________________________________________________________
33038 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
33039         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
33040              From: "John E. Malmberg" <wb8tyw@qsl.net>
33041              Date: Mon, 17 Oct 2005 08:12:37 -0400
33042              Message-ID: <43539535.70609@qsl.net>
33043      Branch: perl
33044            ! vms/vms.c vms/vmsish.h
33045 ____________________________________________________________________________
33046 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
33047         Log: Subject: [PATCH] even more Symbian
33048              From: <jarkko.hietaniemi@nokia.com>
33049              Date: Mon, 17 Oct 2005 18:27:57 +0300
33050              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
33051      Branch: perl
33052            ! ext/Storable/Storable.xs symbian/TODO
33053            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
33054 ____________________________________________________________________________
33055 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
33056         Log: Correct precedence from and to && in an expression with assignment.
33057      Branch: perl
33058            ! ext/IO/t/io_sock.t
33059 ____________________________________________________________________________
33060 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
33061         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
33062              From: Xavier Noria <fxn@hashref.com>
33063              Date: Sun, 16 Oct 2005 12:27:30 +0200
33064              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
33065      Branch: perl
33066            ! pod/perlvar.pod
33067 ____________________________________________________________________________
33068 [ 25779] By: steveh                                on 2005/10/17  10:14:46
33069         Log: Make some casts explicit to keep VC++ 7 happy
33070              
33071              Specifically, this silences the warnings from the following smoke:
33072              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
33073              (Hmm. Looks like you need to decode the base64 yourself before you
33074              can read that.)
33075      Branch: perl
33076            ! numeric.c op.c pp_pack.c toke.c
33077 ____________________________________________________________________________
33078 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
33079         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
33080              From: <jarkko.hietaniemi@nokia.com>
33081              Date: Mon, 17 Oct 2005 13:19:34 +0300
33082              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
33083      Branch: perl
33084            + symbian/find_writeable_data.pl
33085            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
33086            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
33087            ! util.c
33088 ____________________________________________________________________________
33089 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
33090         Log: Doc/style fixes pointed out by Gisle
33091      Branch: perl
33092            ! lib/warnings/register.pm
33093 ____________________________________________________________________________
33094 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
33095         Log: Subject: [PATCH] blead@25775 Symbian update
33096              From: <jarkko.hietaniemi@nokia.com>
33097              Date: Mon, 17 Oct 2005 11:49:20 +0300
33098              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
33099      Branch: perl
33100            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
33101            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
33102            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
33103            ! symbian/symbian_proto.h symbian/xsbuild.pl
33104 ____________________________________________________________________________
33105 [ 25775] By: davem                                 on 2005/10/16  23:05:44
33106         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
33107      Branch: perl
33108            ! sv.c
33109 ____________________________________________________________________________
33110 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
33111         Log: Subject: [PATCH] Keys of %INC always use forward slashes
33112              From: Jan Dubois <jand@activestate.com>
33113              Date: Oct 16, 2005 8:24 PM
33114              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
33115      Branch: perl
33116            ! lib/CPAN.pm
33117 ____________________________________________________________________________
33118 [ 25772] By: craigb                                on 2005/10/16  19:10:56
33119         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
33120              From: "John E. Malmberg" <wb8tyw@qsl.net>
33121              Message-id: <4351F393.8030809@qsl.net>
33122              Date: Sun, 16 Oct 2005 02:30:43 -0400
33123      Branch: perl
33124            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
33125 ____________________________________________________________________________
33126 [ 25771] By: davem                                 on 2005/10/16  17:46:10
33127         Log: an assert in av_undef was leaking memory
33128      Branch: perl
33129            ! av.c
33130 ____________________________________________________________________________
33131 [ 25770] By: davem                                 on 2005/10/16  17:39:20
33132         Log: static functions should be prefixed S_
33133      Branch: perl
33134            ! ext/threads/threads.xs
33135 ____________________________________________________________________________
33136 [ 25769] By: davem                                 on 2005/10/16  14:53:45
33137         Log: free a thread's interpreter after $t->join() rather than after undef $t
33138              This should fix some ithreads memory leaks.
33139      Branch: perl
33140            ! ext/threads/threads.xs
33141 ____________________________________________________________________________
33142 [ 25768] By: stevep                                on 2005/10/16  13:53:00
33143         Log: Upgrade to version-0.49
33144      Branch: perl
33145            ! lib/version.pm lib/version.pod
33146 ____________________________________________________________________________
33147 [ 25767] By: stevep                                on 2005/10/16  13:24:23
33148         Log: No more attempting to edit Pod before the first coffee of the morning.
33149      Branch: perl
33150            ! ext/DynaLoader/XSLoader_pm.PL
33151 ____________________________________________________________________________
33152 [ 25766] By: stevep                                on 2005/10/16  13:10:02
33153         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
33154      Branch: perl
33155            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
33156 ____________________________________________________________________________
33157 [ 25765] By: stevep                                on 2005/10/16  13:02:19
33158         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
33159              to work within the core).
33160      Branch: perl
33161            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
33162            ! MANIFEST lib/Pod/Find.pm
33163 ____________________________________________________________________________
33164 [ 25764] By: stevep                                on 2005/10/16  12:36:37
33165         Log: Upgrade to ExtUtils-ParseXS-2.15.
33166      Branch: perl
33167            ! lib/ExtUtils/ParseXS.pm
33168 ____________________________________________________________________________
33169 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
33170         Log: Subject: pre{inc,dec} is faster, even with integers
33171              From: hv@crypt.org
33172              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
33173              Date: Fri, 14 Oct 2005 18:22:41 +0100
33174      Branch: perl
33175            ! op.c t/op/inc.t
33176 ____________________________________________________________________________
33177 [ 25761] By: craigb                                on 2005/10/15  03:59:44
33178         Log: Subject: [patch@blead] perlport.pod
33179              From: "John E. Malmberg" <wb8tyw@qsl.net>
33180              Date: Fri, 14 Oct 2005 23:48:20 -0400
33181              Message-id: <43507C04.8050003@qsl.net>
33182      Branch: perl
33183            ! pod/perlport.pod
33184 ____________________________________________________________________________
33185 [ 25760] By: craigb                                on 2005/10/15  03:43:30
33186         Log: Subject: patch for blead - Perlvms.pod update
33187              From: "John E. Malmberg" <wb8tyw@qsl.net>
33188              Date: Fri, 14 Oct 2005 21:15:26 -0400
33189              Message-id: <4350582E.4070209@qsl.net>
33190      Branch: perl
33191            ! vms/perlvms.pod
33192 ____________________________________________________________________________
33193 [ 25759] By: craigb                                on 2005/10/14  15:31:33
33194         Log: Grab enough room from the outset in do_tovmsspec()
33195      Branch: perl
33196            ! vms/vms.c
33197 ____________________________________________________________________________
33198 [ 25758] By: steveh                                on 2005/10/14  08:00:58
33199         Log: Subject: [PATCH] Compress::Zlib - fix for win32
33200              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
33201              Date: Thu, 13 Oct 2005 23:06:25 +0100
33202              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
33203      Branch: perl
33204            ! ext/Compress/Zlib/Zlib.xs
33205 ____________________________________________________________________________
33206 [ 25757] By: stevep                                on 2005/10/14  03:46:24
33207         Log: gcc complains when it sees variables declared
33208              
33209              const register ...
33210              
33211              switched them all to 
33212              
33213              register const ...
33214      Branch: perl
33215            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
33216 ____________________________________________________________________________
33217 [ 25756] By: stevep                                on 2005/10/14  01:20:21
33218         Log: Upgrade to Unicode-Collate-0.52
33219      Branch: perl
33220            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
33221            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
33222 ____________________________________________________________________________
33223 [ 25755] By: stevep                                on 2005/10/13  23:31:03
33224         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
33225      Branch: perl
33226            ! perl.c
33227 ____________________________________________________________________________
33228 [ 25754] By: stevep                                on 2005/10/13  23:03:46
33229         Log: Subject: [PATCH] Stas' croak patch and then some
33230              From: Andy Lester <andy@petdance.com>
33231              Date: Thu, 13 Oct 2005 16:42:12 -0500
33232              Message-ID: <20051013214212.GA1122@petdance.com>
33233      Branch: perl
33234            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
33235            ! sv.c t/TEST toke.c utf8.c
33236 ____________________________________________________________________________
33237 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
33238         Log: If /dev/null is not readable, perl -e fails with
33239              an obscure error message. Make it more understandable.
33240      Branch: perl
33241            ! perl.c
33242 ____________________________________________________________________________
33243 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
33244         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
33245              From: "John E. Malmberg" <wb8tyw@qsl.net>
33246              Date: Thu, 13 Oct 2005 10:28:23 -0400
33247              Message-ID: <434E6F07.5020108@qsl.net>
33248      Branch: perl
33249            ! t/op/local.t
33250 ____________________________________________________________________________
33251 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
33252         Log: Subject: SvPVutf8_nolen crashes [PATCH]
33253              From: Gisle Aas <gisle@ActiveState.com>
33254              Date: 13 Oct 2005 06:00:49 -0700
33255              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
33256      Branch: perl
33257            ! sv.c
33258 ____________________________________________________________________________
33259 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
33260         Log: Better cleanup of directories created by C::Zlib
33261      Branch: perl
33262            ! Makefile.SH
33263 ____________________________________________________________________________
33264 [ 25749] By: merijn                                on 2005/10/13  12:17:41
33265         Log: PL_use_safe_putenv needs to be in the export lists
33266      Branch: perl
33267            ! makedef.pl
33268 ____________________________________________________________________________
33269 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
33270         Log: Subject: [PATCH] POD index entries with X<>
33271              From: Ivan Tubert-Brohman <itub@cpan.org>
33272              Date: Wed, 12 Oct 2005 19:20:18 -0400
33273              Message-ID: <434D9A32.4050305@cpan.org>
33274      Branch: perl
33275            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
33276            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
33277            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
33278            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
33279            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
33280            ! pod/perlsyn.pod pod/perltie.pod
33281 ____________________________________________________________________________
33282 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
33283         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
33284              From: Gisle Aas <gisle@ActiveState.com>
33285              Date: 13 Oct 2005 01:42:32 -0700
33286              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
33287      Branch: perl
33288            ! lib/Pod/Html.pm
33289 ____________________________________________________________________________
33290 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
33291         Log: The new REQUIRE token introduced by change 25599 must be
33292              nonassoc, just like the UNIOP token it's patterned after.
33293              (While we're at it, allow to use bison 2.1 to regenerate
33294              the parser files.)
33295      Branch: perl
33296            ! perly.act perly.h perly.tab perly.y regen_perly.pl
33297 ____________________________________________________________________________
33298 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
33299         Log: Document that -F doesn't accept whitespace in patterns.
33300              (fixes bug #37366)
33301      Branch: perl
33302            ! pod/perlrun.pod
33303 ____________________________________________________________________________
33304 [ 25744] By: merijn                                on 2005/10/13  06:10:27
33305         Log: Subject: RE: [PATCH] Compress::Zlib
33306              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
33307              Date: Wed, 12 Oct 2005 22:41:41 +0100
33308              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
33309      Branch: perl
33310            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
33311 ____________________________________________________________________________
33312 [ 25743] By: stevep                                on 2005/10/12  23:28:04
33313         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
33314              From: Abigail <abigail@abigail.nl>
33315              Date: Thu, 13 Oct 2005 01:25:10 +0200
33316              Message-ID: <20051012232509.GA1018@abigail.nl>
33317      Branch: perl
33318            ! pp_sort.c
33319 ____________________________________________________________________________
33320 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
33321         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
33322              From: <jarkko.hietaniemi@nokia.com>
33323              Date: Wed, 12 Oct 2005 19:12:57 +0300
33324              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
33325      Branch: perl
33326            + symbian/sisify.pl
33327            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
33328            ! symbian/TODO symbian/config.pl symbian/port.pl
33329 ____________________________________________________________________________
33330 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
33331         Log: Update to the config boilerplates, by Jarkko
33332      Branch: perl
33333            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
33334            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
33335            ! wince/config.ce
33336 ____________________________________________________________________________
33337 [ 25740] By: craigb                                on 2005/10/11  23:58:26
33338         Log: disarm unsetenv() on VMS for now (function is present
33339              but %ENV is more complicated)
33340      Branch: perl
33341            ! configure.com
33342 ____________________________________________________________________________
33343 [ 25739] By: stevep                                on 2005/10/11  22:27:18
33344         Log: Subject: [PATCH] Compress::Zlib
33345              From: Paul Marquess <Paul.Marquess@ntlworld.com>
33346              Date: Tue, 11 Oct 2005 22:54:25 +0100
33347              
33348              This silences a few warnings on AIX
33349      Branch: perl
33350            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
33351            ! ext/Compress/Zlib/t/04def.t
33352 ____________________________________________________________________________
33353 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
33354         Log: Comment fix
33355      Branch: perl
33356            ! perl.c
33357 ____________________________________________________________________________
33358 [ 25737] By: merijn                                on 2005/10/11  15:15:37
33359         Log: Subject: [PATCH] environ fixup
33360              From: Alan Burlison <Alan.Burlison@sun.com>
33361              Date: Tue, 11 Oct 2005 16:29:54 +0100
33362              Message-ID: <434BDA72.4090109@sun.com>
33363      Branch: perl
33364            ! handy.h hints/solaris_2.sh perl.c util.c
33365 ____________________________________________________________________________
33366 [ 25736] By: merijn                                on 2005/10/11  11:30:22
33367         Log: Subject: [PATCH] Symbian blead fix
33368              From: <jarkko.hietaniemi@nokia.com>
33369              Date: Tue, 11 Oct 2005 14:48:49 +0300
33370              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
33371      Branch: perl
33372            ! symbian/PerlApp.cpp
33373 ____________________________________________________________________________
33374 [ 25735] By: merijn                                on 2005/10/11  11:25:46
33375         Log: Subject: [PATCH] Compress::Zlib
33376              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
33377              Date: Tue, 11 Oct 2005 12:35:22 +0100
33378              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
33379      Branch: perl
33380            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
33381            ! ext/Compress/Zlib/t/16oneshot.t
33382 ____________________________________________________________________________
33383 [ 25734] By: steveh                                on 2005/10/11  10:09:48
33384         Log: Update win32 config files w.r.t. change #25733
33385      Branch: perl
33386            ! win32/config.bc win32/config.gc win32/config.vc
33387            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
33388            ! win32/config_H.vc win32/config_H.vc64
33389 ____________________________________________________________________________
33390 [ 25733] By: merijn                                on 2005/10/10  13:47:17
33391         Log: Add probe for unsetenv ()
33392              Subject: Re: Perl's handling of environ breaks on Solaris 10
33393              From: Steve Peters <steve@fisharerojo.org>
33394              Date: Mon, 10 Oct 2005 07:51:17 -0500
33395              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
33396      Branch: perl
33397            ! Configure Porting/Glossary config_h.SH handy.h
33398 ____________________________________________________________________________
33399 [ 25731] By: stevep                                on 2005/10/10  13:14:50
33400         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
33401              From: Gisle Aas <gisle@ActiveState.com>
33402              Date: 10 Oct 2005 06:20:23 -0700
33403              
33404              Change to remove a call to Win32::GetShortPathName() from 
33405              Test::Harness::Straps.
33406      Branch: perl
33407            ! lib/Test/Harness/Straps.pm
33408 ____________________________________________________________________________
33409 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
33410         Log: Subject: [PATCH] Symbian bleadperl@25725 update
33411              From: <jarkko.hietaniemi@nokia.com>
33412              Date: Mon, 10 Oct 2005 14:28:31 +0300
33413              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
33414      Branch: perl
33415            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
33416            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
33417            ! symbian/xsbuild.pl
33418 ____________________________________________________________________________
33419 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
33420         Log: Subject: RE: [PATCH] Compress::Zlib
33421              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
33422              Date: Mon, 10 Oct 2005 12:24:29 +0100
33423              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
33424      Branch: perl
33425            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
33426 ____________________________________________________________________________
33427 [ 25728] By: merijn                                on 2005/10/10  10:36:51
33428         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
33429              From: Gisle Aas <gisle@ActiveState.com>
33430              Date: 10 Oct 2005 03:58:09 -0700
33431              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
33432      Branch: perl
33433            ! win32/ext/Win32/Win32.pm
33434 ____________________________________________________________________________
33435 [ 25727] By: merijn                                on 2005/10/10  10:27:12
33436         Log: Making t/14gzopen.t a bit more robust.
33437              Subject: [PATCH] Compress::Zlib
33438              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
33439              Date: Mon, 10 Oct 2005 11:40:00 +0100
33440              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
33441      Branch: perl
33442            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
33443            ! ext/Compress/Zlib/t/14gzopen.t
33444 ____________________________________________________________________________
33445 [ 25726] By: merijn                                on 2005/10/10  06:14:30
33446         Log: Compress::Zlib should not ask under Cygwin in CORE
33447      Branch: perl
33448            ! ext/Compress/Zlib/Makefile.PL
33449 ____________________________________________________________________________
33450 [ 25725] By: stevep                                on 2005/10/10  01:18:58
33451         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
33452              Subject: RE: [PATCH] DB_File 1.1812
33453              Date: Sun, 9 Oct 2005 23:25:38 +0100
33454              
33455              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
33456      Branch: perl
33457            ! ext/Compress/Zlib/Zlib.xs
33458 ____________________________________________________________________________
33459 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
33460         Log: Upgrade to DB_File 1.1812, by Paul Marquess
33461      Branch: perl
33462            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
33463            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
33464            ! ext/DB_File/t/db-hash.t
33465 ____________________________________________________________________________
33466 [ 25723] By: stevep                                on 2005/10/09  18:53:02
33467         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
33468      Branch: perl
33469            ! lib/Test/Simple/t/tbt_01basic.t
33470            ! lib/Test/Simple/t/tbt_04line_num.t
33471 ____________________________________________________________________________
33472 [ 25722] By: stevep                                on 2005/10/09  18:06:13
33473         Log: Upgraded to ExtUtils-ParseXS-2.14.
33474      Branch: perl
33475            ! lib/ExtUtils/ParseXS.pm
33476 ____________________________________________________________________________
33477 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
33478         Log: Don't use a regexp in DB::sub().
33479              This should work around perlbug #37102.
33480      Branch: perl
33481            ! lib/DB.pm
33482 ____________________________________________________________________________
33483 [ 25720] By: stevep                                on 2005/10/09  15:37:41
33484         Log: It would be nice to upgrade the right file.   Double grrrrr.
33485      Branch: perl
33486            ! lib/ExtUtils/CBuilder.pm
33487 ____________________________________________________________________________
33488 [ 25719] By: stevep                                on 2005/10/09  15:32:29
33489         Log: Add standard core test header to Test::Builder::Tester tests.
33490      Branch: perl
33491            ! lib/Test/Simple/t/tbt_01basic.t
33492            ! lib/Test/Simple/t/tbt_02fhrestore.t
33493            ! lib/Test/Simple/t/tbt_03die.t
33494            ! lib/Test/Simple/t/tbt_04line_num.t
33495            ! lib/Test/Simple/t/tbt_05faildiag.t
33496            ! lib/Test/Simple/t/tbt_06errormess.t
33497            ! lib/Test/Simple/t/tbt_07args.t
33498 ____________________________________________________________________________
33499 [ 25718] By: stevep                                on 2005/10/09  15:24:43
33500         Log: Upgrade to Test-Simple-0.62.
33501      Branch: perl
33502            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
33503            + lib/Test/Simple/t/tbt_01basic.t
33504            + lib/Test/Simple/t/tbt_02fhrestore.t
33505            + lib/Test/Simple/t/tbt_03die.t
33506            + lib/Test/Simple/t/tbt_04line_num.t
33507            + lib/Test/Simple/t/tbt_05faildiag.t
33508            + lib/Test/Simple/t/tbt_06errormess.t
33509            + lib/Test/Simple/t/tbt_07args.t
33510            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
33511            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
33512            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
33513            ! lib/Test/Simple/t/is_deeply_fail.t
33514 ____________________________________________________________________________
33515 [ 25717] By: stevep                                on 2005/10/09  14:51:12
33516         Log: Missed files in upgrading modules.  Grrrr
33517      Branch: perl
33518            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
33519 ____________________________________________________________________________
33520 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
33521         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
33522              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33523              Date: Oct 8, 2005 9:59 AM
33524              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
33525      Branch: perl
33526            ! lib/utf8.t utf8.c utf8.h
33527 ____________________________________________________________________________
33528 [ 25712] By: stevep                                on 2005/10/07  15:41:32
33529         Log: Documentation nit in INSTALL found by Alan Burlison.
33530      Branch: perl
33531            ! INSTALL
33532 ____________________________________________________________________________
33533 [ 25711] By: stevep                                on 2005/10/07  03:29:37
33534         Log: Upgrade to Pathtools-3.12
33535      Branch: perl
33536            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
33537            ! lib/File/Spec/Win32.pm
33538 ____________________________________________________________________________
33539 [ 25710] By: craigb                                on 2005/10/07  02:41:03
33540         Log: Parse symbols for the linker when more than one declaration
33541              on the same line (the way PERLVARISC now throws at us).
33542      Branch: perl
33543            ! vms/gen_shrfls.pl
33544 ____________________________________________________________________________
33545 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
33546         Log: Avoid a cast
33547      Branch: perl
33548            ! perl.c
33549 ____________________________________________________________________________
33550 [ 25708] By: stevep                                on 2005/10/06  19:23:59
33551         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
33552              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
33553      Branch: perl
33554            ! ext/Compress/Zlib/Zlib.xs
33555 ____________________________________________________________________________
33556 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
33557         Log: Be nice with subversion hidden directories
33558      Branch: perl
33559            ! ext/Compress/Zlib/Makefile.PL
33560 ____________________________________________________________________________
33561 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
33562         Log: Update with new files from C::Zlib
33563      Branch: perl
33564            ! Porting/Maintainers.pl
33565 ____________________________________________________________________________
33566 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
33567         Log: Move ZlibTestUtils.pm under t/
33568      Branch: perl
33569            + t/lib/ZlibTestUtils.pm
33570            - lib/ZlibTestUtils.pm
33571            ! MANIFEST ext/Compress/Zlib/t/01version.t
33572            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
33573            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
33574            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
33575            ! ext/Compress/Zlib/t/08encoding.t
33576            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
33577            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
33578            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
33579            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
33580            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
33581            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
33582            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
33583            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
33584 ____________________________________________________________________________
33585 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
33586         Log: Don't install pods via MakeMaker for C::Zlib,
33587              as suggested by Robin Barker
33588      Branch: perl
33589            ! ext/Compress/Zlib/Makefile.PL
33590 ____________________________________________________________________________
33591 [ 25703] By: merijn                                on 2005/10/06  08:42:56
33592         Log: Add -C to allowed $PERL5OPT options
33593              Add -C to the $PERL5OPT documentation (and added the missing -A too)
33594              t/run/runenv.t Could use some more tests about how supported
33595              and unsupported options in $PERL5OPT are handled
33596      Branch: perl
33597            ! perl.c pod/perldiag.pod pod/perlrun.pod
33598 ____________________________________________________________________________
33599 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
33600         Log: Remove the getprotobynumber test, for portability concerns
33601      Branch: perl
33602            - t/op/getprotobynumber.t
33603            ! MANIFEST
33604 ____________________________________________________________________________
33605 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
33606         Log: Fix Compress::Zlib test boilerplate
33607      Branch: perl
33608            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
33609            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
33610            ! ext/Compress/Zlib/t/05examples.t
33611            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
33612            ! ext/Compress/Zlib/t/08encoding.t
33613            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
33614            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
33615            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
33616            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
33617            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
33618            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
33619            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
33620            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
33621 ____________________________________________________________________________
33622 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
33623         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
33624      Branch: perl
33625            ! ext/Compress/Zlib/Makefile.PL
33626 ____________________________________________________________________________
33627 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
33628         Log: Add test preambles to Compress::Zlib.
33629              Remove 99pod.t, useless in the core
33630      Branch: perl
33631            - ext/Compress/Zlib/t/99pod.t
33632            ! MANIFEST ext/Compress/Zlib/t/01version.t
33633            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
33634            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
33635            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
33636            ! ext/Compress/Zlib/t/08encoding.t
33637            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
33638            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
33639            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
33640            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
33641            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
33642            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
33643            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
33644            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
33645 ____________________________________________________________________________
33646 [ 25697] By: stevep                                on 2005/10/05  18:20:54
33647         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
33648              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
33649              Date: Thu, 2 Jun 2005 13:34:49 +0200
33650              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
33651      Branch: perl
33652            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
33653 ____________________________________________________________________________
33654 [ 25696] By: steveh                                on 2005/10/05  16:04:26
33655         Log: Subject: [PATCH] Re: Untested builtins
33656              From: Steven Schubiger <sts@accognoscere.org>
33657              Date: Wed, 28 Sep 2005 15:46:45 +0200
33658              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
33659      Branch: perl
33660            + t/op/getprotobynumber.t
33661            ! MANIFEST
33662 ____________________________________________________________________________
33663 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
33664         Log: Upgrade to Compress::Zlib 2.000_05
33665      Branch: perl
33666            + ext/Compress/Zlib/examples/gzcat.zlib
33667            + ext/Compress/Zlib/fallback/constants.h
33668            + ext/Compress/Zlib/fallback/constants.xs
33669            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
33670            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
33671            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
33672            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
33673            + ext/Compress/Zlib/lib/File/GlobMapper.pm
33674            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
33675            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
33676            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
33677            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
33678            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
33679            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
33680            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
33681            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
33682            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
33683            + ext/Compress/Zlib/t/05examples.t
33684            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
33685            + ext/Compress/Zlib/t/08encoding.t
33686            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
33687            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
33688            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
33689            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
33690            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
33691            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
33692            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
33693            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
33694            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
33695            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
33696            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
33697            - ext/Compress/Zlib/t/04encoding.t
33698            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
33699            - ext/Compress/Zlib/zlib-src/gzio.c
33700            ! MANIFEST ext/Compress/Zlib/Changes
33701            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
33702            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
33703            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
33704            ! ext/Compress/Zlib/examples/filtinf
33705            ! ext/Compress/Zlib/examples/gzcat
33706            ! ext/Compress/Zlib/examples/gzgrep
33707            ! ext/Compress/Zlib/examples/gzstream
33708            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
33709            ! ext/Compress/Zlib/typemap
33710 ____________________________________________________________________________
33711 [ 25694] By: steveh                                on 2005/10/05  15:34:18
33712         Log: Fix $Config{ccflags} for Win32 perls built with dmake
33713              
33714              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
33715              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
33716              (win32/makefile.mk) doesn't.  This means that extensions built with
33717              perls built with VC++ and dmake spit out damn M$ logo messages and use
33718              a lower warning level.
33719              
33720              The reason for the difference is probably that the dmake makefile
33721              supports multiple compilers.  Therefore, put the extra ccflags into a
33722              new macro, and set it appropriately for each compiler.  Add the new
33723              macro to the nmake makefile too for orthogonality.
33724      Branch: perl
33725            ! win32/Makefile win32/makefile.mk
33726 ____________________________________________________________________________
33727 [ 25693] By: merijn                                on 2005/10/05  15:34:09
33728         Log: Subject: Re: [PATCH] Random constings and printf cleanup
33729              From: Andy Lester <andy@petdance.com>
33730              Date: Tue, 4 Oct 2005 15:16:05 -0500
33731              Message-ID: <20051004201605.GA31682@petdance.com>
33732      Branch: perl
33733            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
33734 ____________________________________________________________________________
33735 [ 25691] By: stevep                                on 2005/10/04  16:24:28
33736         Log: Fixes to Pod errors found by podchecker.
33737      Branch: perl
33738            ! README.os2 pod/perlfunc.pod
33739 ____________________________________________________________________________
33740 [ 25690] By: stevep                                on 2005/10/04  12:02:04
33741         Log: Upgrade to ExtUtils-ParseXS-2.13
33742      Branch: perl
33743            ! lib/ExtUtils/ParseXS.pm
33744 ____________________________________________________________________________
33745 [ 25689] By: stevep                                on 2005/10/04  11:01:11
33746         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
33747              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
33748      Branch: perl
33749            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
33750            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
33751            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
33752            ! lib/ExtUtils/CBuilder/Platform/os2.pm
33753            ! lib/ExtUtils/CBuilder/t/02-link.t
33754 ____________________________________________________________________________
33755 [ 25688] By: merijn                                on 2005/10/04  10:10:41
33756         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
33757              From: Gisle Aas <gisle@ActiveState.com>
33758              Date: 04 Oct 2005 02:18:27 -0700
33759              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
33760      Branch: perl
33761            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
33762            ! wince/perlhost.h
33763 ____________________________________________________________________________
33764 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
33765         Log: Subject: Clone PL_statusvalue_posix [PATCH]
33766              From: Gisle Aas <gisle@ActiveState.com>
33767              Date: 03 Oct 2005 09:37:57 -0700
33768              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
33769      Branch: perl
33770            ! sv.c
33771 ____________________________________________________________________________
33772 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
33773         Log: Pod::Usage documentation fix, suggested by :
33774              
33775              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
33776              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
33777              Date: Sun, 02 Oct 2005 07:25:37 -0700
33778              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
33779      Branch: perl
33780            ! lib/Pod/Usage.pm
33781 ____________________________________________________________________________
33782 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
33783         Log: Yitzchak points out that this function argument is NULLOK
33784      Branch: perl
33785            ! embed.fnc proto.h
33786 ____________________________________________________________________________
33787 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
33788         Log: Spaces to tabs
33789      Branch: perl
33790            ! MANIFEST
33791 ____________________________________________________________________________
33792 [ 25683] By: craigb                                on 2005/10/03  03:43:31
33793         Log: We lied about strtoq way back in #8120
33794      Branch: perl
33795            ! configure.com
33796 ____________________________________________________________________________
33797 [ 25682] By: stevep                                on 2005/10/03  03:10:05
33798         Log: Upgrade to Digest-1.12
33799      Branch: perl
33800            ! lib/Digest.pm lib/Digest/Changes
33801 ____________________________________________________________________________
33802 [ 25681] By: craigb                                on 2005/10/03  00:20:30
33803         Log: fix bug introduced by #25507 that kept ccflags from
33804              making it into config.sh
33805      Branch: perl
33806            ! configure.com
33807 ____________________________________________________________________________
33808 [ 25680] By: craigb                                on 2005/10/02  21:45:20
33809         Log: assorted blead build help for VMS (mostly ithreads-related)
33810      Branch: perl
33811            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
33812 ____________________________________________________________________________
33813 [ 25679] By: stevep                                on 2005/10/02  12:50:02
33814         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
33815              From: perlbug-followup[at]perl.org (Yves Orton)
33816              Date: Thu, 22 Sep 2005 11:31:02 -0700
33817              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
33818      Branch: perl
33819            ! lib/Carp/Heavy.pm
33820 ____________________________________________________________________________
33821 [ 25678] By: stevep                                on 2005/10/02  04:42:46
33822         Log: Clarify the documentation regarding the return value from C<push>.
33823      Branch: perl
33824            ! pod/perlfunc.pod
33825 ____________________________________________________________________________
33826 [ 25677] By: stevep                                on 2005/10/02  04:32:48
33827         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
33828              give an appropriate error message rather than saying the module
33829              cannot be found in @INC.
33830      Branch: perl
33831            ! pp_ctl.c
33832 ____________________________________________________________________________
33833 [ 25676] By: stevep                                on 2005/10/02  03:30:55
33834         Log: Missed test changes and a bit of debugging code that should 
33835              have been removed.
33836      Branch: perl
33837            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
33838 ____________________________________________________________________________
33839 [ 25675] By: stevep                                on 2005/10/02  02:24:12
33840         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
33841              with a debugger to figure out what is going on.
33842      Branch: perl
33843            ! lib/Pod/Html.pm
33844 ____________________________________________________________________________
33845 [ 25674] By: davem                                 on 2005/10/01  23:51:40
33846         Log: Improve -DT output and fix wild buffer pointer error
33847      Branch: perl
33848            ! toke.c
33849 ____________________________________________________________________________
33850 [ 25672] By: steveh                                on 2005/09/30  15:52:30
33851         Log: Make building perl on Win32 with the free VC++ toolkit easier
33852              
33853              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
33854              versions of MS VC++ 7.x respectively.  Perl can now be built with the
33855              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
33856              hacking of the win32/Makefile required.  Update README.win32 with
33857              these changes.
33858              
33859              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
33860              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
33861              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
33862      Branch: perl
33863            ! README.win32 win32/Makefile win32/makefile.mk
33864 ____________________________________________________________________________
33865 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
33866         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
33867              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
33868      Branch: perl
33869            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
33870 ____________________________________________________________________________
33871 [ 25665] By: davem                                 on 2005/09/29  22:57:44
33872         Log: PL_defoutgv could be used after being freed
33873              Was giving "use of freed value" warnings in t/io/through.t
33874              and t/io/crlf_through.t
33875      Branch: perl
33876            ! perl.c
33877 ____________________________________________________________________________
33878 [ 25664] By: davem                                 on 2005/09/29  21:01:54
33879         Log: the return value of start_subparse() can legally be ignored
33880      Branch: perl
33881            ! embed.fnc gv.c proto.h
33882 ____________________________________________________________________________
33883 [ 25663] By: stevep                                on 2005/09/29  20:43:52
33884         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
33885              compatibility mode.
33886      Branch: perl
33887            ! utils/h2xs.PL
33888 ____________________________________________________________________________
33889 [ 25662] By: stevep                                on 2005/09/29  18:04:29
33890         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
33891              if the compatible version is less than 5.006 (the first version with 
33892              XSLoader).
33893      Branch: perl
33894            ! utils/h2xs.PL
33895 ____________________________________________________________________________
33896 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
33897         Log: 2 more e-mail addresses that map to rgs
33898      Branch: perl
33899            ! Porting/checkAUTHORS.pl
33900 ____________________________________________________________________________
33901 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
33902         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
33903      Branch: perl
33904            ! Porting/checkAUTHORS.pl
33905 ____________________________________________________________________________
33906 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
33907         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
33908      Branch: perl
33909            ! Changes
33910 ____________________________________________________________________________
33911 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
33912         Log: Teach the alias mapping about new committers.
33913      Branch: perl
33914            ! Porting/checkAUTHORS.pl
33915 ____________________________________________________________________________
33916 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
33917         Log: Cope with completely empty lines within the Changes file.
33918              Better diagnostics on "malformed" lines.
33919      Branch: perl
33920            ! Porting/checkAUTHORS.pl
33921 ____________________________________________________________________________
33922 [ 25652] By: steveh                                on 2005/09/29  08:47:26
33923         Log: Clean up CBuilder and ParseXS test files
33924              
33925              This was done once already in change 25222, but then modified in change
33926              25225.  The new versions of CBuilder and ParseXS that sync'ed those
33927              changes and have now been integrated back into bleadperl missed some
33928              bits of change 25225.  Try again.
33929      Branch: perl
33930            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
33931            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
33932            ! lib/ExtUtils/ParseXS/t/basic.t
33933 ____________________________________________________________________________
33934 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
33935         Log: Attempting to do too many things simultaneously with the C pre-
33936              processor considered harmful.
33937      Branch: perl
33938            ! perl.c
33939 ____________________________________________________________________________
33940 [ 25650] By: stevep                                on 2005/09/29  00:23:44
33941         Log: Upgrade to ExtUtils::CBuilder 0.14
33942      Branch: perl
33943            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
33944            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
33945            ! lib/ExtUtils/CBuilder/t/01-basic.t
33946            ! lib/ExtUtils/CBuilder/t/02-link.t
33947 ____________________________________________________________________________
33948 [ 25649] By: stevep                                on 2005/09/28  22:59:08
33949         Log: Upgrade to Test::Harness 2.56
33950      Branch: perl
33951            + t/lib/sample-tests/bignum_many
33952            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
33953            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
33954            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
33955            ! t/lib/sample-tests/bignum
33956 ____________________________________________________________________________
33957 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
33958         Log: savepv and savepvn are actually NULLOK
33959      Branch: perl
33960            ! embed.fnc proto.h
33961 ____________________________________________________________________________
33962 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
33963         Log: Forgot to run embed.pl after change 25637
33964      Branch: perl
33965            ! proto.h
33966 ____________________________________________________________________________
33967 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
33968         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
33969              From: Andy Lester <andy@petdance.com>
33970              Message-ID: <20050928172254.GE20201@petdance.com>
33971              Date: Wed, 28 Sep 2005 12:22:54 -0500
33972      Branch: perl
33973            ! embed.fnc embed.pl
33974 ____________________________________________________________________________
33975 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
33976         Log: We can use the C pre-processor to build a single, longer string
33977              constant which makes the object code slightly smaller.
33978      Branch: perl
33979            ! perl.c
33980 ____________________________________________________________________________
33981 [ 25627] By: steveh                                on 2005/09/28  08:23:01
33982         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
33983              
33984              Subject: Improved File::Spec::Win32->path [PATCH]
33985              From: Gisle Aas <gisle@ActiveState.com>
33986              Date: 17 Sep 2005 00:13:41 -0700
33987              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
33988              
33989              Subject: Re: Improved File::Spec::Win32->path [PATCH]
33990              From: Michael G Schwern <schwern@pobox.com>
33991              Date: Tue, 27 Sep 2005 13:05:54 -0700
33992              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
33993      Branch: perl
33994            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
33995 ____________________________________________________________________________
33996 [ 25626] By: stevep                                on 2005/09/28  00:06:29
33997         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
33998              bleadperl.
33999      Branch: perl
34000            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
34001 ____________________________________________________________________________
34002 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
34003         Log: Comment nit by Vadim Konovalov
34004              And while we're at it, reindent consistently.
34005      Branch: perl
34006            ! t/io/crlf.t
34007 ____________________________________________________________________________
34008 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
34009         Log: POD nit by Yitzchak
34010      Branch: perl
34011            ! pod/perlfunc.pod
34012 ____________________________________________________________________________
34013 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
34014         Log: Clarify what -MFoo=number does on the command-line
34015      Branch: perl
34016            ! pod/perlrun.pod
34017 ____________________________________________________________________________
34018 [ 25621] By: stevep                                on 2005/09/27  15:05:18
34019         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
34020              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
34021              Date: Tue, 27 Sep 2005 15:18:00 +0200
34022      Branch: perl
34023            ! doio.c
34024 ____________________________________________________________________________
34025 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
34026         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
34027              too many warnings.
34028      Branch: perl
34029            ! mg.c t/io/binmode.t t/lib/warnings/2use
34030 ____________________________________________________________________________
34031 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
34032         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
34033              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
34034              Date: Tue, 27 Sep 2005 02:07:35 -0700
34035              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
34036      Branch: perl
34037            + t/io/crlf_through.t t/io/through.t
34038            ! MANIFEST perlio.c
34039 ____________________________________________________________________________
34040 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
34041         Log: OPpRUNTIME can be set on OP_QR too
34042      Branch: perl
34043            ! ext/B/B/Concise.pm
34044 ____________________________________________________________________________
34045 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
34046         Log: Fix the overriding of CORE::do, just like change 25599
34047              was fixing the overriding of CORE::require
34048      Branch: perl
34049            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
34050 ____________________________________________________________________________
34051 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
34052         Log: Micro-optimisation: use PL_globalstash instead of looking up
34053              CORE::GLOBAL::require by name
34054      Branch: perl
34055            ! op.c
34056 ____________________________________________________________________________
34057 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
34058         Log: Addition to change 25612
34059      Branch: perl
34060            ! symbian/PerlApp.cpp
34061 ____________________________________________________________________________
34062 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
34063         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
34064              From: "Jan Dubois" <jand@ActiveState.com>
34065              Date: Mon, 26 Sep 2005 21:19:51 -0700
34066              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
34067      Branch: perl
34068            ! XSUB.h
34069 ____________________________________________________________________________
34070 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
34071         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
34072              From: <jarkko.hietaniemi@nokia.com>
34073              Date: Tue, 27 Sep 2005 11:54:00 +0300
34074              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
34075      Branch: perl
34076            ! symbian/PerlApp.cpp symbian/config.sh
34077 ____________________________________________________________________________
34078 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
34079         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
34080              Plus a regression test by Schwern.
34081      Branch: perl
34082            ! pp_ctl.c t/op/override.t
34083 ____________________________________________________________________________
34084 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
34085         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
34086              From: Michael G Schwern <schwern@pobox.com>
34087              Date: Mon, 26 Sep 2005 14:21:09 -0700
34088              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
34089      Branch: perl
34090            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
34091 ____________________________________________________________________________
34092 [ 25609] By: stevep                                on 2005/09/27  02:45:50
34093         Log: Upgrade to Encode 2.12
34094      Branch: perl
34095            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
34096            ! ext/Encode/Encode.xs ext/Encode/META.yml
34097            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
34098            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
34099 ____________________________________________________________________________
34100 [ 25608] By: stevep                                on 2005/09/26  23:09:44
34101         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
34102      Branch: perl
34103            ! lib/Digest.pm lib/Digest/Changes
34104 ____________________________________________________________________________
34105 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
34106         Log: const sausage const const bacon const tomato and const
34107              The search_ext parameter to find_script can be a little more const.
34108      Branch: perl
34109            ! embed.fnc proto.h util.c
34110 ____________________________________________________________________________
34111 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
34112         Log: Upgrade to Test::Simple 0.61
34113      Branch: perl
34114            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
34115            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
34116            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
34117            ! lib/Test/Simple.pm lib/Test/Simple/Changes
34118            ! lib/Test/Simple/t/00test_harness_check.t
34119            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
34120            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
34121            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
34122            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
34123            ! lib/Test/Simple/t/fail_one.t
34124            ! lib/Test/Simple/t/harness_active.t
34125            ! lib/Test/Simple/t/has_plan2.t
34126            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
34127            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
34128            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
34129            ! lib/Test/Simple/t/undef.t
34130            ! t/lib/Test/Simple/sample_tests/too_few.plx
34131 ____________________________________________________________________________
34132 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
34133         Log: Fix change 25597 for non-Windows platforms
34134      Branch: perl
34135            ! lib/File/Find.pm
34136 ____________________________________________________________________________
34137 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
34138         Log: Make B::Deparse handle correctly CORE::require
34139      Branch: perl
34140            ! ext/B/B/Deparse.pm
34141 ____________________________________________________________________________
34142 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
34143         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
34144      Branch: perl
34145            ! op.h
34146 ____________________________________________________________________________
34147 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
34148         Log: CORE::require was always parsed as require().
34149              That's because require() isn't overridable at tokenizer-level
34150              like other overridable built-ins, but is handled by the optree
34151              builder. So, find a way to pass the information that require()
34152              was written as CORE::require() to Perl_ck_require. This is
34153              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
34154              to OP_REQUIRE when it's saw as CORE::require in the program text.
34155              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
34156      Branch: perl
34157            ! op.c perly.act perly.h perly.tab perly.y toke.c
34158 ____________________________________________________________________________
34159 [ 25597] By: steveh                                on 2005/09/26  08:54:13
34160         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
34161              From: "Steve Peters via RT" <perlbug-followup@perl.org>
34162              Date: Sun, 25 Sep 2005 14:41:03 -0700
34163              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
34164              
34165              and update docs
34166      Branch: perl
34167            ! lib/File/Find.pm
34168 ____________________________________________________________________________
34169 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
34170         Log: Upgrade to Compress::Zlib 1.40
34171      Branch: perl
34172            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
34173            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
34174            ! ext/Compress/Zlib/t/03examples.t
34175 ____________________________________________________________________________
34176 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
34177         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
34178              From: Steve Peters <steve@fisharerojo.org>
34179              Date: Sep 23, 2005 8:11 PM
34180              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
34181      Branch: perl
34182            ! sv.h
34183 ____________________________________________________________________________
34184 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
34185         Log: Subject: Re: pod/pod2usage2.t
34186              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
34187              Date: Thu, 22 Sep 2005 12:12:49 +0200
34188              Message-ID: <20050922121249.5077ee3e@pc09>
34189              
34190              Also, skip all tests on Windows until we find a way
34191              to write them portably
34192      Branch: perl
34193            ! t/pod/pod2usage2.t
34194 ____________________________________________________________________________
34195 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
34196         Log: Subject: [PATCH] quiet a few warnings
34197              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34198              Date: Wed, 21 Sep 2005 18:45:56 -0700
34199              Message-ID: <20050922014555.GA2852@efn.org>
34200      Branch: perl
34201            ! cygwin/cygwin.c embed.fnc proto.h
34202 ____________________________________________________________________________
34203 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
34204         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
34205              From: Steve Peters <steve@fisharerojo.org>
34206              Date: Fri, 23 Sep 2005 08:38:58 -0500
34207              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
34208      Branch: perl
34209            ! hints/linux.sh
34210 ____________________________________________________________________________
34211 [ 25581] By: steveh                                on 2005/09/23  13:46:40
34212         Log: Extend 25579 to cover vc64 too
34213      Branch: perl
34214            ! Porting/checkcfgvar.pl
34215 ____________________________________________________________________________
34216 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
34217         Log: Add Porting/checkcfgvar.pl by Jarkko
34218      Branch: perl
34219            + Porting/checkcfgvar.pl
34220            ! MANIFEST
34221 ____________________________________________________________________________
34222 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
34223         Log: SAPER is the new maintainer of XSLoader
34224      Branch: perl
34225            ! Porting/Maintainers.pl
34226 ____________________________________________________________________________
34227 [ 25573] By: steveh                                on 2005/09/23  08:40:58
34228         Log: Change 25226 should have done this too
34229      Branch: perl
34230            ! win32/config.bc
34231 ____________________________________________________________________________
34232 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
34233         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
34234      Branch: perl
34235            ! sv.h
34236 ____________________________________________________________________________
34237 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
34238         Log: The New*() compatibility macros aren't needed inside the perl core.
34239      Branch: perl
34240            ! handy.h
34241 ____________________________________________________________________________
34242 [ 25563] By: steveh                                on 2005/09/22  07:26:20
34243         Log: Forgot to update MANIFEST in change 25547
34244      Branch: perl
34245            ! MANIFEST
34246 ____________________________________________________________________________
34247 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
34248         Log: Add an option --ignore to installhtml
34249              and use it to avoid to install doc in Porting/.
34250              Skip also test modules.
34251      Branch: perl
34252            ! Makefile.SH installhtml
34253 ____________________________________________________________________________
34254 [ 25547] By: steveh                                on 2005/09/21  16:19:03
34255         Log: Localize $@ in Locale::Maketext::maketext()
34256              so that $lh->maketext("Error: [_1]\n", $@) works as expected
34257              
34258              Also added a new test for this fix
34259      Branch: perl
34260            + lib/Locale/Maketext/t/30_local.t
34261            ! lib/Locale/Maketext.pm
34262 ____________________________________________________________________________
34263 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
34264         Log: A few POD fixes
34265      Branch: perl
34266            ! Porting/pumpkin.pod ext/B/B/Concise.pm
34267            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
34268 ____________________________________________________________________________
34269 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
34270         Log: Upgrade to Pod::Parser 1.33
34271      Branch: perl
34272            + t/pod/pod2usage2.t
34273            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
34274            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
34275            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
34276 ____________________________________________________________________________
34277 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
34278         Log: PodParser is now Pod-Parser on CPAN
34279      Branch: perl
34280            ! Porting/Maintainers.pl
34281 ____________________________________________________________________________
34282 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
34283         Log: Subject: [PATCH 5.8.7] misc a2p fixes
34284              From: Brendan O'Dea <bod@debian.org>
34285              Date: Sun, 11 Sep 2005 19:43:14 +1000
34286              Message-ID: <20050911094314.GA15155@londo.c47.org>
34287              
34288              and remove the check_byacc target from the x2p makefile
34289      Branch: perl
34290            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
34291 ____________________________________________________________________________
34292 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
34293         Log: Upgrade to ExtUtils::ParseXS 2.12
34294      Branch: perl
34295            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
34296 ____________________________________________________________________________
34297 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
34298         Log: Upgrade to Time::HiRes 1.74
34299      Branch: perl
34300            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34301            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
34302 ____________________________________________________________________________
34303 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
34304         Log: Remove the last STRLEN n_a;s that my compiler can reach.
34305      Branch: perl
34306            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
34307            ! perly.y pp_pack.c sv.h
34308 ____________________________________________________________________________
34309 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
34310         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
34311              (Text-Tabs+Wrap-2005.0824). Keep local changes.
34312      Branch: perl
34313            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
34314 ____________________________________________________________________________
34315 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
34316         Log: Yitzchak says that Tim says that we can distribute
34317              the perl glossary under the same terms as Perl itself.
34318      Branch: perl
34319            ! pod/perlglossary.pod
34320 ____________________________________________________________________________
34321 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
34322         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
34323              From: Rick Delaney <rick@bort.ca>
34324              Date: Thu, 8 Sep 2005 08:55:16 -0400
34325              Message-ID: <20050908125516.GA18184@localhost.localdomain>
34326      Branch: perl
34327            ! hv.c t/op/local.t
34328 ____________________________________________________________________________
34329 [ 25513] By: steveh                                on 2005/09/20  09:20:16
34330         Log: Resolve [perl #37110]: Update README.win32
34331              
34332              I give up trying to keep the Platform SDK links up-to-date. They seem
34333              to have changed every time that I look at them, so make the
34334              instructions more general.
34335      Branch: perl
34336            ! README.win32
34337 ____________________________________________________________________________
34338 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
34339         Log: Upgrade to Compress::Zlib 1.39
34340      Branch: perl
34341            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
34342            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
34343 ____________________________________________________________________________
34344 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
34345         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
34346              From: Salvador "FandiXo" <sfandino@yahoo.com>
34347              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
34348              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
34349              
34350              (adapted to bleadperl)
34351      Branch: perl
34352            ! pp_ctl.c
34353 ____________________________________________________________________________
34354 [ 25507] By: merijn                                on 2005/09/20  06:51:38
34355         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
34356              From: "John E. Malmberg" <wb8tyw@qsl.net>
34357              Date: Tue, 20 Sep 2005 01:22:24 -0400
34358              Message-ID: <432F9C90.7080702@qsl.net>
34359      Branch: perl
34360            ! configure.com vms/descrip_mms.template x2p/s2p.PL
34361 ____________________________________________________________________________
34362 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
34363         Log: The second argument to Move() is the destination, so cannot possibly
34364              be const. Pesky casting in handy.h. Getting in the way of correctness.
34365      Branch: perl
34366            ! sv.c
34367 ____________________________________________________________________________
34368 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
34369         Log: Add parallel testing to TODO
34370      Branch: perl
34371            ! pod/perltodo.pod
34372 ____________________________________________________________________________
34373 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
34374         Log: First argument to he_dup is actually a const HE *
34375      Branch: perl
34376            ! embed.fnc hv.c proto.h sv.c
34377 ____________________________________________________________________________
34378 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
34379         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
34380              work with a macro version.
34381      Branch: perl
34382            ! ext/ByteLoader/bytecode.h
34383 ____________________________________________________________________________
34384 [ 25488] By: steveh                                on 2005/09/19  14:18:40
34385         Log: Update win32 config files w.r.t. change #25387
34386      Branch: perl
34387            ! win32/config.bc win32/config.gc win32/config.vc
34388            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
34389            ! win32/config_H.vc win32/config_H.vc64
34390 ____________________________________________________________________________
34391 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
34392         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
34393              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34394              Date: Sun, 18 Sep 2005 19:46:37 -0700
34395              Message-ID: <20050919024637.GA2860@efn.org>
34396      Branch: perl
34397            ! ext/Devel/DProf/DProf.xs
34398 ____________________________________________________________________________
34399 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
34400         Log: Improve failure case diagnostics from comp/package.t
34401      Branch: perl
34402            ! t/comp/package.t
34403 ____________________________________________________________________________
34404 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
34405         Log: Should have been embed.h, not proto.h, in 25475
34406      Branch: perl
34407            ! embed.h
34408 ____________________________________________________________________________
34409 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
34410         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
34411              macro in 5.8.x is to make it available as hv_name_set.
34412              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
34413              warnings or other games when Perl_hv_name_set() is a macro]
34414      Branch: perl
34415            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
34416 ____________________________________________________________________________
34417 [ 25474] By: merijn                                on 2005/09/18  18:36:15
34418         Log: Subject: [patch@25452] VMS fix required by Change 25387
34419              From: "John E. Malmberg" <wb8tyw@qsl.net>
34420              Date: Sun, 18 Sep 2005 14:53:09 -0400
34421              Message-ID: <432DB795.8050801@qsl.net>
34422      Branch: perl
34423            ! configure.com
34424 ____________________________________________________________________________
34425 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
34426         Log: Tidying up the unused or unneeded global variables would be good.
34427      Branch: perl
34428            ! pod/perltodo.pod
34429 ____________________________________________________________________________
34430 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
34431         Log: Controlling what the GNU linker exports from a shared library would
34432              be a useful thing TODO
34433      Branch: perl
34434            ! pod/perltodo.pod
34435 ____________________________________________________________________________
34436 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
34437         Log: Detail the minimal rewards programme we have on offer.
34438              Hoik relocatable perl to the top of its section.
34439              Some other formatting tweaks.
34440      Branch: perl
34441            ! pod/perltodo.pod
34442 ____________________________________________________________________________
34443 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
34444         Log: 
34445              refactoring xsubpp should have been in the "just perl" section.
34446      Branch: perl
34447            ! pod/perltodo.pod
34448 ____________________________________________________________________________
34449 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
34450         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
34451              to the TODO
34452      Branch: perl
34453            ! pod/perltodo.pod
34454 ____________________________________________________________________________
34455 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
34456         Log: Add shrinking GVs and CVs to the TODO
34457      Branch: perl
34458            ! pod/perltodo.pod
34459 ____________________________________________________________________________
34460 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
34461         Log: Add reduce duplication in sv_setsv_flags to TODO
34462      Branch: perl
34463            ! pod/perltodo.pod
34464 ____________________________________________________________________________
34465 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
34466         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
34467              (and the don't know the pointer size case)
34468      Branch: perl
34469            ! pp_pack.c
34470 ____________________________________________________________________________
34471 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
34472         Log: vv5.9.3 is clearly a bug.
34473      Branch: perl
34474            ! utils/perlbug.PL
34475 ____________________________________________________________________________
34476 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
34477         Log: Add ordering of "global" variables to TODO
34478      Branch: perl
34479            ! pod/perltodo.pod
34480 ____________________________________________________________________________
34481 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
34482         Log: Holding a mutex then croak()ing strikes me as deadlock.
34483      Branch: perl
34484            ! ext/threads/threads.xs
34485 ____________________________________________________________________________
34486 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
34487         Log: Add emulate the per-thread memory pool on Unix to the TODO
34488      Branch: perl
34489            ! pod/perltodo.pod
34490 ____________________________________________________________________________
34491 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
34492         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
34493      Branch: perl
34494            ! pod/perltodo.pod
34495 ____________________________________________________________________________
34496 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
34497         Log: add merge Perl_sv_2[inpu]v to TODO
34498      Branch: perl
34499            ! pod/perltodo.pod
34500 ____________________________________________________________________________
34501 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
34502         Log: Making make -j... work is a TODO
34503      Branch: perl
34504            ! pod/perltodo.pod
34505 ____________________________________________________________________________
34506 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
34507         Log: Add "automating coverage tests" as a TODO
34508      Branch: perl
34509            ! pod/perltodo.pod
34510 ____________________________________________________________________________
34511 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
34512         Log: Re-order the TODO tasks based on the skills they need, putting the
34513              easist tasks first. I've categorised them as
34514              
34515              =head1 Tasks that only need Perl knowledge
34516              =head1 Tasks that need a little sysadmin-type knowledge
34517              =head1 Tasks that need a little C knowledge
34518              =head1 Tasks that need a knowledge of XS
34519              =head1 Tasks that need a knowledge of the interpreter
34520              =head1 Big projects
34521              
34522              Lets see if we get any takers.
34523      Branch: perl
34524            ! pod/perltodo.pod
34525 ____________________________________________________________________________
34526 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
34527         Log: Revert change #24223 : select() will continue
34528              to return -1 on error, like in previous versions, and
34529              like other system builtins.
34530      Branch: perl
34531            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
34532 ____________________________________________________________________________
34533 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
34534         Log: Fix obsolete identifiers in comment
34535      Branch: perl
34536            ! av.h
34537 ____________________________________________________________________________
34538 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
34539         Log: Upgrade to version.pm 0.48
34540      Branch: perl
34541            + lib/version.pod
34542            ! MANIFEST lib/version.pm lib/version.t util.c
34543 ____________________________________________________________________________
34544 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
34545         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
34546              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34547              Date: Wed, 14 Sep 2005 09:26:11 +0300
34548              Message-ID: <4327C283.80706@gmail.com>
34549      Branch: perl
34550            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
34551            ! lib/Math/Trig.t pod/perlfunc.pod
34552 ____________________________________________________________________________
34553 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
34554         Log: Subject: [perl #37163] dprofpp array subscript error 
34555              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
34556              Date: Tue, 13 Sep 2005 12:11:46 -0700
34557              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
34558      Branch: perl
34559            ! utils/dprofpp.PL
34560 ____________________________________________________________________________
34561 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
34562         Log: Change 25409 wasn't necessary for threaded perls
34563      Branch: perl
34564            ! toke.c
34565 ____________________________________________________________________________
34566 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
34567         Log: The debugger wasn't tracing correctly execution in eval("")'ed
34568              code containing #line directives
34569      Branch: perl
34570            ! toke.c
34571 ____________________________________________________________________________
34572 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
34573         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
34574              From: Dominic Dunlop <shouldbedomo@mac.com>
34575              Date: Sep 13, 2005 11:13 PM
34576              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
34577      Branch: perl
34578            ! lib/locale.t
34579 ____________________________________________________________________________
34580 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
34581         Log: Add Luke Closs to AUTHORS
34582      Branch: perl
34583            ! AUTHORS
34584 ____________________________________________________________________________
34585 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
34586         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
34587              From: Luke Closs (via RT) <perlbug-followup@perl.org>
34588              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
34589              Date: 1 Jul 2005 21:56:31 -0000
34590      Branch: perl
34591            ! Configure hints/darwin.sh
34592 ____________________________________________________________________________
34593 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
34594         Log: Allow non-arrowed form of chained subscripts after slices
34595              
34596              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
34597              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34598              Date: Thu, 1 Sep 2005 17:41:36 -0700
34599              Message-ID: <20050902004136.GA2656@efn.org>
34600              
34601              Date: Mon, 5 Sep 2005 08:10:20 -0700
34602              Message-ID: <20050905151020.GA3556@efn.org>
34603      Branch: perl
34604            ! perly.act perly.h perly.tab perly.y t/op/ref.t
34605 ____________________________________________________________________________
34606 [ 25398] By: merijn                                on 2005/09/13  06:22:58
34607         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
34608              From: "John E. Malmberg" <wb8tyw@qsl.net>
34609              Date: Mon, 12 Sep 2005 23:56:36 -0400
34610              Message-ID: <43264DF4.6090403@qsl.net>
34611      Branch: perl
34612            ! vms/vms.c
34613 ____________________________________________________________________________
34614 [ 25397] By: merijn                                on 2005/09/13  06:18:46
34615         Log: Subject: [PATCH] The return of the consting
34616              From: Andy Lester <andy@petdance.com>
34617              Date: Tue, 13 Sep 2005 01:08:36 -0500
34618              Message-ID: <20050913060835.GA1037@petdance.com>
34619      Branch: perl
34620            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
34621 ____________________________________________________________________________
34622 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
34623         Log: Subject: [perl #37142] h2xs skips enums with negative values 
34624              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
34625              Date: Sun, 11 Sep 2005 13:33:44 -0700
34626              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
34627      Branch: perl
34628            ! utils/h2xs.PL
34629 ____________________________________________________________________________
34630 [ 25387] By: merijn                                on 2005/09/12  13:26:31
34631         Log: Detection of malloc_size and malloc_good_size
34632      Branch: perl
34633            ! Configure Porting/Glossary config_h.SH handy.h
34634 ____________________________________________________________________________
34635 [ 25383] By: merijn                                on 2005/09/11  13:50:53
34636         Log: Reverted 25364 on authors request
34637      Branch: perl
34638            ! lib/ExtUtils/CBuilder/Base.pm
34639            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
34640 ____________________________________________________________________________
34641 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
34642         Log: Experiment with putting the F<.patch>level into patchlevel.h
34643              (a sure way to accelerate any change to subversion)
34644      Branch: perl
34645            ! cflags.SH patchlevel.h
34646 ____________________________________________________________________________
34647 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
34648         Log: Minor comment fix
34649      Branch: perl
34650            ! hv.h
34651 ____________________________________________________________________________
34652 [ 25365] By: merijn                                on 2005/09/08  07:20:19
34653         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
34654              From: Rick Delaney <rick@bort.ca>
34655              Date: Wed, 7 Sep 2005 22:45:44 -0400
34656              Message-ID: <20050908024544.GA4058@localhost.localdomain>
34657      Branch: perl
34658            ! t/op/local.t
34659 ____________________________________________________________________________
34660 [ 25364] By: merijn                                on 2005/09/08  06:07:53
34661         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
34662              From: "John E. Malmberg" <wb8tyw@qsl.net>
34663              Date: Wed, 07 Sep 2005 19:59:36 -0400
34664              Message-ID: <431F7EE8.3040908@qsl.net>
34665      Branch: perl
34666            ! lib/ExtUtils/CBuilder/Base.pm
34667            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
34668 ____________________________________________________________________________
34669 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
34670         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
34671              Work around it.
34672      Branch: perl
34673            ! lib/Carp/Heavy.pm
34674 ____________________________________________________________________________
34675 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
34676         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
34677              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
34678              Date: Tue, 06 Sep 2005 08:07:14 -0700
34679              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
34680      Branch: perl
34681            ! lib/File/Path.pm
34682 ____________________________________________________________________________
34683 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
34684         Log: Upgrade to Compress::Zlib 1.38
34685      Branch: perl
34686            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
34687            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
34688            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
34689 ____________________________________________________________________________
34690 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
34691         Log: Add a TODO test for bug #37038 - assigning to the match variable
34692              should not corrupt match vars such as $1 and $2
34693      Branch: perl
34694            ! t/op/pat.t
34695 ____________________________________________________________________________
34696 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
34697         Log: Revert Makefile.PL change from #25355
34698      Branch: perl
34699            ! ext/IO/Makefile.PL
34700 ____________________________________________________________________________
34701 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
34702         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
34703              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34704              Date: Fri, 2 Sep 2005 00:05:52 -0700
34705              Message-ID: <20050902070552.GA3992@efn.org>
34706      Branch: perl
34707            ! mg.c t/op/tie.t
34708 ____________________________________________________________________________
34709 [ 25357] By: merijn                                on 2005/09/06  14:10:28
34710         Log: Added amd64 and x86_64 to recognized predefined cpp syms
34711      Branch: perl
34712            ! Configure
34713 ____________________________________________________________________________
34714 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
34715         Log: Upgrade to IO 1.22 from gbarr
34716              - Adjust the regression tests to use t/test.pl from bleadperl
34717              when $ENV{PERL_CORE} is defined
34718              - Add can_ok and isa_ok to t/test.pl from the implementation
34719              found in the IO CPAN distribution
34720      Branch: perl
34721            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
34722            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
34723            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
34724            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
34725            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
34726            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
34727            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
34728            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
34729            ! ext/IO/t/io_utf8.t t/test.pl
34730 ____________________________________________________________________________
34731 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
34732         Log: Subject: regression test for 25352
34733              From: Jim Cromie <jim.cromie@gmail.com>
34734              Date: Sat, 03 Sep 2005 22:38:13 -0600
34735              Message-ID: <431A7A35.6050705@gmail.com>
34736      Branch: perl
34737            ! ext/B/t/optree_specials.t
34738 ____________________________________________________________________________
34739 [ 25353] By: davem                                 on 2005/09/04  09:40:05
34740         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
34741              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
34742              Date:  Thu, 1 Sep 2005 17:41:36 -0700
34743              Message-Id:  <20050902004136.GA2656@efn.org>
34744              
34745              Allow any variant of bison 1.875 to be used
34746      Branch: perl
34747            ! regen_perly.pl
34748 ____________________________________________________________________________
34749 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
34750         Log: Subject: Re: Optree Generation
34751              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34752              Date: Aug 31, 2005 2:18 PM
34753              Message-ID: <20050831121822.GA3464@efn.org>
34754      Branch: perl
34755            ! ext/B/B/Concise.pm
34756 ____________________________________________________________________________
34757 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
34758         Log: Subject: document index() with out of bounds POSITION
34759              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34760              Date: Sep 2, 2005 2:23 PM
34761              Message-ID: <20050902122311.GA3104@efn.org>
34762      Branch: perl
34763            ! pod/perlfunc.pod
34764 ____________________________________________________________________________
34765 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
34766         Log: Really fix the Archive::Tar setup test.
34767              p4 and svn don't behave similarly concerning removal
34768              of empty directories...
34769      Branch: perl
34770            ! lib/Archive/Tar/t/00_setup.t
34771 ____________________________________________________________________________
34772 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
34773         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
34774      Branch: perl
34775            ! lib/Archive/Tar/t/00_setup.t
34776 ____________________________________________________________________________
34777 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
34778         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
34779              From: Robin Barker <Robin.Barker@npl.co.uk>
34780              Date: Thu, 1 Sep 2005 20:09:43 +0100 
34781              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
34782      Branch: perl
34783            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
34784            ! MANIFEST lib/Archive/Tar/t/00_setup.t
34785            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
34786 ____________________________________________________________________________
34787 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
34788         Log: Regression test for the fix in change #25308,
34789              based on code by Troy Loveday
34790      Branch: perl
34791            + ext/Data/Dumper/t/bugs.t
34792            ! MANIFEST
34793 ____________________________________________________________________________
34794 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
34795         Log: Oops, fix threaded build
34796      Branch: perl
34797            ! toke.c
34798 ____________________________________________________________________________
34799 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
34800         Log: Don't list test modules when listing cpan versions
34801      Branch: perl
34802            ! Porting/corecpan.pl
34803 ____________________________________________________________________________
34804 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
34805         Log: Add the "no 6" / "no v6" syntax.
34806      Branch: perl
34807            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
34808            ! proto.h t/comp/use.t toke.c
34809 ____________________________________________________________________________
34810 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
34811         Log: Remove no 6 from the todo list
34812      Branch: perl
34813            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
34814            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
34815 ____________________________________________________________________________
34816 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
34817         Log: Document that Sys::Syslog::openlog might die.
34818              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
34819      Branch: perl
34820            ! ext/Sys/Syslog/Syslog.pm
34821 ____________________________________________________________________________
34822 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
34823         Log: Fix for [perl #37036] perl segfault at 'compile'-time
34824      Branch: perl
34825            ! op.c
34826 ____________________________________________________________________________
34827 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
34828         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
34829              From: "John E. Malmberg" <wb8tyw@qsl.net>
34830              Date: Tue, 30 Aug 2005 22:17:42 -0400
34831              Message-ID: <43151346.4010001@qsl.net>
34832      Branch: perl
34833            ! ext/Devel/Peek/t/Peek.t
34834 ____________________________________________________________________________
34835 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
34836         Log: Clarify the cases where system() returns 1,
34837              per a suggestion of Rick Delaney (bug #36976)
34838      Branch: perl
34839            ! pod/perlfunc.pod
34840 ____________________________________________________________________________
34841 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
34842         Log: Upgrade to PathTools 3.11
34843              (no real changes)
34844      Branch: perl
34845            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
34846 ____________________________________________________________________________
34847 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
34848         Log: Subject: sv-head refactor
34849              From: Jim Cromie <jim.cromie@gmail.com>
34850              Date: Thu, 25 Aug 2005 21:42:44 -0600
34851              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
34852      Branch: perl
34853            ! sv.h
34854 ____________________________________________________________________________
34855 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
34856         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
34857              From: "John E. Malmberg" <wb8tyw@qsl.net>
34858              Date: Sat, 27 Aug 2005 19:54:26 -0400
34859              Message-ID: <4310FD32.70809@qsl.net>
34860      Branch: perl
34861            ! t/op/magic.t
34862 ____________________________________________________________________________
34863 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
34864         Log: Subject: [patch@25334] hv.c vms environment fix.
34865              From: "John E. Malmberg" <wb8tyw@qsl.net>
34866              Date: Sat, 27 Aug 2005 19:20:50 -0400
34867              Message-ID: <4310F552.8050401@qsl.net>
34868      Branch: perl
34869            ! hv.c
34870 ____________________________________________________________________________
34871 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
34872         Log: Upgrade to PathTools 3.10
34873      Branch: perl
34874            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
34875            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34876            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
34877 ____________________________________________________________________________
34878 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
34879         Log: Fix failure in Archive::Tar tests when perl is built
34880              with -Dmksymlinks
34881      Branch: perl
34882            ! lib/Archive/Tar/t/02_methods.t
34883 ____________________________________________________________________________
34884 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
34885         Log: Revert 25331 (except for the typo fix).
34886      Branch: perl
34887            ! sv.c
34888 ____________________________________________________________________________
34889 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
34890         Log: To make the current implementation of sv_replace sane, we should
34891              assert that the reference count of the target is also 1.
34892              (Given that we're splatting an SV with a reference count of 1 onto
34893              the target)
34894      Branch: perl
34895            ! sv.c
34896 ____________________________________________________________________________
34897 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
34898         Log: Promote the warning about reference miscount in sv_replace to a panic.
34899              TODO - document the panics
34900      Branch: perl
34901            ! sv.c
34902 ____________________________________________________________________________
34903 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
34904         Log: No need to manually set the reference count of a new IO to 1.
34905      Branch: perl
34906            ! gv.c
34907 ____________________________________________________________________________
34908 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
34909         Log: Don't mention redundant usethreads in -V output
34910              Be more consistent in using commas
34911      Branch: perl
34912            ! myconfig.SH
34913 ____________________________________________________________________________
34914 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
34915         Log: Subject: update B::Concise pod to reflect previous changes
34916              From: Jim Cromie <jcromie@divsol.com>
34917              Date: Wed, 24 Aug 2005 11:05:47 -0600
34918              Message-ID: <430CA8EB.3010904@divsol.com>
34919      Branch: perl
34920            ! ext/B/B/Concise.pm
34921 ____________________________________________________________________________
34922 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
34923         Log: Fix miniperl build with threaded perl
34924      Branch: perl
34925            ! util.c
34926 ____________________________________________________________________________
34927 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
34928         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
34929              From: "John Peacock" <jpeacock@rowman.com>
34930              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
34931              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
34932      Branch: perl
34933            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
34934            ! pod/perlapi.pod proto.h t/comp/use.t util.c
34935 ____________________________________________________________________________
34936 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
34937         Log: Unmatched parentheses (thanks to Steve Peters)
34938      Branch: perl
34939            ! pod/perlvar.pod
34940 ____________________________________________________________________________
34941 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
34942         Log: My system produces core.$$ files
34943      Branch: perl
34944            ! Makefile.SH
34945 ____________________________________________________________________________
34946 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
34947         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
34948              From: Rick Delaney <rick@bort.ca>
34949              Date: Mon, 22 Aug 2005 13:00:33 -0400
34950              Message-ID: <20050822170033.GH7674@localhost.localdomain>
34951      Branch: perl
34952            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
34953 ____________________________________________________________________________
34954 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
34955         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
34956              From: "Jan Dubois" <jand@ActiveState.com>
34957              Date: Mon, 22 Aug 2005 15:37:09 -0700
34958              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
34959      Branch: perl
34960            ! win32/ext/Win32/Win32.pm
34961 ____________________________________________________________________________
34962 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
34963         Log: Subject: Re: Documentation change for IPC::Open*.pm
34964              From: Ben Tilly <btilly@gmail.com>
34965              Date: Mon, 22 Aug 2005 08:30:14 -0700
34966              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
34967      Branch: perl
34968            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
34969 ____________________________________________________________________________
34970 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
34971         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
34972              From: Rick Delaney <rick@bort.ca>
34973              Date: Sun, 21 Aug 2005 15:09:57 -0400
34974              Message-ID: <20050821190957.GE7674@localhost.localdomain>
34975      Branch: perl
34976            ! pp_ctl.c t/op/range.t
34977 ____________________________________________________________________________
34978 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
34979         Log: Upgrade to Term::ANSIColor 1.10
34980      Branch: perl
34981            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
34982            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
34983 ____________________________________________________________________________
34984 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
34985         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
34986              From: Michael G Schwern <schwern@pobox.com>
34987              Date: Sun, 21 Aug 2005 00:16:26 -0700
34988              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
34989      Branch: perl
34990            ! lib/CPAN.pm
34991 ____________________________________________________________________________
34992 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
34993         Log: Argh. I've overwritten local changes to ptar with change 25312
34994      Branch: perl
34995            ! lib/Archive/Tar/bin/ptar
34996 ____________________________________________________________________________
34997 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
34998         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
34999              From: Abe Timmerman <abe@ztreet.demon.nl>
35000              Date: Sun, 21 Aug 2005 16:28:42 +0200
35001              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
35002      Branch: perl
35003            ! configure.com
35004 ____________________________________________________________________________
35005 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
35006         Log: Don't install ptar in module tree
35007      Branch: perl
35008            ! installperl
35009 ____________________________________________________________________________
35010 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
35011         Log: Fix typo in file name
35012      Branch: perl
35013            ! MANIFEST
35014 ____________________________________________________________________________
35015 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
35016         Log: Upgrade to Archive::Tar 1.26
35017              Preserve some local typo fixes
35018              Don't load Data::Dumper
35019      Branch: perl
35020            + lib/Archive/Tar/bin/ptardiff
35021            + lib/Archive/Tar/t/04_resolved_issues.t
35022            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
35023            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
35024            ! lib/Archive/Tar/t/02_methods.t
35025 ____________________________________________________________________________
35026 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
35027         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
35028              From: "John E. Malmberg" <wb8tyw@qsl.net>
35029              Message-ID: <4307F348.70603@qsl.net>
35030              Date: Sat, 20 Aug 2005 23:21:44 -0400
35031      Branch: perl
35032            ! t/op/arith.t
35033 ____________________________________________________________________________
35034 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
35035         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
35036              From: "John E. Malmberg" <wb8tyw@qsl.net>
35037              Message-ID: <43080395.50807@qsl.net>
35038              Date: Sun, 21 Aug 2005 00:31:17 -0400
35039      Branch: perl
35040            ! lib/ExtUtils/t/Constant.t
35041 ____________________________________________________________________________
35042 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
35043         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
35044              From: Abigail <abigail@abigail.nl>
35045              Message-ID: <20050723003235.GJ15093@abigail.nl>
35046              Date: Sat, 23 Jul 2005 02:32:35 +0200
35047      Branch: perl
35048            ! ext/POSIX/POSIX.xs
35049 ____________________________________________________________________________
35050 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
35051         Log: Subject: Re: Data::Dumper bug?
35052              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35053              Date: Mon, 8 Aug 2005 20:33:02 -0700
35054              Message-ID: <20050809033301.GA3804@efn.org>
35055      Branch: perl
35056            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
35057 ____________________________________________________________________________
35058 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
35059         Log: Subject: [PATCH] make threads.xs emit warnings properly
35060              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
35061              Date: Aug 7, 2005 7:10 AM
35062              Message-id: <20050807051041.GA3924@ethan>
35063      Branch: perl
35064            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
35065 ____________________________________________________________________________
35066 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
35067         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
35068              From: "John E. Malmberg" <wb8tyw@qsl.net>
35069              Date: Thu, 18 Aug 2005 21:18:27 -0400
35070              Message-ID: <43053363.8090809@qsl.net>
35071      Branch: perl
35072            ! vms/vms.c
35073 ____________________________________________________________________________
35074 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
35075         Log: Subject: make test of perl 5.8.7 failed on icc9
35076              From: YAMASHINA Hio <hio@ymir.co.jp>
35077              Date: Thu, 18 Aug 2005 20:36:57 +0900
35078              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
35079      Branch: perl
35080            ! hints/linux.sh
35081 ____________________________________________________________________________
35082 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
35083         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
35084              From: <jarkko.hietaniemi@nokia.com>
35085              Date: Thu, 18 Aug 2005 13:43:46 +0300
35086              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
35087      Branch: perl
35088            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
35089            ! symbian/TODO symbian/config.pl symbian/config.sh
35090            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
35091 ____________________________________________________________________________
35092 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
35093         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
35094              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35095              Date: Fri, 12 Aug 2005 00:20:39 +0900
35096              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
35097      Branch: perl
35098            ! t/op/tr.t toke.c
35099 ____________________________________________________________________________
35100 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
35101         Log: Subject: autouse.pm: remove unneeded eval
35102              From: Alexey Tourbin <at@altlinux.ru>
35103              Date: Thu, 18 Aug 2005 08:13:24 +0400
35104              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
35105              
35106              Subject: autouse.pm: check stub, use goto in stub
35107              From: Alexey Tourbin <at@altlinux.ru>
35108              Date: Thu, 18 Aug 2005 09:06:20 +0400
35109              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
35110      Branch: perl
35111            ! lib/autouse.pm
35112 ____________________________________________________________________________
35113 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
35114         Log: FAQ sync
35115      Branch: perl
35116            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
35117            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
35118            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
35119 ____________________________________________________________________________
35120 [ 25300] By: steveh                                on 2005/08/17  14:33:00
35121         Log: Subject: Your bug reports for Time::Local
35122              From: Dave Rolsky <autarch@urth.org>
35123              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
35124              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
35125              
35126              An improvement on change 25287 from Dave Rolsky
35127      Branch: perl
35128            ! lib/Time/Local.t
35129 ____________________________________________________________________________
35130 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
35131         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
35132              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35133              Date: Aug 7, 2005 8:03 PM
35134              Message-ID: <20050807180308.GA2112@efn.org>
35135              
35136              Subject: Re: [perl #36654] Inconsistent treatment of NaN
35137              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35138              Date: Wed, 10 Aug 2005 22:53:51 -0700
35139              Message-ID: <20050811055351.GA2296@efn.org>
35140      Branch: perl
35141            ! numeric.c pod/perlop.pod
35142 ____________________________________________________________________________
35143 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
35144         Log: Upgrade to Time::HiRes 1.73
35145      Branch: perl
35146            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35147 ____________________________________________________________________________
35148 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
35149         Log: Given that we now have a union, there's no need for all the HvARRAY()
35150              casting games.
35151      Branch: perl
35152            ! hv.h sv.h
35153 ____________________________________________________________________________
35154 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
35155         Log: Fix for [perl #36853] -Dx can crash bleadperl
35156              The PL_op_sequence global hash wasn't initialized
35157      Branch: perl
35158            ! dump.c
35159 ____________________________________________________________________________
35160 [ 25295] By: merijn                                on 2005/08/16  07:36:58
35161         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
35162              From: Gisle Aas <gisle@ActiveState.com>
35163              Date: 15 Aug 2005 21:05:22 -0700
35164              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
35165      Branch: perl
35166            ! ext/Time/HiRes/hints/solaris.pl
35167 ____________________________________________________________________________
35168 [ 25294] By: merijn                                on 2005/08/15  09:36:30
35169         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
35170              From: "John E. Malmberg" <wb8tyw@qsl.net>
35171              Date: Sat, 13 Aug 2005 12:20:34 -0400
35172              Message-ID: <42FE1DD2.8050803@qsl.net>
35173      Branch: perl
35174            ! configure.com
35175 ____________________________________________________________________________
35176 [ 25293] By: merijn                                on 2005/08/15  09:34:28
35177         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
35178              From: Abe Timmerman <abe@ztreet.demon.nl>
35179              Date: Sat, 13 Aug 2005 18:16:29 +0200
35180              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
35181      Branch: perl
35182            ! configure.com
35183 ____________________________________________________________________________
35184 [ 25292] By: merijn                                on 2005/08/13  07:38:54
35185         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
35186              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
35187              Date: Fri, 12 Aug 2005 16:31:42 +0100
35188              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
35189      Branch: perl
35190            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
35191            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
35192            ! ext/Compress/Zlib/t/03examples.t
35193 ____________________________________________________________________________
35194 [ 25291] By: merijn                                on 2005/08/13  07:33:46
35195         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
35196              From: "John E. Malmberg" <wb8tyw@qsl.net>
35197              Date: Fri, 12 Aug 2005 13:39:25 -0400
35198              Message-ID: <42FCDECD.8090009@qsl.net>
35199      Branch: perl
35200            ! configure.com
35201 ____________________________________________________________________________
35202 [ 25290] By: merijn                                on 2005/08/13  07:30:05
35203         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
35204              From: "John E. Malmberg" <wb8tyw@qsl.net>
35205              Date: Fri, 12 Aug 2005 23:17:39 -0400
35206              Message-ID: <42FD6653.6010605@qsl.net>
35207      Branch: perl
35208            ! lib/bignum/t/bninfnan.t
35209 ____________________________________________________________________________
35210 [ 25289] By: steveh                                on 2005/08/12  16:13:11
35211         Log: Supply same libs for bcc32 builds as cl and gcc builds have
35212              
35213              It makes life easier for third-party extensions if perl provides a
35214              decent set of libs to link against. cl and gcc builds already have
35215              this (except that gcc was missing one lib), but bcc32 builds only
35216              have one or two libs supplied.  In particular, the ODBC libs
35217              required for building libwin32 were not specified.  One of these
35218              doesn't exist in the Borland lib dirs by default, so generate it
35219              from the DLL if it is missing.
35220      Branch: perl
35221            ! win32/makefile.mk
35222 ____________________________________________________________________________
35223 [ 25288] By: steveh                                on 2005/08/12  15:26:11
35224         Log: Make change 25286 better
35225              
35226              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
35227      Branch: perl
35228            ! win32/win32.c
35229 ____________________________________________________________________________
35230 [ 25287] By: steveh                                on 2005/08/11  11:56:26
35231         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
35232              
35233              See comments at:
35234              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
35235      Branch: perl
35236            ! lib/Time/Local.t
35237 ____________________________________________________________________________
35238 [ 25286] By: steveh                                on 2005/08/11  10:56:12
35239         Log: Silence Win32 compiler warnings following change 25280
35240      Branch: perl
35241            ! win32/win32.c
35242 ____________________________________________________________________________
35243 [ 25285] By: steveh                                on 2005/08/11  09:21:37
35244         Log: Run regen.pl
35245      Branch: perl
35246            ! pod/perlapi.pod proto.h
35247 ____________________________________________________________________________
35248 [ 25284] By: merijn                                on 2005/08/11  07:35:27
35249         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
35250              From: "John E. Malmberg" <wb8tyw@qsl.net>
35251              Date: Wed, 10 Aug 2005 23:26:03 -0400
35252              Message-ID: <42FAC54B.2050207@qsl.net>
35253      Branch: perl
35254            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
35255            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
35256            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
35257            ! utils/c2ph.PL vms/ext/Stdio/test.pl
35258 ____________________________________________________________________________
35259 [ 25283] By: merijn                                on 2005/08/11  07:25:32
35260         Log: Subject: [patch] blead@25282
35261              From: "John E. Malmberg" <wb8tyw@qsl.net>
35262              Date: Wed, 10 Aug 2005 23:47:47 -0400
35263              Message-ID: <42FACA63.4030805@qsl.net>
35264      Branch: perl
35265            ! t/op/exec.t t/run/exit.t
35266 ____________________________________________________________________________
35267 [ 25282] By: merijn                                on 2005/08/10  20:34:03
35268         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
35269              From: Andy Dougherty <doughera@lafayette.edu>
35270              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
35271              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
35272      Branch: perl
35273            ! hints/solaris_2.sh
35274 ____________________________________________________________________________
35275 [ 25281] By: merijn                                on 2005/08/10  11:45:11
35276         Log: Subject: conflicting types for 'Perl_my_popen'
35277              From: Alexey Tourbin <at@altlinux.ru>
35278              Date: Wed, 10 Aug 2005 15:19:15 +0400
35279              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
35280      Branch: perl
35281            ! util.c
35282 ____________________________________________________________________________
35283 [ 25280] By: merijn                                on 2005/08/10  09:14:23
35284         Log: Subject: patch@25279 VMS error handling and const fixes
35285              From: "John E. Malmberg" <wb8tyw@qsl.net>
35286              Date: Wed, 10 Aug 2005 00:37:13 -0400
35287              Message-ID: <42F98479.6030207@qsl.net>
35288      Branch: perl
35289            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
35290            ! vms/vmsish.h
35291 ____________________________________________________________________________
35292 [ 25279] By: merijn                                on 2005/08/09  11:24:54
35293         Log: Subject: [PATCH] Fix a couple of random warnings
35294              From: Steve Peters <steve@fisharerojo.org>
35295              Date: Tue, 9 Aug 2005 06:21:48 -0500
35296              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
35297      Branch: perl
35298            ! nostdio.h perl.c
35299 ____________________________________________________________________________
35300 [ 25278] By: steveh                                on 2005/08/08  16:12:12
35301         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
35302              
35303              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
35304              it supports the ServerAliveInterval config setting which prevents the
35305              ssh client from timing out every so often
35306      Branch: perl
35307            ! Porting/repository.pod
35308 ____________________________________________________________________________
35309 [ 25277] By: merijn                                on 2005/08/08  06:22:38
35310         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
35311              From: Andy Lester <andy@petdance.com>
35312              Date: Sun, 7 Aug 2005 00:59:11 -0500
35313              Message-ID: <20050807055911.GA6384@petdance.com>
35314      Branch: perl
35315            ! embed.fnc op.c
35316 ____________________________________________________________________________
35317 [ 25276] By: merijn                                on 2005/08/08  06:17:33
35318         Log: Subject: Re: [PATCH] undup
35319              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35320              Date: Sun, 07 Aug 2005 14:49:40 +0300
35321              Message-ID: <42F5F554.5020701@gmail.com>
35322      Branch: perl
35323            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
35324 ____________________________________________________________________________
35325 [ 25275] By: davem                                 on 2005/08/07  11:15:32
35326         Log: run regen.pl after change #25274
35327      Branch: perl
35328            ! pod/perlintern.pod
35329 ____________________________________________________________________________
35330 [ 25274] By: merijn                                on 2005/08/07  10:10:12
35331         Log: Subject: [PATCH] undup 
35332              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35333              Date: Sun, 07 Aug 2005 13:28:19 +0300
35334              Message-ID: <42F5E243.80500@gmail.com>
35335      Branch: perl
35336            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
35337            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
35338            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
35339 ____________________________________________________________________________
35340 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
35341         Log: Add files missed in change 25271
35342      Branch: perl
35343            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
35344            + ext/Encode/t/mime_header_iso2022jp.t
35345 ____________________________________________________________________________
35346 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
35347         Log: Clarify docs
35348      Branch: perl
35349            ! ext/PerlIO/encoding/encoding.pm
35350 ____________________________________________________________________________
35351 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
35352         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
35353              by Dan Kogai to fix encoding(utf-8-strict) with partial
35354              characters.
35355      Branch: perl
35356            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
35357            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
35358            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
35359            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
35360            ! ext/Encode/lib/Encode/Config.pm
35361            ! ext/Encode/lib/Encode/MIME/Header.pm
35362            ! ext/PerlIO/encoding/encoding.pm
35363 ____________________________________________________________________________
35364 [ 25270] By: merijn                                on 2005/08/06  15:54:55
35365         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
35366              From: Dominic Dunlop <shouldbedomo@mac.com>
35367              Date: Sat, 6 Aug 2005 17:47:40 +0200
35368              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
35369      Branch: perl
35370            ! pp.c t/op/arith.t
35371 ____________________________________________________________________________
35372 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
35373         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
35374              From: John E. Malmberg <wb8tyw@qsl.net>
35375              Date: Mon, 01 Aug 2005 19:54:22 -0400
35376              Message-ID: <42EEB62E.3020108@qsl.net>
35377      Branch: perl
35378            ! vms/vms.c
35379 ____________________________________________________________________________
35380 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
35381         Log: "thread failed to start" is a severe warning, not a fatal error
35382              as reported by Tassilo von Parseval.
35383      Branch: perl
35384            ! pod/perldiag.pod
35385 ____________________________________________________________________________
35386 [ 25267] By: merijn                                on 2005/08/05  14:13:26
35387         Log: ASCIZ is not a typo
35388      Branch: perl
35389            ! pod/perlfunc.pod
35390 ____________________________________________________________________________
35391 [ 25266] By: merijn                                on 2005/08/05  07:50:40
35392         Log: Subject: [PATCH] Typos in *.p[lm]
35393              From: "Piotr Fusik" <pfusik@op.pl>
35394              Date: Sun, 31 Jul 2005 12:50:04 +0200
35395              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
35396      Branch: perl
35397            ! ext/Encode/lib/Encode/PerlIO.pod
35398            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
35399            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
35400            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
35401            ! pod/perlfunc.pod pod/perltoc.pod
35402 ____________________________________________________________________________
35403 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
35404         Log: VMS debugging help, by John E. Malmberg
35405      Branch: perl
35406            ! vms/descrip_mms.template
35407 ____________________________________________________________________________
35408 [ 25264] By: merijn                                on 2005/08/03  10:30:54
35409         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
35410              From: Dominic Dunlop <shouldbedomo@mac.com>
35411              Date: Wed, 3 Aug 2005 12:19:03 +0200
35412              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
35413      Branch: perl
35414            ! t/op/sprintf.t
35415 ____________________________________________________________________________
35416 [ 25263] By: merijn                                on 2005/08/02  13:59:49
35417         Log: The typo changes from 25261 (of course) altered the MD5's
35418      Branch: perl
35419            ! ext/Digest/MD5/t/files.t
35420 ____________________________________________________________________________
35421 [ 25262] By: merijn                                on 2005/08/02  13:45:35
35422         Log: Typoes from 25261 also in expected for tests
35423      Branch: perl
35424            ! t/pod/pod2usage.xr
35425 ____________________________________________________________________________
35426 [ 25261] By: merijn                                on 2005/08/02  10:39:51
35427         Log: Subject: [PATCH] Typos in *.p[lm]
35428              From: "Piotr Fusik" <pfusik@op.pl>
35429              Date: Sun, 31 Jul 2005 12:50:04 +0200
35430              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
35431      Branch: perl
35432            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
35433            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
35434            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
35435            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
35436            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
35437            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
35438            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
35439            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
35440            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
35441            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
35442            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
35443            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
35444            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
35445            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
35446            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
35447            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
35448            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
35449            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
35450            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
35451            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
35452            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
35453            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
35454            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
35455            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
35456            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
35457            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
35458            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
35459            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
35460            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
35461            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
35462            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
35463            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
35464            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
35465            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
35466            ! wince/comp.pl
35467 ____________________________________________________________________________
35468 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
35469         Log: Document where to find maintainers of dual live modules
35470      Branch: perl
35471            ! pod/perlhack.pod
35472 ____________________________________________________________________________
35473 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
35474         Log: More typo fixes (damn generated pod files)
35475      Branch: perl
35476            ! pad.c
35477 ____________________________________________________________________________
35478 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
35479         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
35480              From: Michael G Schwern <schwern@pobox.com>
35481              Date: Sat, 23 Jul 2005 19:59:29 -0700
35482              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
35483      Branch: perl
35484            ! pod/perlfunc.pod
35485 ____________________________________________________________________________
35486 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
35487         Log: Various patches by John E. Malmberg to fix data
35488              corruption issues on VMS. Back out change 25218 and
35489              the parts of change 25217 that affect pp_ctl.c and
35490              pp_sys.c.
35491      Branch: perl
35492            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
35493            ! vms/vms.c vms/vmsish.h
35494 ____________________________________________________________________________
35495 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
35496         Log: Various patches by John E. Malmberg to fix data
35497              corruption issues on VMS. Back out change 25218 and
35498              the parts of change 25217 that affect pp_ctl.c and
35499              pp_sys.c.
35500      Branch: perl
35501            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
35502            ! vms/vms.c vms/vmsish.h
35503 ____________________________________________________________________________
35504 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
35505         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
35506              From: "John E. Malmberg" <wb8tyw@qsl.net>
35507              Date: Fri, 29 Jul 2005 10:24:15 -0400
35508              Message-ID: <42EA3C0F.9040900@qsl.net>
35509      Branch: perl
35510            ! vms/vms.c
35511 ____________________________________________________________________________
35512 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
35513         Log: Another typo fix
35514      Branch: perl
35515            ! XSUB.h pod/perlapi.pod
35516 ____________________________________________________________________________
35517 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
35518         Log: Subject: [PATCH] POD typos
35519              From: "Piotr Fusik" <pfusik@op.pl>
35520              Date: Sat, 30 Jul 2005 21:54:19 +0200
35521              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
35522      Branch: perl
35523            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
35524            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
35525            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
35526            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
35527            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
35528            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
35529 ____________________________________________________________________________
35530 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
35531         Log: Subject: Re: [perl #36622] y/// at end of file
35532              From: Michael G Schwern <schwern@pobox.com>
35533              Date: Fri, 22 Jul 2005 11:51:15 -0700
35534              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
35535      Branch: perl
35536            ! t/op/tr.t t/test.pl
35537 ____________________________________________________________________________
35538 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
35539         Log: Subject: Re: blead@25210 on OpenVMS (not good)
35540              From: "John E. Malmberg" <wb8tyw@qsl.net>
35541              Date: Sun, 24 Jul 2005 19:09:01 -0400
35542              Message-ID: <42E41F8D.3040306@qsl.net>
35543              
35544              constify Perl_unlnk
35545      Branch: perl
35546            ! embed.fnc perl.h proto.h util.c
35547 ____________________________________________________________________________
35548 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
35549         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
35550              From: "John E. Malmberg" <wb8tyw@qsl.net>
35551              Date: Sun, 31 Jul 2005 23:19:51 -0400
35552              Message-ID: <42ED94D6.7020104@qsl.net>
35553      Branch: perl
35554            ! ext/Compress/Zlib/t/03examples.t
35555 ____________________________________________________________________________
35556 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
35557         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
35558              From: "John E. Malmberg" <wb8tyw@qsl.net>
35559              Date: Sun, 31 Jul 2005 22:18:19 -0400
35560              Message-ID: <42ED866B.3000308@qsl.net>
35561      Branch: perl
35562            ! t/op/pack.t
35563 ____________________________________________________________________________
35564 [ 25248] By: merijn                                on 2005/07/31  15:50:45
35565         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
35566              POSIX::SigRt is not available on use
35567      Branch: perl
35568            ! ext/POSIX/t/sigaction.t
35569 ____________________________________________________________________________
35570 [ 25247] By: merijn                                on 2005/07/31  15:47:51
35571         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
35572              From: Dominic Dunlop <shouldbedomo@mac.com>
35573              Date: Fri, 29 Jul 2005 17:41:59 +0200
35574              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
35575      Branch: perl
35576            ! sv.h
35577 ____________________________________________________________________________
35578 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
35579         Log: Remove the documentation for $#, which has been removed
35580      Branch: perl
35581            ! pod/perlvar.pod
35582 ____________________________________________________________________________
35583 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
35584         Log: Update Changes
35585      Branch: perl
35586            ! Changes
35587 ____________________________________________________________________________
35588 [ 25244] By: steveh                                on 2005/07/29  09:41:38
35589         Log: Skip op/sprintf.t test 147 on MSWin32
35590              ... and fix the skip code so that it actually works ;-)
35591      Branch: perl
35592            ! t/op/sprintf.t
35593 ____________________________________________________________________________
35594 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
35595         Log: Subject: [PATCH] More embed.fnc goodness
35596              From: Andy Lester <andy@petdance.com>
35597              Date: Thu, 28 Jul 2005 14:09:56 -0500
35598              Message-ID: <20050728190956.GB607@petdance.com>
35599      Branch: perl
35600            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
35601            ! regexec.c sv.c util.c
35602 ____________________________________________________________________________
35603 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
35604         Log: Subject: [PATCH] Fix English error in overload.pm
35605              From: Andy Lester <andy@petdance.com>
35606              Date: Thu, 28 Jul 2005 14:10:43 -0500
35607              Message-ID: <20050728191043.GC607@petdance.com>
35608      Branch: perl
35609            ! lib/overload.pm
35610 ____________________________________________________________________________
35611 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
35612         Log: Clarification to the syntax of loop modifiers
35613              by Piotr Fusik
35614      Branch: perl
35615            ! pod/perlfunc.pod
35616 ____________________________________________________________________________
35617 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
35618         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
35619              From: "Green, Paul" <Paul.Green@stratus.com>
35620              Date: Mon, 25 Jul 2005 12:39:32 -0400
35621              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
35622      Branch: perl
35623            ! mg.c
35624 ____________________________________________________________________________
35625 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
35626         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
35627              From: Michael G Schwern <schwern@pobox.com>
35628              Date: Fri, 22 Jul 2005 12:53:34 -0700
35629              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
35630      Branch: perl
35631            ! t/run/fresh_perl.t
35632 ____________________________________________________________________________
35633 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
35634         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
35635              From: Robin Barker <Robin.Barker@npl.co.uk>
35636              Date: Thu, 28 Jul 2005 12:13:13 +0100
35637              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
35638      Branch: perl
35639            ! perl.h
35640 ____________________________________________________________________________
35641 [ 25237] By: merijn                                on 2005/07/28  13:03:09
35642         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
35643              From: Robin Barker <Robin.Barker@npl.co.uk>
35644              Date: Thu, 28 Jul 2005 14:05:51 +0100
35645              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
35646      Branch: perl
35647            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
35648 ____________________________________________________________________________
35649 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
35650         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
35651              From: Robin Barker <Robin.Barker@npl.co.uk>
35652              Date: Thu, 28 Jul 2005 13:57:31 +0100
35653              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
35654      Branch: perl
35655            ! ext/POSIX/POSIX.xs mg.c perl.h
35656 ____________________________________________________________________________
35657 [ 25235] By: merijn                                on 2005/07/28  12:22:27
35658         Log: sprintf now has all but two tests enabled.
35659              the list supports skipping of expected fails
35660              new test for %.0g from Dominic Dunlop
35661      Branch: perl
35662            ! t/op/sprintf.t
35663 ____________________________________________________________________________
35664 [ 25234] By: steveh                                on 2005/07/28  09:10:41
35665         Log: Subject: [PATCH] perlfunc.pod grammar fixes
35666              From: Steve Peters <steve@fisharerojo.org>
35667              Date: Wed, 27 Jul 2005 22:02:13 -0500
35668              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
35669              
35670              (with minor tweaks)
35671      Branch: perl
35672            ! pod/perlfunc.pod
35673 ____________________________________________________________________________
35674 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
35675         Log: Sync change 25229 to .h source files
35676      Branch: perl
35677            ! cv.h pad.h
35678 ____________________________________________________________________________
35679 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
35680         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
35681              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
35682              Date: Wed, 27 Jul 2005 15:43:17 -0700
35683              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
35684              
35685              (except the redundant test)
35686      Branch: perl
35687            ! opcode.h opcode.pl t/lib/warnings/9uninit
35688 ____________________________________________________________________________
35689 [ 25231] By: merijn                                on 2005/07/28  06:48:14
35690         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
35691              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35692              Date: Thu, 28 Jul 2005 10:01:51 +0300
35693              Message-ID: <42E882DF.6020100@gmail.com>
35694              Message-ID: <42E86DE9.6090709@gmail.com>
35695      Branch: perl
35696            ! handy.h hints/dec_osf.sh
35697 ____________________________________________________________________________
35698 [ 25230] By: merijn                                on 2005/07/27  16:28:58
35699         Log: Some signals are more real than others
35700              Also added comment about why the tests are there
35701      Branch: perl
35702            ! ext/POSIX/t/sigaction.t
35703 ____________________________________________________________________________
35704 [ 25229] By: merijn                                on 2005/07/27  16:26:16
35705         Log: Subject: [PATCH] id est is i.e.
35706              From: Steve Peters <steve@fisharerojo.org>
35707              Date: Tue, 26 Jul 2005 20:42:38 -0500
35708              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
35709      Branch: perl
35710            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
35711            ! pod/perlintern.pod
35712 ____________________________________________________________________________
35713 [ 25228] By: merijn                                on 2005/07/26  13:23:10
35714         Log: Use the correct gcc when more than one gcc is installed
35715              Thanks to Campo
35716      Branch: perl
35717            ! hints/aix.sh
35718 ____________________________________________________________________________
35719 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
35720         Log: Subject: [perl #36658] Typo in perlfunc.pod 
35721              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
35722              Date: Tue, 26 Jul 2005 01:07:18 -0700
35723              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
35724      Branch: perl
35725            ! pod/perlfunc.pod
35726 ____________________________________________________________________________
35727 [ 25226] By: steveh                                on 2005/07/25  14:37:41
35728         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
35729              
35730              This was disabled by change 22689 because it was severely broken
35731              at the time.  See the thread starting here:
35732              
35733              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
35734              
35735              The PERL_MALLOC_WRAP code in handy.h has since changed along the
35736              lines of what was discussed in that thread (in particular, by change
35737              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
35738              re-enabled.
35739      Branch: perl
35740            ! win32/config_H.bc
35741 ____________________________________________________________________________
35742 [ 25225] By: steveh                                on 2005/07/25  14:34:12
35743         Log: Ken pointed out that CBuilder's cleanup is too agrressive
35744              
35745              The Windows compile() and link() methods bizarrely include their own
35746              output files in the list of files to be cleaned up.  Now that they
35747              actually are being cleaned up, this isn't ideal ;-)
35748              
35749              Stop compile() and link() from cleaning up their own output, and
35750              reinstate the explicit deletion of those output files in the test
35751              scripts.
35752      Branch: perl
35753            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
35754            ! lib/ExtUtils/CBuilder/t/01-basic.t
35755            ! lib/ExtUtils/CBuilder/t/02-link.t
35756            ! lib/ExtUtils/ParseXS/t/basic.t
35757 ____________________________________________________________________________
35758 [ 25224] By: steveh                                on 2005/07/25  11:53:44
35759         Log: Silence uninitialized value warnings in Net::Cmd
35760              
35761              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
35762      Branch: perl
35763            ! lib/Net/Cmd.pm
35764 ____________________________________________________________________________
35765 [ 25223] By: merijn                                on 2005/07/25  11:47:03
35766         Log: use POSIX might not throw an error. Check for useful values also
35767      Branch: perl
35768            ! ext/POSIX/t/sigaction.t
35769 ____________________________________________________________________________
35770 [ 25222] By: steveh                                on 2005/07/25  11:11:29
35771         Log: Make CBuilder and ParseXS clean up their temp test files
35772      Branch: perl
35773            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
35774            ! lib/ExtUtils/CBuilder/t/01-basic.t
35775            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
35776            ! lib/ExtUtils/ParseXS/t/basic.t
35777 ____________________________________________________________________________
35778 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
35779         Log: Increment the version number of version.pm
35780              (no code changes on CPAN)
35781      Branch: perl
35782            ! lib/version.pm
35783 ____________________________________________________________________________
35784 [ 25220] By: merijn                                on 2005/07/25  08:53:34
35785         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
35786              From: Michael G Schwern <schwern@pobox.com>
35787              Date: Sat, 23 Jul 2005 17:25:18 -0700
35788              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
35789              
35790              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
35791              From: Michael G Schwern <schwern@pobox.com>
35792              Date: Sun, 24 Jul 2005 13:49:25 -0700
35793              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
35794      Branch: perl
35795            ! pod/perlfunc.pod
35796 ____________________________________________________________________________
35797 [ 25219] By: merijn                                on 2005/07/25  08:39:08
35798         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
35799              From: "Piotr Fusik" <pfusik@op.pl>
35800              Date: Sun, 24 Jul 2005 12:55:09 +0200
35801              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
35802      Branch: perl
35803            ! pod/perlfunc.pod
35804 ____________________________________________________________________________
35805 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
35806         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
35807              From: "Craig A. Berry" <craigberry@mac.com>
35808              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
35809              Date: Sun, 24 Jul 2005 17:47:26 -0500
35810      Branch: perl
35811            ! doio.c
35812 ____________________________________________________________________________
35813 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
35814         Log: Subject: [PATCH] blead help for VMS
35815              From: "Craig A. Berry" <craigberry@mac.com>
35816              Message-ID: <42E3FABB.1020900@mac.com>
35817              Date: Sun, 24 Jul 2005 15:31:55 -0500
35818      Branch: perl
35819           +> ext/Compress/Zlib/zlib-src/adler32.c
35820           +> ext/Compress/Zlib/zlib-src/compress.c
35821           +> ext/Compress/Zlib/zlib-src/crc32.c
35822           +> ext/Compress/Zlib/zlib-src/crc32.h
35823           +> ext/Compress/Zlib/zlib-src/deflate.c
35824           +> ext/Compress/Zlib/zlib-src/deflate.h
35825           +> ext/Compress/Zlib/zlib-src/gzio.c
35826           +> ext/Compress/Zlib/zlib-src/infback.c
35827           +> ext/Compress/Zlib/zlib-src/inffast.c
35828           +> ext/Compress/Zlib/zlib-src/inffast.h
35829           +> ext/Compress/Zlib/zlib-src/inffixed.h
35830           +> ext/Compress/Zlib/zlib-src/inflate.c
35831           +> ext/Compress/Zlib/zlib-src/inflate.h
35832           +> ext/Compress/Zlib/zlib-src/inftrees.c
35833           +> ext/Compress/Zlib/zlib-src/inftrees.h
35834           +> ext/Compress/Zlib/zlib-src/trees.c
35835           +> ext/Compress/Zlib/zlib-src/trees.h
35836           +> ext/Compress/Zlib/zlib-src/uncompr.c
35837           +> ext/Compress/Zlib/zlib-src/zconf.h
35838           +> ext/Compress/Zlib/zlib-src/zlib.h
35839           +> ext/Compress/Zlib/zlib-src/zutil.c
35840           +> ext/Compress/Zlib/zlib-src/zutil.h
35841            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
35842            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
35843            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
35844            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
35845            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
35846            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
35847            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
35848            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
35849            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
35850            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
35851            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
35852            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
35853            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
35854            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
35855            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
35856            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
35857            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
35858            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
35859            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
35860            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
35861            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
35862            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
35863            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
35864            ! vms/gen_shrfls.pl
35865 ____________________________________________________________________________
35866 [ 25216] By: steveh                                on 2005/07/22  16:53:11
35867         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
35868              
35869              Trawling through all these config files, I think I've found the
35870              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
35871              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
35872              lseeksize and lseektype were set to 8 and __int64, but Borland's
35873              <io.h> suggests that they should be 4 and long respectively.
35874              
35875              Changing them accordingly makes all tests pass. And I see that
35876              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
35877              presumably to cope with this difference?
35878      Branch: perl
35879            ! win32/config.bc
35880 ____________________________________________________________________________
35881 [ 25215] By: steveh                                on 2005/07/22  16:36:41
35882         Log: Tweak the canned win32/config.* files
35883              
35884              uselargefiles, usemultiplicity, useperlio and useithreads are now
35885              off in the canned win32/config_H.* files, so change these to match.
35886              
35887              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
35888              which don't actually work since no such CFG_VARS are passed in to
35889              config_sh.PL. (The useperlio and usesitecustomize entries actually
35890              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
35891      Branch: perl
35892            ! win32/config.bc win32/config.gc win32/config.vc
35893            ! win32/config.vc64
35894 ____________________________________________________________________________
35895 [ 25214] By: steveh                                on 2005/07/22  14:22:38
35896         Log: Add missing entries to win32/config.*
35897              
35898              No existing entries changed, just adding some missing ones based
35899              on Porting/config.sh
35900      Branch: perl
35901            ! win32/config.bc win32/config.gc win32/config.vc
35902            ! win32/config.vc64
35903 ____________________________________________________________________________
35904 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
35905         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
35906              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
35907              Date: Wed, 20 Jul 2005 18:26:23 -0700
35908              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
35909      Branch: perl
35910            ! pod/perlfunc.pod
35911 ____________________________________________________________________________
35912 [ 25212] By: steveh                                on 2005/07/22  10:32:02
35913         Log: Tidy up options / defines output from makedef.pl
35914              and change Win32-specific comments to say "On Win32 ..." now
35915              that AIX is using the same code too
35916      Branch: perl
35917            ! makedef.pl
35918 ____________________________________________________________________________
35919 [ 25211] By: steveh                                on 2005/07/22  10:29:51
35920         Log: Silence Win32 warnings when not using USE_LARGE_FILES
35921      Branch: perl
35922            ! win32/win32.c
35923 ____________________________________________________________________________
35924 [ 25210] By: merijn                                on 2005/07/21  17:40:06
35925         Log: I *DO* have AIX, and extending #25209 like this make it happy again
35926              Thank you Steve!
35927      Branch: perl
35928            ! makedef.pl
35929 ____________________________________________________________________________
35930 [ 25209] By: steveh                                on 2005/07/21  17:01:33
35931         Log: Make makedef.pl read "miniperl -V" on Win32
35932              
35933              Perhaps other platforms that use makedef.pl also need a similar
35934              change (currently required to pick up PERL_DONT_CREATE_GVSV),
35935              but it also requires them to have minimal canned configs (if they
35936              are using canned configs like Win32 does) and I don't have any
35937              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
35938              NetWare) for testing, so play it safe instead
35939      Branch: perl
35940            ! makedef.pl
35941 ____________________________________________________________________________
35942 [ 25208] By: steveh                                on 2005/07/21  16:50:27
35943         Log: Make the canned config.h files used on Win32 more minimal
35944              
35945              These are used in their unedited form to build miniperl, so should
35946              represent a minimal configuration
35947              
35948              The plan is to use miniperl's "-V" output in makedef.pl, so it is
35949              important that it doesn't include any of the optional things in the
35950              makefiles that the user might have chosen to disable
35951              
35952              (The actual config.h used to build perl itself is, of course, an
35953              edited version of these canned configs produced by using miniperl
35954              to run config_h.PL so these changes won't affect perl itself)
35955      Branch: perl
35956            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35957            ! win32/config_H.vc64
35958 ____________________________________________________________________________
35959 [ 25207] By: merijn                                on 2005/07/21  15:41:39
35960         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
35961              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35962              Date: Thu, 21 Jul 2005 18:33:22 +0300
35963              Message-ID: <42DFC042.1090201@gmail.com>
35964      Branch: perl
35965            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
35966 ____________________________________________________________________________
35967 [ 25206] By: steveh                                on 2005/07/21  14:20:06
35968         Log: Rearrange win32/config_H.* to match config_h.SH
35969              
35970              No actual changes, just reordering the contents of the files so that
35971              diff works better.
35972      Branch: perl
35973            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35974            ! win32/config_H.vc64
35975 ____________________________________________________________________________
35976 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
35977         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
35978              From: "Paul Marquess" <paul.marquess@ntlworld.com>
35979              Date: Thu, 21 Jul 2005 10:06:06 +0100
35980              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
35981      Branch: perl
35982            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
35983            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
35984            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
35985            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
35986            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
35987            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
35988            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
35989            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
35990            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
35991            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
35992            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
35993            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
35994            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
35995            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
35996            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
35997            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
35998            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
35999            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
36000            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
36001            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
36002            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
36003            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
36004            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
36005            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
36006            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
36007            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
36008            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
36009            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
36010            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
36011            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
36012            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
36013            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
36014            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
36015            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
36016            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
36017            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
36018            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
36019            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
36020            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
36021            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
36022            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
36023            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
36024            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
36025            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
36026            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
36027            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
36028            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
36029 ____________________________________________________________________________
36030 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
36031         Log: Remove :base_io from the set of default "safe" opcodes.
36032              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
36033              that allows access to any file" but introduces a backward
36034              compatibility issue.
36035      Branch: perl
36036            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
36037 ____________________________________________________________________________
36038 [ 25203] By: steveh                                on 2005/07/20  13:59:18
36039         Log: Fix definition of Perl_sighandler following change 25200
36040      Branch: perl
36041            ! mg.c
36042 ____________________________________________________________________________
36043 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
36044         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
36045              From: Steve Peters <steve@fisharerojo.org>
36046              Date: Wed, 20 Jul 2005 08:06:38 -0500
36047              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
36048      Branch: perl
36049            ! t/op/vec.t
36050 ____________________________________________________________________________
36051 [ 25201] By: steveh                                on 2005/07/20  13:08:54
36052         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
36053      Branch: perl
36054            ! pad.c
36055 ____________________________________________________________________________
36056 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
36057         Log: Subject: [PATCH] support POSIX SA_SIGINFO
36058              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
36059              Date: Wed, 20 Jul 2005 14:40:54 +0300
36060              Message-ID: <42DE3846.6050606@gmail.com>
36061      Branch: perl
36062            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
36063            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
36064            ! util.c
36065 ____________________________________________________________________________
36066 [ 25199] By: steveh                                on 2005/07/20  12:11:56
36067         Log: Silence warnings about NSIG redefinition on Win32
36068              
36069              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
36070              too, which it currently only does for DJGPP)
36071      Branch: perl
36072            ! dosish.h
36073 ____________________________________________________________________________
36074 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
36075         Log: Remove obsolete error messages
36076      Branch: perl
36077            ! pod/perldiag.pod
36078 ____________________________________________________________________________
36079 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
36080         Log: croak() accepts Nullch as a parameter.
36081              (spotted by Stas Bekman)
36082      Branch: perl
36083            ! embed.fnc proto.h
36084 ____________________________________________________________________________
36085 [ 25196] By: steveh                                on 2005/07/20  10:36:20
36086         Log: Fix Newz() backwards-compatibility macro
36087      Branch: perl
36088            ! handy.h
36089 ____________________________________________________________________________
36090 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
36091         Log: Remove :unique attribute from Config.pm,
36092              until we find a better implementation of it (or
36093              remove it). See [perl #36375].
36094      Branch: perl
36095            ! configpm
36096 ____________________________________________________________________________
36097 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
36098         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
36099              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
36100              Date: Wed, 20 Jul 2005 10:43:11 +0200
36101              Message-id: <20050720084311.GA20332@ethan>
36102      Branch: perl
36103            ! pp_hot.c t/op/sub_lval.t
36104 ____________________________________________________________________________
36105 [ 25193] By: steveh                                on 2005/07/20  09:00:29
36106         Log: Exit test script (if we're going to) *before* declaring a plan
36107      Branch: perl
36108            ! ext/POSIX/t/sigaction.t
36109 ____________________________________________________________________________
36110 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
36111         Log: Subject: [PATCH] RE: rebuilding lib/Config*
36112              From: Robin Barker <Robin.Barker@npl.co.uk>
36113              Date: Jul 14, 2005 3:27 PM
36114              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
36115      Branch: perl
36116            ! Makefile.SH
36117 ____________________________________________________________________________
36118 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
36119         Log: Subject: [PATCH] move NSIG logic
36120              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
36121              Date: Wed, 20 Jul 2005 09:57:44 +0300
36122              Message-ID: <42DDF5E8.1060100@gmail.com>
36123      Branch: perl
36124            ! handy.h perl.h
36125 ____________________________________________________________________________
36126 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
36127         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
36128              (Certainly where there is AUTOLOADing and XS)
36129              Hopefully *this* fixes the POSIX breakage.
36130      Branch: perl
36131            ! ext/POSIX/POSIX.pm
36132 ____________________________________________________________________________
36133 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
36134         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
36135              (Certainly where there is AUTOLOADing and XS)
36136              Hopefully this fixes the POSIX breakage.
36137      Branch: perl
36138            ! ext/POSIX/POSIX.xs
36139 ____________________________________________________________________________
36140 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
36141         Log: XS constants fail when their value is called for, not at import.
36142              This might be construed as a bug. Fixing is probably a greater evil.
36143      Branch: perl
36144            ! ext/POSIX/t/sigaction.t
36145 ____________________________________________________________________________
36146 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
36147         Log: Extend the the "our variable redeclared" warning to the case:
36148              our $x; our $x;
36149              and add more tests
36150      Branch: perl
36151            ! pad.c t/lib/strict/vars t/lib/warnings/pad
36152 ____________________________________________________________________________
36153 [ 25186] By: steveh                                on 2005/07/19  13:25:42
36154         Log: Fix test following change #25181
36155      Branch: perl
36156            ! lib/Pod/t/htmlview.t
36157 ____________________________________________________________________________
36158 [ 25185] By: merijn                                on 2005/07/19  11:06:22
36159         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
36160              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
36161              Date: Tue, 19 Jul 2005 12:06:00 +0300
36162              Message-ID: <42DCC278.2010009@gmail.com>
36163      Branch: perl
36164            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
36165            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
36166            ! handy.h
36167 ____________________________________________________________________________
36168 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
36169         Log: Fix strict test to go with the precedent warning change
36170      Branch: perl
36171            ! t/lib/strict/vars
36172 ____________________________________________________________________________
36173 [ 25181] By: steveh                                on 2005/07/19  10:07:46
36174         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
36175              From: Earl Hood (via RT) <perlbug-followup@perl.org>
36176              Date: Tue, 12 Jul 2005 23:55:28 -0700
36177              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
36178              
36179              (with old code deleted rather than commented out)
36180      Branch: perl
36181            ! lib/Pod/Html.pm
36182 ____________________________________________________________________________
36183 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
36184         Log: Silence new (expected) warnings
36185      Branch: perl
36186            ! t/op/mydef.t
36187 ____________________________________________________________________________
36188 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
36189         Log: Overhaul the semantics of the warning
36190              ""%s" variable %s masks earlier declaration",
36191              based on a patch by Rick Delaney. Now we have :
36192              my $x;   my $x; # warns
36193              my $x;  our $x; # warns
36194              our $x;  my $x; # warns
36195              our $x; our $x; # silent
36196      Branch: perl
36197            ! pad.c t/lib/warnings/pad
36198 ____________________________________________________________________________
36199 [ 25178] By: merijn                                on 2005/07/19  05:42:52
36200         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
36201              From: Steve Peters <steve@fisharerojo.org>
36202              Date: Mon, 18 Jul 2005 22:59:19 -0500
36203              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
36204      Branch: perl
36205            ! pp_sys.c
36206 ____________________________________________________________________________
36207 [ 25177] By: davem                                 on 2005/07/19  01:16:09
36208         Log: Subject:  Re: [PATCH] Faster **
36209              From:      "Piotr Fusik" <pfusik@op.pl>
36210              Date:      Fri, 24 Jun 2005 12:47:40 +0200
36211              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
36212      Branch: perl
36213            ! pp.c
36214 ____________________________________________________________________________
36215 [ 25176] By: davem                                 on 2005/07/19  01:05:18
36216         Log: the "local @foo with $#foo" tests are no longer TODO
36217      Branch: perl
36218            ! t/op/array.t
36219 ____________________________________________________________________________
36220 [ 25174] By: steveh                                on 2005/07/18  16:53:21
36221         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
36222              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
36223              Date: Mon, 18 Jul 2005 18:35:09 +0200
36224              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
36225      Branch: perl
36226            ! perl.h
36227 ____________________________________________________________________________
36228 [ 25173] By: merijn                                on 2005/07/18  16:37:11
36229         Log: Subject: Re: AIX 5.2 localtime bug attack
36230              From: Campo Weijerman <rfc822@nl.ibm.com>
36231              Date: Mon, 18 Jul 2005 17:34:55 +0200
36232              Message-ID: <20050718153455.GA29381@python>
36233              
36234              mday++ is also wday++ and yday++
36235      Branch: perl
36236            ! pp_sys.c
36237 ____________________________________________________________________________
36238 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
36239         Log: Subject: [PATCH] The continuing plod through embed.fnc
36240              From: Andy Lester <andy@petdance.com>
36241              Date: Mon, 18 Jul 2005 10:37:38 -0500
36242              Message-ID: <20050718153738.GB20193@petdance.com>
36243      Branch: perl
36244            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
36245            ! regcomp.c utf8.c
36246 ____________________________________________________________________________
36247 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
36248         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
36249              From: Robin Barker <Robin.Barker@npl.co.uk>
36250              Date: Jul 14, 2005 2:31 PM
36251              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
36252      Branch: perl
36253            ! perl.h sv.c t/op/sprintf.t
36254 ____________________________________________________________________________
36255 [ 25170] By: merijn                                on 2005/07/18  11:02:01
36256         Log: tests are expected to fail if dirfd () does not exist
36257              make the tests to expect failures in that case
36258      Branch: perl
36259            ! t/op/chdir.t
36260 ____________________________________________________________________________
36261 [ 25169] By: merijn                                on 2005/07/18  10:27:06
36262         Log: 1. Typo detected by Schwern (#25151)
36263              2. Added proza about patches (#25152)
36264              3. dirfd got the wrong define based on previous tests (#25168)
36265      Branch: perl
36266            ! Configure
36267 ____________________________________________________________________________
36268 [ 25167] By: steveh                                on 2005/07/18  09:54:58
36269         Log: Silence compiler warning following change 25157
36270              
36271              (DIE returns Perl_die's return value which is an OP*, not the I32
36272              that Perl_apply is expected to return)
36273      Branch: perl
36274            ! doio.c
36275 ____________________________________________________________________________
36276 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
36277         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
36278              From: Rick Delaney <rick@bort.ca>
36279              Date: Jul 14, 2005 4:10 PM
36280              Message-ID: <20050714141059.GF19090@localhost.localdomain>
36281      Branch: perl
36282            + t/op/regexp_qr_embed.t
36283            ! MANIFEST t/op/regexp.t
36284 ____________________________________________________________________________
36285 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
36286         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
36287              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
36288              Date: Sun, 17 Jul 2005 11:38:05 +0900
36289              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
36290      Branch: perl
36291            ! pod/perlop.pod
36292 ____________________________________________________________________________
36293 [ 25164] By: steveh                                on 2005/07/18  08:38:27
36294         Log: Subject: Re: Why does our() cross packages? (PATCH)
36295              From: Michael G Schwern <schwern@pobox.com>
36296              Date: Fri, 15 Jul 2005 14:35:18 -0700
36297              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
36298              
36299              (with minor tweaks suggested in subsequent posts)
36300      Branch: perl
36301            ! pod/perlfunc.pod
36302 ____________________________________________________________________________
36303 [ 25163] By: davem                                 on 2005/07/18  00:16:31
36304         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
36305      Branch: perl
36306            ! pp_ctl.c
36307 ____________________________________________________________________________
36308 [ 25162] By: davem                                 on 2005/07/17  22:07:14
36309         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
36310              Spotted by Gisle Aas.
36311      Branch: perl
36312            ! t/op/stat.t
36313 ____________________________________________________________________________
36314 [ 25161] By: davem                                 on 2005/07/17  20:54:15
36315         Log: document what can be assigned to a shared scalar
36316      Branch: perl
36317            ! ext/threads/shared/shared.pm
36318 ____________________________________________________________________________
36319 [ 25160] By: davem                                 on 2005/07/17  20:12:54
36320         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
36321      Branch: perl
36322            ! t/op/goto.t util.c
36323 ____________________________________________________________________________
36324 [ 25159] By: davem                                 on 2005/07/17  19:02:10
36325         Log: change #25129 was overzealous in delaying the call to ckWARN
36326      Branch: perl
36327            ! doio.c pp_hot.c toke.c
36328 ____________________________________________________________________________
36329 [ 25158] By: merijn                                on 2005/07/16  13:20:09
36330         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
36331              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
36332              Date: Sat, 16 Jul 2005 22:05:13 +0900
36333              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
36334      Branch: perl
36335            ! doop.c t/op/chop.t
36336 ____________________________________________________________________________
36337 [ 25157] By: merijn                                on 2005/07/16  08:07:44
36338         Log: Subject: Re: fchmod, fchown, fchdir
36339              From: Gisle Aas <gisle@ActiveState.com>
36340              Date: 15 Jul 2005 02:32:50 -0700
36341              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
36342              
36343              + Schwern's ok -> like changes
36344      Branch: perl
36345            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
36346            ! t/op/chdir.t
36347 ____________________________________________________________________________
36348 [ 25156] By: steveh                                on 2005/07/15  16:30:05
36349         Log: Subject: [PATCH] more embed cleanup
36350              From: Andy Lester <andy@petdance.com>
36351              Date: Fri, 15 Jul 2005 10:51:15 -0500
36352              Message-ID: <20050715155115.GC29983@petdance.com>
36353              
36354              (and run regen.pl)
36355      Branch: perl
36356            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
36357            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
36358 ____________________________________________________________________________
36359 [ 25155] By: steveh                                on 2005/07/15  15:50:38
36360         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
36361              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36362              Date: Fri, 15 Jul 2005 02:11:29 -0700
36363              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
36364              
36365              (and bump $CPAN::FirstTime::VERSION)
36366      Branch: perl
36367            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36368 ____________________________________________________________________________
36369 [ 25153] By: steveh                                on 2005/07/15  15:35:55
36370         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
36371              From: Michael G Schwern <schwern@pobox.com>
36372              Date: Wed, 13 Jul 2005 15:57:39 -0700
36373              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
36374              
36375              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
36376              From: Rick Delaney <rick@bort.ca>
36377              Date: Wed, 13 Jul 2005 20:24:56 -0400
36378              Message-ID: <20050714002456.GD19090@localhost.localdomain>
36379      Branch: perl
36380            ! ext/B/B/Deparse.pm t/op/inc.t
36381 ____________________________________________________________________________
36382 [ 25150] By: steveh                                on 2005/07/15  10:35:55
36383         Log: Fix static extensions when building with nmake on Win32
36384              
36385              They were broken because change 24806 forgot to add -DWITH_STATIC
36386              to the recipe for compiling perllib.c which meant that perllibst.h
36387              was not included and hence although they built OK, the static
36388              extensions could not actually be used!
36389              
36390              In fact, since perllibst.h is always created (it is more or less
36391              empty when static extensions are not being used), there is no need
36392              for -DWITH_STATIC at all. So rather than adding it to Makefile,
36393              just drop it from makefile.mk and perllib.c.
36394              
36395              Also add the missing cleanup of perllibst.h to Makefile.
36396      Branch: perl
36397            ! win32/Makefile win32/makefile.mk win32/perllib.c
36398 ____________________________________________________________________________
36399 [ 25149] By: steveh                                on 2005/07/15  09:04:57
36400         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
36401              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36402              Date: Thu, 14 Jul 2005 16:57:45 -0700
36403              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
36404              
36405              (with minor tweaks)
36406      Branch: perl
36407            ! pod/perlop.pod
36408 ____________________________________________________________________________
36409 [ 25148] By: steveh                                on 2005/07/15  07:48:31
36410         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
36411              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36412              Date: Thu, 14 Jul 2005 19:10:51 -0700
36413              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
36414      Branch: perl
36415            ! pod/perlfunc.pod
36416 ____________________________________________________________________________
36417 [ 25147] By: steveh                                on 2005/07/15  07:44:32
36418         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
36419              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36420              Date: Tue, 12 Jul 2005 00:00:17 -0700
36421              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
36422              
36423              (with spaces trimmed from username too)
36424      Branch: perl
36425            ! lib/CPAN/FirstTime.pm
36426 ____________________________________________________________________________
36427 [ 25146] By: merijn                                on 2005/07/15  07:33:01
36428         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
36429              From: Michael G Schwern <schwern@pobox.com>
36430              Date: Fri, 15 Jul 2005 00:49:12 -0700
36431              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
36432      Branch: perl
36433            ! t/op/universal.t
36434 ____________________________________________________________________________
36435 [ 25145] By: merijn                                on 2005/07/15  06:49:16
36436         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
36437              From: Matt Sergeant <matt@sergeant.org>
36438              Date: Thu, 14 Jul 2005 16:53:03 -0400
36439              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
36440      Branch: perl
36441            ! ext/NDBM_File/NDBM_File.pm
36442 ____________________________________________________________________________
36443 [ 25144] By: merijn                                on 2005/07/15  06:33:21
36444         Log: Subject: Typo in t/op/stat.t
36445              From: Gisle Aas <gisle@ActiveState.com>
36446              Date: 14 Jul 2005 23:20:18 -0700
36447              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
36448      Branch: perl
36449            ! t/op/stat.t
36450 ____________________________________________________________________________
36451 [ 25143] By: steveh                                on 2005/07/14  16:08:00
36452         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
36453              From: Michael G Schwern <schwern@pobox.com>
36454              Date: Tue, 12 Jul 2005 15:51:18 -0700
36455              Message-ID: <20050712225118.GA944@windhund.schwern.org>
36456              
36457              (and update SKIP counts)
36458      Branch: perl
36459            ! lib/File/Copy.pm lib/File/Copy.t
36460 ____________________________________________________________________________
36461 [ 25142] By: steveh                                on 2005/07/14  08:12:11
36462         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
36463              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36464              Date: Mon, 11 Jul 2005 22:41:06 -0700
36465              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
36466      Branch: perl
36467            ! lib/CPAN.pm
36468 ____________________________________________________________________________
36469 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
36470         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
36471              From: John Peacock <jpeacock@rowman.com>
36472              Message-ID: <42D55C46.5030905@rowman.com>
36473              Date: Wed, 13 Jul 2005 14:24:06 -0400
36474      Branch: perl
36475            ! universal.c
36476 ____________________________________________________________________________
36477 [ 25140] By: merijn                                on 2005/07/13  17:22:07
36478         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
36479              From: "Steve Peters via RT" <perlbug-followup@perl.org>
36480              Date: Wed, 13 Jul 2005 06:51:45 -0700
36481              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
36482      Branch: perl
36483            ! t/op/groups.t
36484 ____________________________________________________________________________
36485 [ 25139] By: merijn                                on 2005/07/13  16:52:48
36486         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
36487              From: Steve Peters <steve@fisharerojo.org>
36488              Date: Fri, 8 Jul 2005 16:42:56 -0500
36489              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
36490      Branch: perl
36491            ! t/io/dup.t t/io/open.t
36492 ____________________________________________________________________________
36493 [ 25138] By: merijn                                on 2005/07/13  16:37:48
36494         Log: Subject: [PATCH] More embed.fnc plowing
36495              From: Andy Lester <andy@petdance.com>
36496              Date: Wed, 13 Jul 2005 10:49:19 -0500
36497              Message-ID: <20050713154919.GA24586@petdance.com>
36498      Branch: perl
36499            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
36500            ! proto.h toke.c
36501 ____________________________________________________________________________
36502 [ 25137] By: merijn                                on 2005/07/13  16:27:43
36503         Log: Subject: [PATCH] Error in earlier patch in sv.c
36504              From: Robin Barker <Robin.Barker@npl.co.uk>
36505              Date: Wed, 13 Jul 2005 17:29:48 +0100
36506              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
36507      Branch: perl
36508            ! sv.c t/op/sprintf.t
36509 ____________________________________________________________________________
36510 [ 25136] By: steveh                                on 2005/07/13  13:39:44
36511         Log: Make -V "Compile-time options" list everything used in makedef.pl
36512      Branch: perl
36513            ! perl.c
36514 ____________________________________________________________________________
36515 [ 25135] By: steveh                                on 2005/07/13  09:48:10
36516         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
36517              From: David Manura <dm.list@math2.org>
36518              Date: Wed, 21 Jan 2004 20:59:27 -0500
36519              Message-ID: <400F2E7F.9090601@math2.org>
36520              
36521              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
36522              included in perl #25157.
36523      Branch: perl
36524            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
36525            ! lib/Text/Balanced/t/extqlk.t
36526 ____________________________________________________________________________
36527 [ 25134] By: steveh                                on 2005/07/13  09:23:37
36528         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
36529              From: Tels <nospam-abuse@bloodgate.com>
36530              Date: Sat, 9 Jul 2005 23:10:29 +0200
36531              Message-Id: <200507092310.30592@bloodgate.com>
36532              
36533              (with minor tweaks)
36534      Branch: perl
36535            ! lib/Text/Balanced.pm
36536 ____________________________________________________________________________
36537 [ 25133] By: steveh                                on 2005/07/13  08:34:53
36538         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
36539              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36540              Date: Tue, 12 Jul 2005 00:16:49 -0700
36541              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
36542              
36543              (and remove a couple of unused variables)
36544      Branch: perl
36545            ! lib/CPAN.pm
36546 ____________________________________________________________________________
36547 [ 25132] By: steveh                                on 2005/07/13  07:52:21
36548         Log: Subject: [perl #24275] CPAN shell - online help not clear 
36549              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36550              Date: Mon, 11 Jul 2005 23:32:12 -0700
36551              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
36552      Branch: perl
36553            ! lib/CPAN.pm
36554 ____________________________________________________________________________
36555 [ 25131] By: merijn                                on 2005/07/13  06:37:41
36556         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
36557              From: Michael G Schwern <schwern@pobox.com>
36558              Date: Tue, 12 Jul 2005 13:18:34 -0700
36559              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
36560      Branch: perl
36561            ! ext/IO/lib/IO/Socket.pm
36562 ____________________________________________________________________________
36563 [ 25130] By: merijn                                on 2005/07/13  06:27:48
36564         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
36565              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36566              Date: Tue, 12 Jul 2005 15:36:54 -0700
36567              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
36568      Branch: perl
36569            ! lib/dumpvar.pl
36570 ____________________________________________________________________________
36571 [ 25129] By: davem                                 on 2005/07/13  00:21:13
36572         Log: make the expensive ckWARN() be called as late as possible
36573              reorganise
36574              if (ckWARN(FOO) && should_not_happen_condition)
36575              to
36576              if (should_not_happen_condition && ckWARN(FOO))
36577      Branch: perl
36578            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
36579            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
36580 ____________________________________________________________________________
36581 [ 25128] By: davem                                 on 2005/07/12  18:46:34
36582         Log: Subject: Make PERL_MEM_LOG more portable.
36583              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
36584              Date:  Mon, 11 Jul 2005 15:29:46 +0300
36585              Message-Id:  <42D2663A.4050204@gmail.com>
36586      Branch: perl
36587            ! handy.h pod/perlhack.pod util.c
36588 ____________________________________________________________________________
36589 [ 25127] By: davem                                 on 2005/07/12  18:29:43
36590         Log: S_pad_findlex has side effects, so its return value may be ignored
36591      Branch: perl
36592            ! embed.fnc pad.c proto.h
36593 ____________________________________________________________________________
36594 [ 25126] By: davem                                 on 2005/07/12  18:15:48
36595         Log: get_?v have side effects, so their return values may be ignored
36596      Branch: perl
36597            ! embed.fnc proto.h
36598 ____________________________________________________________________________
36599 [ 25125] By: steveh                                on 2005/07/12  16:30:16
36600         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
36601              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36602              Date: Mon, 11 Jul 2005 23:24:56 -0700
36603              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
36604      Branch: perl
36605            ! lib/CPAN.pm
36606 ____________________________________________________________________________
36607 [ 25124] By: steveh                                on 2005/07/12  16:18:22
36608         Log: Subject: [perl #17487] ncftp only handles http 
36609              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36610              Date: Mon, 11 Jul 2005 23:19:06 -0700
36611              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
36612              
36613              (and bump $VERSION (1.76_01 is a CPAN release already))
36614      Branch: perl
36615            ! lib/CPAN.pm
36616 ____________________________________________________________________________
36617 [ 25123] By: steveh                                on 2005/07/12  13:19:51
36618         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
36619              From: Steve Hay <steve.hay@uk.radan.com>
36620              Date: Mon, 11 Jul 2005 13:29:37 +0100
36621              Message-ID: <42D26631.1070500@uk.radan.com>
36622      Branch: perl
36623            ! sv.c
36624 ____________________________________________________________________________
36625 [ 25122] By: steveh                                on 2005/07/12  11:42:07
36626         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
36627              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36628              Date: Mon, 11 Jul 2005 19:16:10 -0700
36629              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
36630      Branch: perl
36631            ! lib/File/Copy.t
36632 ____________________________________________________________________________
36633 [ 25121] By: steveh                                on 2005/07/12  11:33:01
36634         Log: Subject: [PATCH] Cleanup File::Copy tests
36635              From: Michael G Schwern <schwern@pobox.com>
36636              Date: Mon, 11 Jul 2005 18:45:42 -0700
36637              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
36638              
36639              (and fix the SKIP: {} blocks to say $how_many)
36640      Branch: perl
36641            ! lib/File/Copy.t
36642 ____________________________________________________________________________
36643 [ 25120] By: steveh                                on 2005/07/12  11:03:55
36644         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
36645              From: Michael G Schwern <schwern@pobox.com>
36646              Date: Mon, 11 Jul 2005 17:35:14 -0700
36647              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
36648      Branch: perl
36649            ! lib/File/Copy.pm
36650 ____________________________________________________________________________
36651 [ 25119] By: steveh                                on 2005/07/12  09:01:11
36652         Log: Missed a New() -> Newx().
36653              
36654              This one only had 3 args to start with! Presumably nobody uses
36655              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
36656              but someone else that is interested in YYERROR_VERBOSE will have
36657              to look into that.)
36658      Branch: perl
36659            ! perly.c
36660 ____________________________________________________________________________
36661 [ 25118] By: steveh                                on 2005/07/12  08:46:13
36662         Log: Hack out -DL documentation from perldebuguts.pod
36663              
36664              Now that the perl core uses Newx*() rather than New*() this chunk
36665              of old documentation is more obsolete than ever before.
36666      Branch: perl
36667            ! pod/perldebguts.pod
36668 ____________________________________________________________________________
36669 [ 25117] By: steveh                                on 2005/07/12  08:20:11
36670         Log: Fix worrying typo in handy.h :-s
36671      Branch: perl
36672            ! handy.h
36673 ____________________________________________________________________________
36674 [ 25116] By: steveh                                on 2005/07/12  08:17:47
36675         Log: Change New*() to Newx*() in various comments and documentation
36676      Branch: perl
36677            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
36678            ! pod/perlhack.pod sv.c
36679 ____________________________________________________________________________
36680 [ 25115] By: steveh                                on 2005/07/12  07:48:51
36681         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
36682              From: Jim Cromie <jcromie@divsol.com>
36683              Date: Mon, 11 Jul 2005 19:18:02 -0600
36684              Message-ID: <42D31A4A.1020305@divsol.com>
36685              
36686              (with some minor tweaks)
36687      Branch: perl
36688            ! handy.h pod/perlapi.pod
36689 ____________________________________________________________________________
36690 [ 25114] By: merijn                                on 2005/07/12  06:26:39
36691         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
36692              From: Michael G Schwern <schwern@pobox.com>
36693              Date: Mon, 11 Jul 2005 18:41:30 -0700
36694              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
36695      Branch: perl
36696            ! t/TEST
36697 ____________________________________________________________________________
36698 [ 25113] By: steveh                                on 2005/07/11  15:54:46
36699         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
36700              From: Jim Cromie <jcromie@divsol.com>
36701              Date: Sun, 10 Jul 2005 15:59:30 -0600
36702              Message-ID: <42D19A42.8040409@divsol.com>
36703      Branch: perl
36704            ! sv.c
36705 ____________________________________________________________________________
36706 [ 25112] By: steveh                                on 2005/07/11  15:19:11
36707         Log: Subject: [PATCH] perlfunc.pod
36708              From: "Piotr Fusik" <pfusik@op.pl>
36709              Date:      Sat, 9 Jul 2005 16:21:05 +0200
36710              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
36711      Branch: perl
36712            ! pod/perlfunc.pod
36713 ____________________________________________________________________________
36714 [ 25111] By: steveh                                on 2005/07/11  14:41:27
36715         Log: Subject: [patch hv.h doc] HvNAME
36716              From: Stas Bekman <stas@stason.org>
36717              Date: Fri, 08 Jul 2005 13:52:13 +0300
36718              Message-ID: <42CE5ADD.3020003@stason.org>
36719              
36720              Subject: Re: [patch hv.h doc] HvNAME
36721              From: Nicholas Clark <nick@ccl4.org>
36722              Date: Sat, 9 Jul 2005 15:23:51 +0100
36723              Message-ID: <20050709142351.GT15833@plum.flirble.org>
36724      Branch: perl
36725            ! hv.h pod/perlapi.pod
36726 ____________________________________________________________________________
36727 [ 25110] By: davem                                 on 2005/07/10  23:04:26
36728         Log: no code before declarations!
36729      Branch: perl
36730            ! doio.c
36731 ____________________________________________________________________________
36732 [ 25109] By: davem                                 on 2005/07/10  20:02:07
36733         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
36734              Date: Sun, 10 Jul 2005 21:50:27 +0300
36735              Subject: [PATCH] yet another way of debugging memory allocations
36736              Message-ID: <42D16DF3.4040806@gmail.com>
36737              
36738              tweak PERL_MEM_LOG
36739      Branch: perl
36740            ! handy.h pod/perlhack.pod util.c
36741 ____________________________________________________________________________
36742 [ 25108] By: davem                                 on 2005/07/10  19:57:31
36743         Log: run regen.pl
36744      Branch: perl
36745            ! embed.h proto.h
36746 ____________________________________________________________________________
36747 [ 25107] By: merijn                                on 2005/07/10  19:19:56
36748         Log: Subject: [PATCH] Making my way thru embed.fnc
36749              From: Andy Lester <andy@petdance.com>
36750              Date: Sun, 10 Jul 2005 14:36:35 -0500
36751              Message-ID: <20050710193635.GC8081@petdance.com>
36752      Branch: perl
36753            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
36754            ! pp_hot.c regexec.c toke.c util.c
36755 ____________________________________________________________________________
36756 [ 25106] By: davem                                 on 2005/07/10  13:53:49
36757         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
36758              From: demerphq <demerphq@gmail.com>
36759              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
36760              Date: Fri, 8 Jul 2005 17:07:26 +0200
36761              
36762              Fix trie codepath of mixed utf8/latin1 pattern matches
36763      Branch: perl
36764            ! regexec.c t/op/pat.t
36765 ____________________________________________________________________________
36766 [ 25105] By: davem                                 on 2005/07/10  12:29:25
36767         Log: Message-ID: <42D0F25E.3040801@gmail.com>
36768              Date: Sun, 10 Jul 2005 13:03:10 +0300
36769              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
36770              Subject: [PATCH] yet another way of debugging memory allocations
36771              
36772              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
36773      Branch: perl
36774            ! handy.h util.c
36775 ____________________________________________________________________________
36776 [ 25104] By: davem                                 on 2005/07/10  11:39:50
36777         Log: silence some compiler warnings
36778      Branch: perl
36779            ! embed.fnc gv.h proto.h
36780 ____________________________________________________________________________
36781 [ 25103] By: davem                                 on 2005/07/10  11:15:32
36782         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
36783      Branch: perl
36784            ! handy.h
36785 ____________________________________________________________________________
36786 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
36787         Log: sv_dec is supposed to go *down*, m'kay.
36788      Branch: perl
36789            ! sv.c t/op/inc.t
36790 ____________________________________________________________________________
36791 [ 25101] By: steveh                                on 2005/07/08  16:35:10
36792         Log: Subject: Re: janitorial work ? [patch]
36793              From: Jim Cromie <jcromie@divsol.com>
36794              Date: Wed, 06 Jul 2005 14:19:53 -0600
36795              Message-ID: <42CC3CE9.5050606@divsol.com>
36796              
36797              (reverted all dual-lived modules since they must work with older
36798              perls too so must wait for a new Devel::PPPort)
36799      Branch: perl
36800            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
36801            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
36802            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
36803            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
36804            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
36805            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
36806            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
36807            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
36808            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
36809            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
36810            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
36811            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
36812            ! win32/win32sck.c wince/perlhost.h wince/wince.c
36813 ____________________________________________________________________________
36814 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
36815         Log: We no longer default to creating a new SV for GvSV.
36816      Branch: perl
36817            ! perl.h
36818 ____________________________________________________________________________
36819 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
36820         Log: DEFSV causes GvSVn() to be used in lvalue context.
36821              Not sure if instead we should recode DEFSV to avoid this, and leave
36822              GvSVn() as rvalue only, like its namesakes.
36823      Branch: perl
36824            ! gv.h
36825 ____________________________________________________________________________
36826 [ 25098] By: steveh                                on 2005/07/08  10:04:24
36827         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
36828              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36829              Date: Thu, 7 Jul 2005 15:05:51 -0700
36830              Message-ID: <20050707220551.GB2388@efn.org>
36831              
36832              (plus fix a couple of POD warnings)
36833      Branch: perl
36834            ! pod/perlglossary.pod
36835 ____________________________________________________________________________
36836 [ 25097] By: steveh                                on 2005/07/08  09:48:50
36837         Log: Subject: [PATCH] basename() and suffixes
36838              From: Michael G Schwern <schwern@pobox.com>
36839              Date: Thu, 7 Jul 2005 15:38:32 -0700
36840              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
36841      Branch: perl
36842            ! lib/File/Basename.pm lib/File/Basename.t
36843 ____________________________________________________________________________
36844 [ 25096] By: steveh                                on 2005/07/08  08:43:07
36845         Log: Subject: Re: [perl #36477] File::Basename basename() bug
36846              From: Michael G Schwern <schwern@pobox.com>
36847              Date: Thu, 7 Jul 2005 14:16:01 -0700
36848              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
36849      Branch: perl
36850            ! lib/File/Basename.pm lib/File/Basename.t
36851 ____________________________________________________________________________
36852 [ 25095] By: davem                                 on 2005/07/08  01:43:24
36853         Log: UTF8/Latin 1/i regexp "Malformed character" warning
36854              $utf8 =~ /latin/i didn't match. 
36855              Also added TODO for $latin =~ /utf8/i which also fails
36856      Branch: perl
36857            ! t/op/pat.t utf8.c
36858 ____________________________________________________________________________
36859 [ 25094] By: davem                                 on 2005/07/07  14:47:51
36860         Log: more taint fallout from change 24943
36861      Branch: perl
36862            ! mg.c scope.c t/op/taint.t
36863 ____________________________________________________________________________
36864 [ 25093] By: merijn                                on 2005/07/07  13:26:32
36865         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
36866              From: Tels <nospam-abuse@bloodgate.com>
36867              Date: Wed, 6 Jul 2005 21:11:59 +0200
36868              Message-Id: <200507062112.12159@bloodgate.com>
36869      Branch: perl
36870            ! lib/charnames.pm
36871 ____________________________________________________________________________
36872 [ 25092] By: steveh                                on 2005/07/07  12:11:38
36873         Log: Subject: ReadParse in the CGI docs
36874              From: "Ton Hospel" <me-02@ton.iguana.be>
36875              Date: 9 Oct 2003 15:04:53 -0000
36876              To: perlbug@perl.org
36877              
36878              (plus blank lines so example code is in verbatim paragraphs,
36879              and bump $VERSION)
36880      Branch: perl
36881            ! lib/CGI.pm
36882 ____________________________________________________________________________
36883 [ 25091] By: steveh                                on 2005/07/07  11:21:41
36884         Log: Subject: [PATCH] Mention File::Spec in File::Basename
36885              From: Michael G Schwern <schwern@pobox.com>
36886              Date: Wed, 6 Jul 2005 13:06:20 -0700
36887              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
36888              
36889              (plus bump $VERSION)
36890      Branch: perl
36891            ! lib/File/Basename.pm
36892 ____________________________________________________________________________
36893 [ 25090] By: steveh                                on 2005/07/07  11:06:17
36894         Log: Subject: [perl #22236] File::Basename behavior is misleading 
36895              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
36896              Date: 6 Jul 2005 19:45:40 -0000
36897              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
36898      Branch: perl
36899            ! lib/File/Basename.pm lib/File/Basename.t
36900 ____________________________________________________________________________
36901 [ 25089] By: steveh                                on 2005/07/07  09:22:48
36902         Log: Subject: [PATCH] Further lies in the File::Basename docs
36903              From: Michael G Schwern <schwern@pobox.com>
36904              Date: Wed, 6 Jul 2005 09:22:32 -0700
36905              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
36906              
36907              (plus some minor POD changes and a bug fix)
36908      Branch: perl
36909            ! lib/File/Basename.pm lib/File/Basename.t
36910 ____________________________________________________________________________
36911 [ 25088] By: davem                                 on 2005/07/07  00:11:00
36912         Log: bytes pragma error in substitution operator
36913      Branch: perl
36914            ! pp_ctl.c t/op/subst.t
36915 ____________________________________________________________________________
36916 [ 25087] By: davem                                 on 2005/07/06  20:09:29
36917         Log: 'undef $@; die' gives uninint value warning
36918      Branch: perl
36919            ! pp_sys.c t/op/die.t
36920 ____________________________________________________________________________
36921 [ 25086] By: steveh                                on 2005/07/06  09:36:08
36922         Log: Subject: [PATCH] File::Basename doc overhaul
36923              From: Michael G Schwern <schwern@pobox.com>
36924              Date: Tue, 5 Jul 2005 20:11:27 -0700
36925              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
36926              
36927              (with some minor changes)
36928      Branch: perl
36929            ! lib/File/Basename.pm
36930 ____________________________________________________________________________
36931 [ 25085] By: steveh                                on 2005/07/06  08:05:21
36932         Log: Subject: [PATCH @ 25084] simple authors removal
36933              From: Vadim Konovalov <vadim@vkonovalov.ru>
36934              Date: Wed, 06 Jul 2005 00:15:48 +0400
36935              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
36936      Branch: perl
36937            ! AUTHORS
36938 ____________________________________________________________________________
36939 [ 25084] By: davem                                 on 2005/07/05  18:17:34
36940         Log: a long /etc/groups entry could cause memory exhaustion.
36941              Too small a buffer would cause ERANGE and a retry with double the
36942              buffer size. later at EOF, the apparent error got 'stuck' as
36943              ERANGE rather than ENOENT, so the buffer size doubled recursively 
36944      Branch: perl
36945            ! reentr.h reentr.pl
36946 ____________________________________________________________________________
36947 [ 25083] By: steveh                                on 2005/07/05  16:55:29
36948         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
36949              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36950              Date: Mon, 4 Jul 2005 02:07:38 -0700
36951              Message-ID: <20050704090738.GA4056@efn.org>
36952              
36953              (plus a new test, although it is currently marked TODO)
36954      Branch: perl
36955            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
36956            ! MANIFEST lib/Pod/Html.pm
36957 ____________________________________________________________________________
36958 [ 25082] By: steveh                                on 2005/07/05  16:54:11
36959         Log: Oops! Change 25080 should have updated checksums too.
36960      Branch: perl
36961            ! ext/Digest/MD5/t/files.t
36962 ____________________________________________________________________________
36963 [ 25081] By: davem                                 on 2005/07/05  13:01:23
36964         Log: change 24943 broke restoration of localized taint values
36965      Branch: perl
36966            ! mg.c t/op/taint.t
36967 ____________________________________________________________________________
36968 [ 25080] By: steveh                                on 2005/07/05  10:32:08
36969         Log: Remove an unreferenced local variable in Digest-MD5
36970      Branch: perl
36971            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
36972 ____________________________________________________________________________
36973 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
36974         Log: Subject: [PATCH] Remove unnecessary null check
36975              From: Andy Lester <andy@petdance.com>
36976              Date: Mon, 4 Jul 2005 14:12:00 -0500
36977              Message-ID: <20050704191200.GA2614@petdance.com>
36978      Branch: perl
36979            ! embed.fnc hv.c proto.h
36980 ____________________________________________________________________________
36981 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
36982         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
36983              -DPURIFY too.
36984      Branch: perl
36985            ! ext/XS/APItest/APItest.xs
36986 ____________________________________________________________________________
36987 [ 25077] By: merijn                                on 2005/07/04  18:47:02
36988         Log: Subject: [PATCH] Better string constant in hv.c
36989              From: Andy Lester <andy@petdance.com>
36990              Date: Mon, 4 Jul 2005 13:53:49 -0500
36991              Message-ID: <20050704185349.GA2351@petdance.com>
36992      Branch: perl
36993            ! hv.c
36994 ____________________________________________________________________________
36995 [ 25076] By: steveh                                on 2005/07/04  16:15:37
36996         Log: Add regression test for change 25062
36997      Branch: perl
36998            ! t/op/magic.t
36999 ____________________________________________________________________________
37000 [ 25075] By: steveh                                on 2005/07/04  15:57:32
37001         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
37002      Branch: perl
37003            ! ext/XS/APItest/APItest.xs
37004 ____________________________________________________________________________
37005 [ 25074] By: steveh                                on 2005/07/04  15:36:04
37006         Log: Perl_share_hek needs exporting for change 25070 on Win32
37007      Branch: perl
37008            ! embed.fnc embed.h global.sym
37009 ____________________________________________________________________________
37010 [ 25073] By: steveh                                on 2005/07/04  15:34:11
37011         Log: Regen after change 25067
37012      Branch: perl
37013            ! proto.h
37014 ____________________________________________________________________________
37015 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
37016         Log: Implement hv_delayfree_ent in terms of hv_free_ent
37017      Branch: perl
37018            ! hv.c
37019 ____________________________________________________________________________
37020 [ 25071] By: steveh                                on 2005/07/04  14:53:54
37021         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
37022              From: Steve Peters <steve@fisharerojo.org>
37023              Date: Mon, 4 Jul 2005 10:10:13 -0500
37024              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
37025      Branch: perl
37026            ! t/op/lfs.t
37027 ____________________________________________________________________________
37028 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
37029         Log: Tests for hv_delayfree_ent and hv_free_ent
37030      Branch: perl
37031            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
37032            ! ext/XS/APItest/t/hash.t
37033 ____________________________________________________________________________
37034 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
37035         Log: Provide a macro version of S_new_body to inline it within the hot code.
37036      Branch: perl
37037            ! sv.c
37038 ____________________________________________________________________________
37039 [ 25068] By: steveh                                on 2005/07/04  13:21:36
37040         Log: Borland's .pdb files are called .tds
37041      Branch: perl
37042            ! win32/makefile.mk
37043 ____________________________________________________________________________
37044 [ 25067] By: steveh                                on 2005/07/04  12:30:50
37045         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
37046              From: Andy Lester <andy@petdance.com>
37047              Date: Sun, 3 Jul 2005 18:31:56 -0500
37048              Message-ID: <20050703233156.GA20967@petdance.com>
37049      Branch: perl
37050            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
37051 ____________________________________________________________________________
37052 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
37053         Log: Inlining del_HE is actually a space optimisation.
37054              It's therefore likely also to be a speed optimisation. :-)
37055      Branch: perl
37056            ! embed.fnc embed.h hv.c proto.h
37057 ____________________________________________________________________________
37058 [ 25065] By: steveh                                on 2005/07/04  10:40:10
37059         Log: Subject: [PATCH] perlglossary.pod: add jump points
37060              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37061              Date: Mon, 4 Jul 2005 02:07:52 -0700
37062              Message-ID: <20050704090752.GB4056@efn.org>
37063      Branch: perl
37064            ! pod/perlglossary.pod
37065 ____________________________________________________________________________
37066 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
37067         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
37068              needed.
37069      Branch: perl
37070            ! sv.c
37071 ____________________________________________________________________________
37072 [ 25063] By: steveh                                on 2005/07/04  10:13:41
37073         Log: Subject: Re: How to suppress warnings when building Errno with gcc
37074              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37075              Date: Fri, 1 Jul 2005 10:56:23 -0700
37076              Message-ID: <20050701175623.GD216@efn.org>
37077      Branch: perl
37078            ! ext/Errno/Errno_pm.PL
37079 ____________________________________________________________________________
37080 [ 25062] By: steveh                                on 2005/07/04  09:17:06
37081         Log: Fix change 25045
37082      Branch: perl
37083            ! mg.c
37084 ____________________________________________________________________________
37085 [ 25061] By: steveh                                on 2005/07/04  08:26:38
37086         Log: Here's the rest of change 25058 ;-)
37087      Branch: perl
37088            ! embed.h global.sym
37089 ____________________________________________________________________________
37090 [ 25060] By: davem                                 on 2005/07/04  08:11:33
37091         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
37092              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
37093              Date:  Mon, 04 Jul 2005 00:19:28 +0300
37094              Message-Id:  <42C85660.50807@gmail.com>
37095      Branch: perl
37096            ! perl.h
37097 ____________________________________________________________________________
37098 [ 25059] By: steveh                                on 2005/07/04  08:10:27
37099         Log: Stop reentr.pl changing EOL on the files it writes on Win32
37100      Branch: perl
37101            ! reentr.pl
37102 ____________________________________________________________________________
37103 [ 25058] By: steveh                                on 2005/07/04  08:09:36
37104         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
37105              
37106              (At least PerlIO/via uses it, so it must be public)
37107      Branch: perl
37108            ! embed.fnc
37109 ____________________________________________________________________________
37110 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
37111         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
37112              a different compiler warnings. I guess we need a waterbed theory of
37113              compiler warnings.
37114      Branch: perl
37115            ! handy.h
37116 ____________________________________________________________________________
37117 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
37118         Log: Convert bless.t to test.pl
37119      Branch: perl
37120            ! t/op/bless.t
37121 ____________________________________________________________________________
37122 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
37123         Log: Copying the first parameter in the macro del_body seems to reduce
37124              code size.  Presumably an expression is no longer evaluated twice.
37125      Branch: perl
37126            ! sv.c
37127 ____________________________________________________________________________
37128 [ 25052] By: davem                                 on 2005/07/02  16:11:46
37129         Log: do just-in-time loading of Carp.pm in some modules
37130              
37131              From: Tels <nospam-abuse@bloodgate.com>
37132              Subject: [PATCH] No Carp #4 AutoSplit.pm
37133              Subject: [PATCH] no Carp #5 (File::Path)
37134              Subject: [PATCH] no Carp #7 - charnames.pm
37135              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
37136              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
37137      Branch: perl
37138            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
37139            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
37140            ! lib/open.pm
37141 ____________________________________________________________________________
37142 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
37143         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
37144              the body to. This comletely eliminates the second switch statement.
37145      Branch: perl
37146            ! sv.c
37147 ____________________________________________________________________________
37148 [ 25050] By: davem                                 on 2005/07/02  15:05:04
37149         Log: replace ckWARN macros with functions
37150      Branch: perl
37151            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
37152            ! warnings.pl
37153 ____________________________________________________________________________
37154 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
37155         Log: Given that the GV no longer owns a reference on the symbol table, we
37156              dont need the deferred SvREFCNT_dec games.
37157      Branch: perl
37158            ! sv.c
37159 ____________________________________________________________________________
37160 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
37161         Log: Passing gvtype as char rather than char * to S_varname generates
37162              smaller code.
37163      Branch: perl
37164            ! embed.fnc proto.h sv.c
37165 ____________________________________________________________________________
37166 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
37167         Log: Don't inline offer_nice_chunk, as it's rarely called.
37168      Branch: perl
37169            ! embed.fnc embed.h perl.h proto.h sv.c
37170 ____________________________________________________________________________
37171 [ 25046] By: davem                                 on 2005/07/02  12:35:12
37172         Log: missed one PAD_SET_CUR
37173      Branch: perl
37174            ! pp_hot.c
37175 ____________________________________________________________________________
37176 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
37177         Log: Don't check the pointer is non-NULL before calling Safefree() in
37178              little used code, code used only once per run (such as interpreter
37179              construction and destruction), and cases where the pointer nearly
37180              never is NULL. Safefree does its own non-NULL check, and even that
37181              isn't strictly necessary as all conformant free()s accept a NULL
37182              pointer.
37183      Branch: perl
37184            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
37185 ____________________________________________________________________________
37186 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
37187         Log: Upgrade to Time::HiRes 1.72
37188      Branch: perl
37189            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37190            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
37191 ____________________________________________________________________________
37192 [ 25043] By: steveh                                on 2005/07/01  16:33:42
37193         Log: Make Archive::Tar clean up its test files on Win32
37194              
37195              (The old "can't delete an open file on Win32" chestnut again)
37196      Branch: perl
37197            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
37198 ____________________________________________________________________________
37199 [ 25042] By: davem                                 on 2005/07/01  15:40:40
37200         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
37201      Branch: perl
37202            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
37203 ____________________________________________________________________________
37204 [ 25041] By: steveh                                on 2005/07/01  15:15:23
37205         Log: Silence MinGW warning about "'noreturn' function does return"
37206              
37207              (Thanks to Nicholas Clark)
37208      Branch: perl
37209            ! iperlsys.h
37210 ____________________________________________________________________________
37211 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
37212         Log: Install perlglossary on VMS and Windows
37213      Branch: perl
37214            ! vms/descrip_mms.template win32/pod.mak
37215 ____________________________________________________________________________
37216 [ 25039] By: davem                                 on 2005/07/01  14:34:52
37217         Log: undo some excessive Carp.pm minimalisation
37218      Branch: perl
37219            ! lib/Carp.pm
37220 ____________________________________________________________________________
37221 [ 25038] By: steveh                                on 2005/07/01  13:39:33
37222         Log: Remove unreferenced local variable (and the warning about it)
37223      Branch: perl
37224            ! ext/XS/APItest/APItest.xs
37225 ____________________________________________________________________________
37226 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
37227         Log: Add the perlglossary man page
37228              
37229              Subject: [PATCH] perlglossary.pod
37230              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37231              Date: Fri, 1 Jul 2005 03:10:50 -0700
37232              Message-ID: <20050701101050.GA2448@efn.org>
37233      Branch: perl
37234            + pod/perlglossary.pod
37235            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
37236            ! pod/perltoc.pod
37237 ____________________________________________________________________________
37238 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
37239         Log: Subject: [PATCH] Make Exporter.t warnings clean
37240              From: Michael G Schwern <schwern@pobox.com>
37241              Date: Tue, 28 Jun 2005 15:58:36 -0700
37242              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
37243      Branch: perl
37244            ! lib/Exporter.t
37245 ____________________________________________________________________________
37246 [ 25035] By: davem                                 on 2005/07/01  11:49:22
37247         Log: silence a warning in Perl_sv_compile_2op
37248      Branch: perl
37249            ! pp_ctl.c
37250 ____________________________________________________________________________
37251 [ 25034] By: davem                                 on 2005/07/01  11:45:40
37252         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
37253              Only a partial fix: works where sizeof(type)==1; since we
37254              can never wraparound in that case, disarm the check
37255      Branch: perl
37256            ! handy.h
37257 ____________________________________________________________________________
37258 [ 25033] By: steveh                                on 2005/07/01  07:44:50
37259         Log: Silence some cast warnings from bcc32 on Win32
37260              
37261              See the thread starting here for arguments:
37262              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
37263      Branch: perl
37264            ! win32/win32.c
37265 ____________________________________________________________________________
37266 [ 25032] By: davem                                 on 2005/06/30  22:41:07
37267         Log: assigning shared consts (eg __PACKAGE__) to magic vars
37268      Branch: perl
37269            ! sv.c t/op/magic.t
37270 ____________________________________________________________________________
37271 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
37272         Log: By grabbing the length, we can use sv_setpvn here.
37273      Branch: perl
37274            ! util.c
37275 ____________________________________________________________________________
37276 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
37277         Log: Use sv_setpvn where we know the length.
37278      Branch: perl
37279            ! universal.c
37280 ____________________________________________________________________________
37281 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
37282         Log: A terser way of implementing require_pv.
37283      Branch: perl
37284            ! perl.c
37285 ____________________________________________________________________________
37286 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
37287         Log: We know the length, so use sv_setpvn rather than sv_setpv.
37288      Branch: perl
37289            ! universal.c
37290 ____________________________________________________________________________
37291 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
37292         Log: Avoid using PL_Sv in the -V argument processing.
37293              Express the embedded perl program in a slightly terser way.
37294      Branch: perl
37295            ! perl.c
37296 ____________________________________________________________________________
37297 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
37298         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
37299              commandline -V options that q\0...\0.
37300      Branch: perl
37301            ! perl.c
37302 ____________________________________________________________________________
37303 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
37304         Log: Add TODO tests for bug #36434
37305      Branch: perl
37306            ! t/op/magic.t
37307 ____________________________________________________________________________
37308 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
37309         Log: The core shouldn't be using PL_na
37310      Branch: perl
37311            ! perl.c
37312 ____________________________________________________________________________
37313 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
37314         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
37315      Branch: perl
37316            ! perl.c
37317 ____________________________________________________________________________
37318 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
37319         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
37320      Branch: perl
37321            ! perl.c regcomp.c sv.c
37322 ____________________________________________________________________________
37323 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
37324         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
37325      Branch: perl
37326            ! perl.c
37327 ____________________________________________________________________________
37328 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
37329         Log: Subject: [PATCH] make t/uni/class.t faster
37330              From: Tels <nospam-abuse@bloodgate.com>
37331              Date: Wed, 29 Jun 2005 21:19:52 +0200
37332              Message-Id: <200506292120.05519@bloodgate.com>
37333      Branch: perl
37334            ! t/uni/class.t
37335 ____________________________________________________________________________
37336 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
37337         Log: If gp_flags is unused, why are we even allocating it?
37338      Branch: perl
37339            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
37340 ____________________________________________________________________________
37341 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
37342         Log: Nothing is actually relying on GvUNIQUE holding state.
37343      Branch: perl
37344            ! gv.h
37345 ____________________________________________________________________________
37346 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
37347         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
37348              From: Michael G Schwern <schwern@pobox.com>
37349              Date: Thu, 30 Jun 2005 01:02:30 -0700
37350              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
37351      Branch: perl
37352            ! lib/File/Basename.t
37353 ____________________________________________________________________________
37354 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
37355         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
37356              From: Steve Peters <steve@fisharerojo.org>
37357              Date: Wed, 29 Jun 2005 21:47:23 -0500
37358              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
37359      Branch: perl
37360            ! ext/IO/lib/IO/Handle.pm
37361 ____________________________________________________________________________
37362 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
37363         Log: Subject: some dusting off of the cross-compilation information
37364              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
37365              Date: Thu, 30 Jun 2005 08:41:17 +0300
37366              Message-ID: <42C385FD.9040601@gmail.com>
37367      Branch: perl
37368            ! Cross/README INSTALL
37369 ____________________________________________________________________________
37370 [ 25014] By: steveh                                on 2005/06/30  07:57:25
37371         Log: Silence MinGW warnings about system headers when building Errno
37372              
37373              Thanks to Mike Guy for the suggested fix.
37374      Branch: perl
37375            ! ext/Errno/Errno_pm.PL
37376 ____________________________________________________________________________
37377 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
37378         Log: Expand on parts of perltodo
37379      Branch: perl
37380            ! pod/perltodo.pod
37381 ____________________________________________________________________________
37382 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
37383         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
37384      Branch: perl
37385            ! pp.c pp_hot.c
37386 ____________________________________________________________________________
37387 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
37388         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
37389      Branch: perl
37390            ! pp_sys.c
37391 ____________________________________________________________________________
37392 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
37393         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
37394      Branch: perl
37395            ! doio.c gv.c perl.h sv.c
37396 ____________________________________________________________________________
37397 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
37398         Log: First stab at not automatically creating an unused SV for GvSV
37399              Enable it with -DPERL_DONT_CREATE_GVSV.
37400              Currently if enabled 22 test scripts have failures, so still some way
37401              to go.
37402      Branch: perl
37403            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
37404            ! pp_hot.c proto.h sv.c
37405 ____________________________________________________________________________
37406 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
37407         Log: Remove old variable needed for binary compatibility
37408      Branch: perl
37409            ! embedvar.h intrpvar.h perlapi.h sv.c
37410 ____________________________________________________________________________
37411 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
37412         Log: Convert strcpy to memcpy where we already know the length.
37413      Branch: perl
37414            ! gv.c sv.c util.c
37415 ____________________________________________________________________________
37416 [ 25006] By: davem                                 on 2005/06/28  11:28:20
37417         Log: move Carp.pod back into Carp.pm
37418      Branch: perl
37419            - lib/Carp.pod
37420            ! MANIFEST lib/Carp.pm
37421 ____________________________________________________________________________
37422 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
37423         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
37424      Branch: perl
37425            ! ext/B/B/Deparse.pm
37426 ____________________________________________________________________________
37427 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
37428         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
37429              From: Dominic Dunlop <domo@computer.org>
37430              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
37431              Date: Mon, 27 Jun 2005 19:46:59 +0200
37432      Branch: perl
37433            ! hints/darwin.sh
37434 ____________________________________________________________________________
37435 [ 25003] By: steveh                                on 2005/06/28  08:01:21
37436         Log: Stop "Possible use before definition" warning following change 24997
37437      Branch: perl
37438            ! pp_sys.c
37439 ____________________________________________________________________________
37440 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
37441         Log: Upgrade to Time::HiRes 1.71
37442      Branch: perl
37443            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37444            ! ext/Time/HiRes/Makefile.PL
37445 ____________________________________________________________________________
37446 [ 25001] By: steveh                                on 2005/06/28  07:40:01
37447         Log: Stop "suspicious pointer conversion" warning following change 24997
37448      Branch: perl
37449            ! hv.c
37450 ____________________________________________________________________________
37451 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
37452         Log: Don't install demo files with perl
37453      Branch: perl
37454            ! installperl
37455 ____________________________________________________________________________
37456 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
37457         Log: From: Mattia Barbon <mattia.barbon@libero.it>
37458              Subject: [PATCH] Avoid redefinition warning for MinGW
37459              Date: Jun 27, 2005 10:07 PM
37460              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
37461      Branch: perl
37462            ! win32/win32iop.h
37463 ____________________________________________________________________________
37464 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
37465         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
37466              (b) give -1, rather than +1
37467      Branch: perl
37468            ! sv.c t/op/inc.t
37469 ____________________________________________________________________________
37470 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
37471         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
37472              From: Andy Lester <andy@petdance.com>
37473              Date: Mon, 27 Jun 2005 13:06:59 -0500
37474              Message-ID: <20050627180659.GB29744@petdance.com>
37475              
37476              (edited)
37477      Branch: perl
37478            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
37479            ! regexec.c sv.c toke.c
37480 ____________________________________________________________________________
37481 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
37482         Log: Fix installation of ptar(1) manpage.
37483              The __END__ was making the POD being ignored by pod2man.
37484      Branch: perl
37485            ! lib/Archive/Tar/bin/ptar
37486 ____________________________________________________________________________
37487 [ 24995] By: davem                                 on 2005/06/27  16:34:34
37488         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
37489              Also move carp.pm pod to carp.pod
37490      Branch: perl
37491            + lib/Carp.pod
37492            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
37493            ! warnings.pl
37494 ____________________________________________________________________________
37495 [ 24994] By: steveh                                on 2005/06/27  15:45:05
37496         Log: Silence compiler warning in SDBM_File
37497              
37498              Unless I'm missing something it looks like "key" actually is used,
37499              and the "key = key" assignment causes bcc32 to complain about use
37500              before definition!
37501      Branch: perl
37502            ! ext/SDBM_File/SDBM_File.xs
37503 ____________________________________________________________________________
37504 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
37505         Log: Subject: [PATCH] XSLoader for Sys::Syslog
37506              From: Alexey Tourbin <at@altlinux.ru>
37507              Date: Sun, 26 Jun 2005 08:32:05 +0400
37508              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
37509      Branch: perl
37510            ! ext/Sys/Syslog/Syslog.pm
37511 ____________________________________________________________________________
37512 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
37513         Log: Oops (fix previous fix).
37514      Branch: perl
37515            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
37516            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
37517            ! lib/Filter/Simple/t/import.t
37518 ____________________________________________________________________________
37519 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
37520         Log: Fix tests of Filter::Simple 0.82 in the core
37521      Branch: perl
37522            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
37523            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
37524            ! lib/Filter/Simple/t/import.t
37525 ____________________________________________________________________________
37526 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
37527         Log: Upgrade to Filter::Simple 0.82
37528      Branch: perl
37529            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
37530            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
37531            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
37532            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
37533            ! t/lib/Filter/Simple/FilterOnlyTest.pm
37534            ! t/lib/Filter/Simple/FilterTest.pm
37535            ! t/lib/Filter/Simple/ImportTest.pm
37536 ____________________________________________________________________________
37537 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
37538         Log: Upgrade to Test::Harness 2.52
37539      Branch: perl
37540            ! lib/Test/Harness.pm lib/Test/Harness/Changes
37541            ! lib/Test/Harness/bin/prove
37542 ____________________________________________________________________________
37543 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
37544         Log: Upgrade to Time::HiRes 1.70
37545      Branch: perl
37546            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37547            ! ext/Time/HiRes/HiRes.xs
37548 ____________________________________________________________________________
37549 [ 24987] By: steveh                                on 2005/06/27  07:41:52
37550         Log: Suppress warnings about a clash between redefined malloc and the
37551              use of __attribute__malloc__
37552              
37553              Subject: Re: Fun with __attribute__malloc__
37554              From: Andy Lester <andy@petdance.com>
37555              Date: Fri, 24 Jun 2005 12:11:59 -0500
37556              Message-ID: <20050624171159.GB29590@petdance.com>
37557      Branch: perl
37558            ! perl.h
37559 ____________________________________________________________________________
37560 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
37561         Log: Tweak the child dump socket protocol to return error messages to the
37562              parent so that it can display what went wrong.
37563      Branch: perl
37564            ! perl.c
37565 ____________________________________________________________________________
37566 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
37567         Log: Upgrade to Time::HiRes 1.69
37568      Branch: perl
37569            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37570            ! ext/Time/HiRes/Makefile.PL
37571 ____________________________________________________________________________
37572 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
37573         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
37574              indefinite hangs when the debugging child holds open Perl_debug_log,
37575              and it happens to be a file descriptor that is one end of a pipe,
37576              with a process sitting at the other end waitng for EOF.
37577              So close all descriptors in the child *including* Perl_debug_log,
37578              and pass it back in over the control socket if it's needed.
37579      Branch: perl
37580            ! perl.c
37581 ____________________________________________________________________________
37582 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
37583         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
37584      Branch: perl
37585            ! pp_sys.c
37586 ____________________________________________________________________________
37587 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
37588         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
37589              Configure_heavy.pl gets truncated.
37590      Branch: perl
37591            ! configpm
37592 ____________________________________________________________________________
37593 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
37594         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
37595              using system malloc, because sbrk() stops giving us memory after about
37596              14Mb.
37597      Branch: perl
37598            ! hints/darwin.sh
37599 ____________________________________________________________________________
37600 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
37601         Log: Need to skip exporting PL_dumper_fd unless it is used.
37602      Branch: perl
37603            ! makedef.pl
37604 ____________________________________________________________________________
37605 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
37606         Log: If forking during global destruction, the child needs to close all
37607              unused file descriptors, else it can cause other processes to hang
37608              because it accidentally holds open pipes and sockets.
37609      Branch: perl
37610            ! perl.c
37611 ____________________________________________________________________________
37612 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
37613         Log: Upgrade to Unicode::Collate 0.51
37614      Branch: perl
37615            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
37616            ! lib/Unicode/Collate/README
37617 ____________________________________________________________________________
37618 [ 24977] By: steveh                                on 2005/06/24  14:38:05
37619         Log: Fix typo in win32.c
37620              
37621              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
37622      Branch: perl
37623            ! win32/win32.c
37624 ____________________________________________________________________________
37625 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
37626         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
37627              which become unreferenced. This is less likely to be successful.
37628              The #define needs a better name.
37629      Branch: perl
37630            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
37631            ! proto.h sv.c
37632 ____________________________________________________________________________
37633 [ 24975] By: steveh                                on 2005/06/24  13:56:15
37634         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
37635      Branch: perl
37636            ! perl.h win32/config_H.gc
37637 ____________________________________________________________________________
37638 [ 24974] By: steveh                                on 2005/06/24  12:27:45
37639         Log: Make opendir() filename const in Win32-land & friends
37640              
37641              That fact that it wasn't const already was highlighted by a warning
37642              from pp_open_dir() generated by change 24743. Rather than undo the
37643              const change in pp_open_dir(), this seems to make more sense. Hope I
37644              haven't broken Netware or WinCE.
37645      Branch: perl
37646            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
37647            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
37648            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
37649 ____________________________________________________________________________
37650 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
37651         Log: Need to do some sort of die/warn to get the "global destruction"
37652              text if the bug is still present.
37653      Branch: perl
37654            ! t/op/gv.t
37655 ____________________________________________________________________________
37656 [ 24972] By: steveh                                on 2005/06/24  09:37:24
37657         Log: Fix t\op\gv.t on Win32
37658      Branch: perl
37659            ! t/op/gv.t
37660 ____________________________________________________________________________
37661 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
37662         Log: Remove cargo-culted binmode.
37663      Branch: perl
37664            ! lib/Archive/Tar/t/00_setup.t
37665 ____________________________________________________________________________
37666 [ 24970] By: steveh                                on 2005/06/24  07:42:41
37667         Log: Fix Archive-Tar tests on Win32 following change 24954
37668      Branch: perl
37669            ! lib/Archive/Tar/t/00_setup.t
37670 ____________________________________________________________________________
37671 [ 24969] By: merijn                                on 2005/06/24  07:41:08
37672         Log: Workaround localtime edge case where TZ makes time go beyond
37673              the defined working range (AIX 5.2)
37674      Branch: perl
37675            ! pp_sys.c
37676 ____________________________________________________________________________
37677 [ 24968] By: davem                                 on 2005/06/23  22:59:36
37678         Log: change 24967 got the #endif in the wrong place
37679      Branch: perl
37680            ! pad.c
37681 ____________________________________________________________________________
37682 [ 24967] By: davem                                 on 2005/06/23  22:48:40
37683         Log: don't repopulate PADTMP slots with null SVs when freeing ops
37684      Branch: perl
37685            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
37686 ____________________________________________________________________________
37687 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
37688         Log: Remove the reference loop between symbol tables and typeglobs.
37689              Typeglobs now have a weak reference onto their symbol table.
37690      Branch: perl
37691            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
37692 ____________________________________________________________________________
37693 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
37694         Log: Subject: [PATCH] Pre-YAPC consting fun
37695              From: Andy Lester <andy@petdance.com>
37696              Date: Jun 23, 2005 9:04 PM
37697              Message-ID: <20050623190423.GA13835@petdance.com>
37698      Branch: perl
37699            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
37700            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
37701            ! taint.c util.c
37702 ____________________________________________________________________________
37703 [ 24964] By: merijn                                on 2005/06/23  18:43:42
37704         Log: Take a larger margin to prevent 'X' failures in smokes
37705              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
37706              when reps was still 10000. With 15000 I didn't get a single warning
37707      Branch: perl
37708            ! t/op/rand.t
37709 ____________________________________________________________________________
37710 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
37711         Log: Warning suppression.
37712      Branch: perl
37713            ! pp_sys.c
37714 ____________________________________________________________________________
37715 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
37716         Log: The current implementation of :unique is fundamentally flawed,
37717              because declaring a scalar READONLY does not stop it being modified.
37718              Hence the current implementation of :unique is *not threadsafe*
37719              D'oh!
37720              Better implementations welcome.
37721      Branch: perl
37722            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
37723            ! proto.h sv.c
37724 ____________________________________________________________________________
37725 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
37726         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
37727      Branch: perl
37728            ! lib/Archive/Tar/t/02_methods.t
37729 ____________________________________________________________________________
37730 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
37731         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
37732              From: Steve Peters <steve@fisharerojo.org>
37733              Date: Fri, 17 Jun 2005 23:27:14 -0500
37734              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
37735      Branch: perl
37736            ! lib/File/Find.pm
37737 ____________________________________________________________________________
37738 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
37739         Log: Add a define PERL_POISON which tries to trip up anything accessing
37740              freed or uninitialised memory. Currently only Poison()s freed
37741              pointers.
37742      Branch: perl
37743            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
37744            ! sv.c
37745 ____________________________________________________________________________
37746 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
37747         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
37748              Simplify SvPV_free slightly.
37749      Branch: perl
37750            ! sv.h
37751 ____________________________________________________________________________
37752 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
37753         Log: This dummy test didn't pass
37754      Branch: perl
37755            ! lib/Archive/Tar/t/99_clean.t
37756 ____________________________________________________________________________
37757 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
37758         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
37759      Branch: perl
37760            + lib/Archive/Tar/t/99_clean.t
37761            ! MANIFEST
37762 ____________________________________________________________________________
37763 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
37764         Log: Remove test that relies on Test::POD
37765      Branch: perl
37766            - lib/Archive/Tar/t/99_pod.t
37767            ! MANIFEST
37768 ____________________________________________________________________________
37769 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
37770         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
37771      Branch: perl
37772            + lib/Archive/Tar/t/00_setup.t
37773            - lib/Archive/Tar/t/src/long/bar.tar
37774            - lib/Archive/Tar/t/src/long/foo.tgz
37775            - lib/Archive/Tar/t/src/short/bar.tar
37776            - lib/Archive/Tar/t/src/short/foo.tgz
37777            ! MANIFEST
37778 ____________________________________________________________________________
37779 [ 24953] By: steveh                                on 2005/06/23  11:02:42
37780         Log: Silence bcc32 compiler warnings following change 24945
37781              
37782              ("Possible use of '%s' before definition")
37783      Branch: perl
37784            ! pp_ctl.c pp_sys.c
37785 ____________________________________________________________________________
37786 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
37787         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
37788      Branch: perl
37789            ! perl.c
37790 ____________________________________________________________________________
37791 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
37792         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
37793              From: Salvador Fandino <sfandino@yahoo.com>
37794              Date: Tue, 21 Jun 2005 19:50:35 +0200
37795              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
37796      Branch: perl
37797            ! pp_sort.c
37798 ____________________________________________________________________________
37799 [ 24950] By: steveh                                on 2005/06/23  10:21:53
37800         Log: Oops! Change 24946 wasn't quite right
37801      Branch: perl
37802            ! doio.c
37803 ____________________________________________________________________________
37804 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
37805         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
37806      Branch: perl
37807            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
37808 ____________________________________________________________________________
37809 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
37810         Log: Define d_nv_zero_is_allbits_zero for symbian
37811              (noticed by Jarkko)
37812      Branch: perl
37813            ! symbian/config.sh
37814 ____________________________________________________________________________
37815 [ 24947] By: steveh                                on 2005/06/23  09:18:37
37816         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
37817              
37818              It still whines about 'in' and 'b' being assigned values that are
37819              never used on lines 348 and 505 respectively (as side effects of the
37820              calls to c2l and l2c respectively), but I'm not sure how to shut
37821              them up.
37822      Branch: perl
37823            ! win32/fcrypt.c
37824 ____________________________________________________________________________
37825 [ 24946] By: steveh                                on 2005/06/23  09:00:28
37826         Log: More bcc32 compiler warnings to silence
37827              
37828              ("Suspicious pointer conversion")
37829      Branch: perl
37830            ! doio.c win32/win32io.c
37831 ____________________________________________________________________________
37832 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
37833         Log: Subject: [PATCH] Const Boy II: The Localizing
37834              From: Andy Lester <andy@petdance.com>
37835              Date: Wed, 22 Jun 2005 09:41:00 -0500
37836              Message-ID: <20050622144059.GA19598@petdance.com>
37837      Branch: perl
37838            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
37839            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
37840            ! util.c
37841 ____________________________________________________________________________
37842 [ 24944] By: steveh                                on 2005/06/23  08:04:21
37843         Log: Silence another bcc32 compiler warning
37844              
37845              ("Possible use of '%s' before definition")
37846      Branch: perl
37847            ! toke.c
37848 ____________________________________________________________________________
37849 [ 24943] By: davem                                 on 2005/06/22  23:08:55
37850         Log: remove taint hack now that local $tainted no longer copies taint magic
37851      Branch: perl
37852            ! mg.c sv.c
37853 ____________________________________________________________________________
37854 [ 24942] By: davem                                 on 2005/06/22  21:42:54
37855         Log: handle magic in local correctly
37856              the local SV now gets a copy of any container magic, and no value
37857              magic; in the past the whole magic chain was either shared or
37858              moved
37859      Branch: perl
37860            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
37861            ! proto.h scope.c t/op/local.t
37862 ____________________________________________________________________________
37863 [ 24941] By: merijn                                on 2005/06/22  17:14:04
37864         Log: Upgrade to Test::Harness 2.50
37865      Branch: perl
37866            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
37867 ____________________________________________________________________________
37868 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
37869         Log: Add facility to fork() early in perl_destruct and use the child to
37870              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
37871              when DEBUG_LEAKING_SCALARS is already in force)
37872      Branch: perl
37873            ! perl.c
37874 ____________________________________________________________________________
37875 [ 24939] By: steveh                                on 2005/06/22  13:25:16
37876         Log: Silence yet more bcc32 compiler warnings
37877              
37878              ("Code has no effect")
37879      Branch: perl
37880            ! hv.c pp_ctl.c pp_hot.c
37881 ____________________________________________________________________________
37882 [ 24938] By: steveh                                on 2005/06/22  13:02:17
37883         Log: Silence some more bcc32 compiler warnings
37884              
37885              ("Suggest parentheses to clarify precedence")
37886      Branch: perl
37887            ! warnings.h warnings.pl
37888 ____________________________________________________________________________
37889 [ 24937] By: steveh                                on 2005/06/22  12:31:59
37890         Log: Silence some bcc32 compiler warnings
37891              
37892              ("Superfluous & with function")
37893      Branch: perl
37894            ! perlvars.h pp.c win32/win32.c
37895 ____________________________________________________________________________
37896 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
37897         Log: Now that the global string table is using a single hunk of memory
37898              for both HE and HEK, we need to actually free things in perl_destruct
37899      Branch: perl
37900            ! perl.c
37901 ____________________________________________________________________________
37902 [ 24935] By: steveh                                on 2005/06/22  09:40:25
37903         Log: Fix Archive-Tar tests on Win32
37904              
37905              (Patch from Jos Boumans, from his current dev version.)
37906      Branch: perl
37907            ! lib/Archive/Tar.pm
37908 ____________________________________________________________________________
37909 [ 24934] By: merijn                                on 2005/06/21  19:27:38
37910         Log: Redo generation of change #24898
37911              Do not forget to run Porting/config_h.pl!
37912      Branch: perl
37913            ! Configure config_h.SH
37914 ____________________________________________________________________________
37915 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
37916         Log: Upgrade to Test::Harness 2.49_02
37917      Branch: perl
37918            ! lib/Test/Harness.pm lib/Test/Harness/Changes
37919            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
37920            ! lib/Test/Harness/t/test-harness.t
37921 ____________________________________________________________________________
37922 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
37923         Log: Add Archive::Tar to the maintainers list
37924      Branch: perl
37925            ! Porting/Maintainers.pl
37926 ____________________________________________________________________________
37927 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
37928         Log: Trim trailing spaces
37929      Branch: perl
37930            ! lib/Archive/Tar/bin/ptar
37931 ____________________________________________________________________________
37932 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
37933         Log: Add pod, so ptar has a manpage
37934      Branch: perl
37935            ! lib/Archive/Tar/bin/ptar
37936 ____________________________________________________________________________
37937 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
37938         Log: POD nits
37939      Branch: perl
37940            ! ext/Storable/Storable.pm
37941 ____________________________________________________________________________
37942 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
37943         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
37944              (or at least into the decade of t/test.pl)
37945      Branch: perl
37946            ! t/op/gv.t
37947 ____________________________________________________________________________
37948 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
37949         Log: Add the ptar(1) utility from Archive::Tar
37950      Branch: perl
37951            + lib/Archive/Tar/bin/ptar utils/ptar.PL
37952            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
37953            ! win32/Makefile win32/makefile.mk
37954 ____________________________________________________________________________
37955 [ 24925] By: steveh                                on 2005/06/21  13:49:10
37956         Log: Trim trailing whitespace from $! and $^E
37957              
37958              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
37959              good for consistency anyway)
37960      Branch: perl
37961            ! mg.c
37962 ____________________________________________________________________________
37963 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
37964         Log: Avoid having NULL entries in the weakref backreference array, and
37965              make S_sv_add_backref O(1) (instead of O(n))
37966      Branch: perl
37967            ! sv.c
37968 ____________________________________________________________________________
37969 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
37970         Log: Cleanup after this test
37971      Branch: perl
37972            ! lib/Archive/Tar/t/02_methods.t
37973 ____________________________________________________________________________
37974 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
37975         Log: Add Archive::Tar 1.24, except ptar for now
37976      Branch: perl
37977            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
37978            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
37979            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
37980            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
37981            + lib/Archive/Tar/t/src/long/bar.tar
37982            + lib/Archive/Tar/t/src/long/foo.tgz
37983            + lib/Archive/Tar/t/src/short/b
37984            + lib/Archive/Tar/t/src/short/bar.tar
37985            + lib/Archive/Tar/t/src/short/foo.tgz
37986            ! MANIFEST
37987 ____________________________________________________________________________
37988 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
37989         Log: weak references aren't UVs, do don't show this in the dump flags.
37990      Branch: perl
37991            ! dump.c
37992 ____________________________________________________________________________
37993 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
37994         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
37995              From: Salvador Fandiño <sfandino@yahoo.com>
37996              Date: Fri, 17 Jun 2005 14:06:30 +0100
37997              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
37998              
37999              with wordings improvements suggested by Ronald J Kimball
38000      Branch: perl
38001            ! pod/perldiag.pod toke.c
38002 ____________________________________________________________________________
38003 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
38004         Log: No need to set flags twice.
38005      Branch: perl
38006            ! av.c
38007 ____________________________________________________________________________
38008 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
38009         Log: As there will be no old body to dispose of, we can return immediately.
38010      Branch: perl
38011            ! sv.c
38012 ____________________________________________________________________________
38013 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
38014         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
38015      Branch: perl
38016            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
38017            ! ext/Data/Dumper/t/dumper.t
38018 ____________________________________________________________________________
38019 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
38020         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
38021              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
38022              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
38023              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
38024      Branch: perl
38025            ! sv.c
38026 ____________________________________________________________________________
38027 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
38028         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
38029              From: Robin Barker <Robin.Barker@npl.co.uk>
38030              Date: Mon, 20 Jun 2005 13:47:37 +0100
38031              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
38032      Branch: perl
38033            ! perl.h
38034 ____________________________________________________________________________
38035 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
38036         Log: Replace the non-const initialiser block + loop with a series of calls
38037              to a small static function.
38038              c.f. "I will replace you with a small shell script..."
38039      Branch: perl
38040            ! sv.c
38041 ____________________________________________________________________________
38042 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
38043         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
38044              From: Andy Lester <andy@petdance.com>
38045              Date: Mon, 20 Jun 2005 10:22:37 -0500
38046              Message-ID: <20050620152237.GA5032@petdance.com>
38047      Branch: perl
38048            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
38049            ! perl.h proto.h sv.c universal.c util.c
38050 ____________________________________________________________________________
38051 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
38052         Log: Same fix, for the test, now.
38053      Branch: perl
38054            ! t/run/switches.t
38055 ____________________________________________________________________________
38056 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
38057         Log: perl -v was outputting a double v (spotted by Jarkko)
38058      Branch: perl
38059            ! perl.c
38060 ____________________________________________________________________________
38061 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
38062         Log: Remove signature test, which is always skipped
38063      Branch: perl
38064            - lib/Test/Simple/t/00signature.t
38065            ! MANIFEST
38066 ____________________________________________________________________________
38067 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
38068         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
38069              From: chromatic <chromatic@wgz.org>
38070              Date: Sat, 18 Jun 2005 12:15:41 -0700
38071              Message-Id: <1119122141.21521.9.camel@localhost>
38072      Branch: perl
38073            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
38074 ____________________________________________________________________________
38075 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
38076         Log: Remove the deprecated $# variable
38077      Branch: perl
38078            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
38079            ! pod/perldiag.pod sv.c t/lib/warnings/gv
38080 ____________________________________________________________________________
38081 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
38082         Log: Silence warning in debug printf
38083      Branch: perl
38084            ! doop.c
38085 ____________________________________________________________________________
38086 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
38087         Log: Subject: [PATCH] More random cleanups
38088              From: Andy Lester <andy@petdance.com>
38089              Date: Fri, 17 Jun 2005 09:50:29 -0500
38090              Message-ID: <20050617145029.GC11769@petdance.com>
38091      Branch: perl
38092            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
38093 ____________________________________________________________________________
38094 [ 24905] By: steveh                                on 2005/06/20  09:30:23
38095         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
38096              
38097              The try.c test program added to Configure by change 24898 outputs
38098              "Yes" using each of VC++, GCC and BCC32, so here goes...
38099      Branch: perl
38100            ! win32/config.bc win32/config.gc win32/config.vc
38101            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
38102            ! win32/config_H.vc win32/config_H.vc64
38103 ____________________________________________________________________________
38104 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
38105         Log: Hugo suggests this.
38106      Branch: perl
38107            ! pod/perlhack.pod
38108 ____________________________________________________________________________
38109 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
38110         Log: Missed a chunk in previous commit
38111      Branch: perl
38112            ! pod/perlsyn.pod
38113 ____________________________________________________________________________
38114 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
38115         Log: Subject: [perl #36328] Until Statement Undocumented 
38116              From: Eric Amick (via RT) <perlbug-followup@perl.org>
38117              Date: 18 Jun 2005 03:47:32 -0000
38118              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
38119      Branch: perl
38120            ! pod/perlsyn.pod
38121 ____________________________________________________________________________
38122 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
38123         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
38124              From: Rick Delaney <rick@bort.ca>
38125              Date: Sun, 19 Jun 2005 09:47:22 -0400
38126              Message-ID: <20050619134722.GB31592@localhost.localdomain>
38127      Branch: perl
38128            ! op.c t/comp/parser.t
38129 ____________________________________________________________________________
38130 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
38131         Log: S_del_body is sufficiently small that inlining it is a space win.
38132      Branch: perl
38133            ! sv.c
38134 ____________________________________________________________________________
38135 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
38136         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
38137              to 0.0, as the memset has already done it.
38138      Branch: perl
38139            ! sv.c
38140 ____________________________________________________________________________
38141 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
38142         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
38143              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
38144              
38145              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
38146              From: "Craig A. Berry" <craigberry@mac.com>
38147              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
38148              Date: Sat, 18 Jun 2005 18:23:59 -0500
38149      Branch: perl
38150            ! Configure Porting/Glossary config_h.SH configure.com
38151 ____________________________________________________________________________
38152 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
38153         Log: Move the offset calculations outside of new_body/del_body.
38154              This makes some of the upgrade code slightly simpler.
38155      Branch: perl
38156            ! sv.c
38157 ____________________________________________________________________________
38158 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
38159         Log: Refactor sv_dup to memcpy from source to destination, and only
38160              explicitly copy the structure members that need explicit duplication.
38161      Branch: perl
38162            ! sv.c
38163 ____________________________________________________________________________
38164 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
38165         Log: Squeeze a little more savings by moving pte and he arenas into the
38166              common arena free code.
38167      Branch: perl
38168            ! hv.h perl.h sv.c
38169 ____________________________________________________________________________
38170 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
38171         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
38172              From: Jim Cromie <jcromie@divsol.com>
38173              Message-ID: <42B3C388.2090902@divsol.com>
38174              Date: Sat, 18 Jun 2005 00:47:36 -0600
38175      Branch: perl
38176            ! sv.c
38177 ____________________________________________________________________________
38178 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
38179         Log: update AVs and HVs using the old_body, and remove all of the local
38180              variables used to hold the SV body piecemeal.
38181      Branch: perl
38182            ! sv.c
38183 ____________________________________________________________________________
38184 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
38185         Log: sv_upgrade by memcpy
38186              AV and HV cases need tidyup
38187      Branch: perl
38188            ! sv.c
38189 ____________________________________________________________________________
38190 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
38191         Log: Fix compiling with -DPURIFY
38192      Branch: perl
38193            ! sv.c
38194 ____________________________________________________________________________
38195 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
38196         Log: Change 24886 was buggy - should be taking (and passing in) the
38197              address of the arena.
38198      Branch: perl
38199            ! sv.c
38200 ____________________________________________________________________________
38201 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
38202         Log: Add new internal error message to perldiag
38203      Branch: perl
38204            ! pod/perldiag.pod
38205 ____________________________________________________________________________
38206 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
38207         Log: Collect a little more information about the body we're getting rid of
38208      Branch: perl
38209            ! sv.c
38210 ____________________________________________________________________________
38211 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
38212         Log: Missing aTHX_ (noticed by Jim Cromie)
38213      Branch: perl
38214            ! sv.c
38215 ____________________________________________________________________________
38216 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
38217         Log: Move freeing the old body after the creating of the new body.
38218      Branch: perl
38219            ! sv.c
38220 ____________________________________________________________________________
38221 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
38222         Log: The only way is up!
38223              (*up*grades. Or croak)
38224      Branch: perl
38225            ! sv.c
38226 ____________________________________________________________________________
38227 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
38228         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
38229              From: "Steve Peters via RT" <perlbug-followup@perl.org>
38230              Date: 16 Jun 2005 17:11:14 -0000
38231              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
38232      Branch: perl
38233            ! Makefile.SH
38234 ____________________________________________________________________________
38235 [ 24883] By: steveh                                on 2005/06/17  11:36:45
38236         Log: Silence STDERR grumblings from Borland's math library.
38237              
38238              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
38239              renders change 24870 obsolete, hence it is reverted here).
38240      Branch: perl
38241            ! lib/warnings.t makedef.pl win32/win32.c
38242 ____________________________________________________________________________
38243 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
38244         Log: Upgrade to PathTools 3.09
38245      Branch: perl
38246            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
38247            ! lib/File/Spec.pm
38248 ____________________________________________________________________________
38249 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
38250         Log: new_pte/del_pte can use new_body/del_body too
38251      Branch: perl
38252            ! sv.c
38253 ____________________________________________________________________________
38254 [ 24880] By: steveh                                on 2005/06/17  08:28:32
38255         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
38256              From: "Jan Dubois" <jand@ActiveState.com>
38257              Date: Thu, 16 Jun 2005 11:43:15 -0700
38258              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
38259      Branch: perl
38260            ! win32/win32.c
38261 ____________________________________________________________________________
38262 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
38263         Log: Storing the ixv for magic arrays seems to cause double free errors on
38264              OS X. This all feels like voodoo.
38265      Branch: perl
38266            ! ext/B/B/Bytecode.pm
38267 ____________________________________________________________________________
38268 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
38269         Log: Replace all the new/del static functions with calls to a single pair
38270              of functions that uproot/plant bodies
38271      Branch: perl
38272            ! embed.fnc embed.h proto.h sv.c
38273 ____________________________________________________________________________
38274 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
38275         Log: Making more_* return a pointer, and swapping to a ternary ?: in
38276              new_* seems to generate slightly terser object code.
38277      Branch: perl
38278            ! sv.c
38279 ____________________________________________________________________________
38280 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
38281         Log: Replace all the S_more_* functions with a single function.
38282              Saves 1.5K on the object file in OS X when built with -Os
38283      Branch: perl
38284            ! sv.c
38285 ____________________________________________________________________________
38286 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
38287         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
38288              From: Jim Cromie <jcromie@divsol.com>
38289              Message-ID: <42ADC8ED.4090009@divsol.com>
38290              Date: Mon, 13 Jun 2005 11:57:01 -0600
38291      Branch: perl
38292            ! sv.c
38293 ____________________________________________________________________________
38294 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
38295         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
38296              idea, but as we are, turning on shared keys makes sense.
38297      Branch: perl
38298            ! util.c
38299 ____________________________________________________________________________
38300 [ 24873] By: merijn                                on 2005/06/16  14:33:10
38301         Log: Subject: [PATCH] Lint support
38302              From: Andy Lester <andy@petdance.com>
38303              Date: Thu, 16 Jun 2005 09:35:21 -0500
38304              Message-ID: <20050616143521.GB22188@petdance.com>
38305      Branch: perl
38306            ! XSUB.h perl.h universal.c
38307 ____________________________________________________________________________
38308 [ 24872] By: merijn                                on 2005/06/16  14:24:43
38309         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
38310              From: Ken Williams <ken@mathforum.org>
38311              Date: Wed, 15 Jun 2005 20:00:42 -0500
38312              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
38313      Branch: perl
38314            ! lib/ExtUtils/ParseXS/t/XSTest.xs
38315 ____________________________________________________________________________
38316 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
38317         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
38318              From: Andy Lester <andy@petdance.com>
38319              Date: Thu, 16 Jun 2005 09:13:42 -0500
38320              Message-ID: <20050616141342.GA22188@petdance.com>
38321      Branch: perl
38322            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
38323            ! regexec.c sv.c toke.c util.c
38324 ____________________________________________________________________________
38325 [ 24870] By: steveh                                on 2005/06/16  13:16:56
38326         Log: Teach lib/warnings.t about Borland CRT error messages
38327      Branch: perl
38328            ! lib/warnings.t
38329 ____________________________________________________________________________
38330 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
38331         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
38332              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
38333              Date: 10 Jun 2005 12:46:41 -0000
38334              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
38335              
38336              and bump version number
38337      Branch: perl
38338            ! ext/IO/lib/IO/File.pm
38339 ____________________________________________________________________________
38340 [ 24868] By: steveh                                on 2005/06/16  11:10:01
38341         Log: Update README.win32
38342              
38343              (Mention Borland compiler is also free; update libwin32 link)
38344      Branch: perl
38345            ! README.win32
38346 ____________________________________________________________________________
38347 [ 24867] By: steveh                                on 2005/06/16  11:00:19
38348         Log: Give op/taint.t a helping hand for Borland compiler on Win32
38349      Branch: perl
38350            ! t/op/taint.t
38351 ____________________________________________________________________________
38352 [ 24866] By: steveh                                on 2005/06/16  09:51:33
38353         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
38354      Branch: perl
38355            ! win32/makefile.mk
38356 ____________________________________________________________________________
38357 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
38358         Log: Subs with builtin attributes shouldn't be made constant
38359              
38360              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
38361              From: Salvador "FandiXo" <sfandino@yahoo.com>
38362              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
38363              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
38364      Branch: perl
38365            ! op.c
38366 ____________________________________________________________________________
38367 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
38368         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
38369      Branch: perl
38370            ! pod/perl.pod pod/perlrun.pod
38371 ____________________________________________________________________________
38372 [ 24863] By: steveh                                on 2005/06/16  09:09:22
38373         Log: Simplify win32/makefile.mk for static extensions with GCC
38374      Branch: perl
38375            ! win32/makefile.mk
38376 ____________________________________________________________________________
38377 [ 24862] By: steveh                                on 2005/06/16  08:51:14
38378         Log: Enable static extensions with Borland compiler on Win32
38379      Branch: perl
38380            ! win32/buildext.pl win32/makefile.mk
38381 ____________________________________________________________________________
38382 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
38383         Log: Revert part of change #24854
38384      Branch: perl
38385            ! ext/Devel/DProf/t/DProf.t perl.c
38386 ____________________________________________________________________________
38387 [ 24860] By: steveh                                on 2005/06/16  07:40:21
38388         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
38389              
38390              (Fixes a linker error on Win 32 introduced by change #24847)
38391      Branch: perl
38392            ! makedef.pl
38393 ____________________________________________________________________________
38394 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
38395         Log: Don't write bytecode to load the NVX of AVs and HVs
38396      Branch: perl
38397            ! ext/B/B/Bytecode.pm
38398 ____________________________________________________________________________
38399 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
38400         Log: We were failing to pring "not ok" if the text exited uncleanly
38401      Branch: perl
38402            ! ext/B/t/bytecode.t
38403 ____________________________________________________________________________
38404 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
38405         Log: assert that you aren't assigning to the NVX of an AV or HV
38406      Branch: perl
38407            ! sv.h
38408 ____________________________________________________________________________
38409 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
38410         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
38411              this can be useful to use valgrind for example
38412      Branch: perl
38413            ! t/test.pl
38414 ____________________________________________________________________________
38415 [ 24855] By: steveh                                on 2005/06/15  16:30:58
38416         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
38417              
38418              This pattern match seems a little saner, and stops " for Win32"
38419              getting picked up from the following output:
38420              
38421              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
38422              
38423              Maybe it breaks older versions, but at least the latest now works
38424              correctly. If anyone knows what older versions' messages look like
38425              then speak up!
38426      Branch: perl
38427            ! win32/config_sh.PL
38428 ____________________________________________________________________________
38429 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
38430         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
38431              From: Steve Peters <steve@fisharerojo.org>
38432              Date: Wed, 15 Jun 2005 11:30:41 -0500
38433              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
38434      Branch: perl
38435            ! ext/Devel/DProf/t/DProf.t perl.c
38436 ____________________________________________________________________________
38437 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
38438         Log: Subject: sort optimization
38439              From: Salvador Fandiño <sfandino@yahoo.com>
38440              Date: Mon, 06 Jun 2005 12:05:05 +0100
38441              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
38442      Branch: perl
38443            ! pp_sort.c
38444 ____________________________________________________________________________
38445 [ 24852] By: steveh                                on 2005/06/15  16:02:06
38446         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
38447      Branch: perl
38448            ! win32/makefile.mk
38449 ____________________________________________________________________________
38450 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
38451         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
38452              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
38453              Date: 15 Jun 2005 13:54:53 -0000
38454              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
38455      Branch: perl
38456            ! op.c t/op/attrs.t
38457 ____________________________________________________________________________
38458 [ 24850] By: merijn                                on 2005/06/15  13:57:57
38459         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
38460              Thanks Nick!
38461      Branch: perl
38462            ! sv.c
38463 ____________________________________________________________________________
38464 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
38465         Log: Better phrasing
38466      Branch: perl
38467            ! pod/perlfunc.pod
38468 ____________________________________________________________________________
38469 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
38470         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
38471              From: Alexey Tourbin <at@altlinux.ru>
38472              Date: Sun, 5 Jun 2005 03:42:42 +0400
38473              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
38474      Branch: perl
38475            ! ext/Storable/Storable.xs
38476 ____________________________________________________________________________
38477 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
38478         Log: Subject: [PATCH] CopSTASH_eq again
38479              From: Andy Lester <andy@petdance.com>
38480              Date: Tue, 14 Jun 2005 23:49:26 -0500
38481              Message-ID: <20050615044926.GA29087@petdance.com>
38482      Branch: perl
38483            ! cop.h embed.fnc embed.h global.sym proto.h util.c
38484 ____________________________________________________________________________
38485 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
38486         Log: Fix warning nits, by Jarkko
38487      Branch: perl
38488            ! sv.c
38489 ____________________________________________________________________________
38490 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
38491         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
38492              From: Steve Peters <steve@fisharerojo.org>
38493              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
38494              Date: Tue, 14 Jun 2005 14:30:52 -0500
38495      Branch: perl
38496            ! embed.fnc proto.h
38497 ____________________________________________________________________________
38498 [ 24844] By: davem                                 on 2005/06/14  17:24:18
38499         Log: whoops, Perl_magic_freearylen_p returns int
38500      Branch: perl
38501            ! mg.c
38502 ____________________________________________________________________________
38503 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
38504         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
38505              Here's a temporary hack, pending a way for B to correctly identify
38506              PVs that are variable names in pads.
38507      Branch: perl
38508            ! ext/B/B.xs
38509 ____________________________________________________________________________
38510 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
38511         Log: Add core test preamble
38512      Branch: perl
38513            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
38514            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
38515            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
38516            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
38517            ! lib/IO/Zlib/t/uncomp2.t
38518 ____________________________________________________________________________
38519 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
38520         Log: Test was coredumping with a shared perl library.
38521              This is wrong. It seems that what gets peephole optimised
38522              (in this case named method calls into shared string scalars) depends
38523              on whether there is a shared perl library.
38524              Anyway, fix the symptom - the coredump.
38525      Branch: perl
38526            ! ext/XS/APItest/t/hash.t
38527 ____________________________________________________________________________
38528 [ 24840] By: steveh                                on 2005/06/14  13:36:03
38529         Log: Stop "test" filename clashing with "TEST" on Win32
38530              
38531              (and bump $IO::Zlib::VERSION again)
38532      Branch: perl
38533            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
38534 ____________________________________________________________________________
38535 [ 24839] By: steveh                                on 2005/06/14  13:26:30
38536         Log: Actually skip tests when they're supposed to be skipped!
38537              
38538              (and bump $IO::Zlib::VERSION)
38539      Branch: perl
38540            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
38541 ____________________________________________________________________________
38542 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
38543         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
38544              From: Steve Peters <steve@fisharerojo.org>
38545              Date: Tue, 14 Jun 2005 08:16:38 -0500
38546              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
38547      Branch: perl
38548            ! ext/B/B.xs
38549 ____________________________________________________________________________
38550 [ 24837] By: steveh                                on 2005/06/14  13:13:17
38551         Log: Don't delete IO/Zlib during distclean on Win32
38552              
38553              (IO/Socket still needs to go, though)
38554      Branch: perl
38555            ! win32/Makefile win32/makefile.mk
38556 ____________________________________________________________________________
38557 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
38558         Log: Document ${^UTF8LOCALE}
38559      Branch: perl
38560            ! pod/perlvar.pod
38561 ____________________________________________________________________________
38562 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
38563         Log: Add IO::Zlib in maintainers list
38564      Branch: perl
38565            ! Porting/Maintainers.pl
38566 ____________________________________________________________________________
38567 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
38568         Log: Add IO::Zlib 1.04 to bleadperl
38569      Branch: perl
38570            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
38571            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
38572            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
38573            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
38574            + lib/IO/Zlib/t/uncomp2.t
38575            ! MANIFEST Makefile.SH
38576 ____________________________________________________________________________
38577 [ 24833] By: davem                                 on 2005/06/14  10:15:10
38578         Log: Perl_magic_freearylen_p could coredump
38579      Branch: perl
38580            ! mg.c
38581 ____________________________________________________________________________
38582 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
38583         Log: Subject: better assertion support
38584              From: Salvador Fandiño <sfandino@yahoo.com>
38585              Date: Mon, 13 Jun 2005 16:48:01 +0100
38586              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
38587      Branch: perl
38588            + lib/assertions/compat.pm t/comp/asstcompat.t
38589            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
38590            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
38591 ____________________________________________________________________________
38592 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
38593         Log: Since the version module is use'd afterwards, use_ok needs to be
38594              in a BEGIN block
38595      Branch: perl
38596            ! lib/version.t
38597 ____________________________________________________________________________
38598 [ 24830] By: steveh                                on 2005/06/14  07:42:33
38599         Log: Add BUILDOPTEXTRA to Win32 makefiles
38600              
38601              This allows extra build options, e.g. -DNO_HASH_SEED, to be
38602              specified on the command line, which is otherwise not possible
38603              under nmake using the existing BUILDOPT macro
38604              
38605              Suggested by Jan Dubois <jand@ActiveState.com>
38606      Branch: perl
38607            ! win32/Makefile win32/makefile.mk
38608 ____________________________________________________________________________
38609 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
38610         Log: Pay attention to the comments that Dave writes.
38611      Branch: perl
38612            ! sv.c
38613 ____________________________________________________________________________
38614 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
38615         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
38616      Branch: perl
38617            ! ext/POSIX/POSIX.xs
38618 ____________________________________________________________________________
38619 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
38620         Log: Croak if an attempt is made to modify PL_strtab
38621              (er, TODO - these should be in perldiag)
38622      Branch: perl
38623            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
38624            ! ext/XS/APItest/t/hash.t hv.c
38625 ____________________________________________________________________________
38626 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
38627         Log: More SvPV consting
38628      Branch: perl
38629            ! perl.c
38630 ____________________________________________________________________________
38631 [ 24825] By: steveh                                on 2005/06/13  16:35:19
38632         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
38633              From: vadim <vadim@vkonovalov.ru>
38634              Date: Mon, 13 Jun 2005 15:41:41 -0400
38635              Message-Id: <1118691701.6333.32.camel@mdk10>
38636      Branch: perl
38637            ! win32/Makefile win32/makefile.mk
38638 ____________________________________________________________________________
38639 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
38640         Log: With shared hash key scalars now accessing the hash via the PVX, you
38641              can't fake them with regular PVIVs. So fake method calls have to use
38642              real shared hask key scalars.
38643      Branch: perl
38644            ! ext/B/t/optree_specials.t op.c
38645 ____________________________________________________________________________
38646 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
38647         Log: Subject: [PATCH] Bring bleadperl up to version.pm
38648              From: John Peacock <jpeacock@rowman.com>
38649              Date: Mon, 06 Jun 2005 05:18:21 -0400
38650              Message-ID: <42A414DD.8090504@rowman.com>
38651      Branch: perl
38652            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
38653            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
38654            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
38655 ____________________________________________________________________________
38656 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
38657         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
38658              From: Offer Kaye <offer.kaye@gmail.com>
38659              Date: Thu, 2 Jun 2005 09:14:53 +0300
38660              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
38661      Branch: perl
38662            ! pod/perlmod.pod
38663 ____________________________________________________________________________
38664 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
38665         Log: Change 24816 forgot to update makedef.pl
38666      Branch: perl
38667            ! makedef.pl
38668 ____________________________________________________________________________
38669 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
38670         Log: Make some variables global, to avoid some "will not stay
38671              shared" warnings at compile time
38672      Branch: perl
38673            ! lib/ExtUtils/ParseXS.pm
38674 ____________________________________________________________________________
38675 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
38676         Log: S_share_hek_flags can revert to returning a HEK
38677      Branch: perl
38678            ! embed.fnc hv.c proto.h
38679 ____________________________________________________________________________
38680 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
38681         Log: Remove MANIFEST for Compress::Zlib
38682      Branch: perl
38683            - ext/Compress/Zlib/MANIFEST
38684            ! MANIFEST
38685 ____________________________________________________________________________
38686 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
38687         Log: Make SvUPGRADE always have the value '1'
38688              Make sv_upgrade a void function
38689      Branch: perl
38690            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
38691 ____________________________________________________________________________
38692 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
38693         Log: We no longer need PL_shared_hek_table
38694      Branch: perl
38695            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
38696            ! sv.c
38697 ____________________________________________________________________________
38698 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
38699         Log: Help "make distclean"
38700      Branch: perl
38701            ! Makefile.SH
38702 ____________________________________________________________________________
38703 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
38704         Log: Clone all shared string PVs as shared string PVs (now that we can do
38705              it very efficiently)
38706      Branch: perl
38707            ! sv.c
38708 ____________________________________________________________________________
38709 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
38710         Log: duping shared hask key scalars can use hek_dup
38711      Branch: perl
38712            ! sv.c
38713 ____________________________________________________________________________
38714 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
38715         Log: hek_dup can now store the HEK rather than the HE, as there is now a
38716              fast way to share a hek
38717      Branch: perl
38718            ! hv.c
38719 ____________________________________________________________________________
38720 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
38721         Log: Provide share_hek_hek, and use it for fast copying of shared string
38722              scalars.
38723      Branch: perl
38724            ! hv.h sv.c
38725 ____________________________________________________________________________
38726 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
38727         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
38728              HEKs
38729      Branch: perl
38730            ! hv.c
38731 ____________________________________________________________________________
38732 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
38733         Log: Shortcut chasing round strtab when we're not the last reference.
38734      Branch: perl
38735            ! hv.c
38736 ____________________________________________________________________________
38737 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
38738         Log: In the shared string table, store the HE and HEK next to each other
38739              in one malloc()ed block.
38740      Branch: perl
38741            ! hv.c hv.h
38742 ____________________________________________________________________________
38743 [ 24807] By: merijn                                on 2005/06/12  09:58:32
38744         Log: Subject: [PATCH] perlipc.pod: mkfifo()
38745              From: Alexey Tourbin <at@altlinux.ru>
38746              Date: Sat, 11 Jun 2005 16:26:56 +0400
38747              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
38748      Branch: perl
38749            ! pod/perlipc.pod
38750 ____________________________________________________________________________
38751 [ 24806] By: merijn                                on 2005/06/12  09:54:07
38752         Log: Subject: improve static build for win32/Makefile
38753              From: vadim <vadim@vkonovalov.ru>
38754              Date: Sun, 12 Jun 2005 14:09:11 -0400
38755              Message-Id: <1118599750.2732.2.camel@mdk10>
38756      Branch: perl
38757            ! win32/Makefile
38758 ____________________________________________________________________________
38759 [ 24805] By: merijn                                on 2005/06/12  09:19:38
38760         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
38761              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
38762              Date: Sat, 11 Jun 2005 22:23:00 +0100
38763              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
38764      Branch: perl
38765            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
38766            ! ext/Compress/Zlib/t/05gzsetp.t
38767 ____________________________________________________________________________
38768 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
38769         Log: This isn't an LVALUE, so make the compiler enforce that.
38770      Branch: perl
38771            ! sv.h
38772 ____________________________________________________________________________
38773 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
38774         Log: hash key code cleanup
38775      Branch: perl
38776            ! embed.fnc hv.c hv.h proto.h
38777 ____________________________________________________________________________
38778 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
38779         Log: Shrink shared hash scalars from PVIV to PV
38780      Branch: perl
38781            ! embed.fnc embed.h proto.h sv.c sv.h
38782 ____________________________________________________________________________
38783 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
38784         Log: Propagate const/mutable/not into the SvPV call for retrieving an
38785              overloaded value.
38786      Branch: perl
38787            ! sv.c
38788 ____________________________________________________________________________
38789 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
38790         Log: More SvPV consting. And other related drive-by refactoring.
38791      Branch: perl
38792            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
38793            ! xsutils.c
38794 ____________________________________________________________________________
38795 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
38796         Log: More SvPV consting, including some code cleanup and living dangerously
38797              with socket API calls.
38798      Branch: perl
38799            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
38800 ____________________________________________________________________________
38801 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
38802         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
38803      Branch: perl
38804            ! doio.c doop.c dump.c op.c sv.c
38805 ____________________________________________________________________________
38806 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
38807         Log: Allison says that "Media" isn't really needed in the name.
38808      Branch: perl
38809            ! pod/perl.pod
38810 ____________________________________________________________________________
38811 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
38812         Log: Add SvGROW_mutable
38813      Branch: perl
38814            ! sv.c sv.h
38815 ____________________________________________________________________________
38816 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
38817         Log: Passing read only values (such as string constants) to select should
38818              croak.
38819      Branch: perl
38820            + t/op/sselect.t
38821            ! MANIFEST pp_sys.c
38822 ____________________________________________________________________________
38823 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
38824         Log: Don't pass constants to select
38825      Branch: perl
38826            ! t/op/lex_assign.t
38827 ____________________________________________________________________________
38828 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
38829         Log: Pre-run and disarm the code automodification run by
38830              Compress::Zlib's Makefile
38831      Branch: perl
38832            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
38833            ! ext/Compress/Zlib/examples/filtdef
38834            ! ext/Compress/Zlib/examples/filtinf
38835            ! ext/Compress/Zlib/examples/gzcat
38836            ! ext/Compress/Zlib/examples/gzgrep
38837            ! ext/Compress/Zlib/examples/gzstream
38838            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
38839            ! ext/Compress/Zlib/t/03examples.t
38840            ! ext/Compress/Zlib/t/04encoding.t
38841            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
38842 ____________________________________________________________________________
38843 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
38844         Log: Update Windows makefiles
38845      Branch: perl
38846            ! win32/Makefile win32/makefile.mk
38847 ____________________________________________________________________________
38848 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
38849         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
38850              $#... interaction. 
38851      Branch: perl
38852            ! scope.c t/op/array.t
38853 ____________________________________________________________________________
38854 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
38855         Log: Update maintainers list
38856      Branch: perl
38857            ! Porting/Maintainers.pl
38858 ____________________________________________________________________________
38859 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
38860         Log: Bump version number
38861      Branch: perl
38862            ! ext/Compress/Zlib/Zlib.pm
38863 ____________________________________________________________________________
38864 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
38865         Log: Makefile.PL adjustments for the core
38866      Branch: perl
38867            ! ext/Compress/Zlib/Makefile.PL
38868 ____________________________________________________________________________
38869 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
38870         Log: SvUPGRADE returns void in blead
38871      Branch: perl
38872            ! ext/Compress/Zlib/Zlib.xs
38873 ____________________________________________________________________________
38874 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
38875         Log: Drom Compress::Zlib 1.34 in ext/
38876      Branch: perl
38877            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
38878            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
38879            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
38880            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
38881            + ext/Compress/Zlib/examples/filtdef
38882            + ext/Compress/Zlib/examples/filtinf
38883            + ext/Compress/Zlib/examples/gzcat
38884            + ext/Compress/Zlib/examples/gzgrep
38885            + ext/Compress/Zlib/examples/gzstream
38886            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
38887            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
38888            + ext/Compress/Zlib/t/03examples.t
38889            + ext/Compress/Zlib/t/04encoding.t
38890            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
38891            + ext/Compress/Zlib/typemap
38892            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
38893            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
38894            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
38895            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
38896            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
38897            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
38898            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
38899            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
38900            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
38901            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
38902            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
38903            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
38904            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
38905            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
38906            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
38907            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
38908            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
38909            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
38910            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
38911            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
38912            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
38913            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
38914            ! MANIFEST
38915 ____________________________________________________________________________
38916 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
38917         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
38918      Branch: perl
38919            ! sv.c
38920 ____________________________________________________________________________
38921 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
38922         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
38923      Branch: perl
38924            ! av.c pod/perldiag.pod t/op/array.t
38925 ____________________________________________________________________________
38926 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
38927         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
38928              (but not \$#a after local @a or my @a leave a block)
38929      Branch: perl
38930            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
38931 ____________________________________________________________________________
38932 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
38933         Log: Convert op/array.t to test.pl
38934      Branch: perl
38935            ! t/op/array.t
38936 ____________________________________________________________________________
38937 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
38938         Log: Revert part of previous patch
38939      Branch: perl
38940            ! util.c
38941 ____________________________________________________________________________
38942 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
38943         Log: Subject: [PATCH] regcomp.c and more
38944              From: Andy Lester <andy@petdance.com>
38945              Date: Thu, 9 Jun 2005 10:05:56 -0500
38946              Message-ID: <20050609150556.GA30554@petdance.com>
38947      Branch: perl
38948            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
38949 ____________________________________________________________________________
38950 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
38951         Log: More SvPV consting
38952      Branch: perl
38953            ! mg.c perlio.c pp_pack.c
38954 ____________________________________________________________________________
38955 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
38956         Log: Don't ignore errors from an eval.
38957      Branch: perl
38958            ! t/op/pack.t
38959 ____________________________________________________________________________
38960 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
38961         Log: Update API docs.
38962      Branch: perl
38963            ! pod/perlapi.pod
38964 ____________________________________________________________________________
38965 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
38966         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
38967      Branch: perl
38968            ! opnames.h reentr.c reentr.h
38969 ____________________________________________________________________________
38970 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
38971         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
38972              starts.
38973      Branch: perl
38974            ! reentr.pl
38975 ____________________________________________________________________________
38976 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
38977         Log: Make minitest pass (must skip if no dynaloading)
38978      Branch: perl
38979            ! t/op/goto_xs.t
38980 ____________________________________________________________________________
38981 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
38982         Log: Subject: [PATCH] pp_pack.c cleanup
38983              From: Andy Lester <andy@petdance.com>
38984              Date: Wed, 8 Jun 2005 10:23:53 -0500
38985              Message-ID: <20050608152353.GA6253@petdance.com>
38986      Branch: perl
38987            ! pp_pack.c
38988 ____________________________________________________________________________
38989 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
38990         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
38991              From: Alexey Tourbin <at@altlinux.ru>
38992              Date: Wed, 8 Jun 2005 13:45:08 +0400
38993              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
38994      Branch: perl
38995            ! pod/perlfunc.pod
38996 ____________________________________________________________________________
38997 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
38998         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
38999              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39000              Date: Thu, 09 Jun 2005 08:50:56 +0300
39001              Message-ID: <42A7D8C0.1080104@gmail.com>
39002      Branch: perl
39003            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
39004 ____________________________________________________________________________
39005 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
39006         Log: More SvPV consting
39007      Branch: perl
39008            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
39009 ____________________________________________________________________________
39010 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
39011         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
39012      Branch: perl
39013            ! sv.c
39014 ____________________________________________________________________________
39015 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
39016         Log: Add SvPV_mutable for use by the old COW code.
39017      Branch: perl
39018            ! sv.h
39019 ____________________________________________________________________________
39020 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
39021         Log: sv_setsv is allowed to swipe buffers from read only scalars
39022      Branch: perl
39023            ! sv.c
39024 ____________________________________________________________________________
39025 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
39026         Log: const-ize pp_formline
39027      Branch: perl
39028            ! pp_ctl.c
39029 ____________________________________________________________________________
39030 [ 24764] By: merijn                                on 2005/06/08  19:14:19
39031         Log: Cygwin fails to open $^X on many occasion here
39032              afile is still available from the previous test
39033      Branch: perl
39034            ! t/io/layers.t
39035 ____________________________________________________________________________
39036 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
39037         Log: Remove repeated C<n_a>s
39038      Branch: perl
39039            ! perl.c
39040 ____________________________________________________________________________
39041 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
39042         Log: Remove the n_a
39043      Branch: perl
39044            ! malloc.c
39045 ____________________________________________________________________________
39046 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
39047         Log: Add and use MgPV_nolen_const
39048      Branch: perl
39049            ! mg.c mg.h
39050 ____________________________________________________________________________
39051 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
39052         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
39053      Branch: perl
39054            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
39055            ! proto.h regcomp.c taint.c toke.c
39056 ____________________________________________________________________________
39057 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
39058         Log: Allow a null length pointer to sv_pvn_force_flags.
39059              Add SvPV_force_nolen and use it to remove some C<n_a>s
39060      Branch: perl
39061            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
39062 ____________________________________________________________________________
39063 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
39064         Log: n_a no more
39065      Branch: perl
39066            ! perl.c pp_ctl.c pp_sys.c universal.c
39067 ____________________________________________________________________________
39068 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
39069         Log: Eliminate more C<n_a>s
39070      Branch: perl
39071            ! XSUB.h pp.h
39072 ____________________________________________________________________________
39073 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
39074         Log: A mising cast (given that rx->subbeg is only char *)
39075      Branch: perl
39076            ! pp_hot.c
39077 ____________________________________________________________________________
39078 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
39079         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
39080      Branch: perl
39081            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
39082            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
39083            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
39084            ! sv.h
39085 ____________________________________________________________________________
39086 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
39087         Log: Subject: [PATCH] regexec.c utf8 loading
39088              From: Andy Lester <andy@petdance.com>
39089              Date: Wed, 8 Jun 2005 00:03:32 -0500
39090              Message-ID: <20050608050332.GA31059@petdance.com>
39091      Branch: perl
39092            ! regexec.c
39093 ____________________________________________________________________________
39094 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
39095         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
39096              From: José Pedro Oliveira <jpo@di.uminho.pt>
39097              Date: Tue, 07 Jun 2005 21:07:42 +0100
39098              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
39099      Branch: perl
39100            ! lib/FindBin.pm
39101 ____________________________________________________________________________
39102 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
39103         Log: One more SvPV_const
39104      Branch: perl
39105            ! pp.c
39106 ____________________________________________________________________________
39107 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
39108         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
39109      Branch: perl
39110            ! sv.h
39111 ____________________________________________________________________________
39112 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
39113         Log: Remove two more unused C<n_a>s
39114      Branch: perl
39115            ! pp_sys.c
39116 ____________________________________________________________________________
39117 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
39118         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
39119      Branch: perl
39120            ! sv.c
39121 ____________________________________________________________________________
39122 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
39123         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
39124              Elminate a lot of C<n_a>s
39125      Branch: perl
39126            ! pp.h pp_ctl.c pp_sys.c
39127 ____________________________________________________________________________
39128 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
39129         Log: Add SvPVx_nolen and SvPVbytex_nolen
39130      Branch: perl
39131            ! sv.h
39132 ____________________________________________________________________________
39133 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
39134         Log: More SvPV consting
39135      Branch: perl
39136            ! perly.act perly.y
39137 ____________________________________________________________________________
39138 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
39139         Log: Mark a static function as static
39140      Branch: perl
39141            ! utf8.c
39142 ____________________________________________________________________________
39143 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
39144         Log: More SvPV consting
39145      Branch: perl
39146            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
39147            ! sv.c toke.c
39148 ____________________________________________________________________________
39149 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
39150         Log: More SvPV consting
39151      Branch: perl
39152            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
39153            ! sv.c
39154 ____________________________________________________________________________
39155 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
39156         Log: More consting of SvPV
39157      Branch: perl
39158            ! embed.fnc pp_ctl.c proto.h sv.c
39159 ____________________________________________________________________________
39160 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
39161         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
39162      Branch: perl
39163            ! sv.h
39164 ____________________________________________________________________________
39165 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
39166         Log: More SvPV consting.
39167      Branch: perl
39168            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
39169            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
39170 ____________________________________________________________________________
39171 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
39172         Log: Add SvPV_nolen_const and SvPV_nomg_const
39173      Branch: perl
39174            ! sv.h
39175 ____________________________________________________________________________
39176 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
39177         Log: Add MgPV_const
39178      Branch: perl
39179            ! mg.h
39180 ____________________________________________________________________________
39181 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
39182         Log: Remove unused variable (thanks to Andy's lint)
39183      Branch: perl
39184            ! mg.c
39185 ____________________________________________________________________________
39186 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
39187         Log: Change 24733 allows several pointers to be NULL. Therefore this
39188              should be reflected in their attributes.
39189      Branch: perl
39190            ! embed.fnc proto.h
39191 ____________________________________________________________________________
39192 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
39193         Log: Subject: [PATCH] Random cleanups #47
39194              From: Andy Lester <andy@petdance.com>
39195              Date: Mon, 6 Jun 2005 10:11:07 -0500
39196              Message-ID: <20050606151107.GC7022@petdance.com>
39197      Branch: perl
39198            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
39199            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
39200 ____________________________________________________________________________
39201 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
39202         Log: make some more functions static
39203              
39204              Subject: [PATCH] B/C/C.xs: static my_runops()
39205              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
39206              
39207              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
39208              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
39209              
39210              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
39211              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
39212              
39213              all being :
39214              From: Alexey Tourbin <at@altlinux.ru>
39215              Date: Sun, 5 Jun 2005
39216      Branch: perl
39217            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
39218 ____________________________________________________________________________
39219 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
39220         Log: Simplify the implementation of SvPV*nolen functions
39221      Branch: perl
39222            ! sv.c sv.h
39223 ____________________________________________________________________________
39224 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
39225         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
39226      Branch: perl
39227            ! sv.c sv.h
39228 ____________________________________________________________________________
39229 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
39230         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
39231              (spotted by Steve_p)
39232      Branch: perl
39233            ! util.c
39234 ____________________________________________________________________________
39235 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
39236         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
39237              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39238              Date: Sun, 05 Jun 2005 18:06:12 +0300
39239              Message-ID: <42A314E4.8060608@gmail.com>
39240      Branch: perl
39241            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
39242            ! utf8.c utf8.h
39243 ____________________________________________________________________________
39244 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
39245         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
39246              From: Alexey Tourbin <at@altlinux.ru>
39247              Date: Sun, 5 Jun 2005 03:08:30 +0400
39248              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
39249      Branch: perl
39250            ! util.c
39251 ____________________________________________________________________________
39252 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
39253         Log: Fix apidoc for newSVhek
39254      Branch: perl
39255            ! pod/perlapi.pod sv.c
39256 ____________________________________________________________________________
39257 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
39258         Log: make pp_split const
39259      Branch: perl
39260            ! pp.c
39261 ____________________________________________________________________________
39262 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
39263         Log: Lots of consting
39264      Branch: perl
39265            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
39266            ! pp_sys.c
39267 ____________________________________________________________________________
39268 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
39269         Log: The FBM compile code is mutable, because it's permissible to FBM
39270              compile a read-only value.
39271      Branch: perl
39272            ! util.c
39273 ____________________________________________________________________________
39274 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
39275         Log: XS_VERSION_BOOTCHECK is read only.
39276      Branch: perl
39277            ! XSUB.h
39278 ____________________________________________________________________________
39279 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
39280         Log: POPpx needs a const equivalent.
39281      Branch: perl
39282            ! pp.h
39283 ____________________________________________________________________________
39284 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
39285         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
39286              routines need to be mutable, as it's permitted to change the type of
39287              a READONLY SV, or cache the string or number conversion.
39288              Other routines are mostly const.
39289      Branch: perl
39290            ! sv.c
39291 ____________________________________________________________________________
39292 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
39293         Log: Need const versions of SvPV(), so that its callers can indicate
39294              whether they are read/write or read only
39295              Also provide a mutable version, for the internals to use where it
39296              needs a non-const pointer, but will be writing. Callers of this are
39297              assumed to be aware of how copy on write is working, and to keep
39298              track of core changes.
39299              
39300              For now check that SVs are not READONLY when const versions are used.
39301              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
39302              READONLY flag, but for now it provides a good test indicator.
39303      Branch: perl
39304            ! sv.h
39305 ____________________________________________________________________________
39306 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
39307         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
39308              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39309              Date: Mon, 06 Jun 2005 20:28:35 +0300
39310              Message-ID: <42A487C3.8010306@gmail.com>
39311      Branch: perl
39312            ! pod/perlfunc.pod pp.c t/op/chr.t
39313 ____________________________________________________________________________
39314 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
39315         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
39316              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
39317              Date: Tue, 7 Jun 2005 13:19:33 +0400 
39318              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
39319      Branch: perl
39320            ! README.win32
39321 ____________________________________________________________________________
39322 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
39323         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
39324              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
39325              Date: 6 Jun 2005 23:24:28 -0000
39326              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
39327      Branch: perl
39328            ! toke.c
39329 ____________________________________________________________________________
39330 [ 24717] By: merijn                                on 2005/06/07  08:18:59
39331         Log: Subject: [PATCH] Unvoid SvUPGRADE
39332              From: Andy Lester <andy@petdance.com>
39333              Date: Mon, 6 Jun 2005 23:08:50 -0500
39334              Message-ID: <20050607040850.GA7033@petdance.com>
39335      Branch: perl
39336            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
39337            ! scope.c sv.c sv.h toke.c util.c
39338 ____________________________________________________________________________
39339 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
39340         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
39341      Branch: perl
39342            ! hv.c pp_hot.c sv.c sv.h
39343 ____________________________________________________________________________
39344 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
39345         Log: SvIsCOW_shared_hash is declared all the time, so use it.
39346      Branch: perl
39347            ! pp_hot.c
39348 ____________________________________________________________________________
39349 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
39350         Log: Shared hash key scalars can be safely copied as shared hash key scalars
39351              all the time.
39352      Branch: perl
39353            ! sv.c
39354 ____________________________________________________________________________
39355 [ 24713] By: steveh                                on 2005/06/06  07:52:59
39356         Log: NORETURN_FUNCTION_END is not a complete statement
39357              
39358              (Fix compilation error following change #24702)
39359      Branch: perl
39360            ! ext/IO/IO.xs
39361 ____________________________________________________________________________
39362 [ 24712] By: steveh                                on 2005/06/06  07:47:06
39363         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
39364              
39365              (Fix compilation error following change #24689)
39366      Branch: perl
39367            ! sv.c
39368 ____________________________________________________________________________
39369 [ 24711] By: merijn                                on 2005/06/06  06:18:51
39370         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
39371              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39372              Date: Sun, 05 Jun 2005 18:28:08 +0300
39373              Message-ID: <42A31A08.3070601@gmail.com>
39374      Branch: perl
39375            ! Makefile.SH
39376 ____________________________________________________________________________
39377 [ 24710] By: merijn                                on 2005/06/06  06:01:30
39378         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
39379              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39380              Date: Sun, 5 Jun 2005 20:43:55 -0700
39381              Message-ID: <20050606034354.GA1456@efn.org>
39382      Branch: perl
39383            ! cygwin/cygwin.c
39384 ____________________________________________________________________________
39385 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
39386         Log: New test for getppid(), by Alexey Tourbin
39387      Branch: perl
39388            + t/op/getppid.t
39389            ! MANIFEST
39390 ____________________________________________________________________________
39391 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
39392         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
39393              From: Salvador Fandiño <sfandino@yahoo.com>
39394              Date: Jun 5, 2005 4:25 AM
39395              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
39396      Branch: perl
39397            ! pp_sort.c
39398 ____________________________________________________________________________
39399 [ 24707] By: ams                                   on 2005/06/05  03:55:11
39400         Log: Subject: [PATCH] Fix minor bummer in 24706
39401              From: Andy Lester <andy@petdance.com>
39402              Date: Sat, 4 Jun 2005 23:09:04 -0500
39403              Message-Id: <20050605040904.GA27783@petdance.com>
39404      Branch: perl
39405            ! utf8.c
39406 ____________________________________________________________________________
39407 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
39408         Log: Subject: [PATCH] further speeding up of is_utf8_string()
39409              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39410              Date: Sat, 04 Jun 2005 13:40:15 +0300
39411              Message-ID: <42A1850F.4040109@gmail.com>
39412      Branch: perl
39413            + t/op/chr.t
39414            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
39415 ____________________________________________________________________________
39416 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
39417         Log: Silence a const warning
39418      Branch: perl
39419            ! sv.c
39420 ____________________________________________________________________________
39421 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
39422         Log: Improve FindBin discovery of current directory, based on :
39423              
39424              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
39425              From: José Pedro Oliveira <jpo@di.uminho.pt>
39426              Date: Thu, 12 May 2005 20:36:48 +0100
39427              Message-ID: <4283B050.6080805@di.uminho.pt>
39428              
39429              Plus POD fixes
39430      Branch: perl
39431            ! lib/FindBin.pm
39432 ____________________________________________________________________________
39433 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
39434         Log: Simplify the getppid code, by Alexey Tourbin
39435      Branch: perl
39436            ! pp_sys.c
39437 ____________________________________________________________________________
39438 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
39439         Log: Subject: [PATCH] Consting IO and Devel::Peek
39440              From: Andy Lester <andy@petdance.com>
39441              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
39442              Message-ID: <20050531212621.GA12117@petdance.com>
39443      Branch: perl
39444            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
39445 ____________________________________________________________________________
39446 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
39447         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
39448              From: Andy Lester <andy@petdance.com>
39449              Date: Jun 3, 2005 7:14 PM
39450              Message-ID: <20050603171448.GA5834@petdance.com>
39451      Branch: perl
39452            ! toke.c
39453 ____________________________________________________________________________
39454 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
39455         Log: Subject: B::Concise torture
39456              From: Jim Cromie <jcromie@divsol.com>
39457              Date: Jun 2, 2005 6:36 AM
39458              Message-ID: <429E8CBE.406@divsol.com>
39459              (with formatting nits)
39460      Branch: perl
39461            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
39462 ____________________________________________________________________________
39463 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
39464         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
39465              From: Gisle Aas <gisle@activestate.com>
39466              Date: 03 Jun 2005 09:17:44 -0700
39467              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
39468      Branch: perl
39469            ! lib/Net/Ping.pm
39470 ____________________________________________________________________________
39471 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
39472         Log: Use newSVhek in the cloning code.
39473      Branch: perl
39474            ! sv.c
39475 ____________________________________________________________________________
39476 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
39477         Log: Use newSVhek where we're generating SVs from package names
39478      Branch: perl
39479            ! op.c pp.c sv.c toke.c
39480 ____________________________________________________________________________
39481 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
39482         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
39483      Branch: perl
39484            ! embed.fnc embed.h hv.c proto.h sv.c
39485 ____________________________________________________________________________
39486 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
39487         Log: Bump version number
39488      Branch: perl
39489            ! ext/Devel/DProf/DProf.pm
39490 ____________________________________________________________________________
39491 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
39492         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
39493              From: Duncan Findlay <duncf@debian.org>
39494              Date: Wed, 1 Jun 2005 12:18:08 -0400
39495              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
39496      Branch: perl
39497            ! utils/dprofpp.PL
39498 ____________________________________________________________________________
39499 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
39500         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
39501              turned into SVs
39502      Branch: perl
39503            ! embed.fnc embed.h global.sym hv.c sv.c
39504 ____________________________________________________________________________
39505 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
39506         Log: POD fixes
39507      Branch: perl
39508            ! pod/perlfunc.pod
39509 ____________________________________________________________________________
39510 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
39511         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
39512              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39513              Date: Thu, 2 Jun 2005 11:49:11 -0700
39514              Message-ID: <20050602184911.GA3292@efn.org>
39515      Branch: perl
39516            ! pod/perlop.pod
39517 ____________________________________________________________________________
39518 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
39519         Log: Subject: [PATCH] Random consting
39520              From: Andy Lester <andy@petdance.com>
39521              Date: Thu, 2 Jun 2005 12:19:43 -0500
39522              Message-ID: <20050602171943.GA16553@petdance.com>
39523      Branch: perl
39524            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
39525            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
39526            ! util.c
39527 ____________________________________________________________________________
39528 [ 24688] By: steveh                                on 2005/06/03  08:12:45
39529         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
39530              From: "Jan Dubois" <jand@ActiveState.com>
39531              Date: Mon, 18 Apr 2005 20:16:24 -0700
39532              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
39533              
39534              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
39535              From: "Jan Dubois" <jand@ActiveState.com>
39536              Date: Tue, 19 Apr 2005 01:49:51 -0700
39537              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
39538              
39539              (There was no reply from Rob Brown in over a month, so commit to blead
39540              for now.  I'll email him again...)
39541      Branch: perl
39542            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
39543            ! lib/Net/Ping/t/500_ping_icmp.t
39544 ____________________________________________________________________________
39545 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
39546         Log: Subject: [PATCH] speed up is_utf8_char()
39547              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39548              Date: Thu, 02 Jun 2005 21:52:46 +0300
39549              Message-ID: <429F557E.3090007@gmail.com>
39550      Branch: perl
39551            ! utf8.c utf8.h
39552 ____________________________________________________________________________
39553 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
39554         Log: Subject: [PATCH] Quotes in pod/*.pod
39555              From: Andy Lester <andy@petdance.com>
39556              Date: Thu, 2 Jun 2005 16:19:54 -0500
39557              Message-ID: <20050602211954.GA22107@petdance.com>
39558      Branch: perl
39559            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
39560            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
39561            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
39562            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
39563            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
39564            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
39565            ! pod/perlthrtut.pod
39566 ____________________________________________________________________________
39567 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
39568         Log: Indent fix
39569      Branch: perl
39570            ! pod/perlfaq7.pod
39571 ____________________________________________________________________________
39572 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
39573         Log: FAQ sync
39574      Branch: perl
39575            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
39576            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
39577            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
39578 ____________________________________________________________________________
39579 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
39580         Log: Subject: [PATCH] symbian/xsbuild.pl
39581              From: <jarkko.hietaniemi@nokia.com>
39582              Date: Fri, 3 Jun 2005 11:00:01 +0300
39583              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
39584      Branch: perl
39585            ! symbian/xsbuild.pl
39586 ____________________________________________________________________________
39587 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
39588         Log: Subject: [PATCH] SvPVX_const() - patch #4
39589              From: Steve Peters <steve@fisharerojo.org>
39590              Date: Thu, 2 Jun 2005 13:41:35 -0500
39591              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
39592      Branch: perl
39593            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
39594 ____________________________________________________________________________
39595 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
39596         Log: Subject: Re: [patch] teach B::Concise to see XS code
39597              From: Jim Cromie <jcromie@divsol.com>
39598              Date: Wed, 01 Jun 2005 08:01:17 -0600
39599              Message-ID: <429DBFAD.1090308@divsol.com>
39600      Branch: perl
39601            ! ext/B/B/Concise.pm ext/B/t/concise.t
39602 ____________________________________________________________________________
39603 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
39604         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
39605              the relevant makefiles and tables-of-contents to reflect this.
39606      Branch: perl
39607           +> pod/perl587delta.pod
39608           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
39609           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
39610           !> win32/makefile.mk win32/pod.mak
39611 ____________________________________________________________________________
39612 [ 24679] By: steveh                                on 2005/06/02  15:57:13
39613         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
39614              From: DH <crazyinsomniac@yahoo.com>
39615              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
39616              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
39617              
39618              (with a couple of minor tweaks)
39619      Branch: perl
39620            ! win32/dl_win32.xs
39621 ____________________________________________________________________________
39622 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
39623         Log: Dave can see a better way of doing the rounding.
39624      Branch: perl
39625            ! handy.h
39626 ____________________________________________________________________________
39627 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
39628         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
39629      Branch: perl
39630            ! toke.c
39631 ____________________________________________________________________________
39632 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
39633         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
39634              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
39635              it for now.
39636      Branch: perl
39637            ! hv.c sv.c toke.c
39638 ____________________________________________________________________________
39639 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
39640         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
39641      Branch: perl
39642            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
39643            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
39644            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
39645            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
39646            ! lib/ExtUtils/CBuilder/Platform/aix.pm
39647            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
39648            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
39649            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
39650 ____________________________________________________________________________
39651 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
39652         Log: CPP typo fix (by Dominic Dunlop)
39653      Branch: perl
39654            ! perl.c
39655 ____________________________________________________________________________
39656 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
39657         Log: Oops. My maths was too generous (by 1).
39658      Branch: perl
39659            ! handy.h
39660 ____________________________________________________________________________
39661 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
39662         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
39663              macro.
39664      Branch: perl
39665            ! toke.c
39666 ____________________________________________________________________________
39667 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
39668         Log: Fix changed diagnostic
39669      Branch: perl
39670            ! pod/perldiag.pod
39671 ____________________________________________________________________________
39672 [ 24670] By: ams                                   on 2005/06/02  08:44:41
39673         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
39674              From: Steve Peters <steve@fisharerojo.org>
39675              Date: Tue, 31 May 2005 09:55:43 -0500
39676              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
39677      Branch: perl
39678            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
39679            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
39680            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
39681            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
39682 ____________________________________________________________________________
39683 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
39684         Log: Subject: [PATCH] use lengths in sv_setpv() calls
39685              From: Andy Lester <andy@petdance.com>
39686              Date: Wed, 1 Jun 2005 23:16:56 -0500
39687              Message-ID: <20050602041656.GA3000@petdance.com>
39688      Branch: perl
39689            ! gv.c sv.c util.c
39690 ____________________________________________________________________________
39691 [ 24668] By: merijn                                on 2005/06/02  08:02:23
39692         Log: New HW model; more on threads for 10.20
39693      Branch: perl
39694            ! README.hpux
39695 ____________________________________________________________________________
39696 [ 24667] By: merijn                                on 2005/06/02  07:52:09
39697         Log: HP-UX specific #pragma entered in #23890 is not supported
39698              on HP-UX 10.20 and older
39699      Branch: perl
39700            ! perl.c
39701 ____________________________________________________________________________
39702 [ 24666] By: merijn                                on 2005/06/02  07:39:30
39703         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
39704              From: Andy Lester <andy@petdance.com>
39705              Date: Thu, 2 Jun 2005 00:02:38 -0500
39706              Message-ID: <20050602050238.GA4001@petdance.com>
39707      Branch: perl
39708            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
39709            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
39710            ! scope.h thrdvar.h toke.c util.c
39711 ____________________________________________________________________________
39712 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
39713         Log: Round up all string length requests to malloc()/realloc() to the next
39714              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
39715              internally will quantise, and so we're going to use space that
39716              otherwise would be wasted. Hopefully this will save realloc()ing.
39717      Branch: perl
39718            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
39719 ____________________________________________________________________________
39720 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
39721         Log: I think SvCUR() was intended rather than SvLEN()
39722      Branch: perl
39723            ! ext/Storable/Storable.xs
39724 ____________________________________________________________________________
39725 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
39726         Log: We don't have XRVs any more, so remove the typedef
39727      Branch: perl
39728            ! perl.h
39729 ____________________________________________________________________________
39730 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
39731         Log: Zero-ing the new HV array is pointless, as we write to every element.
39732              Also avoid calling into he_dup when the HE is 0, to save the function
39733              call overhead.
39734      Branch: perl
39735            ! sv.c
39736 ____________________________________________________________________________
39737 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
39738         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
39739              char rather than HE *. Bug was harmless, overallocating by a factor
39740              of sizeof(HE *)
39741      Branch: perl
39742            ! hv.c
39743 ____________________________________________________________________________
39744 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
39745         Log: Store the xhv_aux structure after the main array.
39746              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
39747              build. It has the side effect of defined %symbol_table:: now always
39748              being true. defined %hash is already deprecated.
39749      Branch: perl
39750            ! hv.c hv.h sv.c sv.h t/op/magic.t
39751 ____________________________________________________________________________
39752 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
39753         Log: If we're building config_heavy.pl somewhere else, then we need to
39754              require it, not something (or maybe nothing) in the correct place.
39755      Branch: perl
39756            ! configpm
39757 ____________________________________________________________________________
39758 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
39759         Log: Revert change #24656
39760      Branch: perl
39761            ! Makefile.SH
39762 ____________________________________________________________________________
39763 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
39764         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
39765              So PL_mess_sv contained an uninitialised value.
39766      Branch: perl
39767            ! util.c
39768 ____________________________________________________________________________
39769 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
39770         Log: Subject: [PATCH] eliminate always running mktables
39771              From: Robin Barker <Robin.Barker@npl.co.uk>
39772              Date: Wed, 1 Jun 2005 09:55:16 +0100 
39773              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
39774      Branch: perl
39775            ! Makefile.SH
39776 ____________________________________________________________________________
39777 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
39778         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
39779      Branch: perl
39780            ! Makefile.SH
39781 ____________________________________________________________________________
39782 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
39783         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
39784              From: Stephen McCamant <smcc@mit.edu>
39785              Date: Sat, 21 May 2005 21:52:31 -0700
39786              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
39787              
39788              Correctly nullify CvSTART when undef'ing a CV
39789      Branch: perl
39790            ! op.c
39791 ____________________________________________________________________________
39792 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
39793         Log: Subject: Re: [patch] teach B::Concise to see XS code
39794              From: Jim Cromie <jcromie@divsol.com>
39795              Date: Sat, 21 May 2005 09:24:24 -0600
39796              Message-ID: <428F52A8.20702@divsol.com>
39797      Branch: perl
39798            + ext/B/t/concise-xs.t
39799            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
39800 ____________________________________________________________________________
39801 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
39802         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
39803              From: Andy Lester <andy@petdance.com>
39804              Date: Tue, 31 May 2005 12:39:00 -0500
39805              Message-ID: <20050531173900.GA9820@petdance.com>
39806      Branch: perl
39807            ! lib/unicore/mktables
39808 ____________________________________________________________________________
39809 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
39810         Log: Remove duplicated line
39811      Branch: perl
39812            ! lib/Module/CoreList.pm
39813 ____________________________________________________________________________
39814 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
39815         Log: Upgrade to Module::CoreList 2.02
39816      Branch: perl
39817            ! lib/Module/CoreList.pm
39818 ____________________________________________________________________________
39819 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
39820         Log: Attempt 2 at a diet memory layout can go live.
39821      Branch: perl
39822            ! av.h hv.h
39823 ____________________________________________________________________________
39824 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
39825         Log: Avoid updating a variable in a loop.
39826              Only calculate the number of links in a hash bucket chain if we really
39827              need it.
39828      Branch: perl
39829            ! hv.c
39830 ____________________________________________________________________________
39831 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
39832         Log: Avoid updating a variable in the loop
39833      Branch: perl
39834            ! hv.c
39835 ____________________________________________________________________________
39836 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
39837         Log: Subject: [PATCH] ByteLoader.xs cleanup
39838              From: Andy Lester <andy@petdance.com>
39839              Date: Mon, 30 May 2005 22:28:36 -0500
39840              Message-ID: <20050531032836.GA32198@petdance.com>
39841      Branch: perl
39842            ! ext/ByteLoader/ByteLoader.xs
39843 ____________________________________________________________________________
39844 [ 24644] By: merijn                                on 2005/05/31  05:41:24
39845         Log: Add DECC to the symbol list
39846              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
39847              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39848              Date: Mon, 30 May 2005 16:33:15 -0700
39849              Message-ID: <20050530233315.GA3088@efn.org>
39850      Branch: perl
39851            ! Configure
39852 ____________________________________________________________________________
39853 [ 24642] By: davem                                 on 2005/05/30  23:37:15
39854         Log: add pointer to email explaining why eval {goto &foo} is banned
39855      Branch: perl
39856            ! pp_ctl.c
39857 ____________________________________________________________________________
39858 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
39859         Log: Change the logic to avoid needing to set a variable during the loop
39860      Branch: perl
39861            ! hv.c
39862 ____________________________________________________________________________
39863 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
39864         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
39865      Branch: perl
39866            ! hv.c
39867 ____________________________________________________________________________
39868 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
39869         Log: Upgrade to PathTools 3.08
39870      Branch: perl
39871            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
39872 ____________________________________________________________________________
39873 [ 24630] By: merijn                                on 2005/05/30  11:07:45
39874         Log: gcc hints were not yet applied to gcc-4.x
39875              Now they are
39876      Branch: perl
39877            ! hints/hpux.sh
39878 ____________________________________________________________________________
39879 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
39880         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
39881              From: Olli Savia (via RT) <perlbug-followup@perl.org>
39882              Date: 30 May 2005 10:59:35 -0000
39883              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
39884      Branch: perl
39885            ! util.c
39886 ____________________________________________________________________________
39887 [ 24628] By: merijn                                on 2005/05/30  10:28:06
39888         Log: regen after #24627
39889      Branch: perl
39890            ! perlapi.h
39891 ____________________________________________________________________________
39892 [ 24627] By: merijn                                on 2005/05/30  10:19:09
39893         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
39894              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39895              Date: Mon, 30 May 2005 09:15:56 +0300
39896              Message-ID: <429AAF9C.30503@gmail.com>
39897      Branch: perl
39898            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
39899 ____________________________________________________________________________
39900 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
39901         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
39902              From: Andy Lester <andy@petdance.com>
39903              Date: Tue, 24 May 2005 11:41:15 -0500
39904              Message-ID: <20050524164115.GA12027@petdance.com>
39905      Branch: perl
39906            ! hv.c
39907 ____________________________________________________________________________
39908 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
39909         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
39910              From: Andy Lester <andy@petdance.com>
39911              Date: Tue, 24 May 2005 11:47:22 -0500
39912              Message-ID: <20050524164722.GC12027@petdance.com>
39913              
39914              Subject: [PATCH] Remove unused casts
39915              From: Andy Lester <andy@petdance.com>
39916              Date: Tue, 24 May 2005 11:42:18 -0500
39917              Message-ID: <20050524164218.GB12027@petdance.com>
39918      Branch: perl
39919            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
39920            ! sv.c
39921 ____________________________________________________________________________
39922 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
39923         Log: Minor grammar fix by Uri Guttman
39924      Branch: perl
39925            ! pod/perlre.pod
39926 ____________________________________________________________________________
39927 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
39928         Log: Subject: [PATCH] perlrun.pod -w description typo
39929              From: Offer Kaye <offer.kaye@gmail.com>
39930              Date: Mon, 30 May 2005 11:27:38 +0300
39931              Message-ID: <569425050530012768a9baca@mail.gmail.com>
39932      Branch: perl
39933            ! pod/perlrun.pod
39934 ____________________________________________________________________________
39935 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
39936         Log: Subject: [PATCH] Minor warning squashings
39937              From: Andy Lester <andy@petdance.com>
39938              Date: Sun, 29 May 2005 00:19:06 -0500
39939              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
39940              
39941              Subject: [PATCH] Consting in Opcode.xs
39942              From: Andy Lester <andy@petdance.com>
39943              Date: Sun, 29 May 2005 11:23:50 -0500
39944              Message-ID: <20050529162350.GA13965@petdance.com>
39945              
39946              Subject: [PATCH] consting attrs.xs
39947              From: Andy Lester <andy@petdance.com>
39948              Date: Sun, 29 May 2005 14:15:46 -0500
39949              Message-ID: <20050529191546.GA15581@petdance.com>
39950              
39951              Subject: [PATCH] consting B.xs
39952              From: Andy Lester <andy@petdance.com>
39953              Date: Sun, 29 May 2005 15:09:24 -0500
39954              Message-ID: <20050529200924.GA15873@petdance.com>
39955      Branch: perl
39956            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
39957            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
39958 ____________________________________________________________________________
39959 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
39960         Log: Need a cast to avoid a compiler warning.
39961      Branch: perl
39962            ! ext/ByteLoader/bytecode.h
39963 ____________________________________________________________________________
39964 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
39965         Log: Goodbye xav_arylen. You won't be missed that much.
39966              So now there's a buy 5 get one free offer on PVAV bodies.
39967      Branch: perl
39968            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
39969 ____________________________________________________________________________
39970 [ 24618] By: ams                                   on 2005/05/29  18:07:37
39971         Log: Subject: [PATCH configure.com] compiler awareness week
39972              From: "Craig A. Berry" <craigberry@mac.com>
39973              Date: Sun, 29 May 2005 12:43:09 -0500
39974              Message-Id: <4299FF2D.90209@mac.com>
39975      Branch: perl
39976            ! configure.com
39977 ____________________________________________________________________________
39978 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
39979         Log: Change the IV to a union.
39980              Revert the NV union back to a plain NV
39981              Transpose the positions of IV and NV (NV is now first)
39982              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
39983              currently disabled by default)
39984      Branch: perl
39985            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
39986 ____________________________________________________________________________
39987 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
39988         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
39989      Branch: perl
39990            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
39991            ! win32/makefile.mk
39992 ____________________________________________________________________________
39993 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
39994         Log: Restort into bulidtoc's preferred order
39995      Branch: perl
39996            ! MANIFEST
39997 ____________________________________________________________________________
39998 [ 24613] By: ams                                   on 2005/05/29  04:45:05
39999         Log: Subject: [PATCH] VMS build update for blead
40000              From: "Craig A. Berry" <craigberry@mac.com>
40001              Date: Sat, 28 May 2005 23:18:46 -0500
40002              Message-Id: <429942A6.10601@mac.com>
40003      Branch: perl
40004            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
40005            ! vms/vms.c vms/vmsish.h
40006 ____________________________________________________________________________
40007 [ 24612] By: ams                                   on 2005/05/28  14:40:32
40008         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
40009              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40010              Date: Sat, 28 May 2005 11:47:47 +0300
40011              Message-Id: <42983033.5050509@gmail.com>
40012      Branch: perl
40013            ! t/uni/class.t
40014 ____________________________________________________________________________
40015 [ 24610] By: merijn                                on 2005/05/27  19:22:39
40016         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
40017              From: Michael G Schwern <schwern@pobox.com>
40018              Date: Fri, 27 May 2005 12:33:27 -0700
40019              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
40020      Branch: perl
40021            ! installperl
40022 ____________________________________________________________________________
40023 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
40024         Log: In assert(), we mustn't stringify the message as part of the first
40025              argument to croak, as it's a *printf format, and the thing we're
40026              asserting might itself contain % signs.
40027              Also, as __FILE__ is a string, we can append that to the format,
40028              rather than needing a %s for it.
40029      Branch: perl
40030            ! perl.h
40031 ____________________________________________________________________________
40032 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
40033         Log: is() is better than ok()
40034      Branch: perl
40035            ! t/op/each.t
40036 ____________________________________________________________________________
40037 [ 24607] By: steveh                                on 2005/05/27  16:22:59
40038         Log: Fix failing Cwd tests on Win32
40039              
40040              Patch was posted to Ken previously
40041              
40042              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
40043              
40044              but no reply as yet.  I'll mail him again...
40045      Branch: perl
40046            ! lib/Cwd.pm
40047 ____________________________________________________________________________
40048 [ 24606] By: steveh                                on 2005/05/27  16:15:41
40049         Log: Skip signals and core dump tests on Win32
40050              
40051              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
40052      Branch: perl
40053            ! t/run/exit.t
40054 ____________________________________________________________________________
40055 [ 24605] By: steveh                                on 2005/05/27  15:54:09
40056         Log: Fix more Win32 linker errors caused by change 24561
40057              
40058              Apparently sys_intern_init and sys_intern_clear are required even for
40059              non-threaded builds on Win32.
40060      Branch: perl
40061            ! embed.fnc embed.h proto.h
40062 ____________________________________________________________________________
40063 [ 24596] By: merijn                                on 2005/05/27  10:20:54
40064         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
40065              From: Michael G Schwern <schwern@pobox.com>
40066              Date: Thu, 26 May 2005 13:43:05 -0700
40067              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
40068      Branch: perl
40069            ! installperl
40070 ____________________________________________________________________________
40071 [ 24595] By: merijn                                on 2005/05/27  10:06:25
40072         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
40073              From: <jarkko.hietaniemi@nokia.com>
40074              Date: Fri, 27 May 2005 13:15:36 +0300
40075              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
40076      Branch: perl
40077            ! perl.h
40078 ____________________________________________________________________________
40079 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
40080         Log: Get the HEK once only in the hot code (class method calls)
40081      Branch: perl
40082            ! hv.h pp_hot.c
40083 ____________________________________________________________________________
40084 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
40085         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
40086              From: Michael G Schwern <schwern@pobox.com>
40087              Date: Thu, 26 May 2005 13:39:38 -0700
40088              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
40089      Branch: perl
40090            ! pod/perlfunc.pod pod/perlport.pod
40091 ____________________________________________________________________________
40092 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
40093         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
40094              From: Steve Peters <steve@fisharerojo.org>
40095              Date: Thu, 26 May 2005 14:58:50 -0500
40096              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
40097      Branch: perl
40098            ! pod/perlapi.pod sv.h
40099 ____________________________________________________________________________
40100 [ 24591] By: steveh                                on 2005/05/26  16:56:03
40101         Log: Fix some Win32 link errors
40102      Branch: perl
40103            ! global.sym makedef.pl proto.h
40104 ____________________________________________________________________________
40105 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
40106         Log: Rename the members of the SV head union to avoid pre-processor
40107              arguments with embed.h
40108      Branch: perl
40109            ! av.h hv.h sv.c sv.h
40110 ____________________________________________________________________________
40111 [ 24588] By: ams                                   on 2005/05/26  15:33:58
40112         Log: -Wall is intolerably noisy with icc.
40113      Branch: perl
40114            ! cflags.SH
40115 ____________________________________________________________________________
40116 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
40117         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
40118              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40119              Date: Thu, 26 May 2005 23:46:35 +0900
40120              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
40121      Branch: perl
40122            ! lib/bytes.pm lib/bytes.t
40123 ____________________________________________________________________________
40124 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
40125         Log: Store the package name as a shared HEK.
40126              Abolish HvNAME() - as the stored pointer is not a char* you can't set
40127              it directly now.
40128              Storing a pointer to a HEK tracks the length too, and seems to be
40129              faster.
40130      Branch: perl
40131            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
40132            ! xsutils.c
40133 ____________________________________________________________________________
40134 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
40135         Log: We know how big the global string table will be, so use that
40136              information.
40137      Branch: perl
40138            ! sv.c
40139 ____________________________________________________________________________
40140 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
40141         Log: It helps to set the total keys correctly when duplicating a hash.
40142              It helps even more to have a test for this.
40143      Branch: perl
40144            ! ext/threads/t/problems.t sv.c
40145 ____________________________________________________________________________
40146 [ 24581] By: merijn                                on 2005/05/26  11:26:05
40147         Log: More possible re-order dependencies solved
40148      Branch: perl
40149            ! Porting/config_h.pl config_h.SH
40150 ____________________________________________________________________________
40151 [ 24580] By: merijn                                on 2005/05/26  08:43:38
40152         Log: Subject: [PATCH] Updated lint infrastructure
40153              From: Andy Lester <andy@petdance.com>
40154              Date: Wed, 25 May 2005 12:31:39 -0500
40155              Message-ID: <20050525173139.GB1701@petdance.com>
40156      Branch: perl
40157            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
40158 ____________________________________________________________________________
40159 [ 24579] By: ams                                   on 2005/05/26  07:08:22
40160         Log: Subject: [PATCH] MPE/iX has no lchown()
40161              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40162              Date: Thu, 26 May 2005 08:36:19 +0300
40163              Message-Id: <42956053.4010200@gmail.com>
40164      Branch: perl
40165            ! hints/mpeix.sh
40166 ____________________________________________________________________________
40167 [ 24578] By: merijn                                on 2005/05/25  19:05:07
40168         Log: Added Porting/config_h.pl
40169      Branch: perl
40170            ! MANIFEST
40171 ____________________________________________________________________________
40172 [ 24576] By: merijn                                on 2005/05/25  18:41:52
40173         Log: Reordering config_h.SH after metaconfig now semi automated
40174              This will save me *a lot* of manual work
40175      Branch: perl
40176            + Porting/config_h.pl
40177            ! Configure config_h.SH
40178 ____________________________________________________________________________
40179 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
40180         Log: Export Perl_hek_dup, which duplicates shared hash keys.
40181      Branch: perl
40182            ! embed.fnc embed.h hv.c proto.h
40183 ____________________________________________________________________________
40184 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
40185         Log: Track the mapping between source shared hash keys and target shared
40186              hash keys to save repeated lookups during cloning.
40187      Branch: perl
40188            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
40189            ! perl.c perlapi.h proto.h sv.c
40190 ____________________________________________________________________________
40191 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
40192         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
40193              HvNAME_set
40194      Branch: perl
40195            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
40196            ! ext/ByteLoader/byterun.c
40197 ____________________________________________________________________________
40198 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
40199         Log: I think for now these have to be disabled by default.
40200      Branch: perl
40201            ! av.h hv.h
40202 ____________________________________________________________________________
40203 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
40204         Log: Update description of Term::ReadLine and fix typo
40205              Subject: [perl #35963] Typo in Term::ReadLine 
40206              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
40207              Date: 24 May 2005 23:29:37 -0000
40208              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
40209      Branch: perl
40210            ! lib/Term/ReadLine.pm
40211 ____________________________________________________________________________
40212 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
40213         Log: Initialising the hash seed needs to be early in case anything
40214              calcualtes HASHes during dup()ing.
40215      Branch: perl
40216            ! sv.c
40217 ____________________________________________________________________________
40218 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
40219         Log: Reorder the union to cause Win32 compilers to use void * alignment for
40220              it.
40221      Branch: perl
40222            ! av.h cv.h hv.h sv.h
40223 ____________________________________________________________________________
40224 [ 24568] By: ams                                   on 2005/05/24  16:44:53
40225         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
40226              From: jarkko.hietaniemi@nokia.com
40227              Date: Tue, 24 May 2005 12:48:38 +0300
40228              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
40229      Branch: perl
40230            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
40231 ____________________________________________________________________________
40232 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
40233         Log: Clarification on the behaviour of qw// and x :
40234              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
40235              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40236              Date: Tue, 24 May 2005 08:52:00 -0700
40237              Message-ID: <20050524155200.GA1784@efn.org>
40238      Branch: perl
40239            ! pod/perlop.pod
40240 ____________________________________________________________________________
40241 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
40242         Log: Leaking is bad, m'kay.
40243      Branch: perl
40244            ! hv.c sv.c
40245 ____________________________________________________________________________
40246 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
40247         Log: Remove Perl_ck_* functions from public API
40248      Branch: perl
40249            ! embed.fnc embed.h global.sym
40250 ____________________________________________________________________________
40251 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
40252         Log: Correct the description of pte_arenaroot
40253      Branch: perl
40254            ! intrpvar.h
40255 ____________________________________________________________________________
40256 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
40257         Log: Documentation nit on @-, found by Guillaume Rousse
40258              (plus POD markup simplification, for readability with pod2text)
40259      Branch: perl
40260            ! pod/perlvar.pod
40261 ____________________________________________________________________________
40262 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
40263         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
40264      Branch: perl
40265            ! ext/B/t/deparse.t
40266 ____________________________________________________________________________
40267 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
40268         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
40269              From: Andy Lester <andy@petdance.com>
40270              Date: Sat, 21 May 2005 09:06:40 -0500
40271              Message-ID: <20050521140640.GB875@petdance.com>
40272      Branch: perl
40273            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
40274            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
40275 ____________________________________________________________________________
40276 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
40277         Log: The tokenizer should expect an operator after qw().
40278              This fixes [perl #35885] qw and x operators doesn't mix
40279      Branch: perl
40280            ! t/op/repeat.t toke.c
40281 ____________________________________________________________________________
40282 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
40283         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
40284              From: demerphq <demerphq@gmail.com>
40285              Date: Mon, 23 May 2005 11:43:56 +0200
40286              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
40287      Branch: perl
40288            ! ext/B/t/deparse.t
40289 ____________________________________________________________________________
40290 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
40291         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
40292      Branch: perl
40293            ! Makefile.SH
40294 ____________________________________________________________________________
40295 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
40296         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
40297      Branch: perl
40298            ! av.h hv.h sv.h
40299 ____________________________________________________________________________
40300 [ 24556] By: ams                                   on 2005/05/23  16:58:46
40301         Log: Assorted 2.15 fixes.
40302      Branch: perl
40303            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
40304 ____________________________________________________________________________
40305 [ 24555] By: ams                                   on 2005/05/23  16:34:16
40306         Log: Remove one const to ensure that the universe doesn't tip over.
40307              (At least on AIX.)
40308      Branch: perl
40309            ! ext/Storable/Storable.xs
40310 ____________________________________________________________________________
40311 [ 24554] By: merijn                                on 2005/05/23  15:29:01
40312         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) 
40313              From: Andrew Dougherty <doughera@lafayette.edu>
40314              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
40315              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
40316      Branch: perl
40317            ! ext/SDBM_File/sdbm/sdbm.c
40318 ____________________________________________________________________________
40319 [ 24553] By: ams                                   on 2005/05/23  15:24:05
40320         Log: Subject: [PATCH] universal.c warnings hushed
40321              From: Andy Lester <andy@petdance.com>
40322              Date: Mon, 23 May 2005 10:38:25 -0500
40323              Message-Id: <20050523153825.GA28498@petdance.com>
40324      Branch: perl
40325            ! universal.c
40326 ____________________________________________________________________________
40327 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
40328         Log: Attribute compilation fix for Windows by Andy Lester
40329      Branch: perl
40330            ! perl.h perlio.h
40331 ____________________________________________________________________________
40332 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
40333         Log: Update to Scalar-List-Utils-1.17
40334      Branch: perl
40335            ! ext/List/Util/Changes ext/List/Util/README
40336            ! ext/List/Util/lib/List/Util.pm
40337            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
40338            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
40339 ____________________________________________________________________________
40340 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
40341         Log: Declaration nit spotted by Jarkko
40342      Branch: perl
40343            ! hv.c
40344 ____________________________________________________________________________
40345 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
40346         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
40347              regexps. Don't attempt to look at the IVX if it's not an IV.
40348      Branch: perl
40349            ! perl.c sv.c
40350 ____________________________________________________________________________
40351 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
40352         Log: Oops. What is looking at an array's SvIVX()?
40353      Branch: perl
40354            ! sv.c
40355 ____________________________________________________________________________
40356 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
40357         Log: We don't need IV and RV arena variables anymore. We don't need to set
40358              SvIVX or SvNVX on hashes.
40359      Branch: perl
40360            ! embedvar.h intrpvar.h perlapi.h sv.c
40361 ____________________________________________________________________________
40362 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
40363         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
40364              containing pointers initialised to zero.
40365      Branch: perl
40366            ! ext/B/B/Bytecode.pm
40367 ____________________________________________________________________________
40368 [ 24545] By: steveh                                on 2005/05/23  08:46:37
40369         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
40370              
40371              (None are actually defined, but it's nice to have them there anyway)
40372      Branch: perl
40373            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40374            ! win32/config_H.vc64
40375 ____________________________________________________________________________
40376 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
40377         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
40378      Branch: perl
40379            ! av.h hv.h intrpvar.h sv.c sv.h
40380 ____________________________________________________________________________
40381 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
40382         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
40383              because PerlIOScalar_unread was broken.
40384              Bump version number of PerlIO::scalar to 0.04.
40385      Branch: perl
40386            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
40387            ! ext/PerlIO/t/scalar.t
40388 ____________________________________________________________________________
40389 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
40390         Log: Re-order IVX slot in SV bodies
40391      Branch: perl
40392            ! av.h cv.h hv.h sv.h
40393 ____________________________________________________________________________
40394 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
40395         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
40396              From: Michael G Schwern <schwern@pobox.com>
40397              Date: May 20, 2005 10:09 PM
40398              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
40399      Branch: perl
40400            ! lib/Carp.t
40401 ____________________________________________________________________________
40402 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
40403         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
40404              the memory to store pointers and integers.
40405              (Part 1 - will be reworked to be more efficient when IV or void*
40406              is 64 bit soon)
40407      Branch: perl
40408            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
40409            ! hv.h sv.h
40410 ____________________________________________________________________________
40411 [ 24537] By: ams                                   on 2005/05/21  22:26:34
40412         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
40413              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40414              Date: Sat, 21 May 2005 23:20:21 +0300
40415              Message-Id: <428F9805.70108@gmail.com>
40416      Branch: perl
40417            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
40418            ! MANIFEST
40419 ____________________________________________________________________________
40420 [ 24536] By: ams                                   on 2005/05/21  22:17:20
40421         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
40422              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
40423      Branch: perl
40424            ! perl.h
40425 ____________________________________________________________________________
40426 [ 24535] By: davem                                 on 2005/05/21  22:10:19
40427         Log: goto &xsub that croaks corrupts memory
40428              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
40429              goto &xs_sub mimic this behaviour by first popping the old CxSUB
40430      Branch: perl
40431            ! pp_ctl.c t/op/goto_xs.t
40432 ____________________________________________________________________________
40433 [ 24534] By: davem                                 on 2005/05/21  21:38:55
40434         Log: stop goto &foo wasting stack space
40435              it used to push @_ onto the end of the stack; now it pops the stack
40436              back to the old watermark first.
40437      Branch: perl
40438            ! pp_ctl.c
40439 ____________________________________________________________________________
40440 [ 24533] By: davem                                 on 2005/05/21  19:50:50
40441         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
40442      Branch: perl
40443            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
40444            ! ext/XS/APItest/t/exception.t
40445 ____________________________________________________________________________
40446 [ 24532] By: davem                                 on 2005/05/21  19:15:43
40447         Log: disallow eval { goto &foo }
40448              eval 'goto &foo' is already banned, and the try-version usually
40449              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
40450              Anyway exiting an eval but preserving "it's" @_ doesn't make much
40451              sense.
40452      Branch: perl
40453            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
40454 ____________________________________________________________________________
40455 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
40456         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
40457              IV and UV. Avoid allocating a body for IVs and RVs.
40458      Branch: perl
40459            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
40460            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
40461            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
40462 ____________________________________________________________________________
40463 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
40464         Log: Really fix change 24527
40465      Branch: perl
40466            ! gv.c
40467 ____________________________________________________________________________
40468 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
40469         Log: Fool. That should be I32 everywhere.
40470      Branch: perl
40471            ! hv.c
40472 ____________________________________________________________________________
40473 [ 24528] By: ams                                   on 2005/05/21  15:35:44
40474         Log: Subject: [PATCH] ctags parms need to know .h is C
40475              From: Andy Lester <andy@petdance.com>
40476              Date: Sat, 21 May 2005 08:58:14 -0500
40477              Message-Id: <20050521135814.GA875@petdance.com>
40478      Branch: perl
40479            ! Makefile.SH
40480 ____________________________________________________________________________
40481 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
40482         Log: Compilation fix
40483      Branch: perl
40484            ! gv.c
40485 ____________________________________________________________________________
40486 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
40487         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
40488              Provide (more efficient) _get and _set macros.
40489              Adjust the core to use them.
40490      Branch: perl
40491            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
40492            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
40493            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
40494            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
40495            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
40496            ! toke.c universal.c xsutils.c
40497 ____________________________________________________________________________
40498 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
40499         Log: Move placeholders into a new rhash magic type.
40500      Branch: perl
40501            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
40502            ! perl.h proto.h sv.c
40503 ____________________________________________________________________________
40504 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
40505         Log: Update to MakeMaker 6.30
40506      Branch: perl
40507            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
40508            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
40509            ! lib/ExtUtils/t/PL_FILES.t
40510            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
40511 ____________________________________________________________________________
40512 [ 24523] By: ams                                   on 2005/05/21  02:58:49
40513         Log: Subject: [PATCH] SvPVX_const - patch #2
40514              From: Steve Peters <steve@fisharerojo.org>
40515              Date: Fri, 20 May 2005 21:42:10 -0500
40516              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
40517      Branch: perl
40518            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
40519 ____________________________________________________________________________
40520 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
40521         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
40522              (PMROOT being needed to implement bare C<reset> - how often do you
40523              use that?)
40524      Branch: perl
40525            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
40526            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
40527            ! op.c perl.h sv.c
40528 ____________________________________________________________________________
40529 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
40530         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
40531      Branch: perl
40532            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
40533            ! ext/Storable/Storable.xs
40534 ____________________________________________________________________________
40535 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
40536         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
40537      Branch: perl
40538            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
40539 ____________________________________________________________________________
40540 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
40541         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
40542              it being redefined.
40543      Branch: perl
40544            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
40545 ____________________________________________________________________________
40546 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
40547         Log: Goodbye AvFLAGS
40548      Branch: perl
40549            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
40550            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
40551            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
40552            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
40553 ____________________________________________________________________________
40554 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
40555         Log: Upgrade to Math::BigInt 1.77
40556      Branch: perl
40557            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
40558            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
40559            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
40560            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
40561 ____________________________________________________________________________
40562 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
40563         Log: Fix a typo
40564      Branch: perl
40565            ! hv.h
40566 ____________________________________________________________________________
40567 [ 24514] By: ams                                   on 2005/05/20  14:42:21
40568         Log: Damnable applypatch nonsense.
40569      Branch: perl
40570            ! ext/Storable/t/sig_die.t
40571 ____________________________________________________________________________
40572 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
40573         Log: Update MANIFEST
40574      Branch: perl
40575            ! MANIFEST
40576 ____________________________________________________________________________
40577 [ 24512] By: ams                                   on 2005/05/20  14:21:21
40578         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
40579              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
40580      Branch: perl
40581            + ext/Storable/t/sig_die.t
40582            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
40583 ____________________________________________________________________________
40584 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
40585         Log: Subject: [PATCH] Add a Makefile target for ctags
40586              From: Andy Lester <andy@petdance.com>
40587              Date: Thu, 12 May 2005 11:40:52 -0500
40588              Message-ID: <20050512164052.GA30287@petdance.com>
40589      Branch: perl
40590            ! Makefile.SH
40591 ____________________________________________________________________________
40592 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
40593         Log: Upgrade to MakeMaker 6.29
40594      Branch: perl
40595            + lib/ExtUtils/t/FIRST_MAKEFILE.t
40596            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
40597            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
40598            ! lib/ExtUtils/t/Installed.t
40599 ____________________________________________________________________________
40600 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
40601         Log: Subject: SvPVX_const() - Patch #1
40602              From: Steve Peters <steve@fisharerojo.org>
40603              Date: Tue, 17 May 2005 18:17:01 -0500
40604              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
40605      Branch: perl
40606            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
40607 ____________________________________________________________________________
40608 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
40609         Log: Subject: [PATCH] Attribute configuration
40610              From: Andy Lester <andy@petdance.com>
40611              Date: Thu, 19 May 2005 12:32:56 -0500
40612              Message-ID: <20050519173256.GA29039@petdance.com>
40613      Branch: perl
40614            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
40615            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
40616            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
40617            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
40618            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
40619            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
40620            ! win32/config.bc win32/config.gc win32/config.vc
40621            ! win32/config.vc64 wince/config.ce
40622 ____________________________________________________________________________
40623 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
40624         Log: Gisle noted an unused variable
40625      Branch: perl
40626            ! t/run/exit.t
40627 ____________________________________________________________________________
40628 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
40629         Log: Fix the new exit() tests, by Gisle Aas :
40630              don't let the shell interfere with the process return value
40631      Branch: perl
40632            ! t/run/exit.t
40633 ____________________________________________________________________________
40634 [ 24505] By: ams                                   on 2005/05/19  17:51:48
40635         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
40636              From: yves orton <perlbug-followup@perl.org>
40637              Date: 18 May 2005 08:30:44 -0000
40638              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
40639      Branch: perl
40640            ! ext/B/B/Deparse.pm
40641 ____________________________________________________________________________
40642 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
40643         Log: tabs, not spaces. Bad editor. No cookie.
40644              Does the MANIFEST file support comments, sufficient to add an editor
40645              block?
40646      Branch: perl
40647            ! MANIFEST
40648 ____________________________________________________________________________
40649 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
40650         Log: Adjust VMS test count
40651      Branch: perl
40652            ! t/run/exit.t
40653 ____________________________________________________________________________
40654 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
40655         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
40656              From: Gisle Aas <gisle@ActiveState.com>
40657              Date: 18 May 2005 08:35:47 -0700
40658              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
40659      Branch: perl
40660            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
40661            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
40662 ____________________________________________________________________________
40663 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
40664         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
40665              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40666              Date: Wed, 18 May 2005 07:13:40 -0700
40667              Message-ID: <20050518141131.GA2704@efn.org>
40668      Branch: perl
40669            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
40670            + lib/ExtUtils/CBuilder/Platform/Unix.pm
40671            + lib/ExtUtils/CBuilder/Platform/VMS.pm
40672            + lib/ExtUtils/CBuilder/Platform/Windows.pm
40673            + lib/ExtUtils/CBuilder/Platform/aix.pm
40674            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
40675            + lib/ExtUtils/CBuilder/Platform/darwin.pm
40676            + lib/ExtUtils/CBuilder/Platform/os2.pm
40677            + lib/ExtUtils/CBuilder/t/01-basic.t
40678            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
40679            + lib/ExtUtils/ParseXS/t/XSTest.pm
40680            + lib/ExtUtils/ParseXS/t/XSTest.xs
40681            + lib/ExtUtils/ParseXS/t/basic.t
40682            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
40683            ! lib/ExtUtils/xsubpp
40684 ____________________________________________________________________________
40685 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
40686         Log: Subject: B::Disassembler.pm
40687              From: Nicholas Clark <nick@ccl4.org>
40688              Date: Tue, 17 May 2005 11:28:18 +0100
40689              Message-ID: <20050517102817.GD94420@plum.flirble.org>
40690      Branch: perl
40691            ! ext/B/B/Disassembler.pm
40692 ____________________________________________________________________________
40693 [ 24498] By: davem                                 on 2005/05/18  12:39:22
40694         Log: make t/TEST print summary times consistently to two decimal places
40695      Branch: perl
40696            ! t/TEST
40697 ____________________________________________________________________________
40698 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
40699         Log: Default to allocating the correct size for the array in the HV.
40700              Override this with -DPERL_USE_LARGE_HV_ALLOC
40701      Branch: perl
40702            ! hv.h
40703 ____________________________________________________________________________
40704 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
40705         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
40706              From: Michael G Schwern <schwern@pobox.com>
40707              Date: Mon, 16 May 2005 15:17:05 -0700
40708              Message-ID: <20050516221705.GA212@windhund.schwern.org>
40709              
40710              Subject: [PATCH] Eliminate function signatures from perlport
40711              From: Michael G Schwern <schwern@pobox.com>
40712              Date: Mon, 16 May 2005 15:24:18 -0700
40713              Message-ID: <20050516222418.GA422@windhund.schwern.org>
40714      Branch: perl
40715            ! pod/perlport.pod
40716 ____________________________________________________________________________
40717 [ 24495] By: merijn                                on 2005/05/17  18:45:56
40718         Log: Subject: [PATCH] more about __attribute__
40719              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40720              Date: Tue, 17 May 2005 20:36:43 +0300
40721              Message-ID: <428A2BAB.9020306@gmail.com>
40722      Branch: perl
40723            ! perl.h
40724 ____________________________________________________________________________
40725 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
40726         Log: Clarify definition of octal literals
40727              (thanks to Olivier Blin)
40728      Branch: perl
40729            ! pod/perldata.pod
40730 ____________________________________________________________________________
40731 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
40732         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
40733              From: <jarkko.hietaniemi@nokia.com>
40734              Date: Mon, 16 May 2005 17:59:35 +0300
40735              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
40736              
40737              completed by:
40738              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
40739      Branch: perl
40740            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
40741            ! symbian/port.pl universal.c
40742 ____________________________________________________________________________
40743 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
40744         Log: One last 1008 to replace with PERL_ARENA_SIZE
40745      Branch: perl
40746            ! sv.c
40747 ____________________________________________________________________________
40748 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
40749         Log: Upgrade to Encode 2.10
40750      Branch: perl
40751            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
40752            ! ext/Encode/Encode.xs ext/Encode/META.yml
40753            ! ext/Encode/lib/Encode/Alias.pm
40754 ____________________________________________________________________________
40755 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
40756         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
40757              From: Andy Lester <andy@petdance.com>
40758              Date: Mon, 16 May 2005 10:13:53 -0500
40759              Message-ID: <20050516151353.GA25387@petdance.com>
40760      Branch: perl
40761            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
40762            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
40763            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
40764            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
40765 ____________________________________________________________________________
40766 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
40767         Log: Bump the version number on Win32::Win32
40768      Branch: perl
40769            ! win32/ext/Win32/Win32.pm
40770 ____________________________________________________________________________
40771 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
40772         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
40773      Branch: perl
40774            ! sv.c
40775 ____________________________________________________________________________
40776 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
40777         Log: This seems to be the right thing to do to iterate over layers
40778      Branch: perl
40779            ! ext/PerlIO/via/via.xs
40780 ____________________________________________________________________________
40781 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
40782         Log: $! might contain "unknown" if strerror(3) says so
40783      Branch: perl
40784            ! t/op/mkdir.t
40785 ____________________________________________________________________________
40786 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
40787         Log: Upgrade to Time::HiRes 1.68
40788      Branch: perl
40789            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40790            ! ext/Time/HiRes/HiRes.xs
40791 ____________________________________________________________________________
40792 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
40793         Log: Subject: [PATCH] Minor tweak to via
40794              From: Andy Lester <andy@petdance.com>
40795              Message-ID: <20050513163952.GA20167@petdance.com>
40796              Date: Fri, 13 May 2005 11:39:52 -0500
40797              
40798              from a bug report and patch by Matt Lawrence
40799      Branch: perl
40800            ! ext/PerlIO/via/via.xs
40801 ____________________________________________________________________________
40802 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
40803         Log: Upgrade to CGI.pm 3.10
40804      Branch: perl
40805            + lib/CGI/t/can.t
40806            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
40807 ____________________________________________________________________________
40808 [ 24469] By: davem                                 on 2005/05/15  00:09:35
40809         Log: avoid leaked scalar in BEGIN { threads->new(...) }
40810      Branch: perl
40811            ! sv.c
40812 ____________________________________________________________________________
40813 [ 24468] By: davem                                 on 2005/05/14  23:16:50
40814         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
40815      Branch: perl
40816            ! perl.c
40817 ____________________________________________________________________________
40818 [ 24467] By: davem                                 on 2005/05/14  15:11:30
40819         Log: initialize the PL_xpvgv_[arena]root vars during clone
40820      Branch: perl
40821            ! sv.c
40822 ____________________________________________________________________________
40823 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
40824         Log: Update to Scalar-List-Utils-1.15
40825      Branch: perl
40826            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
40827            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
40828            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
40829            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
40830            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
40831            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
40832            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
40833            + ext/List/Util/t/p_tainted.t
40834            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
40835            ! ext/List/Util/lib/List/Util.pm
40836            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
40837            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
40838            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
40839            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
40840            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
40841            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
40842            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
40843            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
40844            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
40845            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
40846 ____________________________________________________________________________
40847 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
40848         Log: Subject: change to quiet cygwin's perlld
40849              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40850              Date: Fri, 13 May 2005 06:15:45 -0700
40851              Message-ID: <20050513131545.GB4024@efn.org>
40852      Branch: perl
40853            ! cygwin/perlld.in
40854 ____________________________________________________________________________
40855 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
40856         Log: Reorder the *more* arena allocation functions into a block
40857              As they are now ahead of their corresponding *new* functions, no need
40858              for all the embedding guff.
40859              Remove all the "register" keywords.
40860      Branch: perl
40861            ! embed.fnc embed.h hv.c proto.h sv.c
40862 ____________________________________________________________________________
40863 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
40864         Log: Allocate GV bodies from arenas
40865      Branch: perl
40866            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
40867 ____________________________________________________________________________
40868 [ 24455] By: davem                                 on 2005/05/12  19:07:27
40869         Log: make join.t threadsafe!
40870              tests 13 and 14 could output in reverse order. Add a lock to stop
40871              this.
40872      Branch: perl
40873            ! ext/threads/t/join.t
40874 ____________________________________________________________________________
40875 [ 24454] By: steveh                                on 2005/05/12  10:56:20
40876         Log: Remove a couple of unreferenced local variables
40877      Branch: perl
40878            ! win32/ext/Win32/Win32.xs
40879 ____________________________________________________________________________
40880 [ 24453] By: steveh                                on 2005/05/12  10:10:37
40881         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
40882              From: "Jan Dubois" <jand@ActiveState.com>
40883              Date: Wed, 11 May 2005 22:30:37 -0700
40884              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
40885      Branch: perl
40886            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
40887 ____________________________________________________________________________
40888 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
40889         Log: Silence DEBUGGING compilation warnings
40890      Branch: perl
40891            ! toke.c
40892 ____________________________________________________________________________
40893 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
40894         Log: SvUPGRADE doesn't return false.
40895      Branch: perl
40896            ! toke.c
40897 ____________________________________________________________________________
40898 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
40899         Log: Rework documentation of split(//,...)
40900      Branch: perl
40901            ! pod/perlfunc.pod
40902 ____________________________________________________________________________
40903 [ 24449] By: ams                                   on 2005/05/11  16:57:27
40904         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
40905              From: Steve Peters via RT <perlbug-followup@perl.org>
40906              Date: 11 May 2005 16:58:22 -0000
40907              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
40908              
40909              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
40910              From: Steve Peters via RT <perlbug-followup@perl.org>
40911              Date: 11 May 2005 17:13:29 -0000
40912              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
40913      Branch: perl
40914            ! pod/perlfunc.pod pod/perlsyn.pod
40915 ____________________________________________________________________________
40916 [ 24446] By: merijn                                on 2005/05/11  09:39:06
40917         Log: Subject: Hints changes for OS X 10.4
40918              From: Michael G Schwern <schwern@pobox.com>
40919              Date: Tue, 10 May 2005 18:10:47 -0700
40920              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
40921      Branch: perl
40922            ! hints/darwin.sh
40923 ____________________________________________________________________________
40924 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
40925         Log: Include vim/emacs modelines in generated files to open them
40926              in read-only mode. Make vi modelines compatible with non-vim
40927              vi versions.
40928      Branch: perl
40929            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
40930            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
40931            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
40932            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
40933            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
40934            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
40935            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
40936            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
40937            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
40938            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
40939 ____________________________________________________________________________
40940 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
40941         Log: Subject: potential [PATCH] Tru64 crank up strictness
40942              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40943              Date: May 10, 2005 7:44 PM
40944              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
40945      Branch: perl
40946            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
40947 ____________________________________________________________________________
40948 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
40949         Log: "make regen" should run reentr.pl
40950      Branch: perl
40951            ! regen.pl
40952 ____________________________________________________________________________
40953 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
40954         Log: Regenerate reentr.[ch]
40955      Branch: perl
40956            ! reentr.c reentr.h
40957 ____________________________________________________________________________
40958 [ 24441] By: ams                                   on 2005/05/10  17:23:26
40959         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
40960              From: Steve Peters <steve@fisharerojo.org>
40961              Date: Tue, 10 May 2005 12:44:13 -0500
40962              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
40963      Branch: perl
40964            + README.openbsd
40965            ! MANIFEST reentr.pl
40966 ____________________________________________________________________________
40967 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
40968         Log: Add editor boilerplates to all C files
40969              (except the generated ones)
40970      Branch: perl
40971            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
40972            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
40973            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
40974            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
40975            ! universal.c utf8.c util.c xsutils.c
40976 ____________________________________________________________________________
40977 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
40978         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
40979              plus a couple of 1 byte sv_setpv()s too.
40980      Branch: perl
40981            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
40982            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
40983 ____________________________________________________________________________
40984 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
40985         Log: As we have the length of the string easily to hand, no reason not to
40986              use it.
40987      Branch: perl
40988            ! op.c
40989 ____________________________________________________________________________
40990 [ 24437] By: ams                                   on 2005/05/10  14:41:08
40991         Log: Subject: [PATCH] perlop.pod nit
40992              From: Steve Peters <steve@fisharerojo.org>
40993              Date: Tue, 10 May 2005 09:41:01 -0500
40994              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
40995      Branch: perl
40996            ! pod/perlop.pod
40997 ____________________________________________________________________________
40998 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
40999         Log: Experiment with using the ptr_table code to hold the seen hash
41000      Branch: perl
41001            ! ext/Storable/Storable.xs
41002 ____________________________________________________________________________
41003 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
41004         Log: Simplify the debug and assert logic.
41005      Branch: perl
41006            ! ext/Storable/Storable.xs
41007 ____________________________________________________________________________
41008 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
41009         Log: Change 24165 missed one s/class/classname/ in the debugging code.
41010      Branch: perl
41011            ! ext/Storable/Storable.xs
41012 ____________________________________________________________________________
41013 [ 24433] By: ams                                   on 2005/05/10  03:16:23
41014         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
41015              From: Steve Peters <steve@fisharerojo.org>
41016              Date: Mon, 9 May 2005 21:10:49 -0500
41017              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
41018      Branch: perl
41019            ! reentr.h
41020 ____________________________________________________________________________
41021 [ 24432] By: ams                                   on 2005/05/10  03:15:34
41022         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
41023              From: Jan Dubois <jand@ActiveState.com>
41024              Date: Mon, 9 May 2005 19:29:06 -0700
41025              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
41026      Branch: perl
41027            ! config_h.SH
41028 ____________________________________________________________________________
41029 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
41030         Log: Subject: [PATCH] attributes-two.patch, the next batch
41031              From: Andy Lester <andy@petdance.com>
41032              Date: May 9, 2005 5:45 PM
41033              Message-ID: <20050509154518.GA18273@petdance.com>
41034      Branch: perl
41035            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
41036            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
41037            ! utf8.c
41038 ____________________________________________________________________________
41039 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
41040         Log: Fix typo (bug #35368)
41041      Branch: perl
41042            ! pod/perlreftut.pod
41043 ____________________________________________________________________________
41044 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
41045         Log: Update the comment describing arenas.
41046      Branch: perl
41047            ! sv.c
41048 ____________________________________________________________________________
41049 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
41050         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
41051              object file slightly smaller, and also increases the proportion of
41052              read only data section.
41053      Branch: perl
41054            ! gv.c
41055 ____________________________________________________________________________
41056 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
41057         Log: Upgrade to Unicode::Collate 0.50
41058      Branch: perl
41059            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
41060            + lib/Unicode/Collate/t/override.t
41061            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
41062            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
41063            ! lib/Unicode/Collate/t/contract.t
41064            ! lib/Unicode/Collate/t/hangtype.t
41065            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
41066            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
41067            ! lib/Unicode/Collate/t/normal.t
41068            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
41069            ! lib/Unicode/Collate/t/trailwt.t
41070            ! lib/Unicode/Collate/t/variable.t
41071            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
41072 ____________________________________________________________________________
41073 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
41074         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
41075              symbols are ithreads only.
41076      Branch: perl
41077            ! makedef.pl
41078 ____________________________________________________________________________
41079 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
41080         Log: Change 24420 should have hand updated globvar.sym to reflect the
41081              renaming of the global variable.
41082      Branch: perl
41083            ! globvar.sym
41084 ____________________________________________________________________________
41085 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
41086         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
41087              template. (Also slightly smaller object code)
41088      Branch: perl
41089            ! hv.c
41090 ____________________________________________________________________________
41091 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
41092         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
41093              From: Steve Peters <steve@fisharerojo.org>
41094              Date: Sun, 8 May 2005 20:49:17 -0500
41095              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
41096      Branch: perl
41097            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
41098 ____________________________________________________________________________
41099 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
41100         Log: Revert to Andy's first solution for nonnull attributes;
41101              add the missing defines for non-threaded perls in perl.h
41102      Branch: perl
41103            ! embed.h embed.pl global.sym perl.h proto.h
41104 ____________________________________________________________________________
41105 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
41106         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
41107              SvPV and a %s format.
41108      Branch: perl
41109            ! mg.c perl.h pp.c pp_hot.c
41110 ____________________________________________________________________________
41111 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
41112         Log: There's no need to set a reference count for the new SV heads, as it's
41113              always set to 1 at uprooting time.
41114              But set it to zero when DEBUGGING to make things clearer. Plus fix a
41115              bug introduced by change 22945, where the last SV head had an
41116              uninitialised reference count.
41117      Branch: perl
41118            ! sv.c
41119 ____________________________________________________________________________
41120 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
41121         Log: The idea is that when you find something, you stop looking.
41122              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
41123      Branch: perl
41124            ! sv.c
41125 ____________________________________________________________________________
41126 [ 24417] By: davem                                 on 2005/05/08  14:39:19
41127         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
41128      Branch: perl
41129            ! t/TEST
41130 ____________________________________________________________________________
41131 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
41132         Log: Tweak the insertion of __attribute__((nonnull())) declarations
41133              in proto.h so it compiles with and without threads with gcc 3.4
41134      Branch: perl
41135            ! embed.pl proto.h
41136 ____________________________________________________________________________
41137 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
41138         Log: Subject: [PATCH] GCC attributes!
41139              From: Andy Lester <andy@petdance.com>
41140              Date: May 4, 2005 11:55 PM
41141              Message-ID: <20050504215540.GA20413@petdance.com>
41142      Branch: perl
41143            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
41144            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
41145 ____________________________________________________________________________
41146 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
41147         Log: The ptr_table arena variables and code is only needed for ithreads.
41148      Branch: perl
41149            ! intrpvar.h sv.c
41150 ____________________________________________________________________________
41151 [ 24412] By: davem                                 on 2005/05/07  12:57:06
41152         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
41153              In the presence of 'my' in the conditional of a while(), until(),
41154              or for(;;) loop, add an extra scope to the body so that redo
41155              doesn't undef the lexical
41156      Branch: perl
41157            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
41158            ! pp_ctl.c proto.h t/op/loopctl.t
41159 ____________________________________________________________________________
41160 [ 24411] By: davem                                 on 2005/05/07  11:06:16
41161         Log: add 1.875c to the list of supported bisons
41162      Branch: perl
41163            ! regen_perly.pl
41164 ____________________________________________________________________________
41165 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
41166         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
41167              that other code assigning to $SIG{__WARN__} doesn't cause a premature
41168              free.
41169      Branch: perl
41170            ! perlio.c t/io/layers.t
41171 ____________________________________________________________________________
41172 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
41173         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
41174      Branch: perl
41175            ! sv.c
41176 ____________________________________________________________________________
41177 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
41178         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
41179      Branch: perl
41180            ! hv.c intrpvar.h sv.c
41181 ____________________________________________________________________________
41182 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
41183         Log: Upgrade to PathTools 3.07
41184      Branch: perl
41185            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
41186            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
41187            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
41188            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
41189            ! lib/File/Spec/t/Spec.t
41190 ____________________________________________________________________________
41191 [ 24406] By: ams                                   on 2005/05/06  15:17:26
41192         Log: Don't pretend SIGZERO exists [#35291].
41193      Branch: perl
41194            ! mg.c
41195 ____________________________________________________________________________
41196 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
41197         Log: Make the arena size changeable at compile time, and up the default by
41198              a factor of 4.
41199      Branch: perl
41200            ! hv.c perl.h sv.c
41201 ____________________________________________________________________________
41202 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
41203         Log: Allocate pointer table entries (for ithread cloning) from an arena
41204      Branch: perl
41205            ! embedvar.h intrpvar.h perlapi.h sv.c
41206 ____________________________________________________________________________
41207 [ 24402] By: davem                                 on 2005/05/05  20:52:11
41208         Log: avoid accessing a just-freed SV (keep ponie happy)
41209      Branch: perl
41210            ! pad.c
41211 ____________________________________________________________________________
41212 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
41213         Log: Missing files in Test::Simple
41214      Branch: perl
41215            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
41216            + t/lib/Test/Simple/sample_tests/exit.plx
41217 ____________________________________________________________________________
41218 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
41219         Log: Bump versions of non dual-life modules
41220      Branch: perl
41221            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
41222            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
41223 ____________________________________________________________________________
41224 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
41225         Log: Bump version numbers
41226      Branch: perl
41227            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
41228            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
41229 ____________________________________________________________________________
41230 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
41231         Log: Upgrade to Test::Simple 0.60
41232      Branch: perl
41233            - lib/Test/Simple/t/is_deeply.t
41234            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
41235            ! lib/Test/Simple.pm lib/Test/Simple/Changes
41236            ! lib/Test/Simple/t/00signature.t
41237            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
41238            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
41239            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
41240            ! lib/Test/Simple/t/require_ok.t
41241 ____________________________________________________________________________
41242 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
41243         Log: Bump B version numbers
41244      Branch: perl
41245            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
41246            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
41247            ! ext/B/t/OptreeCheck.pm
41248 ____________________________________________________________________________
41249 [ 24393] By: davem                                 on 2005/05/05  12:06:32
41250         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
41251      Branch: perl
41252            ! lib/Math/BigInt/t/bare_mbf.t
41253 ____________________________________________________________________________
41254 [ 24392] By: davem                                 on 2005/05/05  12:01:51
41255         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
41256              (made scope of %toto too narrow)
41257      Branch: perl
41258            ! t/TEST
41259 ____________________________________________________________________________
41260 [ 24390] By: davem                                 on 2005/05/05  00:34:50
41261         Log: make t/TEST detect various failure modes in testfile outputs
41262              in particular:
41263              multiple leader lines
41264              leader line not first or last line of file
41265              unrecognised lines
41266              out-of-sequence test numbers
41267      Branch: perl
41268            ! t/TEST
41269 ____________________________________________________________________________
41270 [ 24389] By: davem                                 on 2005/05/04  22:14:54
41271         Log: strictify t/TEST
41272              make most variables lexical, narrow their scope, and give some of
41273              them more meaningful names. Also fix a harmless bug where the wrong
41274              filehandles are closed (A+B rather than U+A)
41275      Branch: perl
41276            ! t/TEST
41277 ____________________________________________________________________________
41278 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
41279         Log: Document the unportability of atan2() edge cases
41280              and remove unportable tests (by Steve Peters)
41281      Branch: perl
41282            ! pod/perlport.pod t/op/exp.t
41283 ____________________________________________________________________________
41284 [ 24387] By: davem                                 on 2005/05/04  20:30:00
41285         Log: add test for [perl #34682] leaving eval via last in inner runops
41286      Branch: perl
41287            ! t/op/eval.t
41288 ____________________________________________________________________________
41289 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
41290         Log: Fix test numerotation
41291      Branch: perl
41292            ! t/op/goto.t
41293 ____________________________________________________________________________
41294 [ 24385] By: davem                                 on 2005/05/04  15:52:11
41295         Log: make goto.t use test.pl, strict and warnings
41296      Branch: perl
41297            ! t/op/goto.t
41298 ____________________________________________________________________________
41299 [ 24384] By: davem                                 on 2005/05/04  14:01:40
41300         Log: SEGV when next is followed by a goto
41301              
41302              next and redo didn't restore PL_curcop
41303      Branch: perl
41304            ! pp_ctl.c t/op/goto.t
41305 ____________________________________________________________________________
41306 [ 24383] By: ams                                   on 2005/05/04  12:12:30
41307         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
41308              From: Offer Kaye <offer.kaye@gmail.com>
41309              Date: Wed, 4 May 2005 15:10:37 +0300
41310              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
41311      Branch: perl
41312            ! pod/perlvar.pod
41313 ____________________________________________________________________________
41314 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
41315         Log: Sync synopses
41316      Branch: perl
41317            ! pod/perl.pod pod/perlrun.pod
41318 ____________________________________________________________________________
41319 [ 24381] By: davem                                 on 2005/05/03  22:10:45
41320         Log: document the internals of exception handling
41321      Branch: perl
41322            ! pod/perlhack.pod
41323 ____________________________________________________________________________
41324 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
41325         Log: Fix getting prototype of builtins mkdir and setpgrp.
41326              Hardcode special exceptions for exec and system, instead
41327              of trying to be clever and failing.
41328      Branch: perl
41329            ! opcode.h opcode.pl pp.c t/op/cproto.t
41330 ____________________________________________________________________________
41331 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
41332         Log: Error in the latest FindBin patch, noticed by Nicholas
41333      Branch: perl
41334            ! lib/FindBin.pm
41335 ____________________________________________________________________________
41336 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
41337         Log: mkdir without arguments now defaults to $_
41338      Branch: perl
41339            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
41340 ____________________________________________________________________________
41341 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
41342         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
41343              (The latter gives more diagnostics in the case of failure)
41344      Branch: perl
41345            ! t/op/exp.t
41346 ____________________________________________________________________________
41347 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
41348         Log: Convert to test.pl
41349      Branch: perl
41350            ! t/op/mkdir.t
41351 ____________________________________________________________________________
41352 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
41353         Log: Fix for [perl #34252] Access rights in FindBin::Bin
41354              At least on my platform, Cwd::getcwd doesn't find the current
41355              directory if it has no access to it. Try harder with Cwd::cwd.
41356      Branch: perl
41357            ! lib/FindBin.pm
41358 ____________________________________________________________________________
41359 [ 24374] By: steveh                                on 2005/05/03  08:51:24
41360         Log: Fix croak() and confess() so that they don't clobber $!
41361              (plus tests to check this)
41362      Branch: perl
41363            ! lib/Carp.pm lib/Carp.t
41364 ____________________________________________________________________________
41365 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
41366         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
41367      Branch: perl
41368            ! perl.c
41369 ____________________________________________________________________________
41370 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
41371         Log: Subject: [perl #33809] optimize macro dXSARGS 
41372              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
41373              Date: 17 Jan 2005 09:02:33 -0000
41374              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
41375      Branch: perl
41376            ! XSUB.h pod/perlapi.pod universal.c
41377 ____________________________________________________________________________
41378 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
41379         Log: Subject: [PATCH] IEEE math for the masses
41380              From: Steve Peters <steve@fisharerojo.org>
41381              Date: Fri, 15 Apr 2005 09:10:54 -0500
41382              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
41383              
41384              (tests added to t/op/exp.t)
41385      Branch: perl
41386            ! pp.c t/op/exp.t
41387 ____________________________________________________________________________
41388 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
41389         Log: Convert to test.pl
41390      Branch: perl
41391            ! t/op/exp.t
41392 ____________________________________________________________________________
41393 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
41394         Log: A slightly better layout for the diagram.
41395      Branch: perl
41396            ! ext/B/B.pm
41397 ____________________________________________________________________________
41398 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
41399         Log: Clarify the definition of the 'w' pack format, as suggested by
41400              Alexey Toptygin.
41401      Branch: perl
41402            ! pod/perlfunc.pod
41403 ____________________________________________________________________________
41404 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
41405         Log: For perls where pids and ppids are cached, when the ppid of
41406              the perl process becomes 1, refresh the ppid cache (this may
41407              indicate that the parent process has died.)
41408      Branch: perl
41409            ! pp_sys.c
41410 ____________________________________________________________________________
41411 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
41412         Log: Change inheritance hierarchy of B subclassses :
41413              
41414              Subject: @B::NV::ISA = 'B::IV';
41415              From: Nicholas Clark <nick@ccl4.org>
41416              Date: Wed, 27 Apr 2005 14:57:51 +0100
41417              Message-ID: <20050427135750.GD94420@plum.flirble.org>
41418      Branch: perl
41419            ! ext/B/B.pm
41420 ____________________________________________________________________________
41421 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
41422         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
41423              From: Andy Lester <andy@petdance.com>
41424              Date: Sun, 1 May 2005 15:07:55 -0500
41425              Message-ID: <20050501200755.GA30259@petdance.com>
41426      Branch: perl
41427            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
41428            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
41429 ____________________________________________________________________________
41430 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
41431         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
41432              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
41433              Date: Wed, 3 Nov 2004 16:38:01 +0100
41434              Message-ID: <20041103163801.6839be30@valis.local>
41435      Branch: perl
41436            ! ext/Data/Dumper/Dumper.pm
41437 ____________________________________________________________________________
41438 [ 24363] By: davem                                 on 2005/05/02  14:27:20
41439         Log: Better fix for #8738  (Core dump in 'leavetry')
41440              When in an inner runops loop (eg via a tie or sort), an eval
41441              needs a new JMPENV pushing by S_docatch. If an exception is raised,
41442              control is returned to S_docatch, and it must determine whether
41443              the eval that trapped the exception is an inner eval or an outer
41444              one. In the former case, restart the loop, in the latter case,
41445              rethrow the exception. This is determined by whether we are still
41446              at the same PL_curstackinfo level. This fails in the case of
41447              SPLICE(), which pushes a new SETJMP and runops level, but not a
41448              new stackinfo level. There may be other code which does similar.
41449              The solution is to store the current value of PL_top_env in each
41450              pushed CxEVAL, and see if it's still the same as PL_top_env when
41451              the exception is handled.
41452      Branch: perl
41453            ! cop.h pp_ctl.c
41454 ____________________________________________________________________________
41455 [ 24362] By: davem                                 on 2005/05/02  13:51:42
41456         Log: Revert change #15705 (Core dump in 'leavetry')
41457              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
41458              and reintroduces an eval optimisation for innter runops levels
41459      Branch: perl
41460            ! pp_ctl.c
41461 ____________________________________________________________________________
41462 [ 24361] By: davem                                 on 2005/05/02  13:29:17
41463         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
41464              so that a JMPENV* entry can be added to struct block_eval
41465      Branch: perl
41466            ! cop.h scope.h
41467 ____________________________________________________________________________
41468 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
41469         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
41470      Branch: perl
41471            ! lib/base.pm
41472 ____________________________________________________________________________
41473 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
41474         Log: Subject: [PATCH] undo pod utilities regression in 24034
41475              From: "Craig A. Berry" <craigberry@mac.com>
41476              Date: Fri, 29 Apr 2005 17:22:48 -0500
41477              Message-ID: <4272B3B8.6030603@mac.com>
41478      Branch: perl
41479            ! pod/pod2usage.PL pod/podselect.PL
41480 ____________________________________________________________________________
41481 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
41482         Log: Subject: [PATCH] uninitialized warnings in regcomp
41483              From: Steven Philip Schubiger <steven@accognoscere.org>
41484              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
41485              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
41486      Branch: perl
41487            ! regcomp.c
41488 ____________________________________________________________________________
41489 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
41490         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
41491              Should this be a panic: ?
41492      Branch: perl
41493            ! sv.c
41494 ____________________________________________________________________________
41495 [ 24355] By: merijn                                on 2005/04/29  15:32:17
41496         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
41497              unintendedly removed by patch #23435
41498      Branch: perl
41499            ! config_h.SH
41500 ____________________________________________________________________________
41501 [ 24354] By: merijn                                on 2005/04/29  13:59:36
41502         Log: Subject: [PATCH] Small patch to perlport.pod
41503              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
41504              Date: Thu, 28 Apr 2005 02:24:04 +0200
41505              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
41506      Branch: perl
41507            ! pod/perlport.pod
41508 ____________________________________________________________________________
41509 [ 24353] By: steveh                                on 2005/04/29  09:07:19
41510         Log: Subject: [PATCH] one cannot "static" exported functions
41511              From: <jarkko.hietaniemi@nokia.com>
41512              Date: Fri, 29 Apr 2005 11:02:01 +0300
41513              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
41514      Branch: perl
41515            ! perlio.c
41516 ____________________________________________________________________________
41517 [ 24352] By: steveh                                on 2005/04/29  08:24:50
41518         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
41519              (rather than when PERL_IMPLICIT_SYS is defined)
41520      Branch: perl
41521            ! makedef.pl
41522 ____________________________________________________________________________
41523 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
41524         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
41525      Branch: perl
41526            ! sv.c
41527 ____________________________________________________________________________
41528 [ 24350] By: steveh                                on 2005/04/28  16:42:13
41529         Log: Subject: (in blead) a missing const in a prototype
41530              From: <jarkko.hietaniemi@nokia.com>
41531              Date: Wed, 27 Apr 2005 17:35:27 +0300
41532              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
41533      Branch: perl
41534            ! embed.fnc proto.h
41535 ____________________________________________________________________________
41536 [ 24349] By: steveh                                on 2005/04/28  16:38:51
41537         Log: Silence a compilation warning on Win32
41538      Branch: perl
41539            ! pp.c
41540 ____________________________________________________________________________
41541 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
41542         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
41543              becase there's a lot of code around that calls SvOOK_off(), memmov()s
41544              the buffer, then promptly free()s it. So avoid the needless memmov().
41545      Branch: perl
41546            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
41547 ____________________________________________________________________________
41548 [ 24347] By: steveh                                on 2005/04/28  11:13:55
41549         Log: Remove temporary clean-up from Win32 makefiles
41550              
41551              Change 22501 temporarily added some clean-up to the Win32 makefiles
41552              which was only meant to stay until cpan rt #5616 was fixed.  It is
41553              now fixed (in EU-MM 6.22, which in turn has been in blead for a
41554              while now), so these hacks are no longer required.
41555              
41556              This change is also good for maint, which currently contains EU-MM
41557              6.17, which didn't create the blibdirs.exists files in question
41558              anyway.
41559      Branch: perl
41560            ! win32/Makefile win32/makefile.mk
41561 ____________________________________________________________________________
41562 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
41563         Log: Remove confusing punctuation
41564              (spotted by David Rigaudiere)
41565      Branch: perl
41566            ! pod/perlvar.pod
41567 ____________________________________________________________________________
41568 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
41569         Log: Calling sv_backoff() on something that's about to be free()d will
41570              memmov() memory that's about to be freed. Seems wasteful.
41571      Branch: perl
41572            ! sv.c
41573 ____________________________________________________________________________
41574 [ 24341] By: steveh                                on 2005/04/28  08:44:28
41575         Log: Fix perlsio_binmode() export breakage caused by change #24338
41576              
41577              Define and export perlsio_binmode() based on the same condition,
41578              namely, that USE_PERLIO is defined and USE_SFIO is not.
41579      Branch: perl
41580            ! makedef.pl perlio.c
41581 ____________________________________________________________________________
41582 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
41583         Log: The if() clause is the wrong way round, so OOK can never be true in
41584              this case. Given that OOK is never undone, we could never have been
41585              correctly upgrading a PV with OOK to HV or AV. I believe that only
41586              SVt_NULL is the only type ever upgraded to HV or AV.
41587      Branch: perl
41588            ! sv.c
41589 ____________________________________________________________________________
41590 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
41591         Log: A couple of warning fixes by Gisle
41592      Branch: perl
41593            ! pp.c pp_sys.c
41594 ____________________________________________________________________________
41595 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
41596         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
41597              From: Andy Lester <andy@petdance.com>
41598              Date: Wed, 27 Apr 2005 10:02:43 -0500
41599              Message-ID: <20050427150243.GA21883@petdance.com>
41600      Branch: perl
41601            ! perl.c perlio.c perlio.h perliol.h
41602 ____________________________________________________________________________
41603 [ 24334] By: steveh                                on 2005/04/27  08:35:40
41604         Log: Subject: Win32 MM test fix
41605              From: Michael G Schwern <schwern@pobox.com>
41606              Date: Mon, 18 Apr 2005 14:30:19 -0700
41607              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
41608              
41609              Subject: Re: Win32 MM test fix
41610              From: demerphq <demerphq@gmail.com>
41611              Date: Tue, 19 Apr 2005 00:57:59 +0200
41612              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
41613      Branch: perl
41614            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
41615 ____________________________________________________________________________
41616 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
41617         Log: Subject: [PATCH] XS() __attribute__
41618              From: Andy Lester <andy@petdance.com>
41619              Date: Fri, 22 Apr 2005 17:39:47 -0500
41620              Message-ID: <20050422223947.GA4681@petdance.com>
41621      Branch: perl
41622            ! XSUB.h universal.c xsutils.c
41623 ____________________________________________________________________________
41624 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
41625         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
41626              From: Andy Lester <andy@petdance.com>
41627              Date: Mon, 25 Apr 2005 17:56:51 -0500
41628              Message-ID: <20050425225651.GB17271@petdance.com>
41629      Branch: perl
41630            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
41631 ____________________________________________________________________________
41632 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
41633         Log: Upgrade to CGI.pm 3.08
41634      Branch: perl
41635            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
41636            ! lib/CGI/Pretty.pm
41637 ____________________________________________________________________________
41638 [ 24325] By: merijn                                on 2005/04/26  11:28:42
41639         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
41640              Date: Tue, 26 Apr 2005 12:22:12 +0300
41641              From: <jarkko.hietaniemi@nokia.com>
41642              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
41643              From: Steve Hay <steve.hay@uk.radan.com>
41644              Message-ID: <426E11A3.8070002@uk.radan.com>
41645      Branch: perl
41646            ! ext/Storable/Storable.xs
41647 ____________________________________________________________________________
41648 [ 24321] By: steveh                                on 2005/04/25  13:09:57
41649         Log: Update location to fetch dmake from in README.win32
41650              
41651              Use the generic search.cpan.org URL so that the latest version is
41652              always found
41653      Branch: perl
41654            ! README.win32
41655 ____________________________________________________________________________
41656 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
41657         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
41658              From: demerphq <demerphq@gmail.com>
41659              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
41660              Date: Sun, 24 Apr 2005 21:35:35 +0200
41661      Branch: perl
41662            ! lib/unicore/README.perl lib/unicore/mktables
41663            ! lib/unicore/mktables.lst
41664 ____________________________________________________________________________
41665 [ 24319] By: steveh                                on 2005/04/25  11:05:24
41666         Log: Provide $Config{libswanted_uselargefiles} on Win32
41667              
41668              This fixes some test failures introduced by change 24271.
41669      Branch: perl
41670            ! win32/config.bc win32/config.gc win32/config.vc
41671            ! win32/config.vc64
41672 ____________________________________________________________________________
41673 [ 24318] By: steveh                                on 2005/04/25  07:47:11
41674         Log: Subject: [PATCH] combopatch
41675              From: Jarkko Hietaniemi <jhi@iki.fi>
41676              Date: Sun, 24 Apr 2005 22:58:15 +0300
41677              Message-ID: <426BFA57.9060105@iki.fi>
41678      Branch: perl
41679            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
41680            ! proto.h toke.c util.c
41681 ____________________________________________________________________________
41682 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
41683         Log: Fix typo, noticed by Randal Schwartz
41684      Branch: perl
41685            ! pod/perlfunc.pod
41686 ____________________________________________________________________________
41687 [ 24316] By: ams                                   on 2005/04/25  01:36:38
41688         Log: Add STORABLE_attach hook (Adam Kennedy).
41689      Branch: perl
41690            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
41691            + ext/Storable/t/attach_singleton.t
41692            + ext/Storable/t/circular_hook.t
41693            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
41694            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
41695 ____________________________________________________________________________
41696 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
41697         Log: Add files missing in 24314
41698      Branch: perl
41699            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
41700            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
41701            + lib/Test/Harness/t/version.t
41702 ____________________________________________________________________________
41703 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
41704         Log: Upgrade to Test::Harness 2.48
41705      Branch: perl
41706            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
41707            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
41708            ! lib/Test/Harness/t/00compile.t
41709            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
41710            ! t/lib/sample-tests/skip
41711 ____________________________________________________________________________
41712 [ 24313] By: merijn                                on 2005/04/24  11:52:03
41713         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
41714              From: Steve Peters <steve@fisharerojo.org>
41715              Date: Sat, 23 Apr 2005 22:37:48 -0500
41716              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
41717      Branch: perl
41718            ! Configure
41719 ____________________________________________________________________________
41720 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
41721         Log: Add %patchlevel hash to Module::CoreList
41722      Branch: perl
41723            ! lib/Module/CoreList.pm
41724 ____________________________________________________________________________
41725 [ 24310] By: merijn                                on 2005/04/24  09:12:37
41726         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
41727              From: "Craig A. Berry" <craigberry@mac.com>
41728              Date: Sat, 23 Apr 2005 18:25:52 -0500
41729              Message-ID: <426AD980.2010801@mac.com>
41730      Branch: perl
41731            ! lib/Time/Local.t
41732 ____________________________________________________________________________
41733 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
41734         Log: Variable declarations can't come after statements in C89.
41735      Branch: perl
41736            ! util.c
41737 ____________________________________________________________________________
41738 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
41739         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
41740              reducing embed.h by about 10%.
41741      Branch: perl
41742            ! embed.h embed.pl
41743 ____________________________________________________________________________
41744 [ 24307] By: davem                                 on 2005/04/23  13:56:18
41745         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
41746              From:  Steve Peters <steve@fisharerojo.org>
41747              Date:  Fri, 22 Apr 2005 22:36:03 -0500
41748              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
41749              
41750              localtime() can return null
41751      Branch: perl
41752            ! util.c
41753 ____________________________________________________________________________
41754 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
41755         Log: Convert to test.pl
41756      Branch: perl
41757            ! t/op/substr.t
41758 ____________________________________________________________________________
41759 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
41760         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
41761              From: "Craig A. Berry" <craigberry@mac.com>
41762              Message-ID: <42692501.6090809@mac.com>
41763              Date: Fri, 22 Apr 2005 11:23:29 -0500
41764      Branch: perl
41765            ! t/uni/class.t
41766 ____________________________________________________________________________
41767 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
41768         Log: Patch by Yves Orton to accept several options on the corelist(1)
41769              command-line. Plus POD nits.
41770      Branch: perl
41771            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
41772 ____________________________________________________________________________
41773 [ 24290] By: steveh                                on 2005/04/22  13:51:47
41774         Log: Fix last remaining Win32 linker error following change 24271
41775              
41776              (Supplied by Jarkko in a makedef.pl that was omitted from the
41777              aforementioned change)
41778      Branch: perl
41779            ! makedef.pl
41780 ____________________________________________________________________________
41781 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
41782         Log: There's no point listing '-f' in --help output
41783              when perl isn't built with USE_SITECUSTOMIZE, since it might
41784              confuse users about $sitelib/sitecustomize.pl being sourced
41785              at startup.
41786      Branch: perl
41787            ! perl.c
41788 ____________________________________________________________________________
41789 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
41790         Log: For now, TODO the 2 tests that fail on 5.8.x
41791      Branch: perl
41792            ! ext/B/t/optree_specials.t
41793 ____________________________________________________________________________
41794 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
41795         Log: -A wasn't listed in the --help output
41796      Branch: perl
41797            ! perl.c
41798 ____________________________________________________________________________
41799 [ 24280] By: steveh                                on 2005/04/22  09:59:54
41800         Log: Fix more Win32 linker errors following change 24271
41801              
41802              This clears up problems with Perl_free_global_struct and
41803              Perl_init_global_struct
41804      Branch: perl
41805            ! embed.fnc embed.h global.sym makedef.pl proto.h
41806 ____________________________________________________________________________
41807 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
41808         Log: Subject: [PATCH] pp_pack.c warning quieting
41809              From: Andy Lester <andy@petdance.com>
41810              Date: Thu, 21 Apr 2005 11:33:13 -0500
41811              Message-ID: <20050421163313.GA20930@petdance.com>
41812      Branch: perl
41813            ! pp_pack.c
41814 ____________________________________________________________________________
41815 [ 24278] By: steveh                                on 2005/04/22  08:59:58
41816         Log: Fix Win32 linker errors following change 24271
41817              
41818              This clears up "unresolved external" errors for the following symbols:
41819              
41820              PL_watch_pvx
41821              Perl_Gappctx_ptr
41822              Perl_Gmmap_page_size_ptr
41823              Perl_Gsig_defaulting_ptr
41824              Perl_Gsig_handlers_initted_ptr
41825              Perl_Gsig_ignoring_ptr
41826              Perl_Gsig_sv_ptr
41827              Perl_Gtimesbase_ptr
41828              Perl_Gwatch_pvx_ptr
41829      Branch: perl
41830            ! makedef.pl
41831 ____________________________________________________________________________
41832 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
41833         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
41834              From: Steve Peters <steve@fisharerojo.org>
41835              Date: Thu, 21 Apr 2005 18:55:47 -0500
41836              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
41837      Branch: perl
41838            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
41839            ! sv.h
41840 ____________________________________________________________________________
41841 [ 24276] By: steveh                                on 2005/04/22  08:13:01
41842         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
41843      Branch: perl
41844            ! pp_sys.c
41845 ____________________________________________________________________________
41846 [ 24275] By: davem                                 on 2005/04/21  21:30:11
41847         Log: Sigh - really bump Text::Wrap version number this time.
41848      Branch: perl
41849            ! lib/Text/Wrap.pm
41850 ____________________________________________________________________________
41851 [ 24274] By: davem                                 on 2005/04/21  21:27:15
41852         Log: bump version number in Text::Wrap after change #24273
41853      Branch: perl
41854            ! lib/Text/Wrap.pm
41855 ____________________________________________________________________________
41856 [ 24273] By: davem                                 on 2005/04/21  21:22:54
41857         Log: Text::Wrap::wrap() fails with non-space separator
41858      Branch: perl
41859            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
41860 ____________________________________________________________________________
41861 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
41862         Log: Subject: [PATCH] Symbian port of Perl
41863              From: <jarkko.hietaniemi@nokia.com>
41864              Date: Mon, 18 Apr 2005 13:18:30 +0300
41865              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
41866      Branch: perl
41867            + README.symbian ext/DynaLoader/dl_symbian.xs
41868            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
41869            + symbian/PerlApp.rss symbian/PerlAppAif.rss
41870            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
41871            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
41872            + symbian/TODO symbian/bld.inf symbian/config.pl
41873            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
41874            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
41875            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
41876            + symbian/symbian_proto.h symbian/symbian_stubs.c
41877            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
41878            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
41879            + symbian/xsbuild.pl
41880            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
41881            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
41882            ! embed.h embed.pl embedvar.h ext/B/B.xs
41883            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
41884            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
41885            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
41886            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
41887            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
41888            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
41889            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
41890            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
41891            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
41892            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
41893            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
41894            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
41895            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
41896            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
41897            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
41898            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
41899            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
41900            ! win32/makefile.mk win32/win32io.c xsutils.c
41901 ____________________________________________________________________________
41902 [ 24270] By: davem                                 on 2005/04/21  15:36:14
41903         Log: substr uses utf8 length cache incorrectly
41904      Branch: perl
41905            ! sv.c t/op/substr.t
41906 ____________________________________________________________________________
41907 [ 24269] By: davem                                 on 2005/04/21  00:13:14
41908         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
41909              From:  Andy Lester <andy@petdance.com>
41910              Date:  Wed, 13 Apr 2005 21:06:01 -0500
41911              Message-Id:  <20050414020601.GA21346@petdance.com>
41912              
41913              add 'const', and remove extraneous code, from pp_concat
41914      Branch: perl
41915            ! pp_hot.c t/op/concat.t
41916 ____________________________________________________________________________
41917 [ 24268] By: davem                                 on 2005/04/20  23:56:18
41918         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
41919              From:  David Dyck <david.dyck@fluke.com>
41920              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
41921              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
41922              
41923              fix nits in change #24264:
41924              some preprocessors don't like #ifdefs within a macro's args;
41925              also removed duplicate semicolons from macro definitions.
41926      Branch: perl
41927            ! perl.h
41928 ____________________________________________________________________________
41929 [ 24267] By: davem                                 on 2005/04/20  23:35:54
41930         Log: In change 24266 I failed to actually change anything. Sigh.
41931      Branch: perl
41932            ! ext/Sys/Syslog/Syslog.pm
41933 ____________________________________________________________________________
41934 [ 24266] By: davem                                 on 2005/04/20  23:32:04
41935         Log: change misleading syslog() example
41936      Branch: perl
41937            ! ext/Sys/Syslog/Syslog.pm
41938 ____________________________________________________________________________
41939 [ 24265] By: davem                                 on 2005/04/20  21:47:40
41940         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
41941              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
41942              Date:  20 Apr 2005 19:28:14 -0000
41943              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
41944              
41945              improved version of change 21842 that copes with glob DB::sub
41946              existing but &DB::sub not existing.
41947      Branch: perl
41948            ! mg.c pp_ctl.c t/op/caller.t
41949 ____________________________________________________________________________
41950 [ 24264] By: davem                                 on 2005/04/20  21:32:23
41951         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
41952              From:  Andy Lester <andy@petdance.com>
41953              Date:  Wed, 20 Apr 2005 15:09:24 -0500
41954              Message-Id:  <20050420200923.GA3017@petdance.com>
41955              
41956              The MGVTBL structures contain 7 function pointers, but only 5 were
41957              getting initialized. Plus, there were repeated lists between
41958              declaration and definition; add a macro to declare or define
41959              all the global MGVTBLs as appropriate.
41960      Branch: perl
41961            ! perl.h
41962 ____________________________________________________________________________
41963 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
41964         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
41965              From: Steve Peters <steve@fisharerojo.org>
41966              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
41967              Date: Wed, 20 Apr 2005 06:27:20 -0500
41968      Branch: perl
41969            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
41970 ____________________________________________________________________________
41971 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
41972         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
41973      Branch: perl
41974            ! sv.c
41975 ____________________________________________________________________________
41976 [ 24257] By: davem                                 on 2005/04/19  23:47:38
41977         Log: run regen_headers after addition of FOO_set() macros
41978      Branch: perl
41979            ! ext/ByteLoader/byterun.c
41980 ____________________________________________________________________________
41981 [ 24256] By: davem                                 on 2005/04/19  23:43:54
41982         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
41983              From:  Andy Lester <andy@petdance.com>
41984              Date:  Tue, 19 Apr 2005 11:38:44 -0500
41985              Message-Id:  <20050419163844.GA19747@petdance.com>
41986      Branch: perl
41987            ! embed.fnc embed.h pad.c pad.h proto.h
41988 ____________________________________________________________________________
41989 [ 24255] By: davem                                 on 2005/04/19  23:31:52
41990         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
41991      Branch: perl
41992            ! op.c
41993 ____________________________________________________________________________
41994 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
41995         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
41996      Branch: perl
41997            ! sv.c
41998 ____________________________________________________________________________
41999 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
42000         Log: Restore SvEND_set
42001      Branch: perl
42002            ! sv.h
42003 ____________________________________________________________________________
42004 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
42005         Log: Force RVALUE macros when in PERL_DEBUG_COW
42006      Branch: perl
42007            ! ext/ByteLoader/byterun.c sv.c sv.h
42008 ____________________________________________________________________________
42009 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
42010         Log: Avoid generating thousands of UTF-8 warnings when testing under a
42011              UTF-8 locale
42012      Branch: perl
42013            ! t/op/pack.t
42014 ____________________________________________________________________________
42015 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
42016         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
42017              valid C code
42018      Branch: perl
42019            ! perl.h
42020 ____________________________________________________________________________
42021 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
42022         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
42023              From: Steve Peters <steve@fisharerojo.org>
42024              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
42025              Date: Mon, 18 Apr 2005 19:09:25 -0500
42026      Branch: perl
42027            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
42028            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
42029            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
42030            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
42031            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
42032            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
42033            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
42034            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
42035            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
42036            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
42037            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
42038            ! scope.c sv.c sv.h toke.c
42039 ____________________________________________________________________________
42040 [ 24247] By: davem                                 on 2005/04/19  01:38:54
42041         Log: Add CLONE_SKIP() class method to allow individual classes to skip
42042              cloning objects during thread creation
42043      Branch: perl
42044            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
42045 ____________________________________________________________________________
42046 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
42047         Log: PERL_DEBUG_COW for SvUVX and SvPVX
42048      Branch: perl
42049            ! ext/DynaLoader/dl_dyld.xs sv.h
42050 ____________________________________________________________________________
42051 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
42052         Log: SvPV_renew also calls SvLEN_set
42053              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
42054              For Ponie this can be a single call into the PMC
42055      Branch: perl
42056            ! pp_hot.c pp_sys.c sv.h toke.c
42057 ____________________________________________________________________________
42058 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
42059         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
42060              SvPVX
42061      Branch: perl
42062            ! pp_hot.c pp_sys.c sv.h toke.c
42063 ____________________________________________________________________________
42064 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
42065         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
42066      Branch: perl
42067            ! handy.h
42068 ____________________________________________________________________________
42069 [ 24242] By: steveh                                on 2005/04/18  16:04:20
42070         Log: Fix bug #33664: allow for transport providers with protocol == 0
42071              
42072              (This indicates that any protocol may be used, so don't bother checking
42073              that the requested protocol matches in this case.)
42074      Branch: perl
42075            ! win32/win32sck.c
42076 ____________________________________________________________________________
42077 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
42078         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
42079      Branch: perl
42080            ! pp_hot.c
42081 ____________________________________________________________________________
42082 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
42083         Log: Two more uses of lvalue SvIVX()
42084      Branch: perl
42085            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
42086 ____________________________________________________________________________
42087 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
42088         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
42089              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
42090              From: Steve Peters <steve@fisharerojo.org>
42091              Date: Sat, 16 Apr 2005 11:05:02 -0500
42092              
42093              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
42094      Branch: perl
42095            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
42096            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
42097            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
42098 ____________________________________________________________________________
42099 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
42100         Log: Update the outdated info in "Minimizing the Perl installation"
42101      Branch: perl
42102            ! INSTALL
42103 ____________________________________________________________________________
42104 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
42105         Log: Fix for:
42106              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
42107              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
42108              Date: 12 Apr 2005 19:12:58 -0000
42109              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
42110              
42111              This syntax error now produces a panic message.
42112      Branch: perl
42113            ! op.c
42114 ____________________________________________________________________________
42115 [ 24236] By: merijn                                on 2005/04/13  15:10:24
42116         Log: Subject: [PATCH] Removing yydestruct from perly.c
42117              From: Andy Lester <andy@petdance.com>
42118              Date: Wed, 13 Apr 2005 10:06:47 -0500
42119              Message-ID: <20050413150647.GA13464@petdance.com>
42120      Branch: perl
42121            ! perly.c
42122 ____________________________________________________________________________
42123 [ 24235] By: merijn                                on 2005/04/13  14:51:00
42124         Log: Mandrakesoft is now Mandriva
42125      Branch: perl
42126            ! AUTHORS
42127 ____________________________________________________________________________
42128 [ 24234] By: merijn                                on 2005/04/13  14:41:20
42129         Log: H.Merijn changed e-mail
42130      Branch: perl
42131            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
42132            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
42133 ____________________________________________________________________________
42134 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
42135         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
42136              From: Robin Barker <Robin.Barker@npl.co.uk>
42137              Date: Tue, 12 Apr 2005 18:53:32 +0100
42138              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
42139      Branch: perl
42140            ! perly.c regcomp.c regexec.c toke.c
42141 ____________________________________________________________________________
42142 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
42143         Log: Upgrade to ExtUtils::MakeMaker 6.28
42144      Branch: perl
42145            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
42146            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
42147            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
42148            ! lib/ExtUtils/Manifest.pm
42149 ____________________________________________________________________________
42150 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
42151         Log: Upgrade to Encode 2.0902
42152      Branch: perl
42153            + ext/Encode/t/utf8strict.t
42154            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
42155            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
42156            ! ext/Encode/MANIFEST ext/Encode/META.yml
42157            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
42158            ! ext/Encode/t/fallback.t
42159 ____________________________________________________________________________
42160 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
42161         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
42162              Plus add an editor block
42163      Branch: perl
42164            ! op.c
42165 ____________________________________________________________________________
42166 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
42167         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
42168              From: Steve Peters <steve@fisharerojo.org>
42169              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
42170              Date: Sun, 10 Apr 2005 21:37:36 -0500
42171              
42172              (with correction to SvUV_set)
42173      Branch: perl
42174            ! ext/List/Util/Util.xs sv.c sv.h
42175 ____________________________________________________________________________
42176 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
42177         Log: Avoid taking a reference to SvIVX and putting that address on the
42178              save stack
42179      Branch: perl
42180            ! perl.c pp_ctl.c pp_hot.c
42181 ____________________________________________________________________________
42182 [ 24227] By: steveh                                on 2005/04/11  10:39:59
42183         Log: Support d_libm_lib_version for Win32 (see change 24217)
42184      Branch: perl
42185            ! win32/config.bc win32/config.gc win32/config.vc
42186            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
42187            ! win32/config_H.vc win32/config_H.vc64
42188 ____________________________________________________________________________
42189 [ 24226] By: merijn                                on 2005/04/11  10:09:06
42190         Log: Out of sync metaunit caused the erroneous return of the
42191              removed d_sitecustomize. Mea Culpa.
42192      Branch: perl
42193            ! Configure
42194 ____________________________________________________________________________
42195 [ 24225] By: steveh                                on 2005/04/11  09:39:40
42196         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
42197      Branch: perl
42198            ! win32/Makefile win32/makefile.mk
42199 ____________________________________________________________________________
42200 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
42201         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
42202              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
42203              Date: Fri, 8 Apr 2005 15:28:28 -0300
42204              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
42205      Branch: perl
42206            ! pod/perlfunc.pod
42207 ____________________________________________________________________________
42208 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
42209         Log: Make the four-argument form of select() return undef
42210              instead of -1 on error.
42211      Branch: perl
42212            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
42213 ____________________________________________________________________________
42214 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
42215         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
42216      Branch: perl
42217            ! win32/Makefile win32/makefile.mk
42218 ____________________________________________________________________________
42219 [ 24221] By: merijn                                on 2005/04/11  06:06:13
42220         Log: Subject: Re: New Configure functionality
42221              From: Abe Timmerman <abe@ztreet.demon.nl>
42222              Date: Sun, 10 Apr 2005 22:19:28 +0200
42223              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
42224      Branch: perl
42225            ! configure.com
42226 ____________________________________________________________________________
42227 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
42228         Log: POD typo.
42229      Branch: perl
42230            ! lib/Module/CoreList.pm
42231 ____________________________________________________________________________
42232 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
42233         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
42234              5.00{0,1,2}. Upgrade version number.
42235      Branch: perl
42236            ! lib/Module/CoreList.pm
42237 ____________________________________________________________________________
42238 [ 24218] By: merijn                                on 2005/04/10  18:00:05
42239         Log: Sorting still is a mess. This is better.
42240      Branch: perl
42241            ! config_h.SH
42242 ____________________________________________________________________________
42243 [ 24217] By: merijn                                on 2005/04/10  17:08:36
42244         Log: Configure now probes for _LIB_VERSION support in math.h/libm
42245              LIBM_LIB_VERSION is defined if it does
42246      Branch: perl
42247            ! Configure Porting/config_H config_h.SH handy.h
42248 ____________________________________________________________________________
42249 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
42250         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
42251      Branch: perl
42252            ! pod/perldiag.pod pp_hot.c
42253 ____________________________________________________________________________
42254 [ 24214] By: merijn                                on 2005/04/10  09:14:06
42255         Log: Subject: [PATCH] usesitecustomize for VMS
42256              From: "Craig A. Berry" <craigberry@mac.com>
42257              Date: Sat, 09 Apr 2005 15:58:43 -0500
42258              Message-ID: <42584203.2090405@mac.com>
42259      Branch: perl
42260            ! configure.com
42261 ____________________________________________________________________________
42262 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
42263         Log: Mangle the expected output correctly for both 5.9 and 5.8
42264      Branch: perl
42265            ! ext/B/t/stash.t
42266 ____________________________________________________________________________
42267 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
42268         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
42269              From: Michael G Schwern <schwern@pobox.com>
42270              Date: Thu, 7 Apr 2005 15:15:00 -0700
42271              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
42272              
42273              Fix duplicate target warnings
42274      Branch: perl
42275            ! lib/ExtUtils/MM_Any.pm
42276 ____________________________________________________________________________
42277 [ 24211] By: merijn                                on 2005/04/08  14:22:05
42278         Log: The last remains of d_sitecustomize
42279      Branch: perl
42280            ! Porting/config.sh
42281 ____________________________________________________________________________
42282 [ 24210] By: merijn                                on 2005/04/08  14:16:59
42283         Log: now usesitecustomize is used more generic
42284      Branch: perl
42285            ! config_h.SH
42286 ____________________________________________________________________________
42287 [ 24209] By: steveh                                on 2005/04/08  14:15:14
42288         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
42289              From: Steven Schubiger <steven@accognoscere.org>
42290              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
42291              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
42292              
42293              (with arguments changed to match perlfunc.pod)
42294      Branch: perl
42295            ! pod/perlport.pod
42296 ____________________________________________________________________________
42297 [ 24208] By: merijn                                on 2005/04/08  14:12:54
42298         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
42299      Branch: perl
42300            ! Configure
42301 ____________________________________________________________________________
42302 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
42303         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
42304      Branch: perl
42305            ! pad.c sv.h
42306 ____________________________________________________________________________
42307 [ 24205] By: merijn                                on 2005/04/08  12:18:42
42308         Log: Subject: [PATCH] Removing Y2K warnings
42309              From: Andy Lester <andy@petdance.com>
42310              Date: Thu, 7 Apr 2005 17:44:42 -0500
42311              Message-ID: <20050407224442.GA23895@petdance.com>
42312      Branch: perl
42313            - README.Y2K
42314            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
42315            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
42316            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
42317 ____________________________________________________________________________
42318 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
42319         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
42320              From: Steve Peters <steve@fisharerojo.org>
42321              Date: Thu, 7 Apr 2005 13:51:49 -0500
42322              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
42323      Branch: perl
42324            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
42325            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
42326 ____________________________________________________________________________
42327 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
42328         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
42329              Copy-On-Write related source changes.
42330              Fix the problem this revealed.
42331      Branch: perl
42332            ! sv.c sv.h
42333 ____________________________________________________________________________
42334 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
42335         Log: MM_AIX needs neatvalue
42336      Branch: perl
42337            ! lib/ExtUtils/MM_AIX.pm
42338 ____________________________________________________________________________
42339 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
42340         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
42341              From: Steve Peters <steve@fisharerojo.org>
42342              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
42343              Date: Wed, 6 Apr 2005 18:21:10 -0500
42344      Branch: perl
42345            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
42346            ! toke.c
42347 ____________________________________________________________________________
42348 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
42349         Log: Add perl593delta.pod
42350      Branch: perl
42351            + pod/perl593delta.pod
42352            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
42353            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
42354            ! win32/pod.mak
42355 ____________________________________________________________________________
42356 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
42357         Log: Mention that select() returns -1 on error,
42358              as suggested by Hernan Perez Masci
42359      Branch: perl
42360            ! pod/perlfunc.pod
42361 ____________________________________________________________________________
42362 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
42363         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
42364              From: Abigail <abigail@abigail.nl>
42365              Date: Wed, 6 Apr 2005 01:41:55 +0200
42366              Message-ID: <20050405234154.GG8680@abigail.nl>
42367      Branch: perl
42368            ! t/japh/abigail.t
42369 ____________________________________________________________________________
42370 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
42371         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
42372              From: Autrijus Tang <autrijus@autrijus.org>
42373              Date: Wed, 6 Apr 2005 18:17:32 +0800
42374              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
42375      Branch: perl
42376            ! lib/unicore/mktables
42377 ____________________________________________________________________________
42378 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
42379         Log: Subject: perldbtty$$ location
42380              From: Gisle Aas <gisle@ActiveState.com>
42381              Date: 06 Apr 2005 01:49:54 -0700
42382              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
42383              (and remove trailing whitespace)
42384      Branch: perl
42385            ! pod/perldebug.pod
42386 ____________________________________________________________________________
42387 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
42388         Log: Tabs not spaces in MANIFEST
42389      Branch: perl
42390            ! MANIFEST
42391 ____________________________________________________________________________
42392 [ 24187] By: merijn                                on 2005/04/07  08:33:53
42393         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
42394              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
42395              Date: 7 Apr 2005 00:20:31 -0000
42396              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
42397      Branch: perl
42398            ! pod/perlpodspec.pod
42399 ____________________________________________________________________________
42400 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
42401         Log: Upgrade to ExtUtils::MakeMaker 6.27,
42402              plus a patch to restore functioning of 'distclean'
42403              for the perl core
42404      Branch: perl
42405            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
42406            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
42407            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
42408            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
42409            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
42410            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
42411            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
42412            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
42413            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
42414            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
42415            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
42416            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
42417            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
42418            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
42419            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
42420            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
42421            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
42422            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
42423            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
42424            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
42425            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
42426            ! t/lib/MakeMaker/Test/Utils.pm
42427 ____________________________________________________________________________
42428 [ 24178] By: steveh                                on 2005/04/06  15:57:36
42429         Log: Don't try to export symbols that don't exist
42430              
42431              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
42432              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
42433              to keep Win32 happy.
42434      Branch: perl
42435            ! makedef.pl
42436 ____________________________________________________________________________
42437 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
42438         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
42439      Branch: perl
42440            ! reentr.c reentr.h reentr.pl
42441 ____________________________________________________________________________
42442 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
42443         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
42444      Branch: perl
42445            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
42446            ! ext/threads/threads.xs pad.h sv.c
42447 ____________________________________________________________________________
42448 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
42449         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
42450      Branch: perl
42451            ! perl.h
42452 ____________________________________________________________________________
42453 [ 24173] By: merijn                                on 2005/04/06  06:14:51
42454         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
42455              2. Removed the depricated 'my $foo if expr' there
42456      Branch: perl
42457            ! t/TEST
42458 ____________________________________________________________________________
42459 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
42460         Log: D'oh! We were never correctly spotting a modfl prototype
42461      Branch: perl
42462            ! Configure
42463 ____________________________________________________________________________
42464 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
42465         Log: Add casting to allow g++ (3.3.5) to compile the core code.
42466              A C++ compiler produces lots of warnings that are probably valid
42467              concerns to investigate.
42468      Branch: perl
42469            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
42470            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
42471 ____________________________________________________________________________
42472 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
42473         Log: Tests need to skip if there is no Encode configured.
42474      Branch: perl
42475            ! lib/encoding/warnings/t/1-warning.t
42476            ! lib/encoding/warnings/t/2-fatal.t
42477 ____________________________________________________________________________
42478 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
42479         Log: Using savesvpv() here is terser and produces smaller object code.
42480      Branch: perl
42481            ! doio.c
42482 ____________________________________________________________________________
42483 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
42484         Log: Upgrade to Unicode::Normalize 0.32
42485      Branch: perl
42486            ! ext/Unicode/Normalize/Changes
42487            ! ext/Unicode/Normalize/Makefile.PL
42488            ! ext/Unicode/Normalize/Normalize.pm
42489            ! ext/Unicode/Normalize/Normalize.xs
42490            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
42491            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
42492 ____________________________________________________________________________
42493 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
42494         Log: Down with C++ reserved names
42495              (and also function pointer declarations that rely on the C semantics
42496              of ())
42497      Branch: perl
42498            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
42499            ! universal.c
42500 ____________________________________________________________________________
42501 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
42502         Log: Down with potentially incorrect duplicate prototypes
42503      Branch: perl
42504            ! pp_sys.c
42505 ____________________________________________________________________________
42506 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
42507         Log: Down with more K&R prototypes
42508      Branch: perl
42509            ! ext/DynaLoader/dl_dyld.xs
42510 ____________________________________________________________________________
42511 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
42512         Log: Down with unneeded duplicate prototypes
42513      Branch: perl
42514            ! x2p/a2p.c
42515 ____________________________________________________________________________
42516 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
42517         Log: Down with K&R function arguments
42518      Branch: perl
42519            ! ext/Cwd/Cwd.xs
42520 ____________________________________________________________________________
42521 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
42522         Log: Add Math::BigInt::FastCalc in maintainer list
42523      Branch: perl
42524            ! Porting/Maintainers.pl
42525 ____________________________________________________________________________
42526 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
42527         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
42528      Branch: perl
42529            ! ext/Math/BigInt/FastCalc/Makefile.PL
42530 ____________________________________________________________________________
42531 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
42532         Log: New core module, Math::BigInt::FastCalc
42533              
42534              Subject: [PATCH] integrate Math::BigInt::FastCalc
42535              From: Tels <nospam-abuse@bloodgate.com>
42536              Date: Sun, 3 Apr 2005 11:12:45 +0200
42537              Message-Id: <200504031112.55179@bloodgate.com>
42538      Branch: perl
42539            + ext/Math/BigInt/FastCalc/FastCalc.pm
42540            + ext/Math/BigInt/FastCalc/FastCalc.xs
42541            + ext/Math/BigInt/FastCalc/Makefile.PL
42542            + ext/Math/BigInt/FastCalc/t/bigintfc.t
42543            + ext/Math/BigInt/FastCalc/t/bootstrap.t
42544            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
42545            ! MANIFEST
42546 ____________________________________________________________________________
42547 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
42548         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
42549              From: Tels <nospam-abuse@bloodgate.com>
42550              Date: Sun, 3 Apr 2005 10:43:10 +0200
42551              Message-Id: <200504031043.12273@bloodgate.com>
42552      Branch: perl
42553            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42554            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
42555            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
42556            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
42557            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
42558            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
42559            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
42560            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
42561            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
42562            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
42563 ____________________________________________________________________________
42564 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
42565         Log: That's C, not perl.
42566      Branch: perl
42567            ! patchlevel.h
42568 ____________________________________________________________________________
42569 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
42570         Log: Make -DFORMAT_CHECK compile with threads.
42571      Branch: perl
42572            ! perl.h
42573 ____________________________________________________________________________
42574 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
42575         Log: Bump version to 5.9.3
42576              Restore "DEVEL" tag in patchlevel.h
42577              Regenerate Porting/config*
42578      Branch: perl
42579            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
42580            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
42581            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
42582            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
42583            ! wince/Makefile.ce
42584 ____________________________________________________________________________
42585 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
42586         Log: Subject: [PATCH] const-eight.diff
42587              From: Andy Lester <andy@petdance.com>
42588              Date: Wed, 30 Mar 2005 11:40:24 -0600
42589              Message-ID: <20050330174024.GA12167@petdance.com>
42590      Branch: perl
42591            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
42592            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
42593 ____________________________________________________________________________
42594 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
42595         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
42596              From: Steven Schubiger <steven@accognoscere.org>
42597              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
42598              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
42599      Branch: perl
42600            ! pod/perltrap.pod
42601 ____________________________________________________________________________
42602 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
42603         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
42604              From: Steven Schubiger <steven@accognoscere.org>
42605              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
42606              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
42607      Branch: perl
42608            ! pod/perltrap.pod
42609 ____________________________________________________________________________
42610 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
42611         Log: Fix wrong version for byteorder modifiers feature.
42612      Branch: perl
42613            ! pod/perlpacktut.pod
42614 ____________________________________________________________________________
42615 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
42616         Log: Silence compiler warnings about possibly uninitialised variables.
42617              (None are, but it saves anyone else having to work this out)
42618      Branch: perl
42619            ! regexec.c
42620 ____________________________________________________________________________
42621 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
42622         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
42623      Branch: perl
42624            ! installperl
42625 ____________________________________________________________________________
42626 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
42627         Log: Oops. Forgot to add this.
42628      Branch: perl
42629            + lib/unicore/NamedSequences.txt
42630 ____________________________________________________________________________
42631 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
42632         Log: Subject: [PATCH] Unicode 4.1.0
42633              From: Jarkko Hietaniemi <jhi@iki.fi>
42634              Message-ID: <424E584D.5000508@iki.fi>
42635              Date: Sat, 02 Apr 2005 11:31:09 +0300
42636      Branch: perl
42637            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
42638            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
42639            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
42640            ! lib/unicore/CompositionExclusions.txt
42641            ! lib/unicore/EastAsianWidth.txt
42642            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
42643            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
42644            ! lib/unicore/NormalizationCorrections.txt
42645            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
42646            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
42647            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
42648            ! lib/unicore/SpecialCasing.txt
42649            ! lib/unicore/StandardizedVariants.txt
42650            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
42651 ____________________________________________________________________________
42652 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
42653         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
42654      Branch: perl
42655            ! META.yml Porting/Maintainers.pl
42656 ____________________________________________________________________________
42657 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
42658         Log: Update Changes
42659      Branch: perl
42660            ! Changes
42661 ____________________________________________________________________________
42662 [ 24131] By: steveh                                on 2005/04/01  08:18:27
42663         Log: Remove dependency on tr(1) for MinGW builds on Win32
42664              
42665              This leaves things slightly (more) broken for MinGW builds on Cygwin,
42666              but that doesn't currently quite work in other respects and isn't
42667              documented anyway.  See:
42668              
42669              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
42670      Branch: perl
42671            ! pod/perl592delta.pod win32/makefile.mk
42672 ____________________________________________________________________________
42673 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
42674         Log: Regenerate perltoc and perlmodlib
42675      Branch: perl
42676            ! pod/perlmodlib.pod pod/perltoc.pod
42677 ____________________________________________________________________________
42678 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
42679         Log: POD fixes.
42680      Branch: perl
42681            ! pod/perlfaq1.pod
42682 ____________________________________________________________________________
42683 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
42684         Log: FAQ sync.
42685      Branch: perl
42686            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
42687            ! pod/perlfaq6.pod pod/perlfaq7.pod
42688 ____________________________________________________________________________
42689 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
42690         Log: Add a note about installhtml
42691      Branch: perl
42692            ! pod/perltodo.pod
42693 ____________________________________________________________________________
42694 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
42695         Log: Subject: [PATCH] pp_pack.c warnings on VMS
42696              From: "Craig A. Berry" <craigberry@mac.com>
42697              Date: Thu, 31 Mar 2005 14:51:05 -0600
42698              Message-ID: <424C62B9.2030601@mac.com>
42699      Branch: perl
42700            ! pp_pack.c
42701 ____________________________________________________________________________
42702 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
42703         Log: Mention the current MinGW compilation problems
42704      Branch: perl
42705            ! pod/perl592delta.pod
42706 ____________________________________________________________________________
42707 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
42708         Log: Update Changes
42709      Branch: perl
42710            ! Changes
42711 ____________________________________________________________________________
42712 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
42713         Log: This is 5.9.2. Mostly.
42714      Branch: perl
42715            ! patchlevel.h pod/perlhist.pod
42716 ____________________________________________________________________________
42717 [ 24122] By: steveh                                on 2005/03/31  15:39:57
42718         Log: Fix USE_SITECUSTOMIZE on Win32
42719              
42720              This fixes the problem described in:
42721              
42722              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
42723      Branch: perl
42724            ! win32/win32.c
42725 ____________________________________________________________________________
42726 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
42727         Log: Update copyrights.
42728              Well, those are generated files anyway.
42729      Branch: perl
42730            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
42731            ! proto.h
42732 ____________________________________________________________________________
42733 [ 24120] By: steveh                                on 2005/03/31  14:36:44
42734         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
42735              
42736              Note that this feature doesn't actually work correctly on Win32
42737              until the problem described here is solved:
42738              
42739              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
42740      Branch: perl
42741            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
42742            ! win32/config.vc64 win32/makefile.mk
42743 ____________________________________________________________________________
42744 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
42745         Log: Upgrade to Module::CoreList 1.99
42746      Branch: perl
42747            ! lib/Module/CoreList.pm
42748 ____________________________________________________________________________
42749 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
42750         Log: More known problems.
42751      Branch: perl
42752            ! pod/perl592delta.pod
42753 ____________________________________________________________________________
42754 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
42755         Log: Known problems, reported by Merijn
42756      Branch: perl
42757            ! pod/perl592delta.pod
42758 ____________________________________________________________________________
42759 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
42760         Log: OS typo.
42761      Branch: perl
42762            ! pod/perl592delta.pod
42763 ____________________________________________________________________________
42764 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
42765         Log: Add a tool to generate data for Module::CoreList
42766      Branch: perl
42767            + Porting/corelist.pl
42768            ! MANIFEST
42769 ____________________________________________________________________________
42770 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
42771         Log: More work on perldelta
42772      Branch: perl
42773            ! pod/perl592delta.pod
42774 ____________________________________________________________________________
42775 [ 24113] By: steveh                                on 2005/03/31  10:01:18
42776         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
42777              Win32 makefiles
42778      Branch: perl
42779            ! win32/Makefile win32/makefile.mk
42780 ____________________________________________________________________________
42781 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
42782         Log: AUTHORS update
42783      Branch: perl
42784            ! AUTHORS
42785 ____________________________________________________________________________
42786 [ 24111] By: steveh                                on 2005/03/31  09:18:23
42787         Log: A few Win32 makefile tidy-ups (No real changes)
42788      Branch: perl
42789            ! win32/Makefile win32/makefile.mk
42790 ____________________________________________________________________________
42791 [ 24110] By: steveh                                on 2005/03/31  08:20:00
42792         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
42793      Branch: perl
42794            ! INSTALL
42795 ____________________________________________________________________________
42796 [ 24109] By: steveh                                on 2005/03/31  07:55:12
42797         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
42798      Branch: perl
42799            ! sv.c
42800 ____________________________________________________________________________
42801 [ 24108] By: steveh                                on 2005/03/31  07:36:52
42802         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
42803      Branch: perl
42804            ! malloc.c
42805 ____________________________________________________________________________
42806 [ 24107] By: merijn                                on 2005/03/30  17:03:19
42807         Log: Now that we have the full path, we can skip the which call,
42808              that might cause trouble on testdrive systems.
42809      Branch: perl
42810            ! hints/hpux.sh
42811 ____________________________________________________________________________
42812 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
42813         Log: Update copyrights.
42814      Branch: perl
42815            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
42816            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
42817            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
42818 ____________________________________________________________________________
42819 [ 24105] By: merijn                                on 2005/03/30  14:25:05
42820         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
42821      Branch: perl
42822            ! INSTALL
42823 ____________________________________________________________________________
42824 [ 24104] By: merijn                                on 2005/03/30  14:17:40
42825         Log: Support for -Dusesitecustomize
42826      Branch: perl
42827            ! Configure config_h.SH
42828 ____________________________________________________________________________
42829 [ 24102] By: merijn                                on 2005/03/30  13:43:12
42830         Log: USE_STRLCAT and USE_STRLCPY now actually used
42831              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
42832              for future use
42833      Branch: perl
42834            ! handy.h
42835 ____________________________________________________________________________
42836 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
42837         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
42838              From: Brendan O'Dea <bod@debian.org>
42839              Date: Wed, 30 Mar 2005 10:30:25 +1000
42840              Message-ID: <20050330003025.GA29797@londo.c47.org>
42841      Branch: perl
42842            ! ext/Errno/Errno_pm.PL
42843 ____________________________________________________________________________
42844 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
42845         Log: Subject: Re: PATCH: byte count feature request for unpack
42846              From: perl5-porters@ton.iguana.be (Ton Hospel)
42847              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
42848              Message-Id: <d26u7b$i3v$1@post.home.lunix>
42849              
42850              (rework of a patch from Arne Ahrend <aahrend@web.de>)
42851      Branch: perl
42852            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
42853 ____________________________________________________________________________
42854 [ 24099] By: steveh                                on 2005/03/30  08:36:50
42855         Log: A couple more Win32 compilation clean-ups
42856      Branch: perl
42857            ! win32/win32sck.c
42858 ____________________________________________________________________________
42859 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
42860         Log: Minor POD nits.
42861      Branch: perl
42862            ! ext/File/Glob/Glob.pm
42863 ____________________________________________________________________________
42864 [ 24097] By: merijn                                on 2005/03/30  07:49:46
42865         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
42866              From: Steven Schubiger <steven@accognoscere.org>
42867              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
42868              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
42869      Branch: perl
42870            ! ext/File/Glob/Glob.pm
42871 ____________________________________________________________________________
42872 [ 24096] By: steveh                                on 2005/03/29  15:18:30
42873         Log: Clean-up some warnings when compiling on Win32 with VC++
42874      Branch: perl
42875            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
42876 ____________________________________________________________________________
42877 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
42878         Log: Downconst external APIs
42879      Branch: perl
42880            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
42881            ! sv.c util.c
42882 ____________________________________________________________________________
42883 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
42884         Log: The core part of :
42885              Subject: [PATCH] Consting seven
42886              From: Andy Lester <andy@petdance.com>
42887              Date: Sun, 27 Mar 2005 15:57:22 -0600
42888              Message-ID: <20050327215722.GC20451@petdance.com>
42889      Branch: perl
42890            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
42891            ! regexec.c util.c
42892 ____________________________________________________________________________
42893 [ 24093] By: steveh                                on 2005/03/29  08:48:50
42894         Log: Fix Win32 compilation nit following change #24074
42895      Branch: perl
42896            ! util.c
42897 ____________________________________________________________________________
42898 [ 24092] By: steveh                                on 2005/03/29  08:22:45
42899         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
42900              
42901              This is the patch from the end of the thread that started here:
42902              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
42903      Branch: perl
42904            ! doio.c iperlsys.h pp_sys.c
42905 ____________________________________________________________________________
42906 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
42907         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
42908      Branch: perl
42909            ! ext/Devel/Peek/t/Peek.t
42910 ____________________________________________________________________________
42911 [ 24090] By: merijn                                on 2005/03/29  07:01:11
42912         Log: Make the spelling of whitespace (vs white-space and white space)
42913              more consistent
42914              From: Offer Kaye <offer.kaye@gmail.com>
42915              Date: Thu, 17 Mar 2005 14:47:36 -0500
42916              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
42917      Branch: perl
42918            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
42919            ! pod/perlre.pod pod/perlxstut.pod
42920 ____________________________________________________________________________
42921 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
42922         Log: Don't #ifdef out a return statement
42923      Branch: perl
42924            ! pad.c
42925 ____________________________________________________________________________
42926 [ 24088] By: davem                                 on 2005/03/28  21:38:44
42927         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
42928      Branch: perl
42929            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
42930            ! sv.c sv.h
42931 ____________________________________________________________________________
42932 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
42933         Log: Raw work on perl592delta.
42934      Branch: perl
42935            ! pod/perl592delta.pod
42936 ____________________________________________________________________________
42937 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
42938         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
42939              From: hv@crypt.org
42940              Date: Thu, 24 Mar 2005 19:51:08 +0000
42941              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
42942      Branch: perl
42943            ! regexec.c t/op/re_tests
42944 ____________________________________________________________________________
42945 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
42946         Log: Fix -C option of mktables (for VMS)
42947              
42948              Subject: Re: [PATCH] Consting five
42949              From: demerphq <demerphq@gmail.com>
42950              Date: Sat, 26 Mar 2005 21:45:09 +0100
42951              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
42952      Branch: perl
42953            ! lib/unicore/mktables
42954 ____________________________________________________________________________
42955 [ 24084] By: davem                                 on 2005/03/26  21:25:47
42956         Log: UTF-8 string substitution corrupts memory
42957              The implicit call of 'require utf8' triggered by code like
42958              "\x{100}" =~ /[[:print:]]/
42959              wasn't saving state correctly first.
42960      Branch: perl
42961            ! utf8.c
42962 ____________________________________________________________________________
42963 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
42964         Log: Remove an XXX note from the public doc.
42965              Hide it in the comments, instead
42966      Branch: perl
42967            ! pod/perlapi.pod sv.c
42968 ____________________________________________________________________________
42969 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
42970         Log: Need to return something when the compiler doesn't know that a
42971              function is "noreturn".
42972      Branch: perl
42973            ! mg.c op.c scope.c
42974 ____________________________________________________________________________
42975 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
42976         Log: Subject: [PATCH] Consting five
42977              Date: Fri, 25 Mar 2005 17:14:09 -0600
42978              From: Andy Lester <andy@petdance.com>
42979              Message-ID: <20050325231409.GB17660@petdance.com>
42980              
42981              [with modification - the extra argument to incpush was supposed to
42982              be being used]
42983      Branch: perl
42984            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
42985            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
42986            ! proto.h regcomp.c thrdvar.h toke.c
42987 ____________________________________________________________________________
42988 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
42989         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
42990              From: Gurusamy Sarathy <gsar@ActiveState.com>
42991              Date: Fri, 25 Mar 2005 10:31:09 -0800
42992              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
42993      Branch: perl
42994            ! op.c
42995 ____________________________________________________________________________
42996 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
42997         Log: Subject: [PATCH] Consting part 4
42998              From: Andy Lester <andy@petdance.com>
42999              Date: Fri, 25 Mar 2005 14:43:31 -0600
43000              Message-ID: <20050325204331.GA16388@petdance.com>
43001      Branch: perl
43002            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
43003            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
43004 ____________________________________________________________________________
43005 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
43006         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
43007              clean this variant up as well.
43008      Branch: perl
43009            ! lib/Memoize/t/tie_ndbm.t
43010 ____________________________________________________________________________
43011 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
43012         Log: Remove the const qualifier from argv and env variables
43013      Branch: perl
43014            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
43015 ____________________________________________________________________________
43016 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
43017         Log: Subject: [PATCH] const fix-up for vms/vms.c
43018              From: "Craig A. Berry" <craigberry@mac.com>
43019              Date: Fri, 25 Mar 2005 09:00:06 -0600
43020              Message-ID: <42442776.8030603@mac.com>
43021      Branch: perl
43022            ! vms/vms.c vms/vmsish.h
43023 ____________________________________________________________________________
43024 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
43025         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
43026              From: Steve Peters <steve@fisharerojo.org>
43027              Date: Tue, 22 Mar 2005 17:15:23 -0600
43028              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
43029      Branch: perl
43030            ! hints/linux.sh
43031 ____________________________________________________________________________
43032 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
43033         Log: Subject: [PATCH] Third consting batch
43034              From: Andy Lester <andy@petdance.com>
43035              Date: Tue, 22 Mar 2005 00:35:55 -0600
43036              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
43037      Branch: perl
43038            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
43039            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
43040            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
43041            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
43042            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
43043            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
43044 ____________________________________________________________________________
43045 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
43046         Log: Mention (un)?pack byte-order modifiers in perldelta
43047      Branch: perl
43048            ! pod/perl592delta.pod
43049 ____________________________________________________________________________
43050 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
43051         Log: Some updates in the new perldelta.
43052      Branch: perl
43053            ! pod/perl592delta.pod
43054 ____________________________________________________________________________
43055 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
43056         Log: Remove IPC::Run for 5.9.2
43057      Branch: perl
43058            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
43059            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
43060            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
43061            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
43062            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
43063            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
43064            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
43065            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
43066            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
43067            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
43068            ! MANIFEST
43069 ____________________________________________________________________________
43070 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
43071         Log: Forbid the -C option on the command-line
43072              as suggested by Merijn (see [perl #34087])
43073      Branch: perl
43074            ! pod/perldiag.pod toke.c
43075 ____________________________________________________________________________
43076 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
43077         Log: Upgrade to PathTools 3.05
43078      Branch: perl
43079            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
43080 ____________________________________________________________________________
43081 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
43082         Log: Upgrade to File::Temp 0.16
43083      Branch: perl
43084            ! lib/File/Temp.pm lib/File/Temp/t/object.t
43085            ! lib/File/Temp/t/tempfile.t
43086 ____________________________________________________________________________
43087 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
43088         Log: Revert change #24055, which was producing a segfault in installman
43089              when it was trying to install perltoc.
43090      Branch: perl
43091            ! regexec.c t/op/re_tests
43092 ____________________________________________________________________________
43093 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
43094         Log: Fix unresolved POD link
43095      Branch: perl
43096            ! pod/perlfunc.pod
43097 ____________________________________________________________________________
43098 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
43099         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
43100              and other neatification
43101      Branch: perl
43102            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
43103 ____________________________________________________________________________
43104 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
43105         Log: Subject: [PATCH] simple optimization for SelectSaver
43106              From: Alexey Tourbin <at@altlinux.ru>
43107              Date: Fri, 18 Mar 2005 21:05:51 +0300
43108              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
43109      Branch: perl
43110            ! lib/SelectSaver.pm
43111 ____________________________________________________________________________
43112 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
43113         Log: minitest fix
43114      Branch: perl
43115            ! t/run/fresh_perl.t
43116 ____________________________________________________________________________
43117 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
43118         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
43119              optimization, and debug flags for "use re".
43120      Branch: perl
43121            ! pod/perl592delta.pod
43122 ____________________________________________________________________________
43123 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
43124         Log: Casts needed to make VMS happy. (It gets very upset at assignments
43125              between char * and unsigned char *)
43126      Branch: perl
43127            ! pp_pack.c
43128 ____________________________________________________________________________
43129 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
43130         Log: Subject: Re: unpack A strip patch
43131              From: Ton Hospel <perl5-porters@ton.iguana.be>
43132              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
43133              Message-Id: <d1nefp$lpe$1@post.home.lunix>
43134      Branch: perl
43135            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
43136 ____________________________________________________________________________
43137 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
43138         Log: Subject: Re: regexp trie fails compile on VMS
43139              From: demerphq <demerphq@gmail.com>
43140              Date: Mon, 21 Mar 2005 22:29:09 +0100
43141              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
43142      Branch: perl
43143            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
43144 ____________________________________________________________________________
43145 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
43146         Log: Break up long lines in -V output for compile-time options
43147              
43148              Subject: Re: sitecustomize.pl [PATCH]
43149              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
43150              Date: Tue, 8 Mar 2005 17:46:04 -0800
43151              Message-ID: <20050309014604.GA5876[at]efn.org>
43152      Branch: perl
43153            ! perl.c
43154 ____________________________________________________________________________
43155 [ 24057] By: steveh                                on 2005/03/21  17:08:26
43156         Log: Oops - forgot to update MANIFEST for change 24056.
43157      Branch: perl
43158            ! MANIFEST
43159 ____________________________________________________________________________
43160 [ 24056] By: steveh                                on 2005/03/21  17:06:45
43161         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
43162              From: demerphq <demerphq@gmail.com>
43163              Date: Tue, 8 Mar 2005 02:24:10 +0100
43164              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
43165              
43166              Change 24004 stopped mktables from needlessly re-running when using
43167              dmake on Win32, but it can still happen when using nmake because it
43168              doesn't support the .UPDATEALL attribute that was used to fix dmake.
43169              e.g. Build perl, touch a core header file, then rebuild -- mktables
43170              re-runs when it didn't need to, and 7 times over at that!  This change
43171              alleviates the pain by making mktables exit quickly in such cases.
43172      Branch: perl
43173            + lib/unicore/mktables.lst
43174            ! lib/unicore/mktables
43175 ____________________________________________________________________________
43176 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
43177         Log: Resubmit change #24053.
43178      Branch: perl
43179            ! regexec.c t/op/re_tests
43180 ____________________________________________________________________________
43181 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
43182         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
43183              From: Alexey Tourbin <at@altlinux.ru>
43184              Date: Sat, 19 Mar 2005 16:37:12 +0300
43185              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
43186              
43187              and
43188              
43189              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
43190      Branch: perl
43191            ! t/lib/h2ph.h utils/h2ph.PL
43192 ____________________________________________________________________________
43193 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
43194         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
43195              From: hv@crypt.org
43196              Date: Mon, 21 Feb 2005 17:59:49 +0000
43197              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
43198      Branch: perl
43199            ! regexec.c t/op/re_tests
43200 ____________________________________________________________________________
43201 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
43202         Log: Subject: pack / for general types
43203              From: perl5-porters@ton.iguana.be (Ton Hospel)
43204              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
43205              Message-Id: <d1i7ed$62c$1@post.home.lunix>
43206              
43207              Allow "len/format" to work for any format type, not just strings.
43208      Branch: perl
43209            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
43210 ____________________________________________________________________________
43211 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
43212         Log: perldelta suggestions on (un)?pack by Ton Hospel
43213      Branch: perl
43214            ! pod/perl592delta.pod
43215 ____________________________________________________________________________
43216 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
43217         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
43218              From: Alexey Tourbin <at@altlinux.ru>
43219              Date: Sat, 19 Mar 2005 06:10:45 +0300
43220              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
43221      Branch: perl
43222            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
43223            ! MANIFEST
43224 ____________________________________________________________________________
43225 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
43226         Log: Subject: [PATCH] More consting goodness
43227              From: Andy Lester <andy@petdance.com>
43228              Date: Sat, 19 Mar 2005 01:28:30 -0600
43229              Message-ID: <20050319072830.GA7721@petdance.com>
43230      Branch: perl
43231            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
43232            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
43233            ! sv.c toke.c
43234 ____________________________________________________________________________
43235 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
43236         Log: Upgrade to Math::BigInt 1.75, by Tels
43237      Branch: perl
43238            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43239            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
43240            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
43241            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
43242            ! lib/Math/BigInt/t/sub_mbi.t
43243 ____________________________________________________________________________
43244 [ 24047] By: merijn                                on 2005/03/20  10:50:11
43245         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
43246              From: Alexey Tourbin <at@altlinux.ru>
43247              Date: Sat, 19 Mar 2005 03:40:13 +0300
43248              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
43249      Branch: perl
43250            ! pod/perlrun.pod
43251 ____________________________________________________________________________
43252 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
43253         Log: Remove an useless line, spotted by Andy Lester
43254      Branch: perl
43255            ! toke.c
43256 ____________________________________________________________________________
43257 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
43258         Log: Remove trie optimisation from the todo list
43259      Branch: perl
43260            ! pod/perltodo.pod
43261 ____________________________________________________________________________
43262 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
43263         Log: Subject: Re: Reworked Trie Patch
43264              From: demerphq <demerphq@gmail.com>
43265              Date: Mon, 14 Mar 2005 08:55:39 +0100
43266              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
43267              
43268              Subject: Re: Reworked Trie Patch
43269              From: demerphq <demerphq@gmail.com>
43270              Date: Wed, 16 Mar 2005 19:48:18 +0100
43271              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
43272              
43273              Plus minor nits in the documentation of re.pm,
43274              a version bump, and addition of an OPTIMIZE alias
43275      Branch: perl
43276            + t/op/regexp_notrie.t t/op/regexp_trielist.t
43277            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
43278            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
43279            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
43280 ____________________________________________________________________________
43281 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
43282         Log: Subject: Re: sitecustomize.pl [PATCH]
43283              From: Gisle Aas <gisle@ActiveState.com>
43284              Date: 18 Mar 2005 04:06:40 -0800
43285              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
43286              
43287              Adds a new command-line switch, -f, and a new optional
43288              compile-time setting -DUSE_SITECUSTOMIZE
43289      Branch: perl
43290            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
43291 ____________________________________________________________________________
43292 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
43293         Log: Subject: [PATCH] More const parms
43294              From: Andy Lester <andy@petdance.com>
43295              Date: Mon, 14 Mar 2005 13:59:54 -0600
43296              Message-ID: <20050314195954.GB7141@petdance.com>
43297      Branch: perl
43298            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
43299            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
43300            ! toke.c utf8.c
43301 ____________________________________________________________________________
43302 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
43303         Log: Don't use vars in DynaLoader
43304              Remove left-over maintenance code
43305      Branch: perl
43306            ! ext/DynaLoader/DynaLoader_pm.PL
43307 ____________________________________________________________________________
43308 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
43309         Log: Subject: [PATCH] $B::Disassembler::VERSION
43310              From: Alexey Tourbin <at@altlinux.ru>
43311              Date: Thu, 17 Mar 2005 19:02:38 +0300
43312              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
43313      Branch: perl
43314            ! ext/B/B/Disassembler.pm
43315 ____________________________________________________________________________
43316 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
43317         Log: Upgrade to CGI 3.07.
43318              Add CGI's changelog
43319      Branch: perl
43320            + lib/CGI/Changes
43321            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
43322 ____________________________________________________________________________
43323 [ 24038] By: merijn                                on 2005/03/14  15:55:44
43324         Log: Subject: pp_pack.c, simplifying genpacksizetables
43325              From: perl5-porters@ton.iguana.be (Ton Hospel)
43326              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
43327              Message-Id: <d11kvt$1k7$1@post.home.lunix>
43328      Branch: perl
43329            ! genpacksizetables.pl pp_pack.c
43330 ____________________________________________________________________________
43331 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
43332         Log: Subject: [PATCH] Adding const qualifiers
43333              From: Andy Lester <andy@petdance.com>
43334              Date: Sun, 13 Mar 2005 14:20:05 -0600
43335              Message-ID: <20050313202005.GA23535@petdance.com>
43336      Branch: perl
43337            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
43338            ! proto.h scope.c utf8.c
43339 ____________________________________________________________________________
43340 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
43341         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
43342              From: David Nicol <davidnicol@gmail.com>
43343              Date: Tue, 8 Mar 2005 18:23:11 -0600
43344              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
43345      Branch: perl
43346            ! pod/perlfunc.pod
43347 ____________________________________________________________________________
43348 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
43349         Log: Document pack changes in perldelta
43350      Branch: perl
43351            ! pod/perl592delta.pod
43352 ____________________________________________________________________________
43353 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
43354         Log: Upgrade to Pod::Parser 1.30
43355      Branch: perl
43356            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
43357            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
43358            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
43359            ! t/pod/poderrs.xr
43360 ____________________________________________________________________________
43361 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
43362         Log: Doc patches to clarify the stringification rules of {} and =>
43363              by Jarkko (bug #34419)
43364      Branch: perl
43365            ! pod/perldata.pod pod/perlop.pod
43366 ____________________________________________________________________________
43367 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
43368         Log: gcc warning patch by Andy Lester
43369      Branch: perl
43370            ! perl.h
43371 ____________________________________________________________________________
43372 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
43373         Log: Subject: Re: Encoding neutral unpack
43374              From: perl5-porters@ton.iguana.be (Ton Hospel)
43375              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
43376              Message-ID: <d0vdt5$81a$1@post.home.lunix>
43377              
43378              A new test.
43379      Branch: perl
43380            ! t/op/pack.t
43381 ____________________________________________________________________________
43382 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
43383         Log: Indentation patch by Ton Hospel for pp_pack
43384      Branch: perl
43385            ! pp_pack.c
43386 ____________________________________________________________________________
43387 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
43388         Log: Change my email, put real name of Pixel
43389      Branch: perl
43390            ! AUTHORS
43391 ____________________________________________________________________________
43392 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
43393         Log: Upgrade to DB_File 1.811, by Paul Marquess
43394      Branch: perl
43395            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43396            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
43397            ! ext/DB_File/typemap
43398 ____________________________________________________________________________
43399 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
43400         Log: Add standard core test headers to the Class::ISA new tests
43401      Branch: perl
43402            ! lib/Class/ISA/t/00_about_verbose.t
43403            ! lib/Class/ISA/t/01_old_junk.t
43404 ____________________________________________________________________________
43405 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
43406         Log: Upgrade to Class::ISA 0.33
43407      Branch: perl
43408            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
43409            + lib/Class/ISA/t/01_old_junk.t
43410            - lib/Class/ISA/test.pl
43411            ! MANIFEST lib/Class/ISA.pm
43412 ____________________________________________________________________________
43413 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
43414         Log: Update Changes
43415      Branch: perl
43416            ! Changes
43417 ____________________________________________________________________________
43418 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
43419         Log: FAQ sync
43420      Branch: perl
43421            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
43422            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
43423            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
43424            ! pod/perlfaq9.pod
43425 ____________________________________________________________________________
43426 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
43427         Log: Subject: [PATCH] pad_push numero three-o
43428              From: Andy Lester <andy@petdance.com>
43429              Date: Thu, 10 Mar 2005 15:17:28 -0600
43430              Message-ID: <20050310211728.GC32386@petdance.com>
43431      Branch: perl
43432            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
43433            ! proto.h
43434 ____________________________________________________________________________
43435 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
43436         Log: Make the return value of close() depend not only on the success of the
43437              close itself, but also on whether the output stream had a previous
43438              error. From Jim Meyering <jim@meyering.net>, via Debian.
43439      Branch: perl
43440            ! doio.c
43441 ____________________________________________________________________________
43442 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
43443         Log: 8 is not an octal digit. (from Debian)
43444      Branch: perl
43445            ! pod/perlreref.pod
43446 ____________________________________________________________________________
43447 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
43448         Log: Fix a2p manpage (from Debian)
43449      Branch: perl
43450            ! x2p/a2p.pod
43451 ____________________________________________________________________________
43452 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
43453         Log: Remove a spurious undefined warning when using getopts.pl with -w.
43454              (from Debian)
43455      Branch: perl
43456            ! lib/getopts.pl
43457 ____________________________________________________________________________
43458 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
43459         Log: Doc patch for Devel::DProf (from Debian)
43460      Branch: perl
43461            ! ext/Devel/DProf/DProf.pm
43462 ____________________________________________________________________________
43463 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
43464         Log: Add support for Debian GNU/k*BSD
43465      Branch: perl
43466            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
43467 ____________________________________________________________________________
43468 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
43469         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
43470      Branch: perl
43471            ! hints/gnu.sh
43472 ____________________________________________________________________________
43473 [ 24015] By: steveh                                on 2005/03/10  15:18:20
43474         Log: Subject: Minor AUTHORS patch
43475              From: "Mike Giroux" <rmgiroux@hotmail.com>
43476              Date: Thu, 10 Mar 2005 08:39:04 -0500
43477              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
43478      Branch: perl
43479            ! AUTHORS
43480 ____________________________________________________________________________
43481 [ 24014] By: steveh                                on 2005/03/10  11:25:36
43482         Log: More Win32 dmake fixes
43483
43484              Use $B macro as per change 23991 in more places, and fix some syntax
43485              errors in the subst's (missing trailing ",")
43486
43487              Tested with GCC and MSVC. I don't have BCC available, so those parts
43488              are untested.
43489      Branch: perl
43490            ! win32/makefile.mk
43491 ____________________________________________________________________________
43492 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
43493         Log: Upgrade to CGI.pm 3.06
43494      Branch: perl
43495            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
43496            ! lib/CGI/t/form.t lib/CGI/t/html.t
43497 ____________________________________________________________________________
43498 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
43499         Log: Further pack optimisations by Ton Hospel
43500      Branch: perl
43501            ! pp_pack.c
43502 ____________________________________________________________________________
43503 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
43504         Log: Fix memory corruption when growing pack utf8 buffer
43505      Branch: perl
43506            ! pp_pack.c
43507 ____________________________________________________________________________
43508 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
43509         Log: Subject: Encoding neutral unpack
43510              From: perl5-porters@ton.iguana.be (Ton Hospel)
43511              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
43512              Message-Id: <d0fi6i$k06$1@post.home.lunix>
43513      Branch: perl
43514            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
43515            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
43516            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
43517            ! t/op/utftaint.t
43518 ____________________________________________________________________________
43519 [ 24009] By: merijn                                on 2005/03/08  15:25:57
43520         Log: Subject: Minor AUTHORS patch
43521              From: Andy Lester <andy@petdance.com>
43522              Date: Tue, 8 Mar 2005 09:44:45 -0600
43523              Message-ID: <20050308154445.GB3213@petdance.com>
43524      Branch: perl
43525            ! AUTHORS
43526 ____________________________________________________________________________
43527 [ 24008] By: merijn                                on 2005/03/08  14:45:17
43528         Log: Some updates to current status
43529      Branch: perl
43530            ! README.hpux
43531 ____________________________________________________________________________
43532 [ 24007] By: steveh                                on 2005/03/07  11:02:12
43533         Log: Include regcomp.h in Win32 makefiles
43534
43535              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
43536              From: demerphq <demerphq@gmail.com>
43537              Date: Sun, 6 Mar 2005 09:16:12 +0100
43538              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
43539      Branch: perl
43540            ! win32/Makefile win32/makefile.mk
43541 ____________________________________________________________________________
43542 [ 24006] By: steveh                                on 2005/03/04  17:19:46
43543         Log: A better fix than change 24005 was ;)
43544
43545              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
43546              no-op.  This was being used in the Win95 case, but works fine on WinNT
43547              too, and is actually what ExtUtils-MakeMaker uses.
43548
43549              Also change the nmake Makefile.
43550      Branch: perl
43551            ! win32/Makefile win32/makefile.mk
43552 ____________________________________________________________________________
43553 [ 24005] By: steveh                                on 2005/03/04  17:11:56
43554         Log: Suppress "ECHO is on." messages when using dmake on Win32
43555
43556              (The shell's "echo" command displays the current echo setting when
43557              called with no arguments.  Use "echo." to display nothing.)
43558      Branch: perl
43559            ! win32/makefile.mk
43560 ____________________________________________________________________________
43561 [ 24004] By: steveh                                on 2005/03/04  17:01:24
43562         Log: Stop mktables from needlessly re-running when using dmake on Win32
43563      Branch: perl
43564            ! win32/makefile.mk
43565 ____________________________________________________________________________
43566 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
43567         Log: Update -v copyright notice
43568      Branch: perl
43569            ! perl.c
43570 ____________________________________________________________________________
43571 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
43572         Log: Add a regression test for bug #32193, and make the
43573              fix a bit more robust
43574      Branch: perl
43575            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
43576 ____________________________________________________________________________
43577 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
43578         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
43579              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
43580              Date: 28 Oct 2004 12:16:37 -0000
43581              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
43582      Branch: perl
43583            ! lib/Tie/RefHash.pm
43584 ____________________________________________________________________________
43585 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
43586         Log: do "filename" is not really used with perl subroutine librairies
43587              anymore.
43588      Branch: perl
43589            ! pod/perlfunc.pod
43590 ____________________________________________________________________________
43591 [ 23999] By: merijn                                on 2005/02/27  11:28:27
43592         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
43593              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
43594              If there was no TOP format the lines left on page was set
43595              to fixed number, now set to the current page length of the
43596              IO channel used. More debugging for yet another bug needed.
43597      Branch: perl
43598            ! pp_sys.c
43599 ____________________________________________________________________________
43600 [ 23998] By: davem                                 on 2005/02/26  11:32:59
43601         Log: ithreads: cond_signal() on a non-shared object coredumped
43602      Branch: perl
43603            ! ext/threads/shared/shared.xs
43604 ____________________________________________________________________________
43605 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
43606         Log: SvUTF8 can be present on scalars other than PVs
43607              (specifically references with overloaded stringification)
43608      Branch: perl
43609            ! dump.c
43610 ____________________________________________________________________________
43611 [ 23996] By: davem                                 on 2005/02/26  00:47:03
43612         Log: Fix leaks in List::Util::reduce,first
43613              When the block is a closure, the cloned CV created on each call
43614              was never freed
43615      Branch: perl
43616            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
43617 ____________________________________________________________________________
43618 [ 23995] By: steveh                                on 2005/02/24  15:52:01
43619         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
43620              From: demerphq <demerphq@gmail.com>
43621              Date: Wed, 23 Feb 2005 17:49:50 +0100
43622              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
43623      Branch: perl
43624            ! pod/perlhack.pod
43625 ____________________________________________________________________________
43626 [ 23994] By: merijn                                on 2005/02/24  10:12:26
43627         Log: Subject: [PATCH] dprofpp help
43628              From: Andy Lester <andy@petdance.com>
43629              Date: Thu, 24 Feb 2005 00:10:42 -0600
43630              Message-ID: <20050224061042.GA20259@petdance.com>
43631      Branch: perl
43632            ! utils/dprofpp.PL
43633 ____________________________________________________________________________
43634 [ 23993] By: steveh                                on 2005/02/23  13:36:59
43635         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
43636              From: demerphq <demerphq@gmail.com>
43637              Date: Sat, 19 Feb 2005 11:10:00 +0100
43638              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
43639      Branch: perl
43640            ! t/harness
43641 ____________________________________________________________________________
43642 [ 23992] By: steveh                                on 2005/02/23  12:28:55
43643         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
43644              From: demerphq <demerphq@gmail.com>
43645              Date: Sat, 19 Feb 2005 11:00:08 +0100
43646              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
43647      Branch: perl
43648            ! win32/Makefile win32/makefile.mk
43649 ____________________________________________________________________________
43650 [ 23991] By: steveh                                on 2005/02/23  09:17:55
43651         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
43652      Branch: perl
43653            ! win32/makefile.mk
43654 ____________________________________________________________________________
43655 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
43656         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
43657      Branch: perl
43658            ! MANIFEST
43659 ____________________________________________________________________________
43660 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
43661         Log: Subject: IPC::Run test failures with utf8
43662              From: Nicholas Clark <nick@ccl4.org>
43663              Date: Sat, 19 Feb 2005 00:27:57 +0000
43664              Message-ID: <20050219002757.GO13998@plum.flirble.org>
43665      Branch: perl
43666            ! lib/IPC/Run/t/run.t
43667 ____________________________________________________________________________
43668 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
43669         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
43670              From: "Craig A. Berry" <craigberry@mac.com>
43671              Date: Fri, 18 Feb 2005 09:42:52 -0600
43672              Message-ID: <42160CFC.3080304@mac.com>
43673      Branch: perl
43674            ! pp_pack.c
43675 ____________________________________________________________________________
43676 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
43677         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
43678              From: demerphq <demerphq@gmail.com>
43679              Date: Sat, 19 Feb 2005 11:04:00 +0100
43680              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
43681      Branch: perl
43682            ! t/japh/abigail.t
43683 ____________________________________________________________________________
43684 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
43685         Log: Subject: Patch for Perlbug #4253
43686              From: Nikolai Eipel <eipel@web.de>
43687              Date: Sat, 29 Jan 2005 16:52:53 +0100
43688              Message-Id: <200501291652.53841.eipel@web.de>
43689
43690              (-T and -B invalidate _ filehandle when no read permission on file)
43691              plus a regression test
43692      Branch: perl
43693            ! pp_sys.c t/op/stat.t
43694 ____________________________________________________________________________
43695 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
43696         Log: Install and build corelist on VMS, too
43697      Branch: perl
43698            ! vms/descrip_mms.template
43699 ____________________________________________________________________________
43700 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
43701         Log: Add corelist to the win32 makefiles
43702              (noticed by demerphq)
43703      Branch: perl
43704            ! win32/Makefile win32/makefile.mk
43705 ____________________________________________________________________________
43706 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
43707         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
43708              From: Stephen McCamant <smcc@MIT.EDU>
43709              Date: Tue, 28 Dec 2004 10:13:50 -0800
43710              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
43711      Branch: perl
43712            ! ext/B/B.xs op.h
43713 ____________________________________________________________________________
43714 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
43715         Log: Subject: Re: Integration of PathTools 3.04
43716              From: demerphq <demerphq@gmail.com>
43717              Date: Fri, 18 Feb 2005 16:31:50 +0100
43718              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
43719      Branch: perl
43720            ! lib/Cwd.pm
43721 ____________________________________________________________________________
43722 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
43723         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
43724              From: Gisle Aas <gisle@ActiveState.com>
43725              Date: 03 Feb 2005 03:16:46 -0800
43726              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
43727      Branch: perl
43728            ! ext/IO/lib/IO/Socket/INET.pm
43729 ____________________________________________________________________________
43730 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
43731         Log: Integrate encoding::warnings from Autrijus Tang.
43732      Branch: perl
43733            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
43734            + lib/encoding/warnings/t/2-fatal.t
43735            + lib/encoding/warnings/t/3-normal.t
43736            ! MANIFEST
43737 ____________________________________________________________________________
43738 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
43739         Log: Subject: [PATCH] find2perl, new options
43740              From: slaven@rezic.de
43741              Date: Thu, 17 Feb 2005 22:30:13 +0100
43742              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
43743      Branch: perl
43744            ! x2p/find2perl.PL
43745 ____________________________________________________________________________
43746 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
43747         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
43748      Branch: perl
43749            ! x2p/Makefile.SH
43750 ____________________________________________________________________________
43751 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
43752         Log: Upgrade to PathTools 3.04
43753              (plus tweaks to Cwd and cwd.t to run when building perl)
43754      Branch: perl
43755            + ext/Cwd/ppport.h
43756            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
43757            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
43758            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
43759            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
43760            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
43761            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
43762            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
43763            ! lib/File/Spec/t/rel2abs2rel.t
43764 ____________________________________________________________________________
43765 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
43766         Log: Upgrade to Pod::LaTeX 0.58
43767      Branch: perl
43768            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
43769 ____________________________________________________________________________
43770 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
43771         Log: Upgrade to Time::HiRes 1.66
43772      Branch: perl
43773            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
43774            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
43775 ____________________________________________________________________________
43776 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
43777         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
43778              From: "Steve Peters via RT" <perlbug-followup@perl.org>
43779              Date: 1 Feb 2005 16:24:11 -0000
43780              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
43781      Branch: perl
43782            ! ext/IO/lib/IO/File.pm
43783 ____________________________________________________________________________
43784 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
43785         Log: Subject: Re: [PATCH] Re: perl winpid?
43786              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43787              Date: Tue, 15 Feb 2005 20:45:13 -0800
43788              Message-ID: <20050216044512.GA2516@efn.org>
43789      Branch: perl
43790            ! ext/B/t/stash.t
43791 ____________________________________________________________________________
43792 [ 23972] By: steveh                                on 2005/02/15  14:47:47
43793         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
43794      Branch: perl
43795            ! Porting/Maintainers.pl README.win32
43796 ____________________________________________________________________________
43797 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
43798         Log: Fix documentation bug in using Socket's import tags :
43799
43800              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
43801              From: David Dyck (via RT) <perlbug-followup@perl.org>
43802              Date: 15 Feb 2005 07:35:45 -0000
43803              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
43804      Branch: perl
43805            ! pod/perlfunc.pod
43806 ____________________________________________________________________________
43807 [ 23970] By: steveh                                on 2005/02/15  13:20:40
43808         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
43809
43810              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
43811              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
43812              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
43813              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
43814      Branch: perl
43815            ! win32/Makefile win32/makefile.mk
43816 ____________________________________________________________________________
43817 [ 23969] By: steveh                                on 2005/02/15  11:40:03
43818         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
43819      Branch: perl
43820            ! win32/makefile.mk
43821 ____________________________________________________________________________
43822 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
43823         Log: Use strl* functions in doio.c when available
43824              Based on :
43825              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
43826              From: Steve Peters <steve@fisharerojo.org>
43827              Date: Wed, 1 Dec 2004 19:42:14 -0600
43828              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
43829      Branch: perl
43830            ! doio.c
43831 ____________________________________________________________________________
43832 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
43833         Log: Subject: [PATCH] Additional tests for t/op/not.t
43834              From: Steve Peters <steve@fisharerojo.org>
43835              Date: Mon, 14 Feb 2005 19:54:17 -0600
43836              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
43837      Branch: perl
43838            ! t/op/not.t
43839 ____________________________________________________________________________
43840 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
43841         Log: Subject: Re: encoding neutral unpack
43842              From: perl5-porters@ton.iguana.be (Ton Hospel)
43843              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
43844              Message-ID: <cu17rk$k78$1@post.home.lunix>
43845
43846              tweaked to remove the 'not supported on this platform'
43847              error messages
43848      Branch: perl
43849            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
43850 ____________________________________________________________________________
43851 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
43852         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
43853      Branch: perl
43854            ! toke.c
43855 ____________________________________________________________________________
43856 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
43857         Log: Require version 0.05 of Devel::Tokenizer::C.
43858      Branch: perl
43859            ! perl_keyword.pl
43860 ____________________________________________________________________________
43861 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
43862         Log: Mac OS Classic vs Mac OS X clarications
43863              by Sherm Pendley
43864      Branch: perl
43865            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
43866            ! pod/perlrun.pod
43867 ____________________________________________________________________________
43868 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
43869         Log: README.cygwin additions by Reini Urban
43870      Branch: perl
43871            ! README.cygwin
43872 ____________________________________________________________________________
43873 [ 23961] By: merijn                                on 2005/02/11  09:32:50
43874         Log: Subject: Re: [PATCH] Re: perl winpid?
43875              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43876              Date: Thu, 10 Feb 2005 20:04:35 -0800
43877              Message-ID: <20050211040434.GA3824@efn.org>
43878      Branch: perl
43879            + t/lib/cygwin.t
43880            ! MANIFEST README.cygwin cygwin/cygwin.c
43881 ____________________________________________________________________________
43882 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
43883         Log: not() || 1 produces segmentation fault
43884
43885              Fixed by making not() behave like not(0). This is also the
43886              way not() behaved before it started segfaulting in 5.6.0.
43887      Branch: perl
43888            + t/op/not.t
43889            ! MANIFEST perly.act perly.h perly.tab perly.y
43890 ____________________________________________________________________________
43891 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
43892         Log: regen_perly.pl runs fine with bison 2.0.
43893      Branch: perl
43894            ! regen_perly.pl
43895 ____________________________________________________________________________
43896 [ 23958] By: merijn                                on 2005/02/10  15:56:04
43897         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
43898              ccversion is important enough to jump through some hoops to get it
43899      Branch: perl
43900            ! hints/hpux.sh
43901 ____________________________________________________________________________
43902 [ 23957] By: merijn                                on 2005/02/10  14:19:51
43903         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
43904              translation *before* the chdir (), so it now DTRT
43905      Branch: perl
43906            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
43907            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
43908            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
43909            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
43910            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
43911            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
43912            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
43913 ____________________________________________________________________________
43914 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
43915         Log: Upgrade to Time::Local 1.11
43916      Branch: perl
43917            ! lib/Time/Local.pm lib/Time/Local.t
43918 ____________________________________________________________________________
43919 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
43920         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
43921              From: Tels <nospam-abuse@bloodgate.com>
43922              Date: Wed, 9 Feb 2005 21:44:22 +0100
43923              Message-Id: <200502092144.24051@bloodgate.com>
43924      Branch: perl
43925            ! lib/Math/BigInt/Calc.pm
43926 ____________________________________________________________________________
43927 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
43928         Log: Add IPC::Run 0.80.
43929
43930              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
43931              From: "Jos I. Boumans" <kane@xs4all.net>
43932              Date: Fri, 28 Jan 2005 18:32:44 +0100
43933              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
43934
43935              with PERL_CORE test premables hacked for better $^X portability
43936              (we hope.)
43937      Branch: perl
43938            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
43939            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
43940            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
43941            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
43942            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
43943            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
43944            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
43945            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
43946            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
43947            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
43948            ! MANIFEST
43949 ____________________________________________________________________________
43950 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
43951         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
43952              The rmtree() function in the perl File::Path module would remove
43953              directories in an insecure manner which could lead to the removal
43954              of arbitrary files and directories via a symlink attack.
43955      Branch: perl
43956            ! lib/File/Path.pm
43957 ____________________________________________________________________________
43958 [ 23952] By: merijn                                on 2005/02/08  16:30:43
43959         Log: IBM Released vac.C version 7, and changed the naming convention (again)
43960              Thanks to Campo for spotting, testing and the fix
43961      Branch: perl
43962            ! hints/aix.sh
43963 ____________________________________________________________________________
43964 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
43965         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
43966              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
43967              Date: 6 Feb 2005 22:03:20 -0000
43968              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
43969      Branch: perl
43970            ! pp_pack.c
43971 ____________________________________________________________________________
43972 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
43973         Log: Remove mention of sub-packages in the Symbol manpage.
43974      Branch: perl
43975            ! lib/Symbol.pm
43976 ____________________________________________________________________________
43977 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
43978         Log: Add Module::CoreList in the maintainers list
43979      Branch: perl
43980            ! Porting/Maintainers.pl
43981 ____________________________________________________________________________
43982 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
43983         Log: Fix typo in corelist
43984      Branch: perl
43985            ! lib/Module/CoreList/bin/corelist
43986 ____________________________________________________________________________
43987 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
43988         Log: Add Module::CoreList to bleadperl.
43989
43990              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
43991              From: "Jos I. Boumans" <kane@xs4all.net>
43992              Date: Fri, 28 Jan 2005 17:38:27 +0100
43993              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
43994      Branch: perl
43995            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
43996            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
43997            ! MANIFEST installperl utils.lst utils/Makefile
43998 ____________________________________________________________________________
43999 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
44000         Log: Subject: [perl #34062] pack Z0 destroys the character before
44001              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
44002              Date: 5 Feb 2005 18:09:00 -0000
44003              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
44004              (plus a regression test)
44005      Branch: perl
44006            ! pp_pack.c t/op/pack.t
44007 ____________________________________________________________________________
44008 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
44009         Log: A small precision in the docs for overloaded regexp escapes
44010              (see bug #33906)
44011      Branch: perl
44012            ! pod/perlre.pod
44013 ____________________________________________________________________________
44014 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
44015         Log: Avoid evaluating a strlen twice due the new implementation
44016              of New() with PERL_MALLOC_WRAP
44017      Branch: perl
44018            ! util.c
44019 ____________________________________________________________________________
44020 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
44021         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
44022              itself on a previous run.
44023      Branch: perl
44024            ! lib/h2xs.t
44025 ____________________________________________________________________________
44026 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
44027         Log: With mallocwrap New() evaluates its arguments more than once, so they
44028              had better not have any side effects.
44029              :-(
44030      Branch: perl
44031            ! util.c
44032 ____________________________________________________________________________
44033 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
44034         Log: Let's (un)do the timewarp, again.
44035              Attempt to bodge round Makefile sometimes being older than Makefile.PL
44036              Pesky filesystems.
44037      Branch: perl
44038            ! lib/ExtUtils/t/Constant.t
44039 ____________________________________________________________________________
44040 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
44041         Log: Upgrade to Digest 1.10
44042      Branch: perl
44043            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
44044            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
44045 ____________________________________________________________________________
44046 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
44047         Log: Remove 2 unused variables from APItest.xs.
44048      Branch: perl
44049            ! ext/XS/APItest/APItest.xs
44050 ____________________________________________________________________________
44051 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
44052         Log: Upgrade to Devel::PPPort 3.06.
44053      Branch: perl
44054            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
44055            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
44056            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
44057            ! ext/Devel/PPPort/parts/inc/exception
44058            ! ext/Devel/PPPort/parts/inc/misc
44059 ____________________________________________________________________________
44060 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
44061         Log: Attempt to fix problems with new exception handling macros.
44062      Branch: perl
44063            + ext/XS/APItest/exception.c
44064            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
44065            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
44066            ! pod/perlguts.pod
44067 ____________________________________________________________________________
44068 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
44069         Log: Subject: Re: encoding neutral unpack
44070              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
44071              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
44072              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
44073
44074              Counted length prefixes shouldn't change C0/U0 mode
44075              in pack/unpack (plus a regression test)
44076      Branch: perl
44077            ! pp_pack.c t/op/pack.t
44078 ____________________________________________________________________________
44079 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
44080         Log: Subject: Re: encoding neutral unpack
44081              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
44082              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
44083              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
44084
44085              Make U0 and C0 scoped to () pack subtemplates.
44086              (plus a regression test)
44087      Branch: perl
44088            ! pp_pack.c t/op/pack.t
44089 ____________________________________________________________________________
44090 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
44091         Log: Subject: Re: encoding neutral unpack
44092              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
44093              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
44094              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
44095
44096              Ensure that with the C format, unpack checksums
44097              don't get overflowed. (plus a regression test)
44098      Branch: perl
44099            ! pp_pack.c t/op/pack.t
44100 ____________________________________________________________________________
44101 [ 23921] By: davem                                 on 2005/02/02  18:25:00
44102         Log: fix POSIX::strtod error handling documentation
44103      Branch: perl
44104            ! ext/POSIX/POSIX.pod
44105 ____________________________________________________________________________
44106 [ 23920] By: merijn                                on 2005/02/02  13:12:17
44107         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
44108              From: Abigail <abigail@abigail.nl>
44109              Date: Tue, 1 Feb 2005 21:33:14 +0100
44110              Message-ID: <20050201203314.GC335@abigail.nl>
44111      Branch: perl
44112            ! pod/perlfunc.pod
44113 ____________________________________________________________________________
44114 [ 23919] By: merijn                                on 2005/02/02  12:49:46
44115         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
44116              between declarations
44117      Branch: perl
44118            ! ext/Devel/PPPort/PPPort.xs
44119 ____________________________________________________________________________
44120 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
44121         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
44122              hints files to add to MANIFEST. Sort MANIFEST
44123              while I'm in the area.
44124      Branch: perl
44125            ! MANIFEST
44126 ____________________________________________________________________________
44127 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
44128         Log: Subject: Re: [perl #34010] localtime docs
44129              From: Andy Lester <andy@petdance.com>
44130              Date: Mon, 31 Jan 2005 21:24:29 -0600
44131              Message-ID: <20050201032429.GA29354@petdance.com>
44132      Branch: perl
44133            ! pod/perlfunc.pod
44134 ____________________________________________________________________________
44135 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
44136         Log: Subject: Re: encoding neutral unpack
44137              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
44138              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
44139              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
44140
44141              Forgotten character progress while checksumming over partial
44142              b or B format. (plus a regression test)
44143      Branch: perl
44144            ! pp_pack.c t/op/pack.t
44145 ____________________________________________________________________________
44146 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
44147         Log: Make Perl_keyword() another 30% faster.
44148      Branch: perl
44149            ! perl_keyword.pl toke.c
44150 ____________________________________________________________________________
44151 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
44152         Log: Regenerate perlapi.pod.
44153      Branch: perl
44154            ! pod/perlapi.pod
44155 ____________________________________________________________________________
44156 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
44157         Log: Upgrade to Devel::PPPort 3.05.
44158      Branch: perl
44159            + ext/Devel/PPPort/parts/base/5008006
44160            + ext/Devel/PPPort/parts/inc/exception
44161            + ext/Devel/PPPort/parts/todo/5008006
44162            + ext/Devel/PPPort/t/exception.t
44163            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
44164            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
44165            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
44166            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
44167            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
44168            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
44169            ! ext/Devel/PPPort/apicheck_c.PL
44170            ! ext/Devel/PPPort/devel/buildperl.pl
44171            ! ext/Devel/PPPort/devel/mkapidoc.sh
44172            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
44173            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
44174            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
44175            ! ext/Devel/PPPort/parts/apicheck.pl
44176            ! ext/Devel/PPPort/parts/base/5004000
44177            ! ext/Devel/PPPort/parts/base/5004050
44178            ! ext/Devel/PPPort/parts/base/5005000
44179            ! ext/Devel/PPPort/parts/base/5006000
44180            ! ext/Devel/PPPort/parts/base/5008001
44181            ! ext/Devel/PPPort/parts/base/5009002
44182            ! ext/Devel/PPPort/parts/embed.fnc
44183            ! ext/Devel/PPPort/parts/inc/MY_CXT
44184            ! ext/Devel/PPPort/parts/inc/SvPV
44185            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
44186            ! ext/Devel/PPPort/parts/inc/format
44187            ! ext/Devel/PPPort/parts/inc/grok
44188            ! ext/Devel/PPPort/parts/inc/limits
44189            ! ext/Devel/PPPort/parts/inc/mPUSH
44190            ! ext/Devel/PPPort/parts/inc/magic
44191            ! ext/Devel/PPPort/parts/inc/misc
44192            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
44193            ! ext/Devel/PPPort/parts/inc/newRV
44194            ! ext/Devel/PPPort/parts/inc/ppphbin
44195            ! ext/Devel/PPPort/parts/inc/ppphdoc
44196            ! ext/Devel/PPPort/parts/inc/ppphtest
44197            ! ext/Devel/PPPort/parts/inc/sv_xpvf
44198            ! ext/Devel/PPPort/parts/inc/threads
44199            ! ext/Devel/PPPort/parts/inc/uv
44200            ! ext/Devel/PPPort/parts/inc/version
44201            ! ext/Devel/PPPort/parts/ppptools.pl
44202            ! ext/Devel/PPPort/parts/todo/5009002
44203            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
44204            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
44205            ! ext/Devel/PPPort/typemap
44206 ____________________________________________________________________________
44207 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
44208         Log: Add simple exception handling macros for XS writers.
44209      Branch: perl
44210            + ext/XS/APItest/t/exception.t
44211            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
44212            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
44213 ____________________________________________________________________________
44214 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
44215         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
44216      Branch: perl
44217            ! MANIFEST
44218 ____________________________________________________________________________
44219 [ 23909] By: merijn                                on 2005/01/31  11:33:14
44220         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
44221              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
44222              Date: 31 Jan 2005 07:37:55 -0000
44223              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
44224      Branch: perl
44225            + ext/DynaLoader/hints/gnukfreebsd.pl
44226            + ext/DynaLoader/hints/gnuknetbsd.pl
44227            + ext/NDBM_File/hints/gnukfreebsd.pl
44228            + ext/NDBM_File/hints/gnuknetbsd.pl
44229            + ext/ODBM_File/hints/gnukfreebsd.pl
44230            + ext/ODBM_File/hints/gnuknetbsd.pl
44231            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
44232            + ext/Storable/hints/gnukfreebsd.pl
44233            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
44234            + hints/gnuknetbsd.sh
44235            ! Configure
44236 ____________________________________________________________________________
44237 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
44238         Log: Document the changes to PERLIO_DEBUG.
44239      Branch: perl
44240            ! pod/perlrun.pod
44241 ____________________________________________________________________________
44242 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
44243         Log: Really fix the bug [perl #33990].
44244              NB. -DIAMSUID is only set to compile sperl.o.
44245      Branch: perl
44246            ! perlio.c
44247 ____________________________________________________________________________
44248 [ 23905] By: steveh                                on 2005/01/31  10:03:56
44249         Log: Fix test suite hang on Win32 caused by change #23898
44250
44251              ("perl -e sleep 3" does an indefinite sleep!)
44252      Branch: perl
44253            ! t/op/alarm.t
44254 ____________________________________________________________________________
44255 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
44256         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
44257      Branch: perl
44258            ! perlio.c
44259 ____________________________________________________________________________
44260 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
44261         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
44262      Branch: perl
44263            ! perlio.c
44264 ____________________________________________________________________________
44265 [ 23900] By: davem                                 on 2005/01/30  17:46:35
44266         Log: minor corrections to comments in perly.y
44267      Branch: perl
44268            ! perly.y
44269 ____________________________________________________________________________
44270 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
44271         Log: Subject: h2hp: 2 fix
44272              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
44273              Date: Fri, 28 Jan 2005 16:53:11 +0100
44274              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
44275      Branch: perl
44276            ! utils/h2ph.PL
44277 ____________________________________________________________________________
44278 [ 23898] By: davem                                 on 2005/01/29  16:14:20
44279         Log: chomp() fails after alarm(), `sleep`
44280
44281              PP_backtick's temp altering of PL_rs didn't restore after
44282              an exception
44283      Branch: perl
44284            ! pp_sys.c t/op/alarm.t
44285 ____________________________________________________________________________
44286 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
44287         Log: More consistent names for all the parameter name/declaration methods
44288      Branch: perl
44289            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
44290            ! perl_keyword.pl
44291 ____________________________________________________________________________
44292 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
44293         Log: Calculate the number of tests in one place, so that the skip()s will
44294              always agree with the plan()s
44295      Branch: perl
44296            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
44297 ____________________________________________________________________________
44298 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
44299         Log: Add a reference to books.perl.org.
44300      Branch: perl
44301            ! pod/perlbook.pod
44302 ____________________________________________________________________________
44303 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
44304         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
44305              future use.
44306      Branch: perl
44307            ! genpacksizetables.pl pp_pack.c
44308 ____________________________________________________________________________
44309 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
44310         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
44311              From: Jim Cromie <jcromie@divsol.com>
44312              Date: Sun, 16 Jan 2005 17:16:00 -0700
44313              Message-ID: <41EB03C0.7030509@divsol.com>
44314              (with minor typos fixed)
44315      Branch: perl
44316            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
44317            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
44318            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
44319            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
44320            ! ext/B/t/optree_varinit.t
44321 ____________________________________________________________________________
44322 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
44323         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
44324              From: Gisle Aas <gisle@ActiveState.com>
44325              Date: 05 Jan 2005 03:21:06 -0800
44326              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
44327      Branch: perl
44328            ! perl.c
44329 ____________________________________________________________________________
44330 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
44331         Log: Make the byte order modifers < and > and the sign modifier ! (for
44332              n N v V) conditionally compile. This means that the refactored
44333              pp_pack/pp_unpack code can now be used in maint.
44334      Branch: perl
44335            ! genpacksizetables.pl pp_pack.c
44336 ____________________________________________________________________________
44337 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
44338         Log: Oops. Was forgetting to test n! N! v! V! in pack
44339      Branch: perl
44340            ! t/op/pack.t
44341 ____________________________________________________________________________
44342 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
44343         Log: Check that the warning behaviour on the modifiers !, < and > is as we
44344              expect it for this perl.
44345      Branch: perl
44346            ! t/op/pack.t
44347 ____________________________________________________________________________
44348 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
44349         Log: Make the tests for the endianness modifiers < and >, and the
44350              signnedness modifier ! conditional on perl version. Surprisingly
44351              little change needed.
44352      Branch: perl
44353            ! t/op/pack.t
44354 ____________________________________________________________________________
44355 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
44356         Log: &_q needs to *globally* escape ' and \ in its substitution.
44357      Branch: perl
44358            ! t/test.pl
44359 ____________________________________________________________________________
44360 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
44361         Log: Subject: [PATCH] BigInt mbi_rand.t failings
44362              From: Tels <nospam-abuse@bloodgate.com>
44363              Date: Tue, 25 Jan 2005 18:06:58 +0100
44364              Message-Id: <200501251806.59782@bloodgate.com>
44365      Branch: perl
44366            ! lib/Math/BigInt/Calc.pm
44367 ____________________________________________________________________________
44368 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
44369         Log: Integrate change #23880 in original comment
44370      Branch: perl
44371            ! util.c
44372 ____________________________________________________________________________
44373 [ 23880] By: merijn                                on 2005/01/25  15:41:30
44374         Log: Subject: [PATCH] perlapi.pod has pod errors
44375              From: "Jos I. Boumans" <kane@xs4all.net>
44376              Date: Tue, 25 Jan 2005 16:42:38 +0100
44377              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
44378      Branch: perl
44379            ! pod/perlapi.pod
44380 ____________________________________________________________________________
44381 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
44382         Log: Correct and update comments (before anyone writes in)
44383              Remove a temporary variable.
44384      Branch: perl
44385            ! lib/ExtUtils/Constant/Base.pm
44386 ____________________________________________________________________________
44387 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
44388         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
44389              the dump file. The newer format is only 135M
44390      Branch: perl
44391            ! toke.c
44392 ____________________________________________________________________________
44393 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
44394         Log: A script to regenerate Perl_keyword()
44395      Branch: perl
44396            + perl_keyword.pl
44397            ! MANIFEST
44398 ____________________________________________________________________________
44399 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
44400         Log: Add weights to ExtUtils::Constant to allow sorting by expected
44401              frequency. This makes the Perl_keyword() replacement 20% faster,
44402              rather than just 12%
44403      Branch: perl
44404            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
44405 ____________________________________________________________________________
44406 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
44407         Log: Replace Perl_keyword() with a version that's 20% faster on typical
44408              input, generated by subclassing ExtUtils::Constant. (Typical input
44409              being about 135M of input from running a lot of perl scripts)
44410      Branch: perl
44411            ! toke.c
44412 ____________________________________________________________________________
44413 [ 23874] By: merijn                                on 2005/01/24  15:10:55
44414         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
44415              From: "Craig A. Berry" <craigberry@mac.com>
44416              Date: Sun, 23 Jan 2005 14:23:17 -0600
44417              Message-ID: <41F407B5.7020106@mac.com>
44418      Branch: perl
44419            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
44420 ____________________________________________________________________________
44421 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
44422         Log: Revert change 23843.
44423              (See discussion for bug [perl #31924])
44424      Branch: perl
44425            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
44426            ! pp_ctl.c proto.h t/comp/require.t
44427 ____________________________________________________________________________
44428 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
44429         Log: Subject: [perl #33906] Missing \\ in perlre
44430              From: Andrew (via RT) <perlbug-followup@perl.org>
44431              Date: 23 Jan 2005 20:52:51 -0000
44432              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
44433      Branch: perl
44434            ! pod/perlre.pod
44435 ____________________________________________________________________________
44436 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
44437         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
44438              From: "Craig A. Berry" <craigberry@mac.com>
44439              Date: Sun, 23 Jan 2005 13:44:49 -0600
44440              Message-ID: <41F3FEB1.9020102@mac.com>
44441      Branch: perl
44442            ! lib/Test/Harness/Straps.pm
44443 ____________________________________________________________________________
44444 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
44445         Log: Subject: Re: [perl #33892] Add Interix support
44446              From: Todd Vierling <tv@duh.org>
44447              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
44448              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
44449      Branch: perl
44450            ! hints/interix.sh
44451 ____________________________________________________________________________
44452 [ 23869] By: davem                                 on 2005/01/23  22:20:10
44453         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
44454              From:  Jarkko Hietaniemi <jhi@iki.fi>
44455              Date:  Sun, 23 Jan 2005 21:25:01 +0200
44456              Message-Id:  <41F3FA0D.4010301@iki.fi>
44457
44458              The uc() memory reduction patch had a memory leak...
44459      Branch: perl
44460            ! pp.c
44461 ____________________________________________________________________________
44462 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
44463         Log: Tidy up 2 comments
44464      Branch: perl
44465            ! regcomp.c
44466 ____________________________________________________________________________
44467 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
44468         Log: Assimilate ExtUtils::Constant 0.16
44469      Branch: perl
44470            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
44471            + lib/ExtUtils/Constant/XS.pm
44472            ! MANIFEST lib/ExtUtils/Constant.pm
44473 ____________________________________________________________________________
44474 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
44475         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
44476      Branch: perl
44477            ! regcomp.c
44478 ____________________________________________________________________________
44479 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
44480         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
44481              From: Jarkko Hietaniemi <jhi@iki.fi>
44482              Message-ID: <41F2C427.7020003@iki.fi>
44483              Date: Sat, 22 Jan 2005 23:22:47 +0200
44484      Branch: perl
44485            ! hints/dec_osf.sh
44486 ____________________________________________________________________________
44487 [ 23863] By: davem                                 on 2005/01/22  18:27:58
44488         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
44489              From:  Jarkko Hietaniemi <jhi@iki.fi>
44490              Date:  Sat, 22 Jan 2005 11:33:12 +0200
44491              Message-Id:  <41F21DD8.3050500@iki.fi>
44492
44493              change #23857 miscalculated the SvGROW size
44494      Branch: perl
44495            ! pp.c
44496 ____________________________________________________________________________
44497 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
44498         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
44499              From: Jarkko Hietaniemi <jhi@iki.fi>
44500              Message-ID: <41F2911E.8090204@iki.fi>
44501              Date: Sat, 22 Jan 2005 19:45:02 +0200
44502
44503              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
44504      Branch: perl
44505            ! hints/dec_osf.sh
44506 ____________________________________________________________________________
44507 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
44508         Log: Update copyright years and add editor blocks
44509      Branch: perl
44510            ! doop.c hv.c utf8.c
44511 ____________________________________________________________________________
44512 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
44513         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
44514              Subject: Re: [PATCH] do not assume quads or long doubles
44515              Message-ID: <41F21B0A.2050301@iki.fi>
44516              Date: Sat, 22 Jan 2005 11:21:14 +0200
44517      Branch: perl
44518            ! pp_pack.c
44519 ____________________________________________________________________________
44520 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
44521         Log: Remove now-unnecessary check. (It's done earlier)
44522      Branch: perl
44523            ! pp_pack.c
44524 ____________________________________________________________________________
44525 [ 23857] By: davem                                 on 2005/01/22  00:17:40
44526         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
44527              From:  Jarkko Hietaniemi <jhi@iki.fi>
44528              Date:  Sat, 22 Jan 2005 00:20:12 +0200
44529              Message-Id:  <41F1801C.3080201@iki.fi>
44530
44531              Make buffer size estimates for utf8 case conversion less maximally
44532              pessimistic
44533      Branch: perl
44534            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
44535            ! toke.c utf8.c utf8.h
44536 ____________________________________________________________________________
44537 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
44538         Log: Shrink a switch() statment by driving the size calculations from the
44539              size table. This requires #ifdef()s in the size table initialiser.
44540              Astoundingly this shaves over 6K of the object size with -Os on OS X.
44541              I was expecting about 1K (due to shrinking a branch table). Mind you,
44542              I'm not going to argue with what I got. :-)
44543      Branch: perl
44544            ! genpacksizetables.pl pp_pack.c
44545 ____________________________________________________________________________
44546 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
44547         Log: Make the length overrun checking and stack extension table driven.
44548              (Shaves about 3k off pp_pack.o)
44549      Branch: perl
44550            + genpacksizetables.pl
44551            ! MANIFEST pp_pack.c
44552 ____________________________________________________________________________
44553 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
44554         Log: Subject: [perl #32503] Fix for Storable module
44555              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
44556              Date: 19 Nov 2004 13:06:57 -0000
44557              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
44558      Branch: perl
44559            ! ext/Storable/Storable.xs
44560 ____________________________________________________________________________
44561 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
44562         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
44563      Branch: perl
44564            ! ext/Data/Dumper/Dumper.pm
44565 ____________________________________________________________________________
44566 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
44567         Log: Name another pack test
44568      Branch: perl
44569            ! t/op/pack.t
44570 ____________________________________________________________________________
44571 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
44572         Log: Subject: [perl #33892] Add Interix support
44573              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
44574              Date: 21 Jan 2005 14:36:31 -0000
44575              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
44576
44577              (except the Configure chunk)
44578              (and bump version numbers of modules)
44579      Branch: perl
44580            + hints/interix.sh
44581            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
44582            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
44583 ____________________________________________________________________________
44584 [ 23848] By: merijn                                on 2005/01/21  14:47:31
44585         Log: Subject: [perl #33892] Add Interix support
44586              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
44587              Date: 21 Jan 2005 14:36:31 -0000
44588              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
44589      Branch: perl
44590            ! Configure
44591 ____________________________________________________________________________
44592 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
44593         Log: Upgrade to Test::Harness 2.46
44594      Branch: perl
44595            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
44596            + lib/Test/Harness/t/prove-globbing.t
44597            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
44598            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
44599            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
44600            ! lib/Test/Harness/t/strap.t
44601 ____________________________________________________________________________
44602 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
44603         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
44604              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
44605              Date: Tue, 28 Dec 2004 16:01:49 -0800
44606              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
44607      Branch: perl
44608            ! ext/B/B.pm
44609 ____________________________________________________________________________
44610 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
44611         Log: Subject: [Patch] [perl #32446]  close leaves fd open
44612              From: Steffen Ullrich <coyote.frank@gmx.net>
44613              Date: Wed, 01 Dec 2004 15:22:34 +0100
44614              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
44615      Branch: perl
44616            ! perlio.c
44617 ____________________________________________________________________________
44618 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
44619         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
44620              From: Rick Delaney <rick@bort.ca>
44621              Date: Wed, 13 Oct 2004 12:40:18 -0400
44622              Message-ID: <20041013164018.GA32174@biff.bort.ca>
44623      Branch: perl
44624            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
44625            ! pp_ctl.c proto.h t/comp/require.t
44626 ____________________________________________________________________________
44627 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
44628         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
44629              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44630              Date: Mon, 20 Dec 2004 16:08:56 -0800
44631              Message-ID: <20041221000856.GA2924@efn.org>
44632      Branch: perl
44633            ! pp_sys.c t/op/stat.t
44634 ____________________________________________________________________________
44635 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
44636         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
44637              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44638              Date: Sun, 19 Dec 2004 23:57:56 -0800
44639              Message-ID: <20041220075754.GA800@efn.org>
44640      Branch: perl
44641            ! ext/B/B.pm
44642 ____________________________________________________________________________
44643 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
44644         Log: Subject: [patch] cleanup perlsfio.h
44645              From: Stas Bekman <stas@stason.org>
44646              Date: Thu, 13 Jan 2005 16:14:23 -0500
44647              Message-ID: <41E6E4AF.8070303@stason.org>
44648      Branch: perl
44649            ! perlsfio.h
44650 ____________________________________________________________________________
44651 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
44652         Log: VERSION++
44653      Branch: perl
44654            ! lib/Text/ParseWords.pm
44655 ____________________________________________________________________________
44656 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
44657         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
44658              From: Alexey Tourbin <at@altlinux.ru>
44659              Date: Tue, 28 Dec 2004 22:29:37 +0300
44660              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
44661      Branch: perl
44662            + lib/Text/ParseWords/taint.t
44663            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
44664 ____________________________________________________________________________
44665 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
44666         Log: Run regen.pl and pod/buildtoc --build-all
44667      Branch: perl
44668            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
44669 ____________________________________________________________________________
44670 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
44671         Log: A little more determinacy in our sorting
44672      Branch: perl
44673            ! autodoc.pl
44674 ____________________________________________________________________________
44675 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
44676         Log: Make "assertion" attribute code and test conditional
44677      Branch: perl
44678            ! t/op/attrs.t xsutils.c
44679 ____________________________________________________________________________
44680 [ 23824] By: merijn                                on 2005/01/19  18:32:41
44681         Log: Subject: [PATCH] Further follow-up to 23767
44682              From: Robin Barker <Robin.Barker@npl.co.uk>
44683              Date: Wed, 19 Jan 2005 18:30:31 -0000
44684              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
44685      Branch: perl
44686            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
44687 ____________________________________________________________________________
44688 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
44689         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
44690              From: Noah <sitz@onastick.net>
44691              Date: Wed, 19 Jan 2005 12:33:52 -0500
44692              Message-ID: <20050119173352.GA15592@radu.onastick.net>
44693      Branch: perl
44694            ! utils/h2xs.PL
44695 ____________________________________________________________________________
44696 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
44697         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
44698              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44699              Date: Sun, 16 Jan 2005 10:30:45 -0800
44700              Message-ID: <20050116183045.GA2768@efn.org>
44701      Branch: perl
44702            ! t/op/stat.t
44703 ____________________________________________________________________________
44704 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
44705         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
44706              From: "Jos I. Boumans" <kane@xs4all.net>
44707              Date: Tue, 18 Jan 2005 15:12:03 +0100
44708              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
44709      Branch: perl
44710            ! ext/Data/Dumper/Dumper.pm
44711 ____________________________________________________________________________
44712 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
44713         Log: Fix dependencies in ext/B/Makefile.PL
44714              (bug #8254, fix by Alan Burlison)
44715      Branch: perl
44716            ! ext/B/Makefile.PL
44717 ____________________________________________________________________________
44718 [ 23817] By: steveh                                on 2005/01/19  09:33:27
44719         Log: Exclude "Thread" from $Config{extensions}
44720
44721              It is already excluded from $Config{dynamic_ext}, so should not be
44722              in $Config{extensions} either. (Note that Thread is actually still
44723              built, though. This is just for consistency with Unix builds.)
44724      Branch: perl
44725            ! win32/config_sh.PL
44726 ____________________________________________________________________________
44727 [ 23816] By: steveh                                on 2005/01/19  08:55:06
44728         Log: Exclude "Thread" from $Config{dynamic_ext}
44729
44730              This was accidentally broken by change 23757.  It has already been
44731              fixed in maint-5.8 when resolving conflicts during integration of
44732              23757, so this one does NOT need integrating itself!
44733
44734              For more details see:
44735              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
44736      Branch: perl
44737            ! win32/config_sh.PL
44738 ____________________________________________________________________________
44739 [ 23807] By: steveh                                on 2005/01/17  17:55:02
44740         Log: Fix for building with MinGW under Cygwin
44741
44742              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
44743              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44744              Date: Thu, 13 Jan 2005 16:11:36 -0800
44745              Message-ID: <20050114001136.GC2516@efn.org>
44746      Branch: perl
44747            ! ext/Errno/Errno_pm.PL
44748 ____________________________________________________________________________
44749 [ 23806] By: steveh                                on 2005/01/17  16:57:10
44750         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
44751      Branch: perl
44752            ! win32/config_sh.PL
44753 ____________________________________________________________________________
44754 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
44755         Log: Better test diagnostics for the numbers tests.
44756              (Failure diagnostics were always good, but now the tests have names,
44757              which show even when they pass)
44758      Branch: perl
44759            ! t/op/pack.t
44760 ____________________________________________________________________________
44761 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
44762         Log: Correct the editor block to match the perl 5 policy on tabs
44763      Branch: perl
44764            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
44765            ! sv.c universal.c
44766 ____________________________________________________________________________
44767 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
44768         Log: Refactor S_regclass to generate slightly smaller object code
44769      Branch: perl
44770            ! regcomp.c
44771 ____________________________________________________________________________
44772 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
44773         Log: A terser way to write the \-ing code in pv_uni_display
44774              Plus drive-by insert of a more correct editor block. (thanks Dave)
44775      Branch: perl
44776            ! utf8.c
44777 ____________________________________________________________________________
44778 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
44779         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
44780              is taken from the SV's UTF-8ness
44781      Branch: perl
44782            ! pod/perlapi.pod sv.c
44783 ____________________________________________________________________________
44784 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
44785         Log: SvUTF8_off() in do_join can be unconditional.
44786      Branch: perl
44787            ! doop.c
44788 ____________________________________________________________________________
44789 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
44790         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
44791      Branch: perl
44792            ! op.c regcomp.c toke.c utf8.c
44793 ____________________________________________________________________________
44794 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
44795         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
44796      Branch: perl
44797            ! sv.c
44798 ____________________________________________________________________________
44799 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
44800         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
44801      Branch: perl
44802            ! utf8.c
44803 ____________________________________________________________________________
44804 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
44805         Log: replace NEWSV(), SvSetSV() with newSVsv()
44806      Branch: perl
44807            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
44808 ____________________________________________________________________________
44809 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
44810         Log: Turn the unreachable code into assertions. (So prove me wrong...)
44811      Branch: perl
44812            ! pp_pack.c
44813 ____________________________________________________________________________
44814 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
44815         Log: Source code tidy up - avoid assigning to sv.
44816      Branch: perl
44817            ! pp_pack.c
44818 ____________________________________________________________________________
44819 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
44820         Log: Avoid dogfood problems when an empty string accidentally ends up
44821              as a constant name. [They don't work in qw(), strangely]
44822      Branch: perl
44823            ! lib/ExtUtils/Constant.pm
44824 ____________________________________________________________________________
44825 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
44826         Log: The leaktesting of NEWSV() is long dead, so create and initialise
44827              SV values in one, to simplify source code and shrink object code
44828              by about 1%
44829      Branch: perl
44830            ! pp_pack.c
44831 ____________________________________________________________________________
44832 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
44833         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
44834              representation.
44835      Branch: perl
44836            ! t/op/join.t
44837 ____________________________________________________________________________
44838 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
44839         Log: Update copyright years. Add an editor block while passing by.
44840      Branch: perl
44841            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
44842            ! universal.c
44843 ____________________________________________________________________________
44844 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
44845         Log: utf.pm needs to require Carp before croak()ing
44846      Branch: perl
44847            ! lib/utf8.pm lib/utf8.t
44848 ____________________________________________________________________________
44849 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
44850         Log: Refactor all the unpack checksum-or-not logic to avoid massive
44851              duplication.
44852      Branch: perl
44853            ! pp_pack.c
44854 ____________________________________________________________________________
44855 [ 23786] By: merijn                                on 2005/01/13  11:28:31
44856         Log: Subject: Re: killing USE_5005THREADS in blead?
44857              From: Stas Bekman <stas@stason.org>
44858              Date: Wed, 12 Jan 2005 16:32:42 -0500
44859              Message-ID: <41E5977A.3060306@stason.org>
44860      Branch: perl
44861            ! perl.c
44862 ____________________________________________________________________________
44863 [ 23785] By: steveh                                on 2005/01/13  10:24:13
44864         Log: Fix Win32 build problem caused by change 23757
44865
44866              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
44867              run by miniperl.exe when making the ..\config.sh target, but
44868              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
44869              perlglob.exe to do the glob().  perlglob.exe has been built, but is
44870              in the top-level of the source tree so is not found when miniperl.exe
44871              is executed from within the win32/ sub-directory.
44872
44873              This was causing smokes to fail on t/lib/commonsense.t because the
44874              "extensions" field in lib/Config_heavy.pl only contained
44875              "threads/shared" as a result of the glob() not finding anything.
44876
44877              Manual builds had been working fine for me because I had an installed
44878              perl in my PATH so perlglob.exe was being found there instead!
44879      Branch: perl
44880            ! win32/FindExt.pm
44881 ____________________________________________________________________________
44882 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
44883         Log: Subject: [PATCH] follow-up to #23765
44884              From: "Craig A. Berry" <craigberry@mac.com>
44885              Date: Tue, 11 Jan 2005 21:01:27 -0600
44886              Message-ID: <41E49307.7080900@mac.com>
44887      Branch: perl
44888            ! lib/warnings.t
44889 ____________________________________________________________________________
44890 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
44891         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
44892              (for cases of mixed UTF8/bytes)
44893              Test code based on bug report by John Gardiner Myers
44894      Branch: perl
44895            ! pp.c t/op/index.t
44896 ____________________________________________________________________________
44897 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
44898         Log: Subject: [PATCH] follow-up to 23767
44899              From: Robin Barker <Robin.Barker@npl.co.uk>
44900              Date: Tue, 11 Jan 2005 15:48:49 -0000
44901              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
44902      Branch: perl
44903            ! Porting/pumpkin.pod sv.c
44904 ____________________________________________________________________________
44905 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
44906         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
44907      Branch: perl
44908            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
44909            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
44910            ! proto.h scope.c scope.h sv.c thrdvar.h
44911 ____________________________________________________________________________
44912 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
44913         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
44914              From: "Craig A. Berry" <craigberry@mac.com>
44915              Message-ID: <41E1C261.5020100@mac.com>
44916              Date: Sun, 09 Jan 2005 17:46:41 -0600
44917      Branch: perl
44918            ! t/op/split.t
44919 ____________________________________________________________________________
44920 [ 23778] By: steveh                                on 2005/01/10  11:53:10
44921         Log: Need to close files before unlinking them on Win32
44922
44923              (Various files created by test programs are left behind otherwise,
44924              and distclean doesn't clean them up)
44925      Branch: perl
44926            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
44927            ! lib/FileCache/t/07noimport.t t/op/read.t
44928 ____________________________________________________________________________
44929 [ 23777] By: steveh                                on 2005/01/10  10:28:00
44930         Log: Make Win32's distclean target clean up properly
44931      Branch: perl
44932            ! win32/Makefile win32/makefile.mk
44933 ____________________________________________________________________________
44934 [ 23776] By: steveh                                on 2005/01/10  09:45:50
44935         Log: Get $Config{osvers} filled in on Win32
44936      Branch: perl
44937            ! win32/config_sh.PL
44938 ____________________________________________________________________________
44939 [ 23775] By: merijn                                on 2005/01/10  08:54:00
44940         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
44941              Date: Sun, 09 Jan 2005 17:52:09 -0600
44942              From: "Craig A. Berry" <craigberry@mac.com>
44943              Message-ID: <41E1C3A9.9080900@mac.com>
44944      Branch: perl
44945            ! configure.com
44946 ____________________________________________________________________________
44947 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
44948         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
44949      Branch: perl
44950            ! pp.c
44951 ____________________________________________________________________________
44952 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
44953         Log: If we know the length of the string constant, save a strlen()
44954      Branch: perl
44955            ! perl.c pp_sys.c
44956 ____________________________________________________________________________
44957 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
44958         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
44959              strlen(). Add savesvpv(sv), which gets the length from the SV,
44960              and returns a copy of its PV.
44961      Branch: perl
44962            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
44963            ! universal.c util.c
44964 ____________________________________________________________________________
44965 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
44966         Log: Can pass in a length here without introducing a bug. Might save
44967              a strlen()
44968      Branch: perl
44969            ! toke.c
44970 ____________________________________________________________________________
44971 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
44972         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
44973              as I think that it will be needed for utf8 soft references.
44974      Branch: perl
44975            ! toke.c
44976 ____________________________________________________________________________
44977 [ 23769] By: steveh                                on 2005/01/07  17:25:35
44978         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
44979              and force PERL_MALLOC off if USE_IMP_SYS is on
44980
44981              This brings makefile.mk into line with Makefile in this regard
44982
44983              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
44984              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
44985              so it is sensible to enforce this, and to not have the default set
44986              to a configuration that isn't allowed)
44987      Branch: perl
44988            ! win32/makefile.mk
44989 ____________________________________________________________________________
44990 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
44991         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
44992              From: Jim Cromie <jim.cromie@gmail.com>
44993              Date: Mon, 3 Jan 2005 06:36:16 -0700
44994              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
44995      Branch: perl
44996            + lib/vars_carp.t
44997            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
44998            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
44999            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
45000 ____________________________________________________________________________
45001 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
45002         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
45003              From: Robin Barker <Robin.Barker@npl.co.uk>
45004              Date: Wed, 5 Jan 2005 11:55:09 -0000
45005              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
45006      Branch: perl
45007            ! mg.c perl.h pp.h pp_sys.c sv.c
45008 ____________________________________________________________________________
45009 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
45010         Log: Stage 1 of utf8 support for soft references.
45011              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
45012              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
45013              Provide a backwards compatability gv_fetchpv
45014              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
45015              the pointer from an SV
45016              All tests still pass.
45017      Branch: perl
45018            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
45019            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
45020 ____________________________________________________________________________
45021 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
45022         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
45023              From: "Craig A. Berry" <craigberry@mac.com>
45024              Message-ID: <41DDCA71.1080704@mac.com>
45025              Date: Thu, 06 Jan 2005 17:32:01 -0600
45026      Branch: perl
45027            ! lib/warnings.t
45028 ____________________________________________________________________________
45029 [ 23764] By: steveh                                on 2005/01/07  08:35:29
45030         Log: Fix win32/config.*'s cc, ld and other related values
45031
45032              cc and ld themselves always get replaced with correct values anyway
45033              so we just provide example values as per other similar settings
45034
45035              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
45036              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
45037
45038              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
45039              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45040              Date: Wed, 5 Jan 2005 10:01:41 -0800
45041              Message-ID: <20050105180141.GA676@efn.org>
45042
45043              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
45044              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45045              Date: Thu, 6 Jan 2005 11:53:11 -0800
45046              Message-ID: <20050106195311.GC1300@efn.org>
45047      Branch: perl
45048            ! win32/config.bc win32/config.gc win32/config.vc
45049            ! win32/config.vc64
45050 ____________________________________________________________________________
45051 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
45052         Log: Add TODO tests for UTF8 encoded soft references
45053      Branch: perl
45054            ! t/op/ref.t
45055 ____________________________________________________________________________
45056 [ 23762] By: steveh                                on 2005/01/06  16:50:10
45057         Log: Allow static linking core extensions on Win32 with MinGW
45058
45059              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
45060              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45061              Date: Wed, 5 Jan 2005 10:01:41 -0800
45062              Message-ID: <20050105180141.GA676@efn.org>
45063      Branch: perl
45064            ! win32/buildext.pl win32/makefile.mk
45065 ____________________________________________________________________________
45066 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
45067         Log: Silence a compilation warning
45068      Branch: perl
45069            ! pp_sort.c
45070 ____________________________________________________________________________
45071 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
45072         Log: Turn barewords into strings to run under strict subs.
45073              Run under strict refs outside the soft reference tests.
45074      Branch: perl
45075            ! t/op/ref.t
45076 ____________________________________________________________________________
45077 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
45078         Log: All tests now use test.pl
45079      Branch: perl
45080            ! t/op/ref.t
45081 ____________________________________________________________________________
45082 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
45083         Log: Start converting t/op/ref.t to use test.pl
45084      Branch: perl
45085            ! t/op/ref.t
45086 ____________________________________________________________________________
45087 [ 23757] By: steveh                                on 2005/01/06  11:26:12
45088         Log: Fix extensions config fields on Win32 to be as they are on Unix
45089
45090              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
45091              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45092              Date: Wed, 5 Jan 2005 10:01:41 -0800
45093              Message-ID: <20050105180141.GA676@efn.org>
45094      Branch: perl
45095            ! win32/FindExt.pm win32/config_sh.PL
45096 ____________________________________________________________________________
45097 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
45098         Log: Correct a Greengrocer's apostrophe.
45099      Branch: perl
45100            ! ext/DynaLoader/dl_dyld.xs
45101 ____________________________________________________________________________
45102 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
45103         Log: Foolishly I committed change 23753 before remembering to test without
45104              ithreads. No tests => bugs. This should fix them.
45105      Branch: perl
45106            ! perl.c
45107 ____________________________________________________________________________
45108 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
45109         Log: Error-free constant folding is a TODO
45110      Branch: perl
45111            ! pod/perltodo.pod
45112 ____________________________________________________________________________
45113 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
45114         Log: Turn INIT_TLS_AND_INTERP into a static function
45115      Branch: perl
45116            ! perl.c
45117 ____________________________________________________________________________
45118 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
45119         Log: Shave off the explict 1; from the end of lib/Config.pm
45120      Branch: perl
45121            ! configpm
45122 ____________________________________________________________________________
45123 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
45124         Log: Subject: [PATCH] unnecessary rmdir in Makefile
45125              From: Robin Barker <Robin.Barker@npl.co.uk>
45126              Date: Wed, 5 Jan 2005 11:58:54 -0000
45127              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
45128      Branch: perl
45129            ! Makefile.SH
45130 ____________________________________________________________________________
45131 [ 23750] By: merijn                                on 2005/01/05  11:44:11
45132         Log: Subject: [PATCH] gcc and ld in Configure
45133              From: Robin Barker <Robin.Barker@npl.co.uk>
45134              Date: Wed, 5 Jan 2005 12:04:25 -0000
45135              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
45136      Branch: perl
45137            ! hints/solaris_2.sh
45138 ____________________________________________________________________________
45139 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
45140         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
45141              From: Gisle Aas <gisle@ActiveState.com>
45142              Date: 05 Jan 2005 01:09:51 -0800
45143              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
45144      Branch: perl
45145            ! thread.h
45146 ____________________________________________________________________________
45147 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
45148         Log: Subject: [PATCH] -Duselargefiles for VMS
45149              From: "Craig A. Berry" <craigberry@mac.com>
45150              Message-ID: <41DB63A6.7040504@mac.com>
45151              Date: Tue, 04 Jan 2005 21:48:54 -0600
45152      Branch: perl
45153            ! configure.com vms/descrip_mms.template vms/vmsish.h
45154 ____________________________________________________________________________
45155 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
45156         Log: Rafael spotted that my changes caused warnings. So clean up.
45157      Branch: perl
45158            ! t/op/attrs.t
45159 ____________________________________________________________________________
45160 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
45161         Log: Update copyright years.
45162      Branch: perl
45163            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
45164 ____________________________________________________________________________
45165 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
45166         Log: Make the switch statement discriminate similar names more
45167              efficiently.
45168      Branch: perl
45169            ! xsutils.c
45170 ____________________________________________________________________________
45171 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
45172         Log: Check all attributes in modify_SV_attributes are recognised.
45173              Fix bug where 'assertion' was always rejected as invalid.
45174      Branch: perl
45175            ! t/op/attrs.t xsutils.c
45176 ____________________________________________________________________________
45177 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
45178         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
45179      Branch: perl
45180            ! t/io/layers.t
45181 ____________________________________________________________________________
45182 [ 23742] By: merijn                                on 2005/01/04  12:38:03
45183         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
45184              From: Robin Barker <Robin.Barker@npl.co.uk>
45185              Date: Tue, 4 Jan 2005 12:32:29 -0000
45186              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
45187      Branch: perl
45188            ! pod/perlxs.pod
45189 ____________________________________________________________________________
45190 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
45191         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
45192      Branch: perl
45193            ! gv.c mg.c
45194 ____________________________________________________________________________
45195 [ 23740] By: steveh                                on 2005/01/04  10:56:55
45196         Log: Bring win32/config.* into line with win32/config_H.*
45197              so that "perl -V:usemallocwrap" tells us what the configuration is
45198              instead of saying 'UNKNOWN'.
45199      Branch: perl
45200            ! win32/config.bc win32/config.gc win32/config.vc
45201            ! win32/config.vc64
45202 ____________________________________________________________________________
45203 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
45204         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
45205              From: Tels <nospam-abuse@bloodgate.com>
45206              Date: Sat, 1 Jan 2005 18:59:51 +0100
45207              Message-Id: <200501011859.52858@bloodgate.com>
45208      Branch: perl
45209            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
45210            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
45211            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
45212            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
45213            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
45214            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
45215            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
45216            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
45217            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
45218            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
45219            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
45220            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
45221            ! lib/bignum/t/option_p.t lib/bigrat.pm
45222            ! t/lib/Math/BigFloat/Subclass.pm
45223 ____________________________________________________________________________
45224 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
45225         Log: Happy new year
45226      Branch: perl
45227            ! README
45228 ____________________________________________________________________________
45229 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
45230         Log: Return an immortal from attributes::_warn_reserved (a private
45231              function). (saves creating a new IV)
45232      Branch: perl
45233            ! xsutils.c
45234 ____________________________________________________________________________
45235 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
45236         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
45237      Branch: perl
45238            ! xsutils.c
45239 ____________________________________________________________________________
45240 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
45241         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
45242              threaded, but "oh no it isn't!" :-(
45243      Branch: perl
45244            ! toke.c
45245 ____________________________________________________________________________
45246 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
45247         Log: Integrate a patch from Gentoo for uclibc support.
45248              See :
45249              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
45250              From: Alexey Tourbin <at@altlinux.ru>
45251              Date: Tue, 28 Dec 2004 14:25:42 +0300
45252              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
45253      Branch: perl
45254            ! perlio.c
45255 ____________________________________________________________________________
45256 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
45257         Log: Remove compiler warnings.
45258      Branch: perl
45259            ! toke.c
45260 ____________________________________________________________________________
45261 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
45262         Log: Change 23727 broke code that relied on \ being escaped.
45263              Fix this. *Everything* should work now.
45264      Branch: perl
45265            + t/run/switchF1.t
45266            ! MANIFEST toke.c
45267 ____________________________________________________________________________
45268 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
45269         Log: Splitting the -n/-p code and concatenating strings generates
45270              smaller object code.
45271      Branch: perl
45272            ! toke.c
45273 ____________________________________________________________________________
45274 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
45275         Log: Concatenate some string constants
45276      Branch: perl
45277            ! toke.c
45278 ____________________________________________________________________________
45279 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
45280         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
45281              lot of quoting code
45282      Branch: perl
45283            ! toke.c
45284 ____________________________________________________________________________
45285 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
45286         Log: Probably should be using *pvn rather than *pv forms for speed in
45287              toke.c (to save a strlen())
45288      Branch: perl
45289            ! toke.c
45290 ____________________________________________________________________________
45291 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
45292         Log: strEQ/strNE of 1 character strings seems better hand inlined,
45293              because it generates smaller object code (as well as being
45294              faster than a true function call)
45295      Branch: perl
45296            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
45297 ____________________________________________________________________________
45298 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
45299         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
45300              Tweak is_gv_magical's string comparisons to produce smaller object
45301              code.
45302              First 2005 copyright notice.
45303      Branch: perl
45304            ! gv.c
45305 ____________________________________________________________________________
45306 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
45307         Log: Change 23714 accidentally broke t/io/layers.t when testing with
45308              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
45309              based on the locale, we have no perl space access to PL_utf8locale
45310              so assume for the moment that UTF8 is never conditionally enabled.
45311      Branch: perl
45312            ! t/io/layers.t
45313 ____________________________________________________________________________
45314 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
45315         Log: Skip the switch statement entirely if the pointer is null, rather
45316              than the old pointless switch on '\0'. Also skip re-comparing the
45317              first character. Faster, and generates terser object code.
45318      Branch: perl
45319            ! pp.c
45320 ____________________________________________________________________________
45321 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
45322         Log: Doing the strnEQ char by char for 2 and 3 character strings
45323              generates a smaller object file, and will be faster.
45324      Branch: perl
45325            ! doio.c
45326 ____________________________________________________________________________
45327 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
45328         Log: Improve documentation for is_gv_magical, and split the switch
45329              statement into 2 parts, lengths > 1 and lengths <= 1
45330              This should cause most variables (lower case, multicharacter)
45331              to escape the function without passing through a switch table.
45332      Branch: perl
45333            ! gv.c
45334 ____________________________________________________________________________
45335 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
45336         Log: Because name is always NUL terminated we can incorporate length
45337              0 names in the switch statement for length 1.
45338      Branch: perl
45339            ! gv.c
45340 ____________________________________________________________________________
45341 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
45342         Log: Generate smaller object code by using a single switch statement
45343              for determining which names are forced into main::
45344      Branch: perl
45345            ! gv.c
45346 ____________________________________________________________________________
45347 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
45348         Log: Tidy up comments in change 23716
45349      Branch: perl
45350            ! gv.c
45351 ____________________________________________________________________________
45352 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
45353         Log: Refactor gv_fetchpv so that the overwhelmingly common case
45354              (variable names starting with a lower case letter or _, longer
45355              than one character) get out of the function very quickly.
45356              (Without even passing through a switch statement jump table)
45357              Also fixes bug 33631
45358      Branch: perl
45359            ! gv.c
45360 ____________________________________________________________________________
45361 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
45362         Log: Subject: [PATCH] randbits and randfunc for VMS
45363              From: "Craig A. Berry" <craigberry@mac.com>
45364              Message-ID: <41D570BF.8010409@mac.com>
45365              Date: Fri, 31 Dec 2004 09:31:11 -0600
45366      Branch: perl
45367            ! configure.com
45368 ____________________________________________________________________________
45369 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
45370         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
45371      Branch: perl
45372            ! AUTHORS t/io/layers.t
45373 ____________________________________________________________________________
45374 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
45375         Log: Mention ppport.h and its --api-info switch in perlguts.
45376      Branch: perl
45377            ! pod/perlguts.pod
45378 ____________________________________________________________________________
45379 [ 23711] By: merijn                                on 2004/12/30  13:10:20
45380         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
45381              From: Gisle Aas <gisle@ActiveState.com>
45382              Date: 30 Dec 2004 03:39:36 -0800
45383              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
45384      Branch: perl
45385            ! Configure
45386 ____________________________________________________________________________
45387 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
45388         Log: Thinko in the description of Config::Extensions
45389      Branch: perl
45390            ! MANIFEST
45391 ____________________________________________________________________________
45392 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
45393         Log: Experimental module intended to simplify core regression tests
45394      Branch: perl
45395            + lib/Config/Extensions.pm lib/Config/Extensions.t
45396            ! MANIFEST
45397 ____________________________________________________________________________
45398 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
45399         Log: Skip tests that binmode :utf8 if there is no perlio
45400      Branch: perl
45401            ! t/op/read.t
45402 ____________________________________________________________________________
45403 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
45404         Log: Ooops. Fix unitialised variable
45405      Branch: perl
45406            ! pp_sys.c
45407 ____________________________________________________________________________
45408 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
45409         Log: Oops. Forgot to uncomment the last set of Unicode values for
45410              testing.
45411      Branch: perl
45412            ! t/op/read.t
45413 ____________________________________________________________________________
45414 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
45415         Log: read (and presuambly sysread) would expose the UTF8 internals when
45416              reading from a byte orientated file handle into a UTF8 scalar.
45417      Branch: perl
45418            ! pp_sys.c t/op/read.t
45419 ____________________________________________________________________________
45420 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
45421         Log: Add a lot of tests for combinations of values, offsets and lengths
45422      Branch: perl
45423            ! t/op/read.t
45424 ____________________________________________________________________________
45425 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
45426         Log: Convert op/read.t to use test.pl and make it stricture compliant.
45427      Branch: perl
45428            ! t/op/read.t
45429 ____________________________________________________________________________
45430 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
45431         Log: Upgrade to Devel::PPPort 3.04
45432      Branch: perl
45433            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
45434            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
45435            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
45436            ! ext/Devel/PPPort/parts/inc/ppphbin
45437            ! ext/Devel/PPPort/parts/inc/ppphdoc
45438            ! ext/Devel/PPPort/parts/inc/ppphtest
45439 ____________________________________________________________________________
45440 [ 23696] By: merijn                                on 2004/12/29  12:41:14
45441         Log: Rebuilt after backport start for 23674, 23675, and 23676
45442      Branch: perl
45443            ! Configure
45444 ____________________________________________________________________________
45445 [ 23691] By: merijn                                on 2004/12/29  11:57:57
45446         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
45447              Date: Tue, 28 Dec 2004 13:49:19 -0800
45448              From: Stephen McCamant <smcc@MIT.EDU>
45449              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
45450      Branch: perl
45451            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
45452            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
45453            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
45454            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
45455            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
45456            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
45457            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
45458            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
45459            ! ext/B/t/xref.t
45460 ____________________________________________________________________________
45461 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
45462         Log: Make Config.t warnings and strictures clean
45463      Branch: perl
45464            ! lib/Config.t
45465 ____________________________________________________________________________
45466 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
45467         Log: Subject: [patch sv.c] comment fix
45468              From: Stas Bekman <stas@stason.org>
45469              Message-ID: <41CF50FE.5070307@stason.org>
45470              Date: Sun, 26 Dec 2004 19:02:06 -0500
45471      Branch: perl
45472            ! sv.c
45473 ____________________________________________________________________________
45474 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
45475         Log: Add investigating self tie segfaults to the TODO
45476      Branch: perl
45477            ! pod/perltodo.pod
45478 ____________________________________________________________________________
45479 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
45480         Log: Subject: [perl #33173] shellwords.pl and tainting
45481              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
45482              Date: 24 Dec 2004 00:14:19 -0000
45483              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
45484      Branch: perl
45485            ! lib/shellwords.pl
45486 ____________________________________________________________________________
45487 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
45488         Log: Subject: Missign STATEMENT brackets in PUSHMARK
45489              From: perl5-porters@ton.iguana.be (Ton Hospel)
45490              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
45491              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
45492      Branch: perl
45493            ! pp.h
45494 ____________________________________________________________________________
45495 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
45496         Log: Don't do the ... expansion on archlib, sitelib etc, given that
45497              everyone should already be using archlibext etc
45498              Add the extra special case code for otherlibdirs
45499      Branch: perl
45500            ! configpm
45501 ____________________________________________________________________________
45502 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
45503         Log: Subject: Re: [patch perlapi doc] sv_magic
45504              From: Stas Bekman <stas@stason.org>
45505              Date: Thu, 23 Dec 2004 16:28:06 -0500
45506              Message-ID: <41CB3866.1080307@stason.org>
45507      Branch: perl
45508            ! pod/perlapi.pod sv.c
45509 ____________________________________________________________________________
45510 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
45511         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
45512              From: "Craig A. Berry" <craigberry@mac.com>
45513              Message-ID: <41CB6BD1.8030207@mac.com>
45514              Date: Thu, 23 Dec 2004 19:07:29 -0600
45515      Branch: perl
45516            ! configure.com
45517 ____________________________________________________________________________
45518 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
45519         Log: Bother. It helps if you also propagate the new entry to config.sh
45520      Branch: perl
45521            ! Configure
45522 ____________________________________________________________________________
45523 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
45524         Log: Oops. You can't add new entries to config_h.SH without making some
45525              sort of corresponding defined/undefined value in config.sh somehow.
45526      Branch: perl
45527            ! Configure
45528 ____________________________________________________________________________
45529 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
45530         Log: Relocatable @INC entries for Unix.
45531              (With appropriate fixups in Config.pm to complete the illusion)
45532              Currently can only be enabled with hackery to config.sh
45533              TODO - proper Configure support, and support for otherlibdirs in
45534              Config.pm
45535      Branch: perl
45536            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
45537            ! proto.h
45538 ____________________________________________________________________________
45539 [ 23673] By: merijn                                on 2004/12/23  21:04:37
45540         Log: 23669 was not such a good idea. More research needed.
45541      Branch: perl
45542            ! config_h.SH
45543 ____________________________________________________________________________
45544 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
45545         Log: The "Setuid script not plain file" error wasn't documented.
45546      Branch: perl
45547            ! pod/perldiag.pod
45548 ____________________________________________________________________________
45549 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
45550         Log: Subject: [PATCH] Data::Dumper Freezer fixes
45551              From: Sam Tregar <sam@tregar.com>
45552              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
45553              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
45554
45555              and bump Data::Dumper's VERSION
45556      Branch: perl
45557            + ext/Data/Dumper/t/freezer.t
45558            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
45559 ____________________________________________________________________________
45560 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
45561         Log: Fix typo
45562      Branch: perl
45563            ! ext/Storable/Storable.xs
45564 ____________________________________________________________________________
45565 [ 23669] By: merijn                                on 2004/12/22  20:16:53
45566         Log: Just to re-sync with metaconfig output. No real changes.
45567      Branch: perl
45568            ! config_h.SH
45569 ____________________________________________________________________________
45570 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
45571         Log: Move the definition of the S_procself_val() function before
45572              the point where it's used
45573      Branch: perl
45574            ! perl.c
45575 ____________________________________________________________________________
45576 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
45577         Log: Move the setting of $^X ahead of the initialisation of @INC
45578      Branch: perl
45579            ! perl.c
45580 ____________________________________________________________________________
45581 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
45582         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
45583              skip the test on platforms where it's not available
45584      Branch: perl
45585            ! t/op/bop.t
45586 ____________________________________________________________________________
45587 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
45588         Log: Note that the shell's test uses eq etc for numbers, = etc for
45589              strings, the reverse of Perl, which is definitely a trap.
45590              Spotted by Alexei Alexandrov.
45591      Branch: perl
45592            ! AUTHORS pod/perltrap.pod
45593 ____________________________________________________________________________
45594 [ 23662] By: merijn                                on 2004/12/20  13:38:45
45595         Log: Subject: [PATCH] AUTHORS
45596              From: Tels <nospam-abuse@bloodgate.com>
45597              Date: Sun, 19 Dec 2004 14:28:44 +0100
45598              Message-Id: <200412191428.45898@bloodgate.com>
45599      Branch: perl
45600            ! AUTHORS
45601 ____________________________________________________________________________
45602 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
45603         Log: Subject: Re: [perl #32717] BeOS specific Updates
45604              From: bonefish@cs.tu-berlin.de
45605              Date: Fri, 17 Dec 2004 01:17:40 +0100
45606              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
45607      Branch: perl
45608            - beos/beos_flock_server.cpp beos/beos_flock_server.h
45609            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
45610            ! hints/beos.sh
45611 ____________________________________________________________________________
45612 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
45613         Log: Subject: [PATCH] bop.t follow-up to #23645
45614              From: "Craig A. Berry" <craigberry@mac.com>
45615              Date: Thu, 16 Dec 2004 08:53:32 -0600
45616              Message-ID: <41C1A16C.9040700@mac.com>
45617      Branch: perl
45618            ! t/op/bop.t
45619 ____________________________________________________________________________
45620 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
45621         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
45622              From: Andy Dougherty <doughera@lafayette.edu>
45623              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
45624              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
45625      Branch: perl
45626            ! ext/POSIX/Makefile.PL
45627 ____________________________________________________________________________
45628 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
45629         Log: Two pod2html patches from Dave Sparks :
45630
45631              Fix anchors for some function names
45632              Subject: pod2html fragment fix [PATCH]
45633              From: Gisle Aas <gisle@ActiveState.com>
45634              Date: 11 Nov 2004 14:36:46 +0100
45635              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
45636
45637              Subject: Make 'pod2html --quiet' be quiet [PATCH]
45638              From: Gisle Aas <gisle@ActiveState.com>
45639              Date: 11 Nov 2004 15:19:58 +0100
45640              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
45641      Branch: perl
45642            ! lib/Pod/Html.pm
45643 ____________________________________________________________________________
45644 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
45645         Log: Pod::Html is not part of the podlators distribution
45646      Branch: perl
45647            ! Porting/Maintainers.pl
45648 ____________________________________________________________________________
45649 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
45650         Log: Security fix from Debian in the debugger (in the setterm()
45651              function), from:
45652              Subject: Re: Security patch from Debian?
45653              From: Brendan O'Dea <bod@debian.org>
45654              Date: Thu, 2 Dec 2004 13:42:17 +1100
45655              Message-ID: <20041202024217.GA12670@londo.c47.org>
45656      Branch: perl
45657            ! lib/perl5db.pl
45658 ____________________________________________________________________________
45659 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
45660         Log: A couple of SCO compilation patches
45661
45662              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
45663              From: "Ilya N. Golubev" <gin@mo.msk.ru>
45664              Date: Tue, 14 Dec 2004 22:37:27 +0300
45665              Message-ID: <028941bf40f648-gin@mo.msk.ru>
45666
45667              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
45668              From: Andy Dougherty <doughera@lafayette.edu>
45669              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
45670              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
45671      Branch: perl
45672            ! hints/sco.sh
45673 ____________________________________________________________________________
45674 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
45675         Log: Upgrade to Test::Simple 0.54
45676      Branch: perl
45677            + lib/Test/Simple/t/is_fh.t
45678            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
45679            ! lib/Test/Simple.pm lib/Test/Simple/Changes
45680            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
45681            ! lib/Test/Simple/t/harness_active.t
45682            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
45683            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
45684            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
45685 ____________________________________________________________________________
45686 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
45687         Log: Upgrade to ExtUtils::MakeMaker 6.25
45688      Branch: perl
45689            + lib/ExtUtils/t/dir_target.t
45690            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
45691            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
45692            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
45693            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
45694            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
45695            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
45696            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
45697            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
45698            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
45699            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
45700            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
45701            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
45702            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
45703            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
45704            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
45705 ____________________________________________________________________________
45706 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
45707         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
45708      Branch: perl
45709            ! utils/h2xs.PL
45710 ____________________________________________________________________________
45711 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
45712         Log: Subject: Re: B::walkoptree segfaults
45713              From: Alexey Tourbin <at@altlinux.ru>
45714              Date: Fri, 3 Dec 2004 05:06:49 +0300
45715              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
45716      Branch: perl
45717            ! ext/B/B.pm
45718 ____________________________________________________________________________
45719 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
45720         Log: Make Sys::Syslog stricture-compliant
45721      Branch: perl
45722            ! ext/Sys/Syslog/Syslog.pm
45723 ____________________________________________________________________________
45724 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
45725         Log: Allow escaping %m as %%m in Sys::Syslog format strings
45726              (suggested by Joshua Richardson <jric@yahoo-inc.com>
45727              and Yitzchak Scott-Thoennes)
45728      Branch: perl
45729            ! ext/Sys/Syslog/Syslog.pm
45730 ____________________________________________________________________________
45731 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
45732         Log: Subject: [perl #24343] [PATCH] -w vs. -s
45733              From: "Steve Peters via RT" <perlbug-followup@perl.org>
45734              Date: 14 Dec 2004 06:41:34 -0000
45735              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
45736      Branch: perl
45737            ! pod/perlrun.pod
45738 ____________________________________________________________________________
45739 [ 23647] By: merijn                                on 2004/12/14  07:51:43
45740         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
45741              Date: 14 Dec 2004 06:29:23 -0000
45742              From: "Steve Peters via RT" <perlbug-followup@perl.org>
45743              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
45744      Branch: perl
45745            ! pod/perlfaq5.pod
45746 ____________________________________________________________________________
45747 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
45748         Log: Fix test added in change 23645 with an eval()
45749      Branch: perl
45750            ! t/op/bop.t
45751 ____________________________________________________________________________
45752 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
45753         Log: Test patch for already-solved bug #33003,
45754              by Michael G Schwern.
45755      Branch: perl
45756            ! t/op/bop.t
45757 ____________________________________________________________________________
45758 [ 23644] By: steveh                                on 2004/12/13  17:26:46
45759         Log: Document gv_stashpvn
45760
45761              This is already in the API supported by Devel::PPPort, and is
45762              more efficient than gv_stashpv if the length is already known.
45763      Branch: perl
45764            ! embed.fnc gv.c pod/perlapi.pod
45765 ____________________________________________________________________________
45766 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
45767         Log: Subject: [PATCH] FileCache without import
45768              From: Michael G Schwern <schwern@pobox.com>
45769              Date: Sat, 11 Dec 2004 18:58:32 -0500
45770              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
45771      Branch: perl
45772            + lib/FileCache/t/07noimport.t
45773            ! MANIFEST lib/FileCache.pm
45774 ____________________________________________________________________________
45775 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
45776         Log: Subject: [PATCH] perlipc typo
45777              From: Brendan O'Dea <bod@debian.org>
45778              Date: Sun, 12 Dec 2004 10:25:04 +1100
45779              Message-ID: <20041211232504.GA8380@londo.c47.org>
45780      Branch: perl
45781            ! pod/perlipc.pod
45782 ____________________________________________________________________________
45783 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
45784         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
45785              From: "Craig A. Berry" <craigberry@mac.com>
45786              Date: Sat, 11 Dec 2004 11:03:57 -0600
45787              Message-ID: <41BB287D.6090001@mac.com>
45788      Branch: perl
45789            ! t/op/taint.t
45790 ____________________________________________________________________________
45791 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
45792         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
45793              From: Gisle Aas <gisle@ActiveState.com>
45794              Date: 11 Dec 2004 02:57:19 -0800
45795              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
45796      Branch: perl
45797            ! utf8.c
45798 ____________________________________________________________________________
45799 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
45800         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
45801              From: mjtg@cam.ac.uk (Mike Guy)
45802              Date: Fri, 10 Dec 2004 19:08:01 +0000
45803              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
45804      Branch: perl
45805            ! pod/perlfunc.pod
45806 ____________________________________________________________________________
45807 [ 23638] By: steveh                                on 2004/12/10  14:58:59
45808         Log: Fix Win32 breakage caused by change 23610
45809
45810              Simply skip the offending tests on Win32.  There is no sense in testing
45811              that $Config dir entries appear in @INC because the $Config entries
45812              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
45813              win32/Makefile), whereas @INC entries are dynamic, based on where
45814              perlXX.dll is currently located.
45815      Branch: perl
45816            ! lib/Config.t
45817 ____________________________________________________________________________
45818 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
45819         Log: Pod nit ([perl #32800])
45820      Branch: perl
45821            ! pod/perlfunc.pod
45822 ____________________________________________________________________________
45823 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
45824         Log: Subject: [PATCH] Test rt.perl.org 5900
45825              From: Michael G Schwern <schwern@pobox.com>
45826              Date: Thu, 9 Dec 2004 22:11:59 -0500
45827              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
45828      Branch: perl
45829            ! t/op/taint.t
45830 ____________________________________________________________________________
45831 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
45832         Log: Subject: [PATCH] cleanup t/op/taint.t
45833              From: Michael G Schwern <schwern@pobox.com>
45834              Date: Fri, 10 Dec 2004 02:04:49 -0500
45835              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
45836
45837              Subject: [PATCH] Add todo_skip() to test.pl
45838              From: Michael G Schwern <schwern@pobox.com>
45839              Date: Fri, 10 Dec 2004 04:27:06 -0500
45840              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
45841      Branch: perl
45842            ! t/op/taint.t t/test.pl
45843 ____________________________________________________________________________
45844 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
45845         Log: Evade using @ in the 1 liner with some perl 1 syntax.
45846      Branch: perl
45847            ! lib/Config.t
45848 ____________________________________________________________________________
45849 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
45850         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
45851              From: Robin Barker <Robin.Barker@npl.co.uk>
45852              Date: Wed, 1 Dec 2004 15:15:44 -0000
45853              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
45854      Branch: perl
45855            ! perl.h
45856 ____________________________________________________________________________
45857 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
45858         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
45859              From: Gisle Aas <gisle@activestate.com>
45860              Date: 06 Dec 2004 02:59:24 -0800
45861              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
45862      Branch: perl
45863            ! utf8.h
45864 ____________________________________________________________________________
45865 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
45866         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
45867              From: Gisle Aas <gisle@ActiveState.com>
45868              Date: 03 Dec 2004 06:09:19 -0800
45869              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
45870      Branch: perl
45871            ! ext/PerlIO/t/encoding.t
45872 ____________________________________________________________________________
45873 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
45874         Log: Upgrade to perldoc 3.14
45875      Branch: perl
45876            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
45877 ____________________________________________________________________________
45878 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
45879         Log: Fix test to cope with the previous h2ph change.
45880      Branch: perl
45881            ! t/lib/h2ph.pht
45882 ____________________________________________________________________________
45883 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
45884         Log: Subject: [perl #32962] h2ph - use of local() in generated code
45885              From: Peter.Dintelmann@dresdner-bank.com (via RT)
45886              Date: 8 Dec 2004 15:49:32 -0000
45887              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
45888      Branch: perl
45889            ! utils/h2ph.PL
45890 ____________________________________________________________________________
45891 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
45892         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
45893              From: "Jos I. Boumans" <kane@xs4all.net>
45894              Date: Wed, 8 Dec 2004 14:24:19 +0100
45895              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
45896      Branch: perl
45897            + lib/FileCache/t/06export.t
45898            ! MANIFEST lib/FileCache.pm
45899 ____________________________________________________________________________
45900 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
45901         Log: Avoid getting the stash name twice (at least visually, if not also
45902              in the generated code)
45903      Branch: perl
45904            ! sv.c
45905 ____________________________________________________________________________
45906 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
45907         Log: Upgrade to Encode 2.09
45908      Branch: perl
45909            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
45910            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
45911            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
45912 ____________________________________________________________________________
45913 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
45914         Log: Revert part of the change to gv_fullname4(), as the change seems to
45915              be fractionally slower. Re-investigation prompted by a comment from
45916              Tim Bunce, who seems to be more on the ball than I am.
45917      Branch: perl
45918            ! gv.c
45919 ____________________________________________________________________________
45920 [ 23622] By: steveh                                on 2004/12/07  10:50:26
45921         Log: Update AUTHORS (for changes #23200 and #23621)
45922      Branch: perl
45923            ! AUTHORS
45924 ____________________________________________________________________________
45925 [ 23621] By: steveh                                on 2004/12/07  10:35:59
45926         Log: Updates to README.win32 (aka perlwin32), with some changes.
45927
45928              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
45929              From: Max Maischein <corion@corion.net>
45930              Date: Sun, 05 Dec 2004 19:39:40 +0100
45931              Message-ID: <41B355EC.9010505@corion.net>
45932      Branch: perl
45933            ! README.win32
45934 ____________________________________________________________________________
45935 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
45936         Log: Upgrade to Term::ANSIColor 1.09
45937      Branch: perl
45938            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
45939            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
45940 ____________________________________________________________________________
45941 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
45942         Log: Small addition to perlsec by Stas Bekman.
45943      Branch: perl
45944            ! pod/perlsec.pod
45945 ____________________________________________________________________________
45946 [ 23618] By: steveh                                on 2004/12/06  15:54:30
45947         Log: Fix another Win32 breakage caused by change 23554
45948      Branch: perl
45949            ! t/win32/system.t
45950 ____________________________________________________________________________
45951 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
45952         Log: Break out setting $^X into its own static function S_set_caret_X
45953      Branch: perl
45954            ! perl.c
45955 ____________________________________________________________________________
45956 [ 23616] By: steveh                                on 2004/12/06  14:42:32
45957         Log: Fix typo from change 23554 which screwed up Windows smokes
45958      Branch: perl
45959            ! win32/Makefile
45960 ____________________________________________________________________________
45961 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
45962         Log: sanity check the arguments to runperl(), to try to avoid it
45963              hanging waiting on STDIN for a script.
45964      Branch: perl
45965            ! t/test.pl
45966 ____________________________________________________________________________
45967 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
45968         Log: Remove spurious semicolons
45969              (As these 2 are spare, I guess I should send them to Mark Rhodes
45970              (former office mate) as he often said that he kept mislaying his)
45971      Branch: perl
45972            ! gv.h
45973 ____________________________________________________________________________
45974 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
45975         Log: Tests for Config.pm much better now - toDONE
45976      Branch: perl
45977            ! pod/perltodo.pod
45978 ____________________________________________________________________________
45979 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
45980         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
45981              gv_fullname4 and gv_efullname4 directly, saving overhead.
45982      Branch: perl
45983            ! embed.fnc embed.h gv.h proto.h
45984 ____________________________________________________________________________
45985 [ 23611] By: merijn                                on 2004/12/06  12:00:10
45986         Log: New Itanium servers
45987      Branch: perl
45988            ! README.hpux
45989 ____________________________________________________________________________
45990 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
45991         Log: Check that @INC entries and %Config path entries are consistent.
45992      Branch: perl
45993            ! lib/Config.t
45994 ____________________________________________________________________________
45995 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
45996         Log: gv_fullname4() can get rid of the main:: for us.
45997              (well, actually, it never puts it in)
45998      Branch: perl
45999            ! op.c
46000 ____________________________________________________________________________
46001 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
46002         Log: $foo::_ was wrongly forced as $main::_.
46003              Since we still want "our $_" to be always forced to $main::_,
46004              deplace the forcing code at our-pad allocation time.
46005              (Making execution probably a tiny bit faster)
46006      Branch: perl
46007            ! gv.c op.c t/op/mydef.t
46008 ____________________________________________________________________________
46009 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
46010         Log: Remove double checking of acceptable switches on tr/// ops.
46011      Branch: perl
46012            ! toke.c
46013 ____________________________________________________________________________
46014 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
46015         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
46016              The latter gives larger code, is less clear and can't be any faster
46017      Branch: perl
46018            ! perl.c toke.c
46019 ____________________________________________________________________________
46020 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
46021         Log: Small code tidy up in gv_fullname4
46022      Branch: perl
46023            ! gv.c
46024 ____________________________________________________________________________
46025 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
46026         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
46027              They seem to produce slightly smaller object code too.
46028      Branch: perl
46029            ! gv.c
46030 ____________________________________________________________________________
46031 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
46032         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
46033      Branch: perl
46034            ! perl.c
46035 ____________________________________________________________________________
46036 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
46037         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
46038              S_pushinc into a new function S_pushinc_if_exists
46039              Avoid the SV copy when pushing onto @INC by creating a new scratch
46040              SV each time a push is done.
46041      Branch: perl
46042            ! perl.c
46043 ____________________________________________________________________________
46044 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
46045         Log: Subject: [PATCH] configure.com: no more CONFIG=true
46046              From: "Craig A. Berry" <craigberry@mac.com>
46047              Message-ID: <41AF87BA.1080108@mac.com>
46048              Date: Thu, 02 Dec 2004 15:23:06 -0600
46049      Branch: perl
46050            ! configure.com
46051 ____________________________________________________________________________
46052 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
46053         Log: 2 new BeOS files were missing
46054      Branch: perl
46055            ! MANIFEST
46056 ____________________________________________________________________________
46057 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
46058         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
46059              From: Jarkko Hietaniemi <jhi@iki.fi>
46060              Message-ID: <41ADFD95.4030007@iki.fi>
46061              Date: Wed, 01 Dec 2004 19:21:25 +0200
46062      Branch: perl
46063            ! Makefile.SH
46064 ____________________________________________________________________________
46065 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
46066         Log: &test in constant.t is vestigial, so amputate it.
46067      Branch: perl
46068            ! lib/constant.t
46069 ____________________________________________________________________________
46070 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
46071         Log: Tidy up the reference name stringification to save getting the
46072              hash name twice. Pleasant side effect is 44 byte smaller object
46073              file. (A small win is still a win)
46074      Branch: perl
46075            ! sv.c
46076 ____________________________________________________________________________
46077 [ 23584] By: merijn                                on 2004/12/01  13:44:24
46078         Log: Subject: [perl #32717] BeOS specific Updates
46079              Date: 30 Nov 2004 15:38:32 -0000
46080              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
46081              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
46082      Branch: perl
46083            + beos/beos_flock_server.cpp beos/beos_flock_server.h
46084            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
46085            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
46086            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
46087 ____________________________________________________________________________
46088 [ 23583] By: merijn                                on 2004/12/01  13:29:18
46089         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
46090              Date: Wed, 01 Dec 2004 07:24:45 -0600
46091              From: "Craig A. Berry" <craigberry@mac.com>
46092              Message-ID: <41ADC61D.8010407@mac.com>
46093      Branch: perl
46094            ! vms/descrip_mms.template
46095 ____________________________________________________________________________
46096 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
46097         Log: MANIFEST.SKIP is missing from the list of files that come
46098              with MakeMaker
46099      Branch: perl
46100            ! Porting/Maintainers.pl
46101 ____________________________________________________________________________
46102 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
46103         Log: Add placeholders for the new strlcat and strlcpy entries in
46104              config.sh, to ensure that the config.h generated for cross-
46105              compilation will still work.
46106      Branch: perl
46107            ! Cross/config.sh-arm-linux
46108 ____________________________________________________________________________
46109 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
46110         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
46111      Branch: perl
46112            ! MANIFEST
46113 ____________________________________________________________________________
46114 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
46115         Log: Add perl586delta.pod to all the necessary makefiles and tables of
46116              contents.
46117      Branch: perl
46118            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
46119            ! win32/pod.mak
46120 ____________________________________________________________________________
46121 [ 23571] By: merijn                                on 2004/11/30  15:11:01
46122         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
46123              Date: Tue, 30 Nov 2004 09:29:06 -0600
46124              From: Steve Peters <steve@fisharerojo.org>
46125              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
46126      Branch: perl
46127            ! hints/openbsd.sh
46128 ____________________________________________________________________________
46129 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
46130         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
46131      Branch: perl
46132           +> pod/perl586delta.pod
46133            ! MANIFEST
46134           !> pod/perlhist.pod
46135 ____________________________________________________________________________
46136 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
46137         Log: Protection against trailing spaces in embed.fnc
46138      Branch: perl
46139            ! autodoc.pl embed.pl
46140 ____________________________________________________________________________
46141 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
46142         Log: Remove trailing whitespace that found their way in the docs
46143              (spotted by Stas Bekman)
46144      Branch: perl
46145            ! embed.fnc pod/perlapi.pod proto.h
46146 ____________________________________________________________________________
46147 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
46148         Log: Upgrade to Test::Simple 0.53
46149      Branch: perl
46150            + lib/Test/Simple/t/circular_data.t
46151            + lib/Test/Simple/t/overload_threads.t
46152            + lib/Test/Simple/t/plan_bad.t
46153            + lib/Test/Simple/t/plan_shouldnt_import.t
46154            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
46155            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
46156            ! lib/Test/Simple.pm lib/Test/Simple/Changes
46157            ! lib/Test/Simple/README lib/Test/Simple/TODO
46158            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
46159            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
46160            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
46161            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
46162 ____________________________________________________________________________
46163 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
46164         Log: Skip generating all the code to deal with "" strings in config.sh
46165              if there aren't any. '' only code is much simpler.
46166      Branch: perl
46167            ! configpm
46168 ____________________________________________________________________________
46169 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
46170         Log: Given that there is a pre-built cache, no need for @v_fast
46171      Branch: perl
46172            ! configpm
46173 ____________________________________________________________________________
46174 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
46175         Log: The byteorder code doesn't need to be in Config.pm if byteorder
46176              isn't actually a frequently looked up value.
46177      Branch: perl
46178            ! configpm
46179 ____________________________________________________________________________
46180 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
46181         Log: Need to stub the public functions to keep some existing code
46182              working.
46183              No need to keep $Config_SH around in memory when we can easily
46184              re-create it.
46185      Branch: perl
46186            ! configpm
46187 ____________________________________________________________________________
46188 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
46189         Log: Generate the precached %Config entries based on some empirical
46190              data, rather than just guesswork.
46191      Branch: perl
46192            ! Makefile.SH configpm
46193 ____________________________________________________________________________
46194 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
46195         Log: Subject: [PATCH] Re: getting Config.pm on a diet
46196              From: "Craig A. Berry" <craigberry@mac.com>
46197              Message-ID: <41A8F225.7080902@mac.com>
46198              Date: Sat, 27 Nov 2004 15:31:17 -0600
46199      Branch: perl
46200            ! vms/descrip_mms.template
46201 ____________________________________________________________________________
46202 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
46203         Log: Hateful cAsE iNsEnSiTiVe file systems
46204      Branch: perl
46205            ! configpm
46206 ____________________________________________________________________________
46207 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
46208         Log: Put Config.pm on a diet. 3K rather than 32K
46209              configpm now generates 2 files, a small Config.pm containing the
46210              commonly used functions and values, which AUTOLOADs a
46211              Config_heavy.pl containing anything else needed.
46212              The "common" values in the small Config.pm may need some
46213              tweaking, based on real world data.
46214      Branch: perl
46215            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
46216            ! win32/makefile.mk
46217 ____________________________________________________________________________
46218 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
46219         Log: Clarify the return values of pos, particularly 0 and undef, as
46220              suggested by Stas Bekman
46221      Branch: perl
46222            ! pod/perlfunc.pod
46223 ____________________________________________________________________________
46224 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
46225         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
46226              PL_use_safe_putenv, based on text by Stas Bekman
46227      Branch: perl
46228            ! INSTALL
46229 ____________________________________________________________________________
46230 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
46231         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
46232              From: "Steve Peters via RT" <perlbug-followup@perl.org>
46233              Date: 26 Nov 2004 17:14:33 -0000
46234              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
46235      Branch: perl
46236            ! lib/Term/Complete.pm
46237 ____________________________________________________________________________
46238 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
46239         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
46240
46241              Subject: [PATCH] h2ph vs __asm__
46242              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
46243              Date: Thu, 25 Nov 2004 17:24:43 +0100
46244              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
46245      Branch: perl
46246            ! utils/h2ph.PL
46247 ____________________________________________________________________________
46248 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
46249         Log: Doc nit for B::Lint
46250              Subject: [PATCH] B::Lint
46251              From: Andy Lester <andy@petdance.com>
46252              Date: Fri, 26 Nov 2004 00:30:48 -0600
46253              Message-ID: <20041126063048.GA10161@petdance.com>
46254      Branch: perl
46255            ! ext/B/B/Lint.pm
46256 ____________________________________________________________________________
46257 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
46258         Log: The change to the internal representation introduced a bug whereby
46259              the key returned by FIRSTKEY had an erroneous leading newline.
46260              EXISTS was also buggy.
46261      Branch: perl
46262            ! configpm lib/Config.t
46263 ____________________________________________________________________________
46264 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
46265         Log: Make configpm and the generated Config.pm strict and warnings
46266              clean.
46267      Branch: perl
46268            ! configpm
46269 ____________________________________________________________________________
46270 [ 23543] By: steveh                                on 2004/11/26  10:56:12
46271         Log: Fix Win32 breakage caused by changes 23535/23542.
46272      Branch: perl
46273            ! lib/Config.t
46274 ____________________________________________________________________________
46275 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
46276         Log: Generate the virtual entries at Config.pm build time, as they
46277              don't change. This lets us get rid of the entire "fetch_virtual"
46278              baggage, and makes the config_re lookup work for the virtual
46279              entries.
46280      Branch: perl
46281            ! configpm lib/Config.t
46282 ____________________________________________________________________________
46283 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
46284         Log: Cheat. (Add a leading newline, and so remove all the special
46285              casing for "if we're at the start of $Config_SH")
46286      Branch: perl
46287            ! configpm lib/Config.t
46288 ____________________________________________________________________________
46289 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
46290         Log: Add an exists test for the things we loop over
46291      Branch: perl
46292            ! lib/Config.t
46293 ____________________________________________________________________________
46294 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
46295         Log: The first entry in the virtual config.sh is special cased. So
46296              test it.
46297      Branch: perl
46298            ! lib/Config.t
46299 ____________________________________________________________________________
46300 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
46301         Log: Make $Config{libs_nolargefiles} and
46302              $Config{libswanted_nolargefiles} work. (For the first time)
46303      Branch: perl
46304            ! configpm lib/Config.t
46305 ____________________________________________________________________________
46306 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
46307         Log: Test the currently working virtual %Config entries
46308      Branch: perl
46309            ! lib/Config.t
46310 ____________________________________________________________________________
46311 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
46312         Log: Subject: RC1 pod fix #anchor
46313              From: Stas Bekman <stas@stason.org>
46314              Date: Wed, 24 Nov 2004 10:57:21 -0500
46315              Message-ID: <41A4AF61.9080408@stason.org>
46316      Branch: perl
46317            ! pod/perlrun.pod
46318 ____________________________________________________________________________
46319 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
46320         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
46321              From: Stas Bekman <stas@stason.org>
46322              Date: Wed, 24 Nov 2004 11:25:14 -0500
46323              Message-ID: <41A4B5EA.3020804@stason.org>
46324      Branch: perl
46325            ! pod/perlipc.pod
46326 ____________________________________________________________________________
46327 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
46328         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
46329              From: "Steve Peters via RT" <perlbug-followup@perl.org>
46330              Date: 21 Nov 2004 04:38:09 -0000
46331              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
46332      Branch: perl
46333            ! pod/perlvar.pod
46334 ____________________________________________________________________________
46335 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
46336         Log: Wrap some long lines
46337      Branch: perl
46338            ! lib/Config.t
46339 ____________________________________________________________________________
46340 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
46341         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
46342              after eval or require
46343      Branch: perl
46344            ! t/comp/package.t toke.c
46345 ____________________________________________________________________________
46346 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
46347         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
46348              From: Michael G Schwern <schwern@pobox.com>
46349              Date: Fri, 19 Nov 2004 14:28:56 -0500
46350              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
46351      Branch: perl
46352            ! ext/POSIX/POSIX.pod
46353 ____________________________________________________________________________
46354 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
46355         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
46356              From: "Steve Peters via RT" <perlbug-followup@perl.org>
46357              Date: 23 Nov 2004 00:04:24 -0000
46358              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
46359      Branch: perl
46360            ! ext/B/B/Deparse.pm
46361 ____________________________________________________________________________
46362 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
46363         Log: Subject: [PATCH] warnings.t portability tweaks
46364              From: "Craig A. Berry" <craigberry@mac.com>
46365              Date: Sat, 20 Nov 2004 10:29:47 -0600
46366              Message-ID: <419F70FB.7000100@mac.com>
46367      Branch: perl
46368            ! t/lib/warnings/9uninit t/lib/warnings/perlio
46369 ____________________________________________________________________________
46370 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
46371         Log: Assimilate Test-Simple 0.50
46372      Branch: perl
46373            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
46374            + lib/Test/Simple/t/00test_harness_check.t
46375            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
46376            + lib/Test/Simple/t/fail_one.t
46377            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
46378            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
46379            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
46380            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
46381            ! lib/Test/Simple.pm lib/Test/Simple/Changes
46382            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
46383            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
46384            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
46385            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
46386            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
46387            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
46388            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
46389            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
46390            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
46391            ! t/lib/TieOut.pm
46392 ____________________________________________________________________________
46393 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
46394         Log: genuine possible buffer problems spotted by flawfinder
46395      Branch: perl
46396            ! regcomp.c util.c
46397 ____________________________________________________________________________
46398 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
46399         Log: Make "err" a weak keyword;
46400              that is, it will be overriden by any sub named "err", except when
46401              really an operator is expected at this point. ([perl #32347])
46402      Branch: perl
46403            ! t/op/dor.t toke.c
46404 ____________________________________________________________________________
46405 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
46406         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
46407              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
46408              Date: 18 Nov 2004 18:09:54 -0000
46409              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
46410      Branch: perl
46411            ! ext/POSIX/POSIX.pod
46412 ____________________________________________________________________________
46413 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
46414         Log: Bump version number
46415      Branch: perl
46416            ! lib/ExtUtils/Constant.pm
46417 ____________________________________________________________________________
46418 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
46419         Log: Remaining nit in the deparsing of reversed foreach loops
46420      Branch: perl
46421            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
46422 ____________________________________________________________________________
46423 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
46424         Log: Fix deparsing of reversed foreach loops,
46425              plus a bug in the previous commit
46426      Branch: perl
46427            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
46428 ____________________________________________________________________________
46429 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
46430         Log: Fix deparsing of reversed sort and descending sorts,
46431              due to the recent optimisations on this part of the optree.
46432      Branch: perl
46433            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
46434 ____________________________________________________________________________
46435 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
46436         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
46437              From: "Steve Peters via RT" <perlbug-followup@perl.org>
46438              Date: 12 Nov 2004 02:47:36 -0000
46439              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
46440      Branch: perl
46441            ! lib/File/Find.pm lib/File/Find/t/find.t
46442 ____________________________________________________________________________
46443 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
46444         Log: PerlFAQ sync.
46445      Branch: perl
46446            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
46447            ! pod/perlfaq7.pod
46448 ____________________________________________________________________________
46449 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
46450         Log: Fix a couple of typos.
46451      Branch: perl
46452            ! hv.c utf8.c
46453 ____________________________________________________________________________
46454 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
46455         Log: Subject: SuSE's perl safe_putenf diff
46456              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
46457              Date: Thu, 11 Nov 2004 15:54:43 +0100
46458              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
46459
46460              slightly reworked to make the PL_use_safe_putenv variable fit in
46461              the current framework. This patch turns on the use of safe putenv
46462              for any application that embeds a perl interpreter.
46463      Branch: perl
46464            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
46465            ! util.c
46466 ____________________________________________________________________________
46467 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
46468         Log: Subject: [PATCH] perl5db.pl POD cleanup
46469              From: Autrijus Tang <autrijus@autrijus.org>
46470              Date: Fri, 12 Nov 2004 12:41:33 +0800
46471              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
46472      Branch: perl
46473            ! lib/perl5db.pl
46474 ____________________________________________________________________________
46475 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
46476         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
46477              From: Andy Dougherty <doughera@lafayette.edu>
46478              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
46479              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
46480      Branch: perl
46481            ! t/op/time.t
46482 ____________________________________________________________________________
46483 [ 23501] By: steveh                                on 2004/11/16  10:55:20
46484         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
46485
46486              (autodoc.pl was already done by change 23371.)
46487      Branch: perl
46488            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
46489            ! warnings.pl
46490 ____________________________________________________________________________
46491 [ 23500] By: merijn                                on 2004/11/16  10:49:35
46492         Log: Subject: [PATCH] s/hierachy/hierarchy/
46493              Date: Mon, 15 Nov 2004 15:59:14 -0700
46494              From: "Larry Shatzer Jr." <larrysh@cpan.org>
46495              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
46496      Branch: perl
46497            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
46498 ____________________________________________________________________________
46499 [ 23499] By: steveh                                on 2004/11/16  09:42:50
46500         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
46501
46502              Also limit the scope of the locks in a couple of places, as suggested
46503              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
46504      Branch: perl
46505            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
46506 ____________________________________________________________________________
46507 [ 23498] By: merijn                                on 2004/11/14  07:02:20
46508         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
46509              From: Abe Timmerman <abe@ztreet.demon.nl>
46510              Date: Sun, 14 Nov 2004 00:48:17 +0100
46511              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
46512      Branch: perl
46513            ! vms/descrip_mms.template vms/test.com
46514 ____________________________________________________________________________
46515 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
46516         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
46517              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
46518              Date: 10 Nov 2004 18:30:38 -0000
46519              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
46520      Branch: perl
46521            ! lib/constant.pm lib/constant.t
46522 ____________________________________________________________________________
46523 [ 23496] By: merijn                                on 2004/11/12  20:47:19
46524         Log: Subject: [perl #32419] Spelling fixes for perl@23492
46525              Date: 12 Nov 2004 16:14:49 -0000
46526              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
46527              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
46528      Branch: perl
46529            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
46530            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
46531            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
46532            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
46533            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
46534            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
46535 ____________________________________________________________________________
46536 [ 23495] By: merijn                                on 2004/11/12  20:26:17
46537         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
46538              Date: Fri, 12 Nov 2004 11:15:47 -0600
46539              From: steve@fisharerojo.org
46540              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
46541      Branch: perl
46542            ! lib/ExtUtils/Constant.pm
46543 ____________________________________________________________________________
46544 [ 23494] By: davem                                 on 2004/11/12  18:59:06
46545         Log: Add some descriptive text from Larry to op.c on how optrees are built
46546      Branch: perl
46547            ! op.c
46548 ____________________________________________________________________________
46549 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
46550         Log: Replace a skip by a todo.
46551              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
46552              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46553              Date: Wed, 10 Nov 2004 01:30:14 -0800
46554              Message-ID: <20041110093014.GA1676@efn.org>
46555      Branch: perl
46556            ! t/io/tell.t
46557 ____________________________________________________________________________
46558 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
46559         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
46560              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46561              Date: Tue, 9 Nov 2004 17:40:13 -0800
46562              Message-ID: <20041110014012.GA2796@efn.org>
46563      Branch: perl
46564            ! t/io/tell.t
46565 ____________________________________________________________________________
46566 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
46567         Log: Adjust test count for non-windows machines
46568      Branch: perl
46569            ! ext/IO/t/io_file.t
46570 ____________________________________________________________________________
46571 [ 23489] By: merijn                                on 2004/11/09  17:53:53
46572         Log: Subject: [PATCH] fix IO::File to support binmode
46573              From: "Jos I. Boumans" <kane@dwim.org>
46574              Date: Tue, 9 Nov 2004 16:59:27 +0100
46575              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
46576      Branch: perl
46577            + ext/IO/t/io_file.t
46578            ! MANIFEST ext/IO/lib/IO/File.pm
46579 ____________________________________________________________________________
46580 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
46581         Log: No more late changes, dammit
46582      Branch: perl
46583            ! ext/B/t/optree_concise.t
46584 ____________________________________________________________________________
46585 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
46586         Log: Subject: Re: optree tests and VMS progress (no really)
46587              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46588              Date: Sun, 7 Nov 2004 23:24:15 -0800
46589              Message-ID: <20041108072415.GA3928@efn.org>
46590      Branch: perl
46591            ! ext/B/t/OptreeCheck.pm
46592 ____________________________________________________________________________
46593 [ 23482] By: davem                                 on 2004/11/06  11:59:16
46594         Log: document regcomp.c/regexec.c's dual life under ext/re/
46595      Branch: perl
46596            ! regcomp.c regexec.c
46597 ____________________________________________________________________________
46598 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
46599         Log: Subject: Re: optree tests and VMS progress (no really)
46600              From: Jim Cromie <jim.cromie@gmail.com>
46601              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
46602              Date: Sat, 6 Nov 2004 00:57:13 -0700
46603      Branch: perl
46604            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
46605            ! ext/B/t/optree_concise.t
46606 ____________________________________________________________________________
46607 [ 23475] By: merijn                                on 2004/11/05  14:16:27
46608         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
46609              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
46610              From: Andy Dougherty <doughera@lafayette.edu>
46611              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
46612      Branch: perl
46613            ! INSTALL
46614 ____________________________________________________________________________
46615 [ 23474] By: merijn                                on 2004/11/05  13:07:16
46616         Log: Skip failing thread/wait tests on HP-UX 10.20
46617              These will never ever be fixed, since 10.20 is obsolete
46618              perl583delta describes this. The quote is included in wait.t
46619      Branch: perl
46620            ! ext/threads/shared/t/wait.t
46621 ____________________________________________________________________________
46622 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
46623         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
46624              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
46625              Date: 4 Nov 2004 20:12:36 -0000
46626              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
46627      Branch: perl
46628            ! lib/Benchmark.pm lib/Benchmark.t
46629 ____________________________________________________________________________
46630 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
46631         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
46632              From: Rick Delaney <rick@bort.ca>
46633              Date: Sun, 31 Oct 2004 22:40:40 -0500
46634              Message-ID: <20041101034040.GC1232@biff.bort.ca>
46635      Branch: perl
46636            + t/op/regexp_qr.t
46637            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
46638 ____________________________________________________________________________
46639 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
46640         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
46641              From: Rick Delaney <rick@bort.ca>
46642              Date: Wed, 3 Nov 2004 19:46:16 -0500
46643              Message-ID: <20041104004616.GA11214@biff.bort.ca>
46644      Branch: perl
46645            ! lib/overload.pm lib/overload.t
46646 ____________________________________________________________________________
46647 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
46648         Log: Mostly revert change #23347 (keep the test suite, fixed),
46649              having decided that it wasn't a correct fix for bug #31793.
46650      Branch: perl
46651            ! lib/overload.pm lib/overload.t
46652 ____________________________________________________________________________
46653 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
46654         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
46655              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46656              Date: Tue, 2 Nov 2004 17:24:29 -0800
46657              Message-ID: <20041103012429.GA7196@efn.org>
46658      Branch: perl
46659            ! util.h
46660 ____________________________________________________________________________
46661 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
46662         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
46663              From: "Craig A. Berry" <craigberry@mac.com>
46664              Date: Tue, 02 Nov 2004 20:02:04 -0600
46665              Message-ID: <41883C1C.3080108@mac.com>
46666      Branch: perl
46667            ! configure.com
46668 ____________________________________________________________________________
46669 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
46670         Log: FAQ sync
46671      Branch: perl
46672            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
46673            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
46674            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
46675            ! pod/perlfaq9.pod
46676 ____________________________________________________________________________
46677 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
46678         Log: Reformulate an error
46679              (so the error message given by "perl -M" is a bit more
46680              meaningful, as Jarkko pointed out)
46681      Branch: perl
46682            ! perl.c pod/perldiag.pod
46683 ____________________________________________________________________________
46684 [ 23457] By: merijn                                on 2004/11/01  13:26:43
46685         Log: New Glossary and samples for blead
46686              Glossary now is in line with recent changes to config_h.SH
46687      Branch: perl
46688            ! Porting/Glossary Porting/config.sh Porting/config_H
46689 ____________________________________________________________________________
46690 [ 23455] By: merijn                                on 2004/11/01  12:51:52
46691         Log: Since strlcat/strlcpy are not argument/return value compatible
46692              with strncat/strncpy, replace the misleading defines with comment
46693      Branch: perl
46694            ! handy.h
46695 ____________________________________________________________________________
46696 [ 23450] By: merijn                                on 2004/10/31  16:33:17
46697         Log: The next step in strlcat ()/ strcpy () detection and usage
46698              preparation. Change to handy.h eeded for config_h.SH
46699      Branch: perl
46700            ! config_h.SH handy.h
46701 ____________________________________________________________________________
46702 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
46703         Log: Make TEST and harness skip tests for extensions that were not
46704              configured. Currently this skipping is silent - maybe they should
46705              report what they are skipping.
46706      Branch: perl
46707            ! t/TEST t/harness
46708 ____________________________________________________________________________
46709 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
46710         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
46711              From: Jim Cromie <jim.cromie@gmail.com>
46712              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
46713              Date: Mon, 25 Oct 2004 16:36:40 -0600
46714      Branch: perl
46715            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
46716 ____________________________________________________________________________
46717 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
46718         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
46719      Branch: perl
46720            ! perl.c sv.c
46721 ____________________________________________________________________________
46722 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
46723         Log: Skip tests if Devel::Peek not built
46724      Branch: perl
46725            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
46726            ! ext/threads/t/join.t lib/base/t/fields-base.t
46727 ____________________________________________________________________________
46728 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
46729         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
46730      Branch: perl
46731            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
46732            ! lib/File/Spec/VMS.pm
46733 ____________________________________________________________________________
46734 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
46735         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
46736      Branch: perl
46737            + lib/I18N/LangTags/t/20_locales.t
46738 ____________________________________________________________________________
46739 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
46740         Log: Correct change 23437 - as Config isn't imported, need to use a fully
46741              qualified package
46742      Branch: perl
46743            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
46744            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
46745            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
46746            ! ext/B/t/optree_varinit.t
46747 ____________________________________________________________________________
46748 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
46749         Log: Assimilate I18N::LangTags 0.35
46750      Branch: perl
46751            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
46752            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
46753 ____________________________________________________________________________
46754 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
46755         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
46756              Date: Sun, 31 Oct 2004 04:01:42 -0500
46757              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
46758              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
46759      Branch: perl
46760            ! hints/irix_6.sh
46761 ____________________________________________________________________________
46762 [ 23438] By: davem                                 on 2004/10/30  23:25:37
46763         Log: Using foreach on threads::shared array crashes perl
46764              The FETCH code for shared aggregate elements could leak a shared RV
46765              address into a private SV. RVs are now handled specially, in the
46766              same way that they already were for scalar shared magic.
46767      Branch: perl
46768            ! ext/threads/shared/shared.xs
46769 ____________________________________________________________________________
46770 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
46771         Log: Skip tests that require Data::Dumper if it is not built
46772      Branch: perl
46773            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
46774            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
46775            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
46776            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
46777            ! lib/ExtUtils/t/prereq_print.t
46778 ____________________________________________________________________________
46779 [ 23436] By: merijn                                on 2004/10/30  16:11:15
46780         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
46781      Branch: perl
46782            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
46783            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46784            ! win32/config_H.vc64 wince/config_H.ce
46785 ____________________________________________________________________________
46786 [ 23435] By: merijn                                on 2004/10/30  15:54:48
46787         Log: Added probes for strlcat () and strlcpy () to Configure
46788              Re-ordered config_h.SH
46789      Branch: perl
46790            ! Configure Makefile.SH config_h.SH
46791 ____________________________________________________________________________
46792 [ 23433] By: davem                                 on 2004/10/29  21:04:17
46793         Log: Threading crash with closures
46794              various OpREFCNT_inc() operations weren't doing locking
46795      Branch: perl
46796            ! pad.c regcomp.c sv.c
46797 ____________________________________________________________________________
46798 [ 23432] By: steveh                                on 2004/10/29  14:12:02
46799         Log: Document sv_magic() changes brought about by sv_magicext()
46800
46801              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
46802              but didn't update the documentation for sv_magic() to reflect
46803              the changed handling of the name/namlen arguments.
46804
46805              Also correct a couple of typos, and mention sv_magicext() in
46806              perlguts.
46807      Branch: perl
46808            ! pod/perlapi.pod pod/perlguts.pod sv.c
46809 ____________________________________________________________________________
46810 [ 23431] By: merijn                                on 2004/10/29  13:56:03
46811         Log: Subject: [PATCH] 36 additional tests for B
46812              From: Steve Peters <steve@fisharerojo.org>
46813              Date: Fri, 29 Oct 2004 00:53:22 -0500
46814              Message-Id: <200410290053.22947.steve@fisharerojo.org>
46815      Branch: perl
46816            ! ext/B/t/b.t
46817 ____________________________________________________________________________
46818 [ 23426] By: davem                                 on 2004/10/27  22:50:57
46819         Log: include flags and refcount in the list of leaked scalars
46820      Branch: perl
46821            ! perl.c
46822 ____________________________________________________________________________
46823 [ 23425] By: ams                                   on 2004/10/27  11:27:27
46824         Log: Subject: [PATCH] lib/Carp.t improvements
46825              From: "Craig A. Berry" <craigberry@mac.com>
46826              Date: Tue, 26 Oct 2004 23:32:25 -0500
46827              Message-Id: <417F24D9.1000904@mac.com>
46828      Branch: perl
46829            ! lib/Carp.t
46830 ____________________________________________________________________________
46831 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
46832         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
46833      Branch: perl
46834            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
46835 ____________________________________________________________________________
46836 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
46837         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
46838      Branch: perl
46839            ! pod/perl.pod pod/perlfaq2.pod
46840 ____________________________________________________________________________
46841 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
46842         Log: Subject: [perl #30227] [PATCH]splain vs. -w
46843              From: "Steve Peters via RT" <perlbug-followup@perl.org>
46844              Date: 23 Oct 2004 13:55:41 -0000
46845              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
46846      Branch: perl
46847            ! lib/diagnostics.pm
46848 ____________________________________________________________________________
46849 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
46850         Log: Upgrade to Encode 2.08.
46851      Branch: perl
46852            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
46853            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
46854            ! ext/Encode/Unicode/Unicode.xs
46855            ! ext/Encode/lib/Encode/Encoding.pm
46856 ____________________________________________________________________________
46857 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
46858         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
46859              From: Steve Peters <steve@fisharerojo.org>
46860              Date: Sat, 23 Oct 2004 08:01:51 -0500
46861              Message-Id: <200410230801.51649.steve@fisharerojo.org>
46862      Branch: perl
46863            ! pod/perlop.pod
46864 ____________________________________________________________________________
46865 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
46866         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
46867              From: Tels <perl_dummy@bloodgate.com>
46868              Date: Sat, 23 Oct 2004 16:56:31 +0200
46869              Message-Id: <200410231656.40995@bloodgate.com>
46870      Branch: perl
46871            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
46872 ____________________________________________________________________________
46873 [ 23418] By: davem                                 on 2004/10/23  21:50:19
46874         Log: Chained goto &sub drops data too early.
46875
46876              Change 22373 to stop a memory leak in goto &foo intead caused
46877              the elements of @_ to be freed too early. This revised fix
46878              just transfers the reifiedness of the old @_ to the new @_
46879      Branch: perl
46880            ! pp_ctl.c t/op/goto.t
46881 ____________________________________________________________________________
46882 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
46883         Log: Upgrade to Encode 2.07
46884      Branch: perl
46885            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
46886            ! ext/Encode/Encode.xs ext/Encode/META.yml
46887            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
46888            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
46889            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
46890            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
46891            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
46892            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
46893            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
46894            ! ext/Encode/ucm/macThai.ucm
46895 ____________________________________________________________________________
46896 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
46897         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
46898              Message-ID: <20041022033033.GA12362@londo.c47.org>
46899              From: Brendan O'Dea <bod@debian.org>
46900              Date: Fri, 22 Oct 2004 13:30:33 +1000
46901      Branch: perl
46902            ! ext/IO/IO.xs
46903 ____________________________________________________________________________
46904 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
46905         Log: Subject: docpatch for perltie.pod
46906              From: David Cantrell <david@cantrell.org.uk>
46907              Date: Thu, 21 Oct 2004 12:21:52 +0100
46908              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
46909      Branch: perl
46910            ! pod/perltie.pod
46911 ____________________________________________________________________________
46912 [ 23396] By: ams                                   on 2004/10/21  01:36:49
46913         Log: Subject: [PATCH] Math::BigInt v1.73 final
46914              From: Tels <perl_dummy@bloodgate.com>
46915              Date: Wed, 20 Oct 2004 21:06:40 +0200
46916              Message-Id: <200410202106.41840@bloodgate.com>
46917
46918              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
46919              From: Tels <tels@bloodgate.com>
46920              Date: Wed, 20 Oct 2004 22:03:55 +0200
46921              Message-Id: <200410202203.56063@bloodgate.com>
46922      Branch: perl
46923            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
46924            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
46925            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
46926            ! lib/Math/BigRat/t/bigratup.t
46927 ____________________________________________________________________________
46928 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
46929         Log: Need to skip optree walking tests if perlio not built
46930      Branch: perl
46931            ! ext/B/t/f_map.t ext/B/t/f_sort.t
46932 ____________________________________________________________________________
46933 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
46934         Log: Remove opmini.c when cleaning up.
46935      Branch: perl
46936            ! Makefile.SH
46937 ____________________________________________________________________________
46938 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
46939         Log: Ensure that PVA.pl returns a true value.
46940      Branch: perl
46941            ! lib/unicore/mktables
46942 ____________________________________________________________________________
46943 [ 23392] By: ams                                   on 2004/10/20  06:19:03
46944         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
46945              Rephrase "Perl Home Page" References
46946              From: chromatic <chromatic@wgz.org>
46947              Date: Tue, 19 Oct 2004 22:52:19 -0700
46948              Message-Id: <1098251539.20976.53.camel@localhost>
46949      Branch: perl
46950            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
46951 ____________________________________________________________________________
46952 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
46953         Log: Upgrade to Encode 2.05
46954      Branch: perl
46955            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
46956            ! ext/Encode/encoding.pm
46957 ____________________________________________________________________________
46958 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
46959         Log: More Data::Dumper docs nits, fix the previous one,
46960              suggested by Yves Orton.
46961      Branch: perl
46962            ! ext/Data/Dumper/Dumper.pm
46963 ____________________________________________________________________________
46964 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
46965         Log: Subject: [PATCH] perlfaq2.pod (add a book)
46966              From: <richard.foley@ubs.com>
46967              Date: Tue, 19 Oct 2004 07:29:31 +0200
46968              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
46969      Branch: perl
46970            ! pod/perlfaq2.pod
46971 ____________________________________________________________________________
46972 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
46973         Log: Re-apply the encoding.pm part of:
46974
46975              Subject: [PATCH] encoding and open pragmas
46976              From: Jarkko Hietaniemi <jhi@iki.fi>
46977              Date: Mon, 16 Aug 2004 22:27:00 +0300
46978              Message-ID: <41210A84.6060506@iki.fi>
46979      Branch: perl
46980            ! ext/Encode/encoding.pm
46981 ____________________________________________________________________________
46982 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
46983         Log: Upgrade to Encode 2.04.
46984      Branch: perl
46985            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
46986            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
46987            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
46988            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
46989            ! ext/Encode/lib/Encode/Supported.pod
46990            ! ext/Encode/ucm/big5-hkscs.ucm
46991 ____________________________________________________________________________
46992 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
46993         Log: Fix a typo.
46994      Branch: perl
46995            ! utils/c2ph.PL
46996 ____________________________________________________________________________
46997 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
46998         Log: Add a missing warning categorisation in perldiag.
46999      Branch: perl
47000            ! pod/perldiag.pod
47001 ____________________________________________________________________________
47002 [ 23377] By: ams                                   on 2004/10/16  23:52:18
47003         Log: Subject: [PATCH] test_harness tweak for VMS
47004              From: "Craig A. Berry" <craigberry@mac.com>
47005              Date: Sat, 16 Oct 2004 12:15:02 -0500
47006              Message-Id: <41715716.5000108@mac.com>
47007      Branch: perl
47008            ! vms/descrip_mms.template vms/test.com
47009 ____________________________________________________________________________
47010 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
47011         Log: Merge code from vdie and vcroak into S_vdie_croak_common
47012      Branch: perl
47013            ! util.c
47014 ____________________________________________________________________________
47015 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
47016         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
47017              S_vdie_common
47018      Branch: perl
47019            ! util.c
47020 ____________________________________________________________________________
47021 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
47022         Log: The second half of Perl_vwarner is actually a straight cut&paste job
47023              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
47024              cut&paste is bad, m'kay.
47025      Branch: perl
47026            ! util.c
47027 ____________________________________________________________________________
47028 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
47029         Log: Implement sv_svset _nosteal variants by passing a flag into
47030              sv_set_flags rather than messing with the SvTEMP() flag on either
47031              side of the call.
47032      Branch: perl
47033            ! sv.c sv.h
47034 ____________________________________________________________________________
47035 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
47036         Log: Implement a new -dt command-line flag, to enable threads under the
47037              debugger (bug #31666).
47038
47039              Subject: RE: [PATCH] debugger handles threads [perl #31666]
47040              From: <richard.foley@ubs.com>
47041              Date: Wed, 13 Oct 2004 13:01:18 +0200
47042              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
47043
47044              Subject: Re: [PATCH] debugger handles threads [perl #31666]
47045              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47046              Date: Wed, 13 Oct 2004 02:49:58 -0700
47047              Message-ID: <20041013094957.GA17184@efn.org>
47048      Branch: perl
47049            ! lib/perl5db.pl perl.c pod/perlrun.pod
47050 ____________________________________________________________________________
47051 [ 23371] By: steveh                                on 2004/10/15  12:54:29
47052         Log: Make autodoc.pl write its output with UNIX style EOL's.
47053
47054              This saves the Win32 committer(s?) having to dos2unix the files
47055              before committing.  Maybe Perforce's "LineEnd: share" suffices
47056              anyway, but there's no harm in playing safe.
47057      Branch: perl
47058            ! autodoc.pl
47059 ____________________________________________________________________________
47060 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
47061         Log: Include opmini.c in the dependency generation.
47062      Branch: perl
47063            ! Makefile.SH
47064 ____________________________________________________________________________
47065 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
47066         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
47067      Branch: perl
47068            ! ext/Data/Dumper/Dumper.pm
47069 ____________________________________________________________________________
47070 [ 23368] By: steveh                                on 2004/10/15  10:12:31
47071         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
47072
47073              These are already in the API supported by Devel::PPPort, and are
47074              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
47075              already documented.
47076      Branch: perl
47077            ! embed.fnc pod/perlapi.pod sv.c
47078 ____________________________________________________________________________
47079 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
47080         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
47081              From: "Craig A. Berry" <craigberry@mac.com>
47082              Date: Thu, 14 Oct 2004 10:09:41 -0500
47083              Message-ID: <416E96B5.5020100@mac.com>
47084      Branch: perl
47085            ! ext/Devel/PPPort/parts/inc/ppphtest
47086            ! ext/Devel/PPPort/t/ppphtest.t
47087 ____________________________________________________________________________
47088 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
47089         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
47090              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
47091              Date: Mon, 11 Oct 2004 09:54:15 +0200
47092              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
47093      Branch: perl
47094            ! ext/IO/lib/IO/Poll.pm
47095 ____________________________________________________________________________
47096 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
47097         Log: Fix [perl #31971] local $^D gives noise
47098      Branch: perl
47099            ! embed.fnc embed.h mg.c perl.c proto.h
47100 ____________________________________________________________________________
47101 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
47102         Log: A few fixes in the list of -D debugging flags
47103      Branch: perl
47104            ! perl.c pod/perlrun.pod
47105 ____________________________________________________________________________
47106 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
47107         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
47108              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
47109              Date: Wed, 13 Oct 2004 09:45:31 +0400
47110              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
47111      Branch: perl
47112            ! win32/buildext.pl win32/makefile.mk
47113 ____________________________________________________________________________
47114 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
47115         Log: Minor tweaks for the test.utf16 target, by Jarkko
47116      Branch: perl
47117            ! t/TEST
47118 ____________________________________________________________________________
47119 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
47120         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
47121              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
47122              Date: 5 Oct 2004 09:52:07 -0000
47123              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
47124              (with tweaks)
47125      Branch: perl
47126            ! lib/warnings.pm warnings.pl
47127 ____________________________________________________________________________
47128 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
47129         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
47130              From: Vadim Konovalov <konovalo@mail.wplus.net>
47131              Date: Mon, 11 Oct 2004 22:57:00 +0400
47132              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
47133      Branch: perl
47134            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
47135            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
47136 ____________________________________________________________________________
47137 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
47138         Log: Subject: Patch: BigInt v1.73 (pre-release)
47139              From: Tels <perl_dummy@bloodgate.com>
47140              Date: Sun, 10 Oct 2004 22:36:03 +0200
47141              Message-Id: <200410102236.03637@bloodgate.com>
47142      Branch: perl
47143            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
47144            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
47145            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
47146            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
47147            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
47148            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
47149            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
47150 ____________________________________________________________________________
47151 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
47152         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
47153              From: Abe Timmerman <abe@ztreet.demon.nl>
47154              Date: Sat, 9 Oct 2004 18:13:38 +0200
47155              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
47156      Branch: perl
47157            ! t/harness vms/descrip_mms.template vms/test.com
47158 ____________________________________________________________________________
47159 [ 23357] By: davem                                 on 2004/10/10  19:18:00
47160         Log: Turn regcomp into a list op
47161      Branch: perl
47162            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
47163            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
47164 ____________________________________________________________________________
47165 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
47166         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
47167      Branch: perl
47168            ! ext/B/t/OptreeCheck.pm
47169 ____________________________________________________________________________
47170 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
47171         Log: Restore runtime loading of Encode and Encode-related modules, so that
47172              open.pm will work when the Encode extension isn't build.
47173      Branch: perl
47174            ! lib/open.pm
47175 ____________________________________________________________________________
47176 [ 23354] By: merijn                                on 2004/10/09  12:27:39
47177         Log: Make AIX 5 + gcc work in 64bitall
47178      Branch: perl
47179            ! hints/aix.sh
47180 ____________________________________________________________________________
47181 [ 23353] By: merijn                                on 2004/10/08  09:52:59
47182         Log: A new machine type, some reformatting, some reorganization
47183              and a bit of additional info on Sleepycat's db.
47184      Branch: perl
47185            ! README.hpux
47186 ____________________________________________________________________________
47187 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
47188         Log: Briefly document the test.utf16 make target.
47189      Branch: perl
47190            ! pod/perlhack.pod
47191 ____________________________________________________________________________
47192 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
47193         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
47194              (patch by Jarkko Hietaniemi)
47195      Branch: perl
47196            ! Makefile.SH t/TEST toke.c utf8.c
47197 ____________________________________________________________________________
47198 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
47199         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
47200              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
47201              Date: 23 Sep 2004 21:45:42 -0000
47202              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
47203              (with doc nits)
47204      Branch: perl
47205            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
47206 ____________________________________________________________________________
47207 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
47208         Log: Increment $overload::VERSION after change #23347
47209      Branch: perl
47210            ! ext/B/B/Concise.pm lib/overload.pm
47211 ____________________________________________________________________________
47212 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
47213         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
47214              From: Vadim Konovalov <vadim@vkonovalov.ru>
47215              Date: Sun, 3 Oct 2004 22:10:06 +0400
47216              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
47217      Branch: perl
47218            ! ext/DynaLoader/DynaLoader_pm.PL
47219 ____________________________________________________________________________
47220 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
47221         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
47222              From: Rick Delaney <rick@bort.ca>
47223              Date: Sat, 2 Oct 2004 01:04:49 -0400
47224              Message-ID: <20041002050448.GB5059@biff.bort.ca>
47225      Branch: perl
47226            ! lib/overload.pm lib/overload.t
47227 ____________________________________________________________________________
47228 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
47229         Log: Subject: [PATCH] vms/t/filespec.t tweak
47230              From: "Craig A. Berry" <craigberry@mac.com>
47231              Date: Fri, 01 Oct 2004 13:18:03 -0500
47232              Message-ID: <415D9F5B.5040306@mac.com>
47233      Branch: perl
47234            ! vms/ext/filespec.t
47235 ____________________________________________________________________________
47236 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
47237         Log: More caveats on the non-portability of stat(), suggested by
47238              Stas Bekman.
47239      Branch: perl
47240            ! pod/perlfunc.pod
47241 ____________________________________________________________________________
47242 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
47243         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
47244              any check on whether it's valid.
47245      Branch: perl
47246            ! sv.c
47247 ____________________________________________________________________________
47248 [ 23343] By: merijn                                on 2004/10/02  11:08:32
47249         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
47250              From: "Craig A. Berry" <craigberry@mac.com>
47251              Date: Fri, 01 Oct 2004 12:57:55 -0500
47252              Message-ID: <415D9AA3.1000908@mac.com>
47253      Branch: perl
47254            ! t/uni/class.t
47255 ____________________________________________________________________________
47256 [ 23342] By: davem                                 on 2004/09/30  20:51:31
47257         Log: open $1, "file" doesn't raise an exception
47258      Branch: perl
47259            ! pp.c t/io/open.t
47260 ____________________________________________________________________________
47261 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
47262         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
47263              From: "Jay Hannah" <jhannah@omnihotels.com>
47264              Date: Wed, 15 Sep 2004 14:51:42 -0500
47265              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
47266      Branch: perl
47267            ! ext/Sys/Syslog/Syslog.pm
47268 ____________________________________________________________________________
47269 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
47270         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
47271              PV of the scalar it reads from, avoid to read it when it's an
47272              undefined PV.
47273      Branch: perl
47274            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
47275 ____________________________________________________________________________
47276 [ 23339] By: davem                                 on 2004/09/28  18:05:52
47277         Log: the improved -DT output of #23325 could print an uninit stack value
47278      Branch: perl
47279            ! toke.c
47280 ____________________________________________________________________________
47281 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
47282         Log: Spelling correction spotted by Greg McCarroll
47283      Branch: perl
47284            ! README.epoc
47285 ____________________________________________________________________________
47286 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
47287         Log: Subject: Patch for perl.c fixing an obscure environment bug
47288              From: Merijn Broeren <merijnb@iloquent.com>
47289              Date: Thu, 23 Sep 2004 17:18:17 +0200
47290              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
47291      Branch: perl
47292            ! perl.c
47293 ____________________________________________________________________________
47294 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
47295         Log: Perl -DT segfaults when parsing a 'use' statement
47296      Branch: perl
47297            ! toke.c
47298 ____________________________________________________________________________
47299 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
47300         Log: Typo fix.
47301              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
47302              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
47303              Date: Wed, 22 Sep 2004 11:20:53 +0200
47304              Message-ID: <20040922112053.686562b6@valis.local>
47305      Branch: perl
47306            ! lib/open.pm
47307 ____________________________________________________________________________
47308 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
47309         Log: Remove a couple of C<> to avoid confusing double quotes in text
47310              rendering. [perl #31678]
47311      Branch: perl
47312            ! pod/perlop.pod
47313 ____________________________________________________________________________
47314 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
47315         Log: Document that $ENV{PATH} may not contain relative directories under -T
47316      Branch: perl
47317            ! pod/perldiag.pod pod/perlsec.pod
47318 ____________________________________________________________________________
47319 [ 23331] By: davem                                 on 2004/09/20  22:11:29
47320         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
47321              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
47322              Date:  Fri, 17 Sep 2004 14:01:11 +0200
47323              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
47324
47325              Clarify the effect of utime when the file isn't owned by the user
47326      Branch: perl
47327            ! pod/perlfunc.pod
47328 ____________________________________________________________________________
47329 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
47330         Log: Upgrade to MIME::Base64 3.05.
47331      Branch: perl
47332            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
47333            ! ext/MIME/Base64/t/warn.t
47334 ____________________________________________________________________________
47335 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
47336         Log: Upgrade to Time::HiRes 1.65.
47337      Branch: perl
47338            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
47339            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
47340            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
47341 ____________________________________________________________________________
47342 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
47343         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
47344              From: "Steve Peters via RT" <perlbug-followup@perl.org>
47345              Date: 26 Aug 2004 19:06:52 -0000
47346              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
47347      Branch: perl
47348            ! lib/Pod/Usage.pm
47349 ____________________________________________________________________________
47350 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
47351         Log: Subject: [PATCH] encoding and open pragmas
47352              From: Jarkko Hietaniemi <jhi@iki.fi>
47353              Date: Mon, 16 Aug 2004 22:27:00 +0300
47354              Message-ID: <41210A84.6060506@iki.fi>
47355
47356              Subject: Re: [PATCH] encoding and open pragmas
47357              From: Jarkko Hietaniemi <jhi@iki.fi>
47358              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
47359              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
47360      Branch: perl
47361            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
47362 ____________________________________________________________________________
47363 [ 23325] By: davem                                 on 2004/09/19  21:47:18
47364         Log: improve lexer debugging output (-DT)
47365              Decode yylex() return values, and show lexer state each time
47366              yylex() is called
47367      Branch: perl
47368            ! embed.fnc embed.h proto.h toke.c
47369 ____________________________________________________________________________
47370 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
47371         Log: The XSUB.h patch from:
47372
47373              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
47374              From: John Peacock <jpeacock@rowman.com>
47375              Date: Wed, 18 Aug 2004 08:26:35 -0400
47376              Message-ID: <41234AFB.1020009@rowman.com>
47377
47378              Now it will use version object logic for version comparison
47379              when loading XS modules.
47380      Branch: perl
47381            ! XSUB.h
47382 ____________________________________________________________________________
47383 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
47384         Log: Upgrade to Time::HiRes 1.63.
47385              Note that it includes a ppport.h file. See if the one
47386              previously built in Devel::PPPort can be used instead.
47387      Branch: perl
47388            + ext/Time/HiRes/ppport.h
47389            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
47390            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
47391            ! ext/Time/HiRes/t/HiRes.t
47392 ____________________________________________________________________________
47393 [ 23321] By: davem                                 on 2004/09/14  21:57:10
47394         Log: Subject:  Re: [perl #31459] Bug in read()
47395              From:  Chris Heath <chris@heathens.co.nz>
47396              Date:  06 Sep 2004 00:03:12 -0400
47397              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
47398
47399              a read(F) into a UTF8-encoded buffer with an offset off the
47400              end of the buffer, miss-calculated buffer lengths
47401      Branch: perl
47402            ! pp_sys.c
47403 ____________________________________________________________________________
47404 [ 23320] By: davem                                 on 2004/09/12  22:09:51
47405         Log: Memory leak in nested shared data structures in 5.8.4
47406              A pop of an item from a shared array ref causes a leak due to
47407              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
47408              Make sv_upgrade() set always this flag.
47409      Branch: perl
47410            ! sv.c
47411 ____________________________________________________________________________
47412 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
47413         Log: Integrate:
47414              [ 23318]
47415              Update the skips for the no perlio case
47416      Branch: perl
47417           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
47418           !> ext/B/t/showlex.t
47419 ____________________________________________________________________________
47420 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
47421         Log: A single version of B that supports 5.8 and 5.10
47422      Branch: perl
47423            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
47424            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
47425 ____________________________________________________________________________
47426 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
47427         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
47428              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
47429              Date: Mon, 6 Sep 2004 11:09:51 +0400
47430              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
47431      Branch: perl
47432            ! lib/bigint.pm
47433 ____________________________________________________________________________
47434 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
47435         Log: Upgrade to Devel::PPPort 3.03.
47436      Branch: perl
47437            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
47438            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
47439            ! ext/Devel/PPPort/PPPort_pm.PL
47440            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
47441 ____________________________________________________________________________
47442 [ 23281] By: davem                                 on 2004/09/08  19:42:15
47443         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
47444              From:  Andy Dougherty <doughera@lafayette.edu>
47445              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
47446              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
47447              Clarify whether it's safe to replace the perl bundled with Solaris
47448      Branch: perl
47449            ! README.solaris
47450 ____________________________________________________________________________
47451 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
47452         Log: Upgrade to Devel::PPPort 3.02.
47453      Branch: perl
47454            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
47455            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
47456            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
47457            ! ext/Devel/PPPort/parts/base/5004050
47458            ! ext/Devel/PPPort/parts/base/5005000
47459            ! ext/Devel/PPPort/parts/base/5006000
47460            ! ext/Devel/PPPort/parts/base/5008001
47461            ! ext/Devel/PPPort/parts/base/5009002
47462            ! ext/Devel/PPPort/parts/inc/MY_CXT
47463            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
47464            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
47465            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
47466            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
47467            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
47468            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
47469            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
47470            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
47471 ____________________________________________________________________________
47472 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
47473         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
47474              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
47475      Branch: perl
47476            ! perl.h
47477 ____________________________________________________________________________
47478 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
47479         Log: backport B to work on 5.8.x, so that a single version of the source
47480              can be maintained, and ultimately dual-lifed on CPAN
47481              (the version conditional changes are actually surprisingly small)
47482      Branch: perl
47483            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
47484            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
47485            ! ext/B/t/stash.t
47486 ____________________________________________________________________________
47487 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
47488         Log: Subject: SvO?OK_off()'s return value
47489              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
47490              Date: Sun, 1 Aug 2004 12:46:48 +0200
47491              Message-Id: <20040801124648.7f9b3cee@r2d2>
47492
47493              Move (void) casts into SvOOK_off macro.
47494      Branch: perl
47495            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
47496 ____________________________________________________________________________
47497 [ 23276] By: merijn                                on 2004/09/07  12:57:58
47498         Log: Subject: [PATCH] perlintro.pod
47499              From: Paul Johnson <paul@pjcj.net>
47500              Date: Tue, 7 Sep 2004 15:13:51 +0200
47501              Message-ID: <20040907131351.GD2513@pjcj.net>
47502      Branch: perl
47503            ! pod/perlintro.pod
47504 ____________________________________________________________________________
47505 [ 23275] By: steveh                                on 2004/09/06  10:16:12
47506         Log: Implement new environment variable to allow the use of non-IFS
47507              compatible LSP's on Windows to allow Perl to work in conjunction
47508              with a firewall such as McAfee Guardian.
47509
47510              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
47511              further assistance by Artiom Morozov <artiom@phreaker.net>.
47512      Branch: perl
47513            ! pod/perlrun.pod win32/win32sck.c
47514 ____________________________________________________________________________
47515 [ 23274] By: merijn                                on 2004/09/06  08:49:24
47516         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
47517              From: "Craig A. Berry" <craigberry@mac.com>
47518              Date: Sat, 04 Sep 2004 11:58:56 -0500
47519              Message-ID: <4139F450.7040708@mac.com>
47520      Branch: perl
47521            ! configure.com
47522 ____________________________________________________________________________
47523 [ 23271] By: davem                                 on 2004/09/05  21:36:57
47524         Log: only mortalize deleted array elements for AvREAL
47525              (update to change #23158)
47526      Branch: perl
47527            ! av.c
47528 ____________________________________________________________________________
47529 [ 23267] By: davem                                 on 2004/09/05  20:16:55
47530         Log: I somehow managed to omit the base.pm change from #23266
47531      Branch: perl
47532            ! lib/base.pm
47533 ____________________________________________________________________________
47534 [ 23266] By: davem                                 on 2004/09/05  20:04:35
47535         Log: Fields package bug
47536              An intermediate class with no fields messes up private fields
47537              in the base class.
47538      Branch: perl
47539            ! lib/base.pm lib/base/t/fields-base.t
47540 ____________________________________________________________________________
47541 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
47542         Log: Upgrade to Encode 2.02
47543      Branch: perl
47544            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
47545            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
47546            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
47547            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
47548            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
47549            ! ext/Encode/ucm/big5-hkscs.ucm
47550 ____________________________________________________________________________
47551 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
47552         Log: Upgrade to version 0.42.
47553              From:
47554              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
47555              From: John Peacock <jpeacock@rowman.com>
47556              Date: Wed, 18 Aug 2004 08:26:35 -0400
47557              Message-ID: <41234AFB.1020009@rowman.com>
47558      Branch: perl
47559            ! lib/version.pm lib/version.t util.c
47560 ____________________________________________________________________________
47561 [ 23256] By: davem                                 on 2004/09/01  23:41:25
47562         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
47563              From:  Rick Delaney <rick@bort.ca>
47564              Date:  Fri, 13 Aug 2004 19:54:12 -0400
47565              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
47566
47567              restore the compile-time field checking for
47568              my Dog $spot; $spot->{'walkies'};
47569              that was lost when pseudo-hashes were removed
47570      Branch: perl
47571            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
47572            ! pod/perldiag.pod
47573 ____________________________________________________________________________
47574 [ 23255] By: davem                                 on 2004/09/01  23:37:07
47575         Log: whoops, fix 'formline undef' test broken by change #23251
47576      Branch: perl
47577            ! t/lib/warnings/9uninit
47578 ____________________________________________________________________________
47579 [ 23253] By: davem                                 on 2004/09/01  22:45:07
47580         Log: Subject:  PATCH: Taintedness and ternary conditional
47581              From:  Andy Lester <andy@petdance.com>
47582              Date:  Thu, 26 Aug 2004 23:44:47 -0500
47583              Message-Id:  <20040827044447.GA5268@petdance.com>
47584
47585              add tests and documentation to the effect that ($tainted ? $a : $b)
47586              doesn't necessarily return a tainted value. Also tidy the markup in
47587              perldoc.pod
47588      Branch: perl
47589            ! pod/perlsec.pod t/op/taint.t
47590 ____________________________________________________________________________
47591 [ 23252] By: davem                                 on 2004/09/01  22:20:05
47592         Log: delete spurious blank lines added by change 23251
47593      Branch: perl
47594            ! pp_ctl.c
47595 ____________________________________________________________________________
47596 [ 23251] By: davem                                 on 2004/09/01  22:17:47
47597         Log: Random made scripts crashing perl
47598              fix 'formline undef' coredump
47599      Branch: perl
47600            ! pp_ctl.c t/lib/warnings/9uninit
47601 ____________________________________________________________________________
47602 [ 23250] By: davem                                 on 2004/09/01  20:46:13
47603         Log: From: david nicol <whatever@davidnicol.com>
47604              Subject: [perl #31228] no no-op
47605              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
47606              Date: 27 Aug 2004 21:13:42 -0500
47607
47608              Document that 0 and 1 can (sort of) be used as no-ops.
47609      Branch: perl
47610            ! pod/perlop.pod
47611 ____________________________________________________________________________
47612 [ 23249] By: davem                                 on 2004/09/01  18:54:25
47613         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
47614              From:  Jim Cromie <jcromie@divsol.com>
47615              Date:  Tue, 31 Aug 2004 23:19:54 -0600
47616              Message-Id:  <41355BFA.8010900@divsol.com>
47617
47618              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
47619              displayed by B::Concise.
47620      Branch: perl
47621            ! ext/B/B/Concise.pm
47622 ____________________________________________________________________________
47623 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
47624         Log: Upgrade to Cwd 2.21.
47625      Branch: perl
47626            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
47627 ____________________________________________________________________________
47628 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
47629         Log: Update to File::Spec 0.90
47630      Branch: perl
47631            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
47632 ____________________________________________________________________________
47633 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
47634         Log: Skip Time::HiRes tests if configured without that module.
47635      Branch: perl
47636            ! ext/Time/HiRes/t/HiRes.t
47637 ____________________________________________________________________________
47638 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
47639         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
47640      Branch: perl
47641            ! lib/Dumpvalue.t
47642 ____________________________________________________________________________
47643 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
47644         Log: Skip a Data::Dumper test if configured without B module.
47645      Branch: perl
47646            ! ext/Data/Dumper/t/dumper.t
47647 ____________________________________________________________________________
47648 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
47649         Log: Fix typo in B::Assembler.
47650      Branch: perl
47651            ! ext/B/B/Assembler.pm
47652 ____________________________________________________________________________
47653 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
47654         Log: Skip ext/B/t/assembler.t when configured without B.
47655      Branch: perl
47656            ! ext/B/t/assembler.t
47657 ____________________________________________________________________________
47658 [ 23241] By: merijn                                on 2004/08/28  08:05:19
47659         Log: Subject: [PATCH] File::Spec::VMS update
47660              From: "Craig A. Berry" <craigberry@mac.com>
47661              Date: Fri, 27 Aug 2004 18:51:09 -0500
47662              Message-ID: <412FC8ED.1020300@mac.com>
47663      Branch: perl
47664            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
47665 ____________________________________________________________________________
47666 [ 23240] By: merijn                                on 2004/08/28  07:41:47
47667         Log: Pumpkinship updates
47668      Branch: perl
47669            ! pod/perlhack.pod
47670 ____________________________________________________________________________
47671 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
47672         Log: Fix nasty line break in Storable test file.
47673      Branch: perl
47674            ! ext/Storable/t/just_plain_nasty.t
47675 ____________________________________________________________________________
47676 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
47677         Log: Upgrade to MIME::Base64 3.03
47678      Branch: perl
47679            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
47680            ! ext/MIME/Base64/QuotedPrint.pm
47681 ____________________________________________________________________________
47682 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
47683         Log: Upgrade to MIME::Base64 3.02.
47684      Branch: perl
47685            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
47686            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
47687            ! ext/MIME/Base64/t/quoted-print.t
47688 ____________________________________________________________________________
47689 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
47690         Log: Grammatical nit by Hugo.
47691      Branch: perl
47692            ! pod/perlnewmod.pod
47693 ____________________________________________________________________________
47694 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
47695         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
47696              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
47697              Date: 23 Aug 2004 10:37:31 -0000
47698              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
47699      Branch: perl
47700            ! t/comp/use.t
47701 ____________________________________________________________________________
47702 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
47703         Log: Upgrade to Devel::PPPort 3.01.
47704      Branch: perl
47705            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
47706            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
47707            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
47708            ! ext/Devel/PPPort/parts/inc/version
47709            ! ext/Devel/PPPort/t/ppphtest.t
47710 ____________________________________________________________________________
47711 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
47712         Log: Fix some backwards-compatibility problems with Storable.
47713      Branch: perl
47714            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
47715 ____________________________________________________________________________
47716 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
47717         Log: Upgrade to Time::HiRes 1.61
47718      Branch: perl
47719            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
47720            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
47721            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
47722 ____________________________________________________________________________
47723 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
47724         Log: Fix Storable's MANIFEST.
47725      Branch: perl
47726            ! ext/Storable/MANIFEST
47727 ____________________________________________________________________________
47728 [ 23230] By: davem                                 on 2004/08/20  21:20:48
47729         Log: a regex in STDOUT destructor coredumped because regex pad already
47730              freed
47731      Branch: perl
47732            ! perl.c t/op/ref.t
47733 ____________________________________________________________________________
47734 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
47735         Log: Upgrade to Devel::PPPort 3.00_03.
47736      Branch: perl
47737            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
47738            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
47739            ! ext/Devel/PPPort/parts/inc/ppphtest
47740            ! ext/Devel/PPPort/t/ppphtest.t
47741 ____________________________________________________________________________
47742 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
47743         Log: Tweak 'h2xs -h' output.
47744      Branch: perl
47745            ! utils/h2xs.PL
47746 ____________________________________________________________________________
47747 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
47748         Log: Delete superfluous "with".
47749      Branch: perl
47750            ! README.win32
47751 ____________________________________________________________________________
47752 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
47753         Log: Upgrade to Devel::PPPort 3.00_02.
47754      Branch: perl
47755            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
47756            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
47757            ! ext/Devel/PPPort/PPPort_pm.PL
47758 ____________________________________________________________________________
47759 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
47760         Log: Mark a test that relies on tainting behavior as TODO on Windows.
47761      Branch: perl
47762            ! t/comp/opsubs.t
47763 ____________________________________________________________________________
47764 [ 23224] By: steveh                                on 2004/08/18  13:44:13
47765         Log: Add notes for building with MS VC++ Toolkit 2003
47766      Branch: perl
47767            ! README.win32
47768 ____________________________________________________________________________
47769 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
47770         Log: Upgrade to Devel::PPPort 3.00_01.
47771      Branch: perl
47772            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
47773            + ext/Devel/PPPort/t/sv_xpvf.t
47774            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
47775            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
47776            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
47777            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
47778            ! ext/Devel/PPPort/parts/inc/misc
47779            ! ext/Devel/PPPort/parts/inc/ppphbin
47780            ! ext/Devel/PPPort/parts/inc/ppphtest
47781            ! ext/Devel/PPPort/parts/inc/uv
47782            ! ext/Devel/PPPort/parts/ppptools.pl
47783            ! ext/Devel/PPPort/parts/todo/5004000
47784            ! ext/Devel/PPPort/parts/todo/5004050
47785            ! ext/Devel/PPPort/parts/todo/5006000
47786            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
47787 ____________________________________________________________________________
47788 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
47789         Log: Upgrade to Devel::PPPort 3.00.
47790      Branch: perl
47791            + (add 103 files)
47792            - ext/Devel/PPPort/t/test.t
47793            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
47794            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
47795            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
47796            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
47797            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
47798            ! ext/Devel/PPPort/soak
47799 ____________________________________________________________________________
47800 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
47801         Log: Subject: [PATCH] Document Carp's global variables + provide tests
47802              From: "Jos I. Boumans" <kane@dwim.org>
47803              Date: Mon, 16 Aug 2004 15:53:40 +0200
47804              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
47805              (tests a bit reworked)
47806      Branch: perl
47807            ! lib/Carp.pm lib/Carp.t
47808 ____________________________________________________________________________
47809 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
47810         Log: Subject: Updates to modules-related pod
47811              From: Kirrily Skud Robert <skud@infotrope.net>
47812              Date: Mon, 16 Aug 2004 16:00:14 -0400
47813              Message-ID: <20040816200014.GC27764@infotrope.net>
47814      Branch: perl
47815            ! pod/perlnewmod.pod
47816 ____________________________________________________________________________
47817 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
47818         Log: Subject: [PATCH] running mktables on VMS
47819              From: "Craig A. Berry" <craigberry@mac.com>
47820              Date: Tue, 10 Aug 2004 22:28:04 -0500
47821              Message-ID: <41199244.9020706@mac.com>
47822      Branch: perl
47823            ! vms/descrip_mms.template
47824 ____________________________________________________________________________
47825 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
47826         Log: Subject: [PATCH] make cygwin ld2 executable
47827              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47828              Date: Sun, 15 Aug 2004 17:14:59 -0700
47829              Message-ID: <20040816001252.GA2148@efn.org>
47830      Branch: perl
47831            ! cygwin/Makefile.SHs
47832 ____________________________________________________________________________
47833 [ 23217] By: davem                                 on 2004/08/14  22:32:16
47834         Log: make pp_goto() cope potential stack reallocation in EXTEND
47835              The code for goto &foo had local pointers to the stack that
47836              pointed to the wrong place after a realloc.
47837      Branch: perl
47838            ! pp_ctl.c t/op/goto.t
47839 ____________________________________________________________________________
47840 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
47841         Log: Subject: [PATCH] pre Math::BigInt v1.72
47842              From: Tels <perl_dummy@bloodgate.com>
47843              Date: Fri, 13 Aug 2004 14:02:50 +0200
47844              Message-Id: <200408131402.52270@bloodgate.com>
47845      Branch: perl
47846            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
47847            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
47848            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
47849            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
47850 ____________________________________________________________________________
47851 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
47852         Log: Subject: Test for functions with operator names
47853              From: Andy Lester <andy@petdance.com>
47854              Date: Thu, 12 Aug 2004 11:31:03 -0500
47855              Message-ID: <20040812163103.GA26687@petdance.com>
47856      Branch: perl
47857            + t/comp/opsubs.t
47858            ! MANIFEST
47859 ____________________________________________________________________________
47860 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
47861         Log: Subject: api doc fix for SvSetMagicSV_nosteal
47862              From: Stas Bekman <stas@stason.org>
47863              Date: Thu, 12 Aug 2004 18:10:36 -0700
47864              Message-ID: <411C150C.5020602@stason.org>
47865      Branch: perl
47866            ! pod/perlapi.pod sv.h
47867 ____________________________________________________________________________
47868 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
47869         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
47870              From: Jim Cromie <jcromie@divsol.com>
47871              Date: Tue, 10 Aug 2004 07:29:08 -0600
47872              Message-ID: <4118CDA4.3060700@divsol.com>
47873      Branch: perl
47874            ! t/op/goto.t
47875 ____________________________________________________________________________
47876 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
47877         Log: Subject: 2 patches: goto.t, B.pm/xs
47878              From: Jim Cromie <jcromie@divsol.com>
47879              Date: Sun, 08 Aug 2004 18:42:47 -0600
47880              Message-ID: <4116C887.9080400@divsol.com>
47881      Branch: perl
47882            ! ext/B/B.pm ext/B/B.xs
47883 ____________________________________________________________________________
47884 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
47885         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
47886              From: Alan Burlison <Alan.Burlison@sun.com>
47887              Date: Mon, 09 Aug 2004 19:00:12 +0100
47888              Message-ID: <4117BBAC.7080603@sun.com>
47889      Branch: perl
47890            ! ext/POSIX/POSIX.xs
47891 ____________________________________________________________________________
47892 [ 23210] By: davem                                 on 2004/08/09  19:58:35
47893         Log: Fix a typo and remove some debugging crud from change #23209
47894      Branch: perl
47895            ! ext/XS/APItest/t/call.t
47896 ____________________________________________________________________________
47897 [ 23209] By: davem                                 on 2004/08/09  19:48:57
47898         Log: eval_sv() failing a taint test could corrupt the stack
47899      Branch: perl
47900            ! ext/XS/APItest/t/call.t perl.c
47901 ____________________________________________________________________________
47902 [ 23208] By: davem                                 on 2004/08/09  18:28:33
47903         Log: made eq_array in t/test.pl handle undef values better
47904      Branch: perl
47905            ! t/test.pl
47906 ____________________________________________________________________________
47907 [ 23207] By: davem                                 on 2004/08/09  17:21:27
47908         Log: fix minor nit in file description, to keep Jarkko happy
47909      Branch: perl
47910            ! utf8.c
47911 ____________________________________________________________________________
47912 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
47913         Log: Subject: Patch for t/op/sleep.t
47914              From: Andy Lester <andy@petdance.com>
47915              Date: Mon, 9 Aug 2004 00:11:51 -0500
47916              Message-ID: <20040809051151.GA13872@petdance.com>
47917      Branch: perl
47918            ! t/op/sleep.t
47919 ____________________________________________________________________________
47920 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
47921         Log: Add a note in perltodo about a potential extension of readpipe()
47922      Branch: perl
47923            ! pod/perltodo.pod
47924 ____________________________________________________________________________
47925 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
47926         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
47927              From: Alan Burlison <Alan.Burlison@sun.com>
47928              Date: Mon, 09 Aug 2004 10:30:25 +0100
47929              Message-ID: <41174431.6050803@sun.com>
47930      Branch: perl
47931            ! ext/POSIX/POSIX.xs
47932 ____________________________________________________________________________
47933 [ 23203] By: davem                                 on 2004/08/07  15:10:40
47934         Log: Add tests for XS call_*() API
47935      Branch: perl
47936            + ext/XS/APItest/t/call.t
47937            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
47938            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
47939 ____________________________________________________________________________
47940 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
47941         Log: Subject: [PATCH] DB_File 1.810
47942              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
47943              Date: Sat, 7 Aug 2004 15:22:09 +0100
47944              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
47945      Branch: perl
47946            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
47947            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
47948 ____________________________________________________________________________
47949 [ 23200] By: steveh                                on 2004/08/06  12:55:31
47950         Log: Fix [perl #24269] socket() call uses non-IFS providers
47951              causing subsequent print/read to hang or misbehave
47952
47953              Patch supplied by Artiom Morozov <artiom@phreaker.net>
47954              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
47955      Branch: perl
47956            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
47957            ! win32/win32.h win32/win32sck.c
47958 ____________________________________________________________________________
47959 [ 23199] By: steveh                                on 2004/08/06  11:57:59
47960         Log: Another small clean-up following changes #23190 and #23198
47961      Branch: perl
47962            ! gv.c
47963 ____________________________________________________________________________
47964 [ 23198] By: davem                                 on 2004/08/06  10:06:46
47965         Log: remove leaks associated with version object change #23190
47966      Branch: perl
47967            ! gv.c util.c
47968 ____________________________________________________________________________
47969 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
47970         Log: Subject: [PATCH sv.c]  signedness nit in #23190
47971              From: "Craig A. Berry" <craigberry@mac.com>
47972              Date: Thu, 05 Aug 2004 13:10:55 -0500
47973              Message-ID: <4112782F.7040302@mac.com>
47974      Branch: perl
47975            ! sv.c
47976 ____________________________________________________________________________
47977 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
47978         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
47979      Branch: perl
47980            ! pod/perlapi.pod sv.h
47981 ____________________________________________________________________________
47982 [ 23195] By: nick                                  on 2004/08/04  18:16:47
47983         Log: Comment describing purpose.
47984      Branch: perl
47985            ! globals.c
47986 ____________________________________________________________________________
47987 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
47988         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
47989              From: Alan Burlison <Alan.Burlison@sun.com>
47990              Date: Mon, 19 Jul 2004 12:07:02 +0100
47991              Message-ID: <40FBAB56.1030208@sun.com>
47992
47993              (last chunk only)
47994      Branch: perl
47995            ! ext/POSIX/POSIX.xs
47996 ____________________________________________________________________________
47997 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
47998         Log: Remove compilation warnings about uninitialized variables.
47999      Branch: perl
48000            ! sv.c
48001 ____________________________________________________________________________
48002 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
48003         Log: Remove the "Newline in left-justified string" warning.
48004      Branch: perl
48005            ! pod/perldiag.pod sv.c t/lib/warnings/sv
48006 ____________________________________________________________________________
48007 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
48008         Log: Subject: [PATCH] extension to diagnostics.pm
48009              From: Fergal Daly <fergal@esatclear.ie>
48010              Date: Wed, 4 Aug 2004 00:33:09 +0100
48011              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
48012      Branch: perl
48013            ! lib/diagnostics.pm
48014 ____________________________________________________________________________
48015 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
48016         Log: Subject: [PATCH] Final version object core patch?
48017              From: John Peacock <jpeacock@rowman.com>
48018              Date: Tue, 03 Aug 2004 22:23:57 -0400
48019              Message-ID: <411048BD.3080700@rowman.com>
48020      Branch: perl
48021            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
48022 ____________________________________________________________________________
48023 [ 23189] By: merijn                                on 2004/08/03  23:51:13
48024         Log: gcc on AIX 4 doesn't like -G on the commandline too
48025      Branch: perl
48026            ! hints/aix_4.sh
48027 ____________________________________________________________________________
48028 [ 23188] By: merijn                                on 2004/08/03  23:48:13
48029         Log: gcc on AIX doesn't like -G on the commandline
48030      Branch: perl
48031            ! hints/aix.sh
48032 ____________________________________________________________________________
48033 [ 23187] By: davem                                 on 2004/08/03  19:20:18
48034         Log: more typo fixes for change 3176 (comments at top of .c files)
48035      Branch: perl
48036            ! mg.c miniperlmain.c perl.c run.c scope.c
48037 ____________________________________________________________________________
48038 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
48039         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
48040              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
48041              Date: 2 Aug 2004 07:00:33 -0000
48042              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
48043      Branch: perl
48044            ! lib/ExtUtils/Embed.pm
48045 ____________________________________________________________________________
48046 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
48047         Log: Subject: [PATCH] additional -V:foo tests
48048              From: Jim Cromie <jcromie@divsol.com>
48049              Date: Mon, 02 Aug 2004 09:15:23 -0600
48050              Message-ID: <410E5A8B.9030307@divsol.com>
48051      Branch: perl
48052            ! configpm lib/Config.t pod/perlrun.pod
48053 ____________________________________________________________________________
48054 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
48055         Log: Enhance the caveat in the description of tell()
48056
48057              Subject: Re: [perl #30788] Error in documentation
48058              From: Nick Ing-Simmons <nick@ing-simmons.net>
48059              Date: Wed, 28 Jul 2004 15:12:54 +0100
48060              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
48061      Branch: perl
48062            ! pod/perlfunc.pod
48063 ____________________________________________________________________________
48064 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
48065         Log: Remove empty rpath from .so files
48066      Branch: perl
48067            ! lib/ExtUtils/MM_Unix.pm
48068 ____________________________________________________________________________
48069 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
48070         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
48071              From: Fergal Daly <fergal@esatclear.ie>
48072              Date: Fri, 30 Jul 2004 16:09:19 +0100
48073              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
48074      Branch: perl
48075            ! lib/overload.pm
48076 ____________________________________________________________________________
48077 [ 23181] By: steveh                                on 2004/08/02  08:05:05
48078         Log: Fix breakage caused by Change 23179
48079      Branch: perl
48080            ! t/run/fresh_perl.t
48081 ____________________________________________________________________________
48082 [ 23180] By: davem                                 on 2004/08/01  16:49:20
48083         Log: Add comment to top of reentr.c and fix typos in other files
48084      Branch: perl
48085            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
48086            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
48087 ____________________________________________________________________________
48088 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
48089         Log: Skip test when building without Encode.
48090      Branch: perl
48091            ! t/run/fresh_perl.t
48092 ____________________________________________________________________________
48093 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
48094         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
48095              and merge identical cases.
48096      Branch: perl
48097            ! scope.c
48098 ____________________________________________________________________________
48099 [ 23177] By: davem                                 on 2004/07/31  16:27:09
48100         Log: shut up a warning in mg.c
48101      Branch: perl
48102            ! mg.c
48103 ____________________________________________________________________________
48104 [ 23176] By: davem                                 on 2004/07/31  16:21:50
48105         Log: Add comment to the top of most .c files explaining their purpose
48106      Branch: perl
48107            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
48108            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
48109            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
48110            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
48111            ! universal.c utf8.c util.c
48112 ____________________________________________________________________________
48113 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
48114         Log: Fix copy & paste bugs in mX?PUSH macro tests.
48115      Branch: perl
48116            ! ext/XS/APItest/APItest.xs
48117 ____________________________________________________________________________
48118 [ 23174] By: merijn                                on 2004/07/31  08:32:31
48119         Log: First steps towards an explicit perl.exp-less AIX build
48120              Previous method can still be used by undeffing usenativedlopen
48121              If that is ever tested at all on AIX
48122      Branch: perl
48123            ! hints/aix.sh hints/aix_4.sh
48124 ____________________________________________________________________________
48125 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
48126         Log: Fix and update Perl_grok_* docs.
48127      Branch: perl
48128            ! numeric.c pod/perlapi.pod
48129 ____________________________________________________________________________
48130 [ 23172] By: steveh                                on 2004/07/30  14:31:08
48131         Log: A few minor updates to README.win32 (aka perlwin32)
48132      Branch: perl
48133            ! README.win32
48134 ____________________________________________________________________________
48135 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
48136         Log: Upgrade to Math::BigInt v1.71.
48137      Branch: perl
48138            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
48139            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
48140            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
48141            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
48142 ____________________________________________________________________________
48143 [ 23170] By: steveh                                on 2004/07/30  13:27:41
48144         Log: Bug report #30132 was resolved before it was finished!
48145              Here's the last piece in the puzzle.
48146      Branch: perl
48147            ! ext/IO/lib/IO/File.pm
48148 ____________________________________________________________________________
48149 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
48150         Log: Upgrade to File::Spec 0.88.
48151      Branch: perl
48152            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
48153 ____________________________________________________________________________
48154 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
48155         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
48156              From: Autrijus Tang <autrijus@gmail.com>
48157              Date: Thu, 22 Jul 2004 20:17:58 -0700
48158              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
48159      Branch: perl
48160            ! lib/Test/Builder.pm
48161 ____________________________________________________________________________
48162 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
48163         Log: Subject: Re: more 5.9 sort tests (second draft)
48164              From: david nicol <whatever@davidnicol.com>
48165              Date: 21 Jul 2004 17:10:05 -0500
48166              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
48167      Branch: perl
48168            ! t/op/sort.t
48169 ____________________________________________________________________________
48170 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
48171         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
48172              From: Andy Dougherty <doughera@lafayette.edu>
48173              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
48174              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
48175      Branch: perl
48176            ! README.solaris
48177 ____________________________________________________________________________
48178 [ 23164] By: davem                                 on 2004/07/26  22:08:32
48179         Log: Subject:  [perl #7558] [PATCH] README.solaris
48180              From:  Andy Dougherty <doughera@lafayette.edu>
48181              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
48182              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
48183
48184              Add more info on /dev/random under solaris
48185      Branch: perl
48186            ! README.solaris
48187 ____________________________________________________________________________
48188 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
48189         Log: The byte-order modifiers won't go into 5.8.
48190      Branch: perl
48191            ! pod/perlfunc.pod pod/perlport.pod
48192 ____________________________________________________________________________
48193 [ 23162] By: steveh                                on 2004/07/26  10:41:56
48194         Log: Windows-related updates to Porting/repository.pod
48195      Branch: perl
48196            ! Porting/repository.pod
48197 ____________________________________________________________________________
48198 [ 23161] By: davem                                 on 2004/07/25  19:05:28
48199         Log: make -Dl log runops loop entry and exit, and jump level popping
48200      Branch: perl
48201            ! dump.c scope.h
48202 ____________________________________________________________________________
48203 [ 23160] By: davem                                 on 2004/07/24  10:00:27
48204         Log: document that -i messes soft as well hard hard links.
48205      Branch: perl
48206            ! pod/perlrun.pod
48207 ____________________________________________________________________________
48208 [ 23159] By: davem                                 on 2004/07/23  21:15:32
48209         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
48210      Branch: perl
48211            ! pod/perlrun.pod
48212 ____________________________________________________________________________
48213 [ 23158] By: davem                                 on 2004/07/23  11:06:02
48214         Log: memory leak in array delete
48215              av_delete() wasn't mortalizing the returned value
48216      Branch: perl
48217            ! av.c t/op/delete.t
48218 ____________________________________________________________________________
48219 [ 23157] By: davem                                 on 2004/07/23  10:35:16
48220         Log: remove binary compat from #23156 (remove PL_retstack)
48221      Branch: perl
48222            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
48223            ! thrdvar.h
48224 ____________________________________________________________________________
48225 [ 23156] By: davem                                 on 2004/07/23  09:52:59
48226         Log: remove the return stack PL_retstack, and store return ops in the CX
48227              structure directly instead
48228      Branch: perl
48229            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
48230            ! pp_sys.c scope.c sv.c thrdvar.h
48231 ____________________________________________________________________________
48232 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
48233         Log: Build the perldelta copying command for the main Unix makefile with
48234              buildtoc, so that it doesn't get forgotten on version increments.
48235      Branch: perl
48236            ! Makefile.SH pod/buildtoc
48237 ____________________________________________________________________________
48238 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
48239         Log: Grab perl585delta.pod from maint and
48240
48241              Integrate:
48242              [ 23069]
48243              This is RC2. Maybe this one will last longer.
48244
48245              [ 23141]
48246              Break a leg
48247
48248              [perlhist.pod]
48249      Branch: perl
48250           +> pod/perl585delta.pod
48251            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
48252            ! vms/descrip_mms.template win32/pod.mak
48253           !> pod/perlhist.pod
48254 ____________________________________________________________________________
48255 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
48256         Log: Upgrade to Cwd 2.20
48257      Branch: perl
48258            + ext/Cwd/t/win32.t
48259            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
48260            ! lib/Cwd.pm
48261 ____________________________________________________________________________
48262 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
48263         Log: Sort perldiag.
48264      Branch: perl
48265            ! pod/perldiag.pod
48266 ____________________________________________________________________________
48267 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
48268         Log: Subject: Re: "Too late for -T" could be more descriptive
48269              From: Jim Cromie <jcromie@divsol.com>
48270              Date: Wed, 21 Jul 2004 11:21:50 -0600
48271              Message-ID: <40FEA62E.2010809@divsol.com>
48272              (with tweaks)
48273      Branch: perl
48274            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
48275            ! pod/perlrun.pod
48276 ____________________________________________________________________________
48277 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
48278         Log: Email change for Steffen Mueller.
48279      Branch: perl
48280            ! AUTHORS
48281 ____________________________________________________________________________
48282 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
48283         Log: Grammar fix by Paul Johnson.
48284      Branch: perl
48285            ! pod/perldiag.pod
48286 ____________________________________________________________________________
48287 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
48288         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
48289      Branch: perl
48290            ! configpm lib/Config.t
48291 ____________________________________________________________________________
48292 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
48293         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
48294              From: "Jos I. Boumans" <kane@dwim.org>
48295              Date: Wed, 21 Jul 2004 13:47:35 +0200
48296              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
48297              (with tweaks)
48298      Branch: perl
48299            ! pod/perldiag.pod
48300 ____________________________________________________________________________
48301 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
48302         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
48303              From: Rick Delaney <rick@bort.ca>
48304              Date: Tue, 20 Jul 2004 16:53:54 -0400
48305              Message-ID: <20040720205353.GA970@biff.bort.ca>
48306      Branch: perl
48307            ! pp.c t/op/list.t
48308 ____________________________________________________________________________
48309 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
48310         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
48311              From: Tels <perl_dummy@bloodgate.com>
48312              Date: Sat, 17 Jul 2004 16:22:57 +0200
48313              Message-Id: <200407171622.58443@bloodgate.com>
48314      Branch: perl
48315            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
48316            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
48317            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
48318            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
48319            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
48320            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
48321 ____________________________________________________________________________
48322 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
48323         Log: Turn 2 strcpy()s into memcpy() because we know the length.
48324      Branch: perl
48325            ! toke.c
48326 ____________________________________________________________________________
48327 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
48328         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
48329              1970
48330      Branch: perl
48331            ! pod/perlfunc.pod
48332 ____________________________________________________________________________
48333 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
48334         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
48335              Brendan O'Dea
48336      Branch: perl
48337            ! pod/perluniintro.pod
48338 ____________________________________________________________________________
48339 [ 23128] By: nick                                  on 2004/07/16  12:16:05
48340         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
48341              From: Steve Hay <steve.hay@uk.radan.com>
48342              CC: perl-win32-porters@listserv.ActiveState.com
48343              Message-ID: <40F6B295.8010804@uk.radan.com>
48344
48345              Assumes perl's malloc can now handle non-contiguous memory (believed
48346              to be true).
48347              Does not address threading issues.
48348
48349              "The attached patch (against blead) makes sbrk() initially try to
48350              extend the existing block of memory exactly as it currently does, but
48351              to not  fail immediately if it can't -- it now frees up that part of
48352              whatever it  had previously reserved+committed which hadn't actually
48353              been used yet,  resets all its static variables and basically starts
48354              anew."
48355      Branch: perl
48356            ! win32/win32.c
48357 ____________________________________________________________________________
48358 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
48359         Log: glob('*.c') to find documentation is dangerous when run in unclean
48360              trees, so isntead use MANIFEST to only scan the legitimate source
48361              files.
48362      Branch: perl
48363            ! autodoc.pl
48364 ____________________________________________________________________________
48365 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
48366         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
48367              and sv_savesharedpv. Need to create non-void returning versions of
48368              Copy and Zero, as the existing macros deliberately cast to (void)
48369      Branch: perl
48370            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
48371 ____________________________________________________________________________
48372 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
48373         Log: Rebuild perlapi.pod
48374      Branch: perl
48375            ! pod/perlapi.pod
48376 ____________________________________________________________________________
48377 [ 23124] By: merijn                                on 2004/07/16  10:30:53
48378         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
48379              the path to the bundled braindead C compiler. This might
48380              influence ccache's behaviour in finding the correct path
48381      Branch: perl
48382            ! Configure
48383 ____________________________________________________________________________
48384 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
48385         Log: oslevel can fail on AIX, but the output generated would confuse
48386              Configure
48387      Branch: perl
48388            ! Configure
48389 ____________________________________________________________________________
48390 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
48391         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
48392              Bug spotted by Nigel Sandever
48393      Branch: perl
48394            ! ext/threads/threads.xs util.c
48395 ____________________________________________________________________________
48396 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
48397         Log: threads.xs doesn't check the return value of the thread creation
48398              call. D'oh! This gives SEGVs if the OS fails to create another thread.
48399              Cause of problem located by Nigel Sandever
48400      Branch: perl
48401            ! ext/threads/threads.pm ext/threads/threads.xs
48402 ____________________________________________________________________________
48403 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
48404         Log: Assimilate Cwd 2.19
48405      Branch: perl
48406            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
48407 ____________________________________________________________________________
48408 [ 23117] By: merijn                                on 2004/07/15  14:16:07
48409         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
48410      Branch: perl
48411            ! ext/Storable/Storable.xs
48412 ____________________________________________________________________________
48413 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
48414         Log: Abigail notes that a re-entrant regexp engine is a todo
48415      Branch: perl
48416            ! pod/perltodo.pod
48417 ____________________________________________________________________________
48418 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
48419         Log: for (reverse @foo) now iterates in reverse in place.
48420      Branch: perl
48421            ! op.c pod/perltodo.pod pp_ctl.c
48422 ____________________________________________________________________________
48423 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
48424         Log: Optimise for (reverse ...)
48425      Branch: perl
48426            ! op.c
48427 ____________________________________________________________________________
48428 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
48429         Log: Now optimising for $a (reverse ...)
48430      Branch: perl
48431            ! op.c
48432 ____________________________________________________________________________
48433 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
48434         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
48435              tests.
48436      Branch: perl
48437            ! t/cmd/for.t
48438 ____________________________________________________________________________
48439 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
48440         Log: This seems to be needed to get COW working on Win32
48441      Branch: perl
48442            ! win32/win32.c
48443 ____________________________________________________________________________
48444 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
48445         Log: "That's the way to do it"
48446              In taking out a bug spotted by my regression tests in t/cmd/for.t
48447              I actually managed to disable the entire optimisation. Which means
48448              that I didn't find the other bug. This optimisation is live, and
48449              passes all tests.
48450      Branch: perl
48451            ! op.c pp_hot.c
48452 ____________________________________________________________________________
48453 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
48454         Log: Optimise foreach my $i (reverse ...)
48455              foreach without a lexical iterator not yet optimised
48456      Branch: perl
48457            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
48458 ____________________________________________________________________________
48459 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
48460         Log: Subject:  [PATCH] split doc clarification
48461              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
48462              Date:  Wed, 14 Jul 2004 10:19:36 -0700
48463              Message-Id:  <20040714171936.GA1092@efn.org>
48464      Branch: perl
48465            ! pod/perlfunc.pod
48466 ____________________________________________________________________________
48467 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
48468         Log: Numeric comparison operators mustn't compare addresses of references
48469              that are overloaded.
48470      Branch: perl
48471            ! lib/overload.t pp.c pp_hot.c
48472 ____________________________________________________________________________
48473 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
48474         Log: Lots of tests for for reverse ...
48475      Branch: perl
48476            ! t/cmd/for.t
48477 ____________________________________________________________________________
48478 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
48479         Log: Some thoughts on foreach reverse
48480      Branch: perl
48481            ! pod/perltodo.pod
48482 ____________________________________________________________________________
48483 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
48484         Log: s/sort/split/; - my mistake spotted by Dave.
48485      Branch: perl
48486            ! pod/perltodo.pod
48487 ____________________________________________________________________________
48488 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
48489         Log: Optimise list context reverse sort to reverse as part of the sort op
48490      Branch: perl
48491            ! op.c pp_sort.c
48492 ____________________________________________________________________________
48493 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
48494         Log: Work around evil compiler bug on OS X. (Sucks all memory)
48495      Branch: perl
48496            ! util.c
48497 ____________________________________________________________________________
48498 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
48499         Log: check that reverse (sort (@a), @b) etc work.
48500              Join some lines that don't need wrapping
48501      Branch: perl
48502            ! t/op/sort.t
48503 ____________________________________________________________________________
48504 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
48505         Log: Check that non-optimimisable sort comparisons work when reversed
48506              (Not optimised yet, but might be coming soon)
48507      Branch: perl
48508            ! t/op/sort.t
48509 ____________________________________________________________________________
48510 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
48511         Log: Test reverse sort as the return from a function in list and scalar
48512              contexts.
48513      Branch: perl
48514            ! t/op/sort.t
48515 ____________________________________________________________________________
48516 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
48517         Log: Also test reverse sort in scalar context
48518      Branch: perl
48519            ! t/op/sort.t
48520 ____________________________________________________________________________
48521 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
48522         Log: A proper, working, stable optimisation for sort {$b cmp $a}
48523      Branch: perl
48524            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
48525 ____________________________________________________________________________
48526 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
48527         Log: Tweak to change #23089, as suggested by Tim Bunce
48528      Branch: perl
48529            ! lib/perl5db.pl
48530 ____________________________________________________________________________
48531 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
48532         Log: Generalised "how many in list context" would be useful
48533      Branch: perl
48534            ! pod/perltodo.pod
48535 ____________________________________________________________________________
48536 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
48537         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
48538              guarantee a stable sort. Disable it, pending a correct optimisation.
48539      Branch: perl
48540            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
48541 ____________________________________________________________________________
48542 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
48543         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
48544              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
48545              Date: Mon, 12 Jul 2004 08:26:01 +0200
48546              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
48547      Branch: perl
48548            ! pp.c t/op/splice.t
48549 ____________________________________________________________________________
48550 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
48551         Log: Check each line of config_re output.
48552      Branch: perl
48553            ! lib/Config.t
48554 ____________________________________________________________________________
48555 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
48556         Log: no_plan support in test.pl
48557      Branch: perl
48558            ! t/test.pl
48559 ____________________________________________________________________________
48560 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
48561         Log: Subject: Re: debugger 'R'estart and open database connections
48562              From: Andrew Pimlott <andrew@pimlott.net>
48563              Date: Mon, 12 Jul 2004 21:06:01 -0400
48564              Message-ID: <20040713010601.GF8232@pimlott.net>
48565      Branch: perl
48566            ! lib/perl5db.pl
48567 ____________________________________________________________________________
48568 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
48569         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
48570              From: John Peacock <jpeacock@rowman.com>
48571              Date: Mon, 12 Jul 2004 23:16:51 -0400
48572              Message-ID: <40F35423.5080304@rowman.com>
48573      Branch: perl
48574            ! lib/version.pm lib/version.t util.c
48575 ____________________________________________________________________________
48576 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
48577         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
48578              many meanings. const const vs mutable in this case.
48579      Branch: perl
48580            ! sv.c
48581 ____________________________________________________________________________
48582 [ 23084] By: nick                                  on 2004/07/12  14:26:12
48583         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
48584              so it has no business calling SvSETMAGIC.
48585      Branch: perl
48586            ! sv.c
48587 ____________________________________________________________________________
48588 [ 23083] By: nick                                  on 2004/07/12  12:17:56
48589         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
48590              Can now handle the case
48591              is_utf8_string(NULL,0)
48592              again.
48593              Why do we have code dup for Perl_is_utf8_string_loc() ?
48594      Branch: perl
48595            ! utf8.c
48596 ____________________________________________________________________________
48597 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
48598         Log: A decent benchmark would be useful. But it is vague.
48599      Branch: perl
48600            ! pod/perltodo.pod
48601 ____________________________________________________________________________
48602 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
48603         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
48604      Branch: perl
48605            ! pod/perltodo.pod
48606 ____________________________________________________________________________
48607 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
48608         Log: Store weak references.
48609      Branch: perl
48610            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
48611            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
48612            ! ext/Storable/README ext/Storable/Storable.pm
48613            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
48614 ____________________________________________________________________________
48615 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
48616         Log: Dual lifing and dists is a TODO
48617      Branch: perl
48618            ! pod/perltodo.pod
48619 ____________________________________________________________________________
48620 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
48621         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
48622              Rant a bit more about POD -> HTML
48623      Branch: perl
48624            ! pod/perltodo.pod
48625 ____________________________________________________________________________
48626 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
48627         Log: Perl_mode_from_discipline must update len. (else SEGV)
48628              Diagnosis and patch from clkao
48629      Branch: perl
48630            ! doio.c
48631 ____________________________________________________________________________
48632 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
48633         Log: Subject: Bug with NEXT when called from an eval block
48634              From: Dave Rolsky <autarch@urth.org>
48635              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
48636              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
48637      Branch: perl
48638            ! lib/NEXT.pm lib/NEXT/t/next.t
48639 ____________________________________________________________________________
48640 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
48641         Log: Subject: Re: Segfault using HTML::Entities
48642              From: Jarkko Hietaniemi <jhi@iki.fi>
48643              Message-ID: <40EDBE1A.6080205@iki.fi>
48644              Date: Fri, 09 Jul 2004 00:35:22 +0300
48645      Branch: perl
48646            ! pp_ctl.c regexec.c t/run/fresh_perl.t
48647 ____________________________________________________________________________
48648 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
48649         Log: A more honest TODO
48650      Branch: perl
48651            ! pod/perltodo.pod
48652 ____________________________________________________________________________
48653 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
48654         Log: dor and // fulfil a TODO
48655              Correct a deviation from the Nicholas Clark style guide.
48656      Branch: perl
48657            ! pod/perltodo.pod
48658 ____________________________________________________________________________
48659 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
48660         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
48661              From: "Craig A. Berry" <craigberry@mac.com>
48662              Date: Thu, 08 Jul 2004 23:19:05 -0500
48663              Message-ID: <40EE1CB9.8030407@mac.com>
48664      Branch: perl
48665            ! vms/vms.c
48666 ____________________________________________________________________________
48667 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
48668         Log: Randal notes:
48669
48670              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
48671              *is* a "perldoc perl583delta" properly.
48672
48673              This is because perl584delta still thinks it's the perldelta
48674      Branch: perl
48675            ! pod/perl584delta.pod
48676 ____________________________________________________________________________
48677 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
48678         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
48679              as an argument.
48680      Branch: perl
48681            ! sv.c
48682 ____________________________________________________________________________
48683 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
48684         Log: First stab at explaining that CLONE may get more parameters in future.
48685              More eloquent rewording desired. Patches welcome.
48686      Branch: perl
48687            ! pod/perlmod.pod
48688 ____________________________________________________________________________
48689 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
48690         Log: hv_store was not passing hash onwards (spotted by Dave)
48691      Branch: perl
48692            ! hv.c
48693 ____________________________________________________________________________
48694 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
48695         Log: Failing matches don't reset numbered variables.
48696              Change #22997 could cause Text::ParseWords to loop forever if the
48697              regex didn't not match. Explicitly return if the match fails.
48698      Branch: perl
48699            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
48700 ____________________________________________________________________________
48701 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
48702         Log: Integrate:
48703              [ 23057]
48704              This is RC1
48705      Branch: perl
48706           !> pod/perlhist.pod
48707 ____________________________________________________________________________
48708 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
48709         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
48710              shared string scalar.
48711      Branch: perl
48712            ! hv.c
48713 ____________________________________________________________________________
48714 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
48715         Log: A tool to check the AUTHORS file
48716      Branch: perl
48717            + Porting/checkAUTHORS.pl
48718            ! MANIFEST
48719 ____________________________________________________________________________
48720 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
48721         Log: Add some missing authors and remove 1 duplicate
48722      Branch: perl
48723            ! AUTHORS
48724 ____________________________________________________________________________
48725 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
48726         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
48727      Branch: perl
48728            ! lib/Text/ParseWords.pm
48729 ____________________________________________________________________________
48730 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
48731         Log: Update tests and $VERSION for change 23046
48732      Branch: perl
48733            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
48734 ____________________________________________________________________________
48735 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
48736         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
48737              From: Stephen McCamant <smcc@MIT.EDU>
48738              Date: Mon, 28 Jun 2004 18:26:24 -0700
48739              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
48740      Branch: perl
48741            ! ext/B/B/Deparse.pm
48742 ____________________________________________________________________________
48743 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
48744         Log: Bump $B::Deparse::VERSION
48745      Branch: perl
48746            ! ext/B/B/Deparse.pm
48747 ____________________________________________________________________________
48748 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
48749         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
48750              Problem appears to be due to theft of temporaries
48751      Branch: perl
48752            ! mg.c
48753 ____________________________________________________________________________
48754 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
48755         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
48756              From: "Craig A. Berry" <craigberry@mac.com>
48757              Message-ID: <40E704AA.4090801@mac.com>
48758              Date: Sat, 03 Jul 2004 14:10:34 -0500
48759      Branch: perl
48760            ! ext/Cwd/t/cwd.t lib/Cwd.pm
48761 ____________________________________________________________________________
48762 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
48763         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
48764              LC_ALL. So when perl's expecting utf8, things don't quite work right.
48765              This has become visible since fix 22842
48766      Branch: perl
48767            ! lib/locale.t
48768 ____________________________________________________________________________
48769 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
48770         Log: More microperl tweaks.
48771      Branch: perl
48772            ! Makefile.micro README.micro uconfig.h uconfig.sh
48773 ____________________________________________________________________________
48774 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
48775         Log: Maintainer change for Safe
48776      Branch: perl
48777            ! Porting/Maintainers.pl
48778 ____________________________________________________________________________
48779 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
48780         Log: Bump version number of Safe for CPAN release
48781      Branch: perl
48782            ! ext/Opcode/Safe.pm
48783 ____________________________________________________________________________
48784 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
48785         Log: Upgrade to I18N::LangTags 0.33
48786      Branch: perl
48787            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
48788            ! lib/I18N/LangTags/t/80_all_env.t
48789 ____________________________________________________________________________
48790 [ 23023] By: davem                                 on 2004/07/02  01:49:11
48791         Log: utf8 POPSTACK crash on split execution
48792              split() does a SWITCHSTACK to directly split to an array, but
48793              if it subsequently dies (eg the regex triggers a 'use utf8' which
48794              is then denied by Safe), then the switch doesn't get undone. Add
48795              a new save type to allow for this.
48796      Branch: perl
48797            ! pp.c scope.c scope.h
48798 ____________________________________________________________________________
48799 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
48800         Log: The microperl config didn't know about usemallocwrap yet.
48801      Branch: perl
48802            ! uconfig.h uconfig.sh
48803 ____________________________________________________________________________
48804 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
48805         Log: Check for definedness of sv before calling sv_derived_from()
48806              to prevent "Use of uninitialized value..." warning.
48807      Branch: perl
48808            ! universal.c
48809 ____________________________________________________________________________
48810 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
48811         Log: Bump version numbers
48812      Branch: perl
48813            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
48814            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
48815            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
48816            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
48817 ____________________________________________________________________________
48818 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
48819         Log: Assert that we aren't leaking memory.
48820      Branch: perl
48821            ! sv.c
48822 ____________________________________________________________________________
48823 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
48824         Log: Sync to libnet-1.19
48825      Branch: perl
48826            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
48827            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
48828 ____________________________________________________________________________
48829 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
48830         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
48831              From: Abigail <abigail@abigail.nl>
48832              Date: Wed, 30 Jun 2004 12:00:21 +0200
48833              Message-ID: <20040630100021.GA23752@abigail.nl>
48834      Branch: perl
48835            ! pod/perlop.pod
48836 ____________________________________________________________________________
48837 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
48838         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
48839              mark that it needs a deferred recount"
48840      Branch: perl
48841            ! sv.c
48842 ____________________________________________________________________________
48843 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
48844         Log: More caveats in B::Deparse's documentation
48845              (suggested by Yves Orton)
48846      Branch: perl
48847            ! ext/B/B/Deparse.pm
48848 ____________________________________________________________________________
48849 [ 23007] By: merijn                                on 2004/06/29  10:57:46
48850         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
48851              11.00 and on are ANSI by default for /opt/ansic/bin
48852              Error was introduced by #22975 in re-enabling 10.01
48853      Branch: perl
48854            ! hints/hpux.sh
48855 ____________________________________________________________________________
48856 [ 23006] By: davem                                 on 2004/06/28  22:50:01
48857         Log: use encoding and "eq" cause memory leak
48858              Perl_sv_eq() was creating a temp and not always freeing it
48859      Branch: perl
48860            ! sv.c
48861 ____________________________________________________________________________
48862 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
48863         Log: Assimilate Locale-Codes-2.07
48864      Branch: perl
48865            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
48866            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
48867            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
48868            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
48869            ! lib/Locale/Constants.pod lib/Locale/Country.pm
48870            ! lib/Locale/Country.pod lib/Locale/Currency.pm
48871            ! lib/Locale/Currency.pod lib/Locale/Language.pm
48872            ! lib/Locale/Language.pod lib/Locale/Script.pm
48873            ! lib/Locale/Script.pod
48874 ____________________________________________________________________________
48875 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
48876         Log: Stop 80_all_env.t failing when LC_ALL is set
48877      Branch: perl
48878            ! lib/I18N/LangTags/t/80_all_env.t
48879 ____________________________________________________________________________
48880 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
48881         Log: Correct detection of absent modules. Based on
48882
48883              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
48884              From: Andy Dougherty <doughera@lafayette.edu>
48885              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
48886              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
48887
48888              with improvements from Marcus Holland-Moritz
48889      Branch: perl
48890            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
48891            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
48892            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
48893            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
48894            ! lib/overload.t t/io/crlf.t
48895 ____________________________________________________________________________
48896 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
48897         Log: Cleanup the main regex in Text::ParseWords and make the
48898              parse_line() routine faster. Add a Unicode test case.
48899      Branch: perl
48900            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
48901 ____________________________________________________________________________
48902 [ 22996] By: merijn                                on 2004/06/25  15:27:21
48903         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
48904              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
48905              Date: 25 Jun 2004 09:39:51 -0000
48906              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
48907              and
48908              From: Andy Dougherty <doughera@lafayette.edu>
48909              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
48910              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
48911      Branch: perl
48912            ! hints/solaris_2.sh
48913 ____________________________________________________________________________
48914 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
48915         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
48916              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
48917              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
48918              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
48919      Branch: perl
48920            ! regcomp.c t/op/regmesg.t
48921 ____________________________________________________________________________
48922 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
48923         Log: More @INC test fixes
48924      Branch: perl
48925            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
48926            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
48927 ____________________________________________________________________________
48928 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
48929         Log: Fix the Cwd tests for the core.
48930      Branch: perl
48931            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
48932 ____________________________________________________________________________
48933 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
48934         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
48935              Use the suggested regex fix, plus some tests.
48936      Branch: perl
48937            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
48938 ____________________________________________________________________________
48939 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
48940         Log: Upgrade to Cwd 2.18
48941              (with local changes to cwd.t, to adapt it to the core)
48942      Branch: perl
48943            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
48944 ____________________________________________________________________________
48945 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
48946         Log: Fix for: [perl #2738] perl segfautls on input
48947              The parser was incorrectly accepting <> as a subroutine prototype and
48948              newATTRSUB didn't validate the proto argument before accessing op_sv.
48949      Branch: perl
48950            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
48951 ____________________________________________________________________________
48952 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
48953         Log: Upgrade to Cwd 2.17_03
48954      Branch: perl
48955            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
48956 ____________________________________________________________________________
48957 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
48958         Log: Test that [] // 0 is []
48959      Branch: perl
48960            ! t/op/dor.t
48961 ____________________________________________________________________________
48962 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
48963         Log: Add a regression test for bug #23765 (by Jarkko)
48964      Branch: perl
48965            ! t/op/substr.t
48966 ____________________________________________________________________________
48967 [ 22975] By: merijn                                on 2004/06/23  06:56:15
48968         Log: Backward compatibility issues for HP-UX 10.01 and older
48969              Yes, it is still actively used in production environment
48970              One more patch expected for toke.c optimization level
48971      Branch: perl
48972            ! hints/hpux.sh
48973 ____________________________________________________________________________
48974 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
48975         Log: Proposed patch + test case.
48976
48977              Subject: [perl #30409] charnames.pm clobbers default variable
48978              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
48979              Date: 22 Jun 2004 16:43:50 -0000
48980              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
48981      Branch: perl
48982            ! lib/charnames.pm lib/charnames.t
48983 ____________________________________________________________________________
48984 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
48985         Log: Adjust array index in FileCache.pm.
48986
48987              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
48988              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
48989              Date: 15 Jun 2004 16:55:22 -0000
48990              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
48991      Branch: perl
48992            ! lib/FileCache.pm
48993 ____________________________________________________________________________
48994 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
48995         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
48996              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
48997              Date: Tue, 22 Jun 2004 21:29:12 +0100
48998              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
48999      Branch: perl
49000            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
49001            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
49002            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
49003            ! ext/DB_File/typemap
49004 ____________________________________________________________________________
49005 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
49006         Log: Abolish the "Tied variable freed while still in use" error - I have
49007              a way to cleanly avoid the coredump.
49008      Branch: perl
49009            ! mg.c pod/perldiag.pod t/op/tie.t
49010 ____________________________________________________________________________
49011 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
49012         Log: Subject: [PATCH] Storable signedness nit
49013              From: "Craig A. Berry" <craigberry@mac.com>
49014              Message-ID: <40D3AAC7.6030407@mac.com>
49015              Date: Fri, 18 Jun 2004 21:53:59 -0500
49016      Branch: perl
49017            ! ext/Storable/Storable.xs
49018 ____________________________________________________________________________
49019 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
49020         Log: Skip tests if List::Util not built
49021      Branch: perl
49022            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
49023            ! lib/overload.t
49024 ____________________________________________________________________________
49025 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
49026         Log: Skip test if Data::Dumper not built
49027      Branch: perl
49028            ! lib/Tie/RefHash.t
49029 ____________________________________________________________________________
49030 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
49031         Log: Skip test if Devel::PPPort is not built.
49032              Probably should fix h2xs to work without it.
49033      Branch: perl
49034            ! lib/h2xs.t
49035 ____________________________________________________________________________
49036 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
49037         Log: Upgrade to I18N::LangTags 0.32
49038      Branch: perl
49039            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
49040            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
49041 ____________________________________________________________________________
49042 [ 22963] By: davem                                 on 2004/06/20  12:00:56
49043         Log: make mktables always update modifed time to play better with make
49044      Branch: perl
49045            ! Makefile.SH lib/unicore/mktables
49046 ____________________________________________________________________________
49047 [ 22962] By: davem                                 on 2004/06/20  11:50:19
49048         Log: fix typo in gp_free
49049      Branch: perl
49050            ! gv.c
49051 ____________________________________________________________________________
49052 [ 22961] By: davem                                 on 2004/06/19  12:36:58
49053         Log: 'make test' without preceeding 'make' fails.
49054              Change #22872 added a target to run mktables, but this was
49055              skipped if 'make test' was run first, causing the build of
49056              Unicode::Normalize to fail.
49057      Branch: perl
49058            ! Makefile.SH
49059 ____________________________________________________________________________
49060 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
49061         Log: When expecting an error, it's best to check the text you got, rather
49062              than blindly assuming that it's correct.
49063      Branch: perl
49064            ! t/op/write.t
49065 ____________________________________________________________________________
49066 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
49067         Log: Case insensitive file systems are bad, m'kay
49068      Branch: perl
49069            ! ext/IO/t/IO.t
49070 ____________________________________________________________________________
49071 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
49072         Log: This needs POSIX, so skip if no POSIX
49073      Branch: perl
49074            ! lib/Pod/t/basic.t
49075 ____________________________________________________________________________
49076 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
49077         Log: Also needs skipping if PerlIO::via not built
49078      Branch: perl
49079            ! lib/PerlIO/via/t/QuotedPrint.t
49080 ____________________________________________________________________________
49081 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
49082         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
49083      Branch: perl
49084            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
49085 ____________________________________________________________________________
49086 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
49087         Log: Not ideal, but skip all of IO's tests if Socket is not built.
49088      Branch: perl
49089            ! ext/IO/t/IO.t
49090 ____________________________________________________________________________
49091 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
49092         Log: Skip test if perl configured without threads::shared
49093      Branch: perl
49094            ! ext/threads/shared/t/disabled.t
49095 ____________________________________________________________________________
49096 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
49097         Log: Skip test if Devel::PPPort not built
49098      Branch: perl
49099            ! ext/Devel/PPPort/t/test.t
49100 ____________________________________________________________________________
49101 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
49102         Log: Skip re tests if re not built.
49103      Branch: perl
49104            ! ext/re/t/re.t
49105 ____________________________________________________________________________
49106 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
49107         Log: If we don't build B, we should skip all its tests.
49108      Branch: perl
49109            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
49110            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
49111            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
49112            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
49113            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
49114            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
49115            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
49116            ! ext/B/t/terse.t ext/B/t/xref.t
49117 ____________________________________________________________________________
49118 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
49119         Log: D'oh. Don't turn on warnings on the #! line without actually testing
49120              the full code in case it warns.
49121      Branch: perl
49122            ! lib/Unicode/UCD.t
49123 ____________________________________________________________________________
49124 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
49125         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
49126      Branch: perl
49127            ! lib/Unicode/UCD.t
49128 ____________________________________________________________________________
49129 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
49130         Log: Can't test the B modules if we didn't build 'em
49131      Branch: perl
49132            ! t/lib/1_compile.t
49133 ____________________________________________________________________________
49134 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
49135         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
49136      Branch: perl
49137            ! t/io/crlf.t
49138 ____________________________________________________________________________
49139 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
49140         Log: Upgrade to I18N::LangTags 0.31.
49141      Branch: perl
49142            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
49143            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
49144            ! lib/I18N/LangTags/t/80_all_env.t
49145 ____________________________________________________________________________
49146 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
49147         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
49148              seem that memzero() of everything is the most efficient idea.
49149      Branch: perl
49150            ! sv.c
49151 ____________________________________________________________________________
49152 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
49153         Log: Change 22516 forgot to add make_overload.pl to generate test data
49154              (submitted from the pub via wireless, bluetooth and then GPRS out
49155              to the Internet)
49156      Branch: perl
49157            + ext/Storable/t/make_overload.pl
49158            ! MANIFEST
49159 ____________________________________________________________________________
49160 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
49161         Log: Storable should cope if the string to thaw happens to be utf8 encoded
49162              And anything with bytes >=256 is corrupt
49163      Branch: perl
49164            ! ext/Storable/ChangeLog ext/Storable/README
49165            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
49166            ! ext/Storable/t/utf8.t
49167 ____________________________________________________________________________
49168 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
49169         Log: Upgrade to Locale::Maketext 1.09
49170      Branch: perl
49171            + lib/Locale/Maketext/t/01_about_verbose.t
49172            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
49173            + lib/Locale/Maketext/t/40_super.t
49174            + lib/Locale/Maketext/t/50_super.t
49175            + lib/Locale/Maketext/t/60_super.t
49176            + lib/Locale/Maketext/t/90_utf8.t
49177            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
49178            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
49179            - lib/Locale/Maketext/t/04super.t
49180            - lib/Locale/Maketext/t/05super.t
49181            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
49182            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
49183            ! lib/Locale/Maketext/README
49184 ____________________________________________________________________________
49185 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
49186         Log: Upgrade to I18N::LangTags 0.30.
49187      Branch: perl
49188            + lib/I18N/LangTags/Detect.pm
49189            + lib/I18N/LangTags/t/01_about_verbose.t
49190            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
49191            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
49192            + lib/I18N/LangTags/t/55_supers_strict.t
49193            + lib/I18N/LangTags/t/80_all_env.t
49194            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
49195            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
49196            ! lib/I18N/LangTags/List.pm
49197 ____________________________________________________________________________
49198 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
49199         Log: More forgiving version comparison in perlivp.
49200      Branch: perl
49201            ! utils/perlivp.PL
49202 ____________________________________________________________________________
49203 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
49204         Log: Improve the substitution to cc_r for threading so that compilers
49205              specified with a full path or as a parameter to ccache are changed
49206      Branch: perl
49207            ! hints/aix.sh
49208 ____________________________________________________________________________
49209 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
49210         Log: Subject: [PATCH] File::Basename docs
49211              From: Boris Zentner <bzm@2bz.de>
49212              Date: Sat, 12 Jun 2004 16:29:42 +0200
49213              Message-Id: <200406121629.42595.bzm@2bz.de>
49214      Branch: perl
49215            ! lib/File/Basename.pm
49216 ____________________________________________________________________________
49217 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
49218         Log: It seems that our assert() macro wasn't good enough.
49219              Changed to one that that is an expression, rather than a statement.
49220              Fix new macros definitions in sv.h to be clean enough C to keep the
49221              AIX compiler happy.
49222      Branch: perl
49223            ! perl.h sv.h
49224 ____________________________________________________________________________
49225 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
49226         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
49227              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
49228              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
49229              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
49230      Branch: perl
49231            ! pod/perlop.pod
49232 ____________________________________________________________________________
49233 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
49234         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
49235      Branch: perl
49236            ! ext/Storable/Storable.xs sv.h
49237 ____________________________________________________________________________
49238 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
49239         Log: Assert that SV type has magic member when reading/writing.
49240              Will catch buggy code.
49241      Branch: perl
49242            ! sv.c sv.h
49243 ____________________________________________________________________________
49244 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
49245         Log: More h2ph voodoo.
49246      Branch: perl
49247            ! utils/h2ph.PL
49248 ____________________________________________________________________________
49249 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
49250         Log: Subject: [PATCH] t/TEST
49251              From: Abe Timmerman <abe@ztreet.demon.nl>
49252              Date: Sun, 13 Jun 2004 11:41:49 +0200
49253              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
49254      Branch: perl
49255            ! t/TEST
49256 ____________________________________________________________________________
49257 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
49258         Log: Reapply change #20983, rolled back by change #22920,
49259              as noticed by Craig Berry.
49260      Branch: perl
49261            ! pod/pod2usage.PL pod/podselect.PL
49262 ____________________________________________________________________________
49263 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
49264         Log: More h2ph tweaks: recognition of C types
49265      Branch: perl
49266            ! utils/h2ph.PL
49267 ____________________________________________________________________________
49268 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
49269         Log: More h2ph tweaking for gcc __inline functions
49270      Branch: perl
49271            ! utils/h2ph.PL
49272 ____________________________________________________________________________
49273 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
49274         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
49275      Branch: perl
49276            ! t/comp/utf.t
49277 ____________________________________________________________________________
49278 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
49279         Log: Remove a warning against unsafe signals in perlipc.pod,
49280              now that we have "safe signals".
49281      Branch: perl
49282            ! pod/perlipc.pod
49283 ____________________________________________________________________________
49284 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
49285         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
49286              From: Mathieu Arnold <m@absolight.fr>
49287              Date: Thu, 10 Jun 2004 16:43:58 +0200
49288              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
49289              (with a test adjustment)
49290      Branch: perl
49291            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
49292 ____________________________________________________________________________
49293 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
49294         Log: Make h2ph able to understand a limited set of inline functions.
49295              The glibc apparently now ships headers that use inline functions
49296              instead of plain old macros.
49297      Branch: perl
49298            ! utils/h2ph.PL
49299 ____________________________________________________________________________
49300 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
49301         Log: Subject: Change 22872 breaks shared miniperl invocation
49302              From: Alexey Tourbin <at@altlinux.ru>
49303              Date: Fri, 4 Jun 2004 13:24:17 +0400
49304              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
49305      Branch: perl
49306            ! Makefile.SH
49307 ____________________________________________________________________________
49308 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
49309         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
49310              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
49311              Date: Mon, 7 Jun 2004 00:28:55 -0700
49312              Message-ID: <20040607072854.GB1028@efn.org>
49313      Branch: perl
49314            ! pod/perldiag.pod
49315 ____________________________________________________________________________
49316 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
49317         Log: Remove the "malloc wrappage" tests, due to their unportability
49318              (as suggested by Jarkko.)
49319      Branch: perl
49320            ! t/op/array.t t/op/repeat.t
49321 ____________________________________________________________________________
49322 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
49323         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
49324              From: Robin Barker <Robin.Barker@npl.co.uk>
49325              Date: Wed, 9 Jun 2004 12:02:01 +0100
49326              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
49327              with further adjustements for bleadperl
49328      Branch: perl
49329            ! configpm lib/Config.t
49330 ____________________________________________________________________________
49331 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
49332         Log: Upgrade to Pod::Parser 1.28
49333              (except Pod::Find, which has local patches not yet on CPAN)
49334      Branch: perl
49335            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
49336            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
49337            ! t/pod/find.t
49338 ____________________________________________________________________________
49339 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
49340         Log: s/64bit/64-bit/g for consistency in the READMEs.
49341      Branch: perl
49342            ! README.aix README.hpux
49343 ____________________________________________________________________________
49344 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
49345         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
49346              From: "Kevin Chase" <kevincha99@hotmail.com>
49347              Date: Sun, 06 Jun 2004 09:44:44 -0700
49348              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
49349      Branch: perl
49350            ! ext/threads/threads.xs
49351 ____________________________________________________________________________
49352 [ 22917] By: merijn                                on 2004/06/09  11:46:23
49353         Log: Several updates, major, and minor corrections, model updates,
49354              explained the model numbering of HP-UX servers.
49355      Branch: perl
49356            ! README.hpux
49357 ____________________________________________________________________________
49358 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
49359         Log: Upgrade to Pod::Perldoc 3.13
49360      Branch: perl
49361            + lib/Pod/Perldoc/t/01_about_verbose.t
49362            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
49363 ____________________________________________________________________________
49364 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
49365         Log: Upgrade to Digest 1.08.
49366      Branch: perl
49367            ! lib/Digest.pm
49368 ____________________________________________________________________________
49369 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
49370         Log: Upgrade to CGI.pm 3.05
49371      Branch: perl
49372            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
49373 ____________________________________________________________________________
49374 [ 22913] By: davem                                 on 2004/06/08  22:20:40
49375         Log: double DESTROY in for loop
49376              pp_iter decremented the ref count of the previous iterant before
49377              unaliasing it. This could lead to DESTROY being called with the
49378              loop variable still aliased to the freed value. If the DESTROY
49379              also contained a for loop with the same iterator variable, the
49380              freed value would get resurrected then freed for a second time.
49381      Branch: perl
49382            ! pp_hot.c t/cmd/for.t
49383 ____________________________________________________________________________
49384 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
49385         Log: Upgrade to Pod::LaTeX 0.57
49386      Branch: perl
49387            + lib/Pod/t/user.t
49388            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
49389 ____________________________________________________________________________
49390 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
49391         Log: Upgrade to Unicode::Normalize 0.30.
49392      Branch: perl
49393            ! ext/Unicode/Normalize/Changes
49394            ! ext/Unicode/Normalize/Normalize.pm
49395            ! ext/Unicode/Normalize/Normalize.xs
49396            ! ext/Unicode/Normalize/t/illegal.t
49397            ! ext/Unicode/Normalize/t/short.t
49398            ! ext/Unicode/Normalize/t/split.t
49399 ____________________________________________________________________________
49400 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
49401         Log: Remove a spurious \n in a perltie example,
49402              noticed by Geoffrey Young.
49403      Branch: perl
49404            ! pod/perltie.pod
49405 ____________________________________________________________________________
49406 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
49407         Log: Upgrade to Unicode::Collate 0.40
49408      Branch: perl
49409            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
49410 ____________________________________________________________________________
49411 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
49412         Log: Upgrade to Time::Local 1.10.
49413      Branch: perl
49414            ! lib/Time/Local.pm lib/Time/Local.t
49415 ____________________________________________________________________________
49416 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
49417         Log: Upgrade to Test::Harness 2.42
49418      Branch: perl
49419            ! lib/Test/Harness.pm lib/Test/Harness/Changes
49420            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
49421 ____________________________________________________________________________
49422 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
49423         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
49424              As spotted by Jerry D. Hedden
49425      Branch: perl
49426            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
49427 ____________________________________________________________________________
49428 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
49429         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
49430              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
49431              Date: Fri, 4 Jun 2004 16:29:44 +0200
49432              Message-Id: <20040604162944.4011f1c6@r2d2>
49433      Branch: perl
49434            ! pod/perlapi.pod sv.c
49435 ____________________________________________________________________________
49436 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
49437         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
49438              From: Jarkko Hietaniemi <jhi@iki.fi>
49439              Date: Mon, 07 Jun 2004 20:09:42 +0300
49440              Message-ID: <40C4A156.5030205@iki.fi>
49441      Branch: perl
49442            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
49443 ____________________________________________________________________________
49444 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
49445         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
49446              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
49447              Date: 6 Jun 2004 21:50:19 -0000
49448              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
49449      Branch: perl
49450            ! lib/Text/Wrap.pm
49451 ____________________________________________________________________________
49452 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
49453         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
49454              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
49455              Date: Sun, 06 Jun 2004 00:37:21 +0900
49456              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
49457      Branch: perl
49458            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
49459 ____________________________________________________________________________
49460 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
49461         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
49462              From: Steve Hay <steve.hay@uk.radan.com>
49463              Date: Thu, 03 Jun 2004 15:46:17 +0100
49464              Message-ID: <40BF39B9.3060207@uk.radan.com>
49465      Branch: perl
49466            ! README.win32 win32/makefile.mk
49467 ____________________________________________________________________________
49468 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
49469         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
49470              Normalize on the hyphenated spelling.
49471      Branch: perl
49472            ! pod/perlpodspec.pod
49473 ____________________________________________________________________________
49474 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
49475         Log: Workaround a dmake oddity.
49476              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
49477              From: Steve Hay <steve.hay@uk.radan.com>
49478              Date: Thu, 03 Jun 2004 12:16:13 +0100
49479              Message-ID: <40BF087D.8030005@uk.radan.com>
49480      Branch: perl
49481            ! win32/makefile.mk
49482 ____________________________________________________________________________
49483 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
49484         Log: Carp was mostly unusable with Safe because it may require
49485              Carp::Heavy at run-time (while require() is forbidden.)
49486              Have Safe load Carp::Heavy.
49487      Branch: perl
49488            ! ext/Opcode/Safe.pm lib/Carp.pm
49489 ____________________________________________________________________________
49490 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
49491         Log: Make change #22889 work for threaded builds, Part 2.
49492      Branch: perl
49493            ! XSUB.h
49494 ____________________________________________________________________________
49495 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
49496         Log: Make change #22889 work for threaded builds.
49497      Branch: perl
49498            ! pad.c pp.c
49499 ____________________________________________________________________________
49500 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
49501         Log: Fix apidoc entries for PUSHMARK and newXSproto.
49502      Branch: perl
49503            ! XSUB.h pod/perlapi.pod pp.h
49504 ____________________________________________________________________________
49505 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
49506         Log: Document embed.fnc 'U' and 's' flags.
49507      Branch: perl
49508            ! embed.fnc
49509 ____________________________________________________________________________
49510 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
49511         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
49512              From: "Craig A. Berry" <craigberry@mac.com>
49513              Date: Tue, 01 Jun 2004 23:16:58 -0500
49514              Message-ID: <40BD54BA.9040708@mac.com>
49515      Branch: perl
49516            ! perl.c
49517 ____________________________________________________________________________
49518 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
49519         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
49520              From: Alexey Tourbin <at@altlinux.ru>
49521              Date: Sat, 22 May 2004 02:22:22 +0400
49522              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
49523      Branch: perl
49524            ! ext/NDBM_File/hints/linux.pl
49525 ____________________________________________________________________________
49526 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
49527         Log: Detypo.
49528      Branch: perl
49529            ! pod/perlintern.pod pp_ctl.c
49530 ____________________________________________________________________________
49531 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
49532         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
49533              From: Andrew Dougherty <doughera@lafayette.edu>
49534              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
49535              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
49536      Branch: perl
49537            ! INSTALL README
49538 ____________________________________________________________________________
49539 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
49540         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
49541              While we're at it, use the same trick to make reverse()
49542              work correctly with lexical $_.
49543      Branch: perl
49544            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
49545            ! t/op/mydef.t
49546 ____________________________________________________________________________
49547 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
49548         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
49549              From: Alan Burlison <Alan.Burlison@Sun.COM>
49550              Date: Fri, 28 May 2004 12:27:06 +0100
49551              Message-ID: <40B7220A.4040305@sun.com>
49552      Branch: perl
49553            ! lib/FileCache.pm
49554 ____________________________________________________________________________
49555 [ 22887] By: merijn                                on 2004/06/01  14:30:48
49556         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
49557              From: Steve Hay <steve.hay@uk.radan.com>
49558              Date: Tue, 01 Jun 2004 15:30:37 +0100
49559              Message-ID: <40BC930D.90701@uk.radan.com>
49560      Branch: perl
49561            ! win32/Makefile win32/makefile.mk
49562 ____________________________________________________________________________
49563 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
49564         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
49565              From: Alan Burlison <Alan.Burlison@sun.com>
49566              Date: Fri, 28 May 2004 23:28:44 +0100
49567              Message-ID: <40B7BD1C.40309@sun.com>
49568      Branch: perl
49569            ! lib/Pod/Find.pm
49570 ____________________________________________________________________________
49571 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
49572         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
49573              From: Paul Fenwick <pjf@perltraining.com.au>
49574              Date: Tue, 1 Jun 2004 11:31:34 +1000
49575              Message-ID: <20040601013134.GA11005@perltraining.com.au>
49576      Branch: perl
49577            ! pod/perlfunc.pod
49578 ____________________________________________________________________________
49579 [ 22884] By: merijn                                on 2004/06/01  10:51:33
49580         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
49581              From: "Craig A. Berry" <craigberry@mac.com>
49582              Date: Mon, 31 May 2004 21:04:07 -0500
49583              Message-ID: <40BBE417.2090001@mac.com>
49584      Branch: perl
49585            ! configure.com
49586 ____________________________________________________________________________
49587 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
49588         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
49589              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
49590              Date: Tue, 1 Jun 2004 07:52:58 +0200
49591              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
49592      Branch: perl
49593            ! lib/Shell.pm
49594 ____________________________________________________________________________
49595 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
49596         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
49597              From: Dave Rolsky <autarch@urth.org>
49598              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
49599              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
49600      Branch: perl
49601            ! pod/perlhack.pod
49602 ____________________________________________________________________________
49603 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
49604         Log: replace the run time code in lib/utf8_pva.pl with data generated
49605              at build by mktables, stored in lib/unicore/PVA.pl
49606      Branch: perl
49607            - lib/utf8_pva.pl
49608            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
49609            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
49610 ____________________________________________________________________________
49611 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
49612         Log: Don't need to require utf8_pva.pl at top of file
49613      Branch: perl
49614            ! lib/utf8_heavy.pl
49615 ____________________________________________________________________________
49616 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
49617         Log: Run mktables as part of the build process.
49618              Don't ship any of the files that it generates in lib/unicore
49619      Branch: perl
49620            - (delete 419 files)
49621            ! MANIFEST Makefile.SH lib/unicore/mktables
49622            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
49623 ____________________________________________________________________________
49624 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
49625         Log: Subject: [perl #29937] Entries missing from .packlist
49626              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
49627              Date: 28 May 2004 19:23:48 -0000
49628              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
49629      Branch: perl
49630            ! installman installperl
49631 ____________________________________________________________________________
49632 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
49633         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
49634              From: <wolfgang.laun@chello.at>
49635              Date: Sun, 30 May 2004 17:27:07 +0200
49636              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
49637      Branch: perl
49638            ! utils/h2ph.PL
49639 ____________________________________________________________________________
49640 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
49641         Log: Subject: [PATCH] Fix anomalies in Carp functions
49642              From: Steve Hay <steve.hay@uk.radan.com>
49643              Date: Tue, 25 May 2004 16:05:02 +0100
49644              Message-ID: <40B3609E.5060502@uk.radan.com>
49645      Branch: perl
49646            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
49647 ____________________________________________________________________________
49648 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
49649         Log: Subject: [PATCH] Fix generation of perlapi.pod
49650              From: Steve Hay <steve.hay@uk.radan.com>
49651              Date: Fri, 28 May 2004 11:46:41 +0100
49652              Message-ID: <40B71891.6090806@uk.radan.com>
49653      Branch: perl
49654            ! autodoc.pl pod/perlapi.pod
49655 ____________________________________________________________________________
49656 [ 22874] By: davem                                 on 2004/05/30  22:31:03
49657         Log: Subject:  Re: my $x->{foo} doesn't work
49658              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
49659              Date:  Tue, 25 May 2004 00:06:06 +0900
49660              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
49661
49662              Allow autovivification of (my $x)->{foo}
49663      Branch: perl
49664            ! pp_hot.c t/op/my.t
49665 ____________________________________________________________________________
49666 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
49667         Log: Convert to using File::Spec, so that we can build Unicode files
49668              on all platforms
49669      Branch: perl
49670            ! lib/unicore/mktables
49671 ____________________________________________________________________________
49672 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
49673         Log: First step to generating Unicode files for the regexp engine at build
49674              time - targets in the Makefile
49675      Branch: perl
49676            ! Makefile.SH
49677 ____________________________________________________________________________
49678 [ 22870] By: davem                                 on 2004/05/30  14:30:45
49679         Log: Problem with autouse (causing Perl to crash)
49680              @_ sometimes wasn't getting created right
49681      Branch: perl
49682            ! pad.c pp_ctl.c t/op/goto.t
49683 ____________________________________________________________________________
49684 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
49685         Log: Upgrade to Encode 2.01.
49686      Branch: perl
49687            ! ext/Encode/lib/Encode/CN/HZ.pm
49688            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
49689 ____________________________________________________________________________
49690 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
49691         Log: Skip in minitest
49692      Branch: perl
49693            ! t/comp/utf.t
49694 ____________________________________________________________________________
49695 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
49696         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
49697              From: Stas Bekman <stas@stason.org>
49698              Date: Thu, 27 May 2004 11:25:08 -0700
49699              Message-ID: <40B63284.5040203@stason.org>
49700      Branch: perl
49701            ! pod/perlapi.pod pod/perlguts.pod sv.h
49702 ____________________________________________________________________________
49703 [ 22852] By: merijn                                on 2004/05/28  05:31:25
49704         Log: Subject: TEST needs to ignore SCM files
49705              From: Alan Burlison <Alan.Burlison@sun.com>
49706              Date: Thu, 27 May 2004 23:32:28 +0100
49707              Message-ID: <40B66C7C.8030303@sun.com>
49708      Branch: perl
49709            ! t/TEST
49710 ____________________________________________________________________________
49711 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
49712         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
49713              From: Alan Burlison <Alan.Burlison@sun.com>
49714              Date: Wed, 26 May 2004 16:24:03 +0100
49715              Message-ID: <40B4B693.9090905@sun.com>
49716              (using \0 as a separator for q//)
49717      Branch: perl
49718            ! perl.c
49719 ____________________________________________________________________________
49720 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
49721         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
49722              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
49723              Date: Tue, 25 May 2004 02:29:37 -0700
49724              Message-ID: <20040525092937.GA2332@efn.org>
49725      Branch: perl
49726            ! lib/diagnostics.pm
49727 ____________________________________________________________________________
49728 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
49729         Log: Tests for change #22842, by SADAHIRO Tomoyuki
49730              (adapted to the core)
49731      Branch: perl
49732            + t/op/utftaint.t
49733            ! MANIFEST
49734 ____________________________________________________________________________
49735 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
49736         Log: Subject: Re: utf-8 and taint don't work together
49737              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
49738              Date: Sat, 22 May 2004 21:38:33 +0900
49739              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
49740
49741              Date: Sun, 23 May 2004 09:56:15 +0900
49742              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
49743      Branch: perl
49744            ! ext/Encode/lib/Encode/CN/HZ.pm
49745            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
49746 ____________________________________________________________________________
49747 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
49748         Log: Subject: [PATCH] win32_chsize is not exported on Win32
49749              From: Steve Hay <steve.hay@uk.radan.com>
49750              Date: Mon, 24 May 2004 12:52:48 +0100
49751              Message-ID: <40B1E210.4050202@uk.radan.com>
49752      Branch: perl
49753            ! makedef.pl
49754 ____________________________________________________________________________
49755 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
49756         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
49757              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
49758              Date: Fri, 21 May 2004 11:35:34 -0700
49759              Message-ID: <20040521183533.GA5108@efn.org>
49760              (plus whitespace removal)
49761      Branch: perl
49762            ! INSTALL
49763 ____________________________________________________________________________
49764 [ 22839] By: davem                                 on 2004/05/22  11:15:34
49765         Log: Optimization busted: '@a = "b", sort @a' drops "b"
49766              Fix the sort-in-place optimization of change #22349.
49767      Branch: perl
49768            ! op.c t/op/sort.t
49769 ____________________________________________________________________________
49770 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
49771         Log: Update to Scalar-List-Utils-1.14
49772      Branch: perl
49773            + ext/List/Util/Changes
49774            - ext/List/Util/ChangeLog
49775            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
49776            ! ext/List/Util/lib/List/Util.pm
49777            ! ext/List/Util/lib/Scalar/Util.pm
49778 ____________________________________________________________________________
49779 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
49780         Log: Subject: Proposed doc patch for getsockopt
49781              From: perl5-porters@ton.iguana.be (Ton Hospel)
49782              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
49783              Message-Id: <c87qmo$u9b$1@post.home.lunix>
49784      Branch: perl
49785            ! pod/perlfunc.pod
49786 ____________________________________________________________________________
49787 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
49788         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
49789              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
49790              Date: Fri, 21 May 2004 10:51:58 +0200
49791              Message-id: <20040521085158.GA10660@ethan>
49792              (modified regexp)
49793      Branch: perl
49794            ! utils/h2xs.PL
49795 ____________________________________________________________________________
49796 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
49797         Log: Upgrade to Encode 2.00.
49798      Branch: perl
49799            ! (edit 147 files)
49800 ____________________________________________________________________________
49801 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
49802         Log: Test portability nit.
49803              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
49804              From: Steve Hay <steve.hay@uk.radan.com>
49805              Date: Tue, 18 May 2004 11:31:04 +0100
49806              Message-ID: <40A9E5E8.7030800@uk.radan.com>
49807      Branch: perl
49808            ! ext/B/t/optree_specials.t
49809 ____________________________________________________________________________
49810 [ 22831] By: davem                                 on 2004/05/19  21:02:04
49811         Log: improve hashing algorithm for ptr tables in perl_clone:
49812              the bottom few bits of a pointer are usually zero
49813      Branch: perl
49814            ! sv.c
49815 ____________________________________________________________________________
49816 [ 22830] By: davem                                 on 2004/05/19  20:17:55
49817         Log: Thread creation time is hypersensitive
49818
49819              Due to a logic error, the dup ptr table sometimes wans't being
49820              grown, leading to extremely slow cloning.
49821      Branch: perl
49822            ! sv.c
49823 ____________________________________________________________________________
49824 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
49825         Log: perlrun.pod minor fixes :
49826              - the parameter to -x is optional
49827              - pod nit
49828      Branch: perl
49829            ! pod/perlrun.pod
49830 ____________________________________________________________________________
49831 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
49832         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
49833              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
49834              Date: 16 May 2004 13:33:32 -0000
49835              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
49836      Branch: perl
49837            ! lib/h2xs.t
49838 ____________________________________________________________________________
49839 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
49840         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
49841              From: Steve Hay <steve.hay@uk.radan.com>
49842              Date: Fri, 14 May 2004 17:33:17 +0100
49843              Message-ID: <40A4F4CD.2000003@uk.radan.com>
49844      Branch: perl
49845            ! t/comp/utf.t
49846 ____________________________________________________________________________
49847 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
49848         Log: Error message too wide.
49849      Branch: perl
49850            ! perl.c
49851 ____________________________________________________________________________
49852 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
49853         Log: Remove a TODO test that is no longer to do.
49854      Branch: perl
49855            ! ext/B/t/f_sort.t
49856 ____________________________________________________________________________
49857 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
49858         Log: Fix new B::Concise test output
49859              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
49860              From: Jim Cromie <jcromie@divsol.com>
49861              Date: Mon, 17 May 2004 09:19:00 -0600
49862              Message-ID: <40A8D7E4.1020007@divsol.com>
49863      Branch: perl
49864            ! ext/B/t/f_sort.t t/TEST
49865 ____________________________________________________________________________
49866 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
49867         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
49868              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
49869              Date: Mon, 17 May 2004 07:38:19 +0200
49870              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
49871      Branch: perl
49872            ! ext/File/Glob/Glob.xs
49873 ____________________________________________________________________________
49874 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
49875         Log: David Manura is the new maintainer of Text::Balanced.
49876      Branch: perl
49877            ! Porting/Maintainers.pl
49878 ____________________________________________________________________________
49879 [ 22821] By: davem                                 on 2004/05/16  15:31:42
49880         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
49881      Branch: perl
49882            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
49883 ____________________________________________________________________________
49884 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
49885         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
49886              From: Jim Cromie <jcromie@divsol.com>
49887              Date: Mon, 10 May 2004 05:28:11 -0600
49888              Message-ID: <409F674B.2000506@divsol.com>
49889      Branch: perl
49890            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
49891            + ext/B/t/optree_specials.t
49892            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
49893            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
49894            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
49895            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
49896            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
49897 ____________________________________________________________________________
49898 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
49899         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
49900              access the $_ variable, even when there is a lexical one in scope.
49901      Branch: perl
49902            ! XSUB.h pod/perlapi.pod
49903 ____________________________________________________________________________
49904 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
49905         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
49906              From: Jarkko Hietaniemi <jhi@iki.fi>
49907              Message-ID: <40A26D75.8080406@iki.fi>
49908              Date: Wed, 12 May 2004 21:31:17 +0300
49909      Branch: perl
49910            + t/comp/utf.t
49911            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
49912 ____________________________________________________________________________
49913 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
49914         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
49915              From: Olli Savia (via RT) <perlbug-followup@perl.org>
49916              Date: 12 May 2004 13:02:41 -0000
49917              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
49918      Branch: perl
49919            ! sv.c
49920 ____________________________________________________________________________
49921 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
49922         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
49923      Branch: perl
49924            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
49925 ____________________________________________________________________________
49926 [ 22815] By: merijn                                on 2004/05/12  10:43:42
49927         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
49928              From: Andy Dougherty <doughera@lafayette.edu>
49929              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
49930              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
49931      Branch: perl
49932            ! Configure hints/darwin.sh hints/rhapsody.sh
49933 ____________________________________________________________________________
49934 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
49935         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
49936              This completes the series: #22734, #22745, #22754, #22780
49937      Branch: perl
49938            ! pod/perlpacktut.pod
49939 ____________________________________________________________________________
49940 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
49941         Log: 'v' unpacks unsigned shorts.
49942      Branch: perl
49943            ! pod/perlpacktut.pod
49944 ____________________________________________________________________________
49945 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
49946         Log: Subject: various -V: searches [PATCH]
49947              From: Jim Cromie <jcromie@divsol.com>
49948              Date: Tue, 11 May 2004 00:15:46 -0600
49949              Message-ID: <40A06F92.1070607@divsol.com>
49950      Branch: perl
49951            ! configpm lib/Config.t pod/perlrun.pod
49952 ____________________________________________________________________________
49953 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
49954         Log: More pod names in the debugger for the runman command
49955      Branch: perl
49956            ! lib/perl5db.pl
49957 ____________________________________________________________________________
49958 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
49959         Log: Subject: [PATCH] debugger (step backwards)
49960              From: Richard.Foley@t-online.de (Richard Foley)
49961              Date: Tue, 11 May 2004 11:04:11 +0200
49962              Message-Id: <200405111104.11484.richard.foley@rfi.net>
49963      Branch: perl
49964            ! lib/perl5db.pl
49965 ____________________________________________________________________________
49966 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
49967         Log: Subject: void context !~ generates "Useless use of not at line..." warning
49968              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
49969              Date: Sun, 9 May 2004 00:59:19 -0700
49970              Message-ID: <20040509075919.GA3752@efn.org>
49971      Branch: perl
49972            ! op.c
49973 ____________________________________________________________________________
49974 [ 22806] By: ams                                   on 2004/05/10  22:12:31
49975         Log: Subject: Re: a little extra cmdline help. [PATCH]
49976              From: Jim Cromie <jcromie@divsol.com>
49977              Date: Mon, 10 May 2004 15:25:07 -0600
49978              Message-Id: <409FF333.4020104@divsol.com>
49979      Branch: perl
49980            ! perl.c
49981 ____________________________________________________________________________
49982 [ 22804] By: ams                                   on 2004/05/10  11:10:34
49983         Log: Remove stray '.
49984      Branch: perl
49985            ! lib/File/Copy.pm
49986 ____________________________________________________________________________
49987 [ 22803] By: ams                                   on 2004/05/10  10:14:40
49988         Log: Subject: [PATCH] File::Copy Pod
49989              From: slaven@rezic.de
49990              Date: Mon, 10 May 2004 09:57:37 +0000
49991              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
49992      Branch: perl
49993            ! lib/File/Copy.pm
49994 ____________________________________________________________________________
49995 [ 22802] By: davem                                 on 2004/05/07  19:12:29
49996         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
49997              that $index was the uninitialized value, when in fact it was $foo1
49998      Branch: perl
49999            ! sv.c t/lib/warnings/9uninit
50000 ____________________________________________________________________________
50001 [ 22801] By: davem                                 on 2004/05/07  18:21:22
50002         Log: Subject:  Re: stdio still supported?
50003              From:  Jim Cromie <jcromie@divsol.com>
50004              Date:  Thu, 06 May 2004 16:37:56 -0600
50005              Message-Id:  <409ABE44.8060307@divsol.com>
50006
50007              Update B::Concise tests to skip stuff requiring the
50008              "open to a scalar" feature of Perlio is it isn't available.
50009              Also note this caveat in perlfunc.pod
50010      Branch: perl
50011            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
50012            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
50013            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
50014            ! pod/perlfunc.pod
50015 ____________________________________________________________________________
50016 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
50017         Log: Windows issues with select() are already documented in perlport.
50018      Branch: perl
50019            ! pod/perlfunc.pod
50020 ____________________________________________________________________________
50021 [ 22799] By: ams                                   on 2004/05/07  13:38:16
50022         Log: Subject: [perl #29397] Change in pod2man arguments
50023              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
50024              Date: 6 May 2004 22:08:10 -0000
50025              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
50026      Branch: perl
50027            ! pod/pod2man.PL
50028 ____________________________________________________________________________
50029 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
50030         Log: Scalar::Util::refaddr falsely returns false
50031              Add mg_get() to refaddr() when SV is magical.
50032              Fix the non-xs version of looks_like_number().
50033      Branch: perl
50034            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
50035            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
50036 ____________________________________________________________________________
50037 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
50038         Log: Document that select() on Windows doesn't work on non-socket filehandles.
50039      Branch: perl
50040            ! pod/perlfunc.pod
50041 ____________________________________________________________________________
50042 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
50043         Log: Double warning for int(undef) and abs(undef)
50044              Remove the duplicate warnings and update tests.
50045      Branch: perl
50046            ! pp.c t/lib/warnings/9uninit
50047 ____________________________________________________________________________
50048 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
50049         Log: Add a small script to check whether a perl source tree
50050              (with or without generated files) is friendly with
50051              case-insensitive filesystems.
50052              Adapted from :
50053              Subject: Re: STerm.pl vs Sterm.pl
50054              From: James Mastros <james@mastros.biz>
50055              Date: Thu, 06 May 2004 14:45:53 +0200
50056              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
50057      Branch: perl
50058            + Porting/checkcase.pl
50059            ! MANIFEST
50060 ____________________________________________________________________________
50061 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
50062         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
50063              From: bilbo@ua.fm
50064              Date: Wed, 28 Apr 2004 00:19:55 +0300
50065              Message-ID: <611491036.20040428001955@ua.fm>
50066      Branch: perl
50067            ! win32/win32.c
50068 ____________________________________________________________________________
50069 [ 22788] By: merijn                                on 2004/05/06  11:35:21
50070         Log: add -pipe to gcc's default flags
50071              it has shown a compile time speed increase of about 40% on
50072              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
50073              OS/gcc combo's remove it in the hints
50074      Branch: perl
50075            ! Configure
50076 ____________________________________________________________________________
50077 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
50078         Log: Add tests for mX?PUSH[inup] macros.
50079
50080              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
50081              From: Steve Hay <steve.hay@uk.radan.com>
50082              Date: Wed, 05 May 2004 15:34:45 +0100
50083              Message-ID: <4098FB85.1060602@uk.radan.com>
50084      Branch: perl
50085            + ext/XS/APItest/t/push.t
50086            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
50087            ! ext/XS/APItest/MANIFEST
50088 ____________________________________________________________________________
50089 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
50090         Log: Subject: Problem with h2xs
50091              From: David Cannings <lists@edeca.net>
50092              Date: Mon, 3 May 2004 13:44:33 +0100
50093              Message-Id: <200405031344.33723.lists@edeca.net>
50094              (Second patch only)
50095      Branch: perl
50096            ! utils/h2xs.PL
50097 ____________________________________________________________________________
50098 [ 22781] By: davem                                 on 2004/05/04  19:20:36
50099         Log: Bizarre copy of ARRAY
50100              make sure a pad op's flags are updated after optimising away
50101              the assignment in my @a = () (see change 22520).
50102      Branch: perl
50103            ! op.c t/op/my.t
50104 ____________________________________________________________________________
50105 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
50106         Log: Add byte-order group modifiers to (un)pack templates.
50107              Follow-up on: #22734, #22745, #22753, #22754.
50108
50109              Subject: Group modifiers in (un)pack templates
50110              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
50111              Date: Mon, 3 May 2004 20:14:41 +0200
50112              Message-Id: <20040503201441.1b058e0d@r2d2>
50113      Branch: perl
50114            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
50115 ____________________________________________________________________________
50116 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
50117         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
50118
50119              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
50120              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
50121              Date: Mon, 3 May 2004 20:03:28 +0200
50122              Message-Id: <20040503200328.24efcda5@r2d2>
50123      Branch: perl
50124            ! pp.h
50125 ____________________________________________________________________________
50126 [ 22778] By: davem                                 on 2004/05/03  21:07:44
50127         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
50128      Branch: perl
50129            ! t/io/open.t
50130 ____________________________________________________________________________
50131 [ 22777] By: davem                                 on 2004/05/03  20:48:53
50132         Log: add test for change #22776 ("open m" crashes Perl)
50133      Branch: perl
50134            ! t/io/open.t
50135 ____________________________________________________________________________
50136 [ 22776] By: davem                                 on 2004/05/03  20:26:22
50137         Log: perl -e "open m" crashes Perl
50138      Branch: perl
50139            ! toke.c
50140 ____________________________________________________________________________
50141 [ 22775] By: davem                                 on 2004/05/03  18:52:39
50142         Log: scalar delete of empty slice returned garbage
50143      Branch: perl
50144            ! pp.c t/op/delete.t
50145 ____________________________________________________________________________
50146 [ 22774] By: davem                                 on 2004/05/03  17:44:44
50147         Log: split could leave an array without &PL_sv_undef
50148              in the unused elements
50149      Branch: perl
50150            ! pp.c t/op/split.t
50151 ____________________________________________________________________________
50152 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
50153         Log: Subject: Re: "fuzzy" in mktables
50154              From: Jarkko Hietaniemi <jhi@iki.fi>
50155              Message-ID: <4093A82B.6040609@iki.fi>
50156              Date: Sat, 01 May 2004 16:37:47 +0300
50157      Branch: perl
50158            ! lib/unicore/mktables
50159 ____________________________________________________________________________
50160 [ 22772] By: davem                                 on 2004/05/03  13:33:21
50161         Log: remove spurious intentation in utf8_pva.pl
50162      Branch: perl
50163            ! lib/utf8_pva.pl
50164 ____________________________________________________________________________
50165 [ 22771] By: davem                                 on 2004/05/03  13:28:24
50166         Log: ensure that utf8 Perl code magically called from a regex localizes $.
50167      Branch: perl
50168            ! lib/utf8_pva.pl
50169 ____________________________________________________________________________
50170 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
50171         Log: Integrate:
50172              [ 22694]
50173              For maint, I don't think that we can have sperl go sulky if invoked
50174              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
50175              only set ID exectuable reside under a different name (suidperl)
50176
50177              [ 22700]
50178              The set uid perl is now called setuidperl. Not suidperl.
50179              Which I discover is hardlinked from sperl by ./installperl
50180              elsewhere. Helpfully confusing installperl script.
50181
50182              [ 22718]
50183              Revert 22700 (as part of changes suggested by Brendan O'Dea)
50184
50185              [ 22719]
50186              Revert 22694
50187
50188              [ 22720]
50189              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
50190              binary must have fd script conundrum, as suggested by Brendan O'Dea
50191              Plus restore the more helpful error message from 22694 and the gist
50192              of the perl584delta changes from 22700
50193      Branch: perl
50194           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
50195 ____________________________________________________________________________
50196 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
50197         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
50198              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
50199              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
50200              Date: 22 Apr 2004 10:49:22 -0000
50201      Branch: perl
50202            ! lib/Text/ParseWords.pm
50203 ____________________________________________________________________________
50204 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
50205         Log: It seems daft to me that we have a synopis example that will fail if
50206              gcc happened to be invoked via the name cc, and completely ignores
50207              the far more reliable 'gccversion' variable
50208              So here's one using 'usethreads' that ought to work everywhere.
50209      Branch: perl
50210            ! configpm
50211 ____________________________________________________________________________
50212 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
50213         Log: Make t/uni/class.t pass on case insensitive file systems
50214      Branch: perl
50215            ! t/uni/class.t
50216 ____________________________________________________________________________
50217 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
50218         Log: Save some repeated strlen()s in Perl_swash_init
50219      Branch: perl
50220            ! utf8.c
50221 ____________________________________________________________________________
50222 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
50223         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
50224              of some binary property files
50225      Branch: perl
50226            + lib/unicore/lib/gc_sc/Dash2.pl
50227            + lib/unicore/lib/gc_sc/Hyphen2.pl
50228            + lib/unicore/lib/gc_sc/Radical2.pl
50229 ____________________________________________________________________________
50230 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
50231         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
50232      Branch: perl
50233            ! MANIFEST
50234 ____________________________________________________________________________
50235 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
50236         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
50237              by making the %BaseName check global
50238      Branch: perl
50239            + lib/unicore/lib/gc_sc/Sterm2.pl
50240            - lib/unicore/lib/gc_sc/Sterm.pl
50241            ! MANIFEST lib/unicore/Canonical.pl
50242            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
50243            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
50244 ____________________________________________________________________________
50245 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
50246         Log: Remove the no-longer autogenerated Unicode files
50247      Branch: perl
50248            - (delete 322 files)
50249            ! MANIFEST
50250 ____________________________________________________________________________
50251 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
50252         Log: mktables requires post 5.005
50253      Branch: perl
50254            ! lib/unicore/mktables
50255 ____________________________________________________________________________
50256 [ 22758] By: davem                                 on 2004/04/30  11:48:55
50257         Log: disable problematical 'uninitialized value' warning tests
50258      Branch: perl
50259            ! t/lib/warnings/9uninit
50260 ____________________________________________________________________________
50261 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
50262         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
50263              should handle 'set' magic, just like the X?PUSH[inup]
50264              counterparts.
50265      Branch: perl
50266            ! pod/perlapi.pod pp.h
50267 ____________________________________________________________________________
50268 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
50269         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
50270              From: Steve Hay <steve.hay@uk.radan.com>
50271              Date: Fri, 30 Apr 2004 10:07:21 +0100
50272              Message-ID: <40921749.3050600@uk.radan.com>
50273      Branch: perl
50274            ! pod/perlapi.pod pod/perlguts.pod pp.h
50275 ____________________________________________________________________________
50276 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
50277         Log: Fix 29149 - another UTF8 cache bug hit by substr.
50278              Regression test from:
50279
50280              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
50281              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
50282              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
50283              Date: Thu, 29 Apr 2004 10:53:17 +0900
50284      Branch: perl
50285            ! sv.c t/op/substr.t
50286 ____________________________________________________________________________
50287 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
50288         Log: More unpack cleanups.
50289      Branch: perl
50290            ! pp_pack.c
50291 ____________________________________________________________________________
50292 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
50293         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
50294              Remove all associated code.
50295      Branch: perl
50296            ! hints/cxux.sh pp_pack.c
50297 ____________________________________________________________________________
50298 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
50299         Log: The openbsd 64-bit test should use $uquadtype rather
50300              than hardcoding unsigned long long.
50301      Branch: perl
50302            ! hints/openbsd.sh
50303 ____________________________________________________________________________
50304 [ 22751] By: ams                                   on 2004/04/29  08:24:31
50305         Log: Update to Test.pm 1.25 (from SBURKE).
50306      Branch: perl
50307            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
50308            ! MANIFEST lib/Test.pm
50309 ____________________________________________________________________________
50310 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
50311         Log: When configuring for 64-bit support, check that the
50312              C library functions for casting floating point values
50313              to 64-bit integer values are not broken.
50314      Branch: perl
50315            ! hints/openbsd.sh
50316 ____________________________________________________________________________
50317 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
50318         Log: Fix for [perl #28963]: find2perl was sometimes generating
50319              invalid code.
50320      Branch: perl
50321            ! x2p/find2perl.PL
50322 ____________________________________________________________________________
50323 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
50324         Log: Subject: [PATCH] Add diagnostics section to base.pm
50325              From: "Jos I. Boumans" <kane@dwim.org>
50326              Date: Wed, 28 Apr 2004 13:04:47 +0200
50327              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
50328      Branch: perl
50329            ! lib/base.pm
50330 ____________________________________________________________________________
50331 [ 22747] By: merijn                                on 2004/04/28  12:42:50
50332         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
50333              Date: 21 Apr 2004 11:07:22 -0000
50334              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
50335              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
50336      Branch: perl
50337            ! ext/POSIX/POSIX.pod
50338 ____________________________________________________________________________
50339 [ 22746] By: davem                                 on 2004/04/27  22:21:35
50340         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
50341      Branch: perl
50342            ! pp.c
50343 ____________________________________________________________________________
50344 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
50345         Log: Cleanup variables in S_(un)pack_rec().
50346              This also works around a gcc optimizer bug on dec_osf/alpha.
50347      Branch: perl
50348            ! pp_pack.c
50349 ____________________________________________________________________________
50350 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
50351         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
50352              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
50353              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
50354              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
50355
50356              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
50357              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
50358      Branch: perl
50359            + (add 406 files)
50360            ! MANIFEST lib/unicore/Canonical.pl
50361            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
50362            ! lib/unicore/Exact.pl lib/unicore/Name.pl
50363            ! lib/unicore/Properties lib/unicore/To/Digit.pl
50364            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
50365            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
50366            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
50367            ! t/op/pat.t t/uni/class.t
50368 ____________________________________________________________________________
50369 [ 22743] By: merijn                                on 2004/04/26  22:20:30
50370         Log: usemallocwrap works on AIX, but not with vac-5
50371              Date: Mon, 26 Apr 2004 15:35:23 +0200
50372              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50373              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
50374              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
50375      Branch: perl
50376            ! hints/aix.sh hints/aix_4.sh
50377 ____________________________________________________________________________
50378 [ 22742] By: davem                                 on 2004/04/24  12:53:07
50379         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
50380      Branch: perl
50381            ! sv.c
50382 ____________________________________________________________________________
50383 [ 22741] By: davem                                 on 2004/04/23  20:43:02
50384         Log: Include variable names in "Use of uninitialized value" warnings
50385      Branch: perl
50386            + t/lib/warnings/9uninit
50387            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
50388            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
50389            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
50390            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
50391            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
50392            ! t/lib/warnings/3both t/lib/warnings/4lint
50393            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
50394            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
50395            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
50396            ! t/run/fresh_perl.t t/run/runenv.t
50397 ____________________________________________________________________________
50398 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
50399         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
50400              From: Richard.Foley@t-online.de (Richard Foley)
50401              Date: Fri, 23 Apr 2004 06:33:34 +0200
50402              Message-Id: <200404230633.34402.richard.foley@rfi.net>
50403      Branch: perl
50404            ! lib/perl5db.pl
50405 ____________________________________________________________________________
50406 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
50407         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
50408      Branch: perl
50409            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
50410            ! vms/descrip_mms.template win32/pod.mak
50411 ____________________________________________________________________________
50412 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
50413         Log: Integrate:
50414              [ 22165]
50415              Create perl584delta.pod
50416              (Not that I'm really proposing to start work on 5.8.4 today)
50417
50418              [ 22650]
50419              Updates from Stas Bekman, Brendan O'Dea and Hugo
50420
50421              [ 22655]
50422              Tweaks from Hugo and Liz
50423
50424              [ 22677]
50425              Improvements from Jarkko
50426
50427              [ 22684]
50428              Integrate:
50429              [ 22665]
50430              AIX-4 with xlc does not like malloc wrap
50431
50432              [ 22666]
50433              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
50434
50435              [ 22698]
50436              Clarify AIX and win32's malloc wrapping
50437
50438              [ 22700]
50439              The set uid perl is now called setuidperl. Not suidperl.
50440              Which I discover is hardlinked from sperl by ./installperl
50441              elsewhere. Helpfully confusing installperl script.
50442
50443              [ 22703]
50444              More perldelta updates
50445
50446              [ 22710]
50447              Subject:  spelling
50448              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
50449              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
50450              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
50451
50452              [ 22718]
50453              Revert 22700 (as part of changes suggested by Brendan O'Dea)
50454
50455              [ 22720]
50456              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
50457              binary must have fd script conundrum, as suggested by Brendan O'Dea
50458              Plus restore the more helpful error message from 22694 and the gist
50459              of the perl584delta changes from 22700
50460
50461              [ 22731]
50462              Oink, oink, flap, flap!
50463      Branch: perl
50464           +> pod/perl584delta.pod
50465            ! MANIFEST
50466           !> pod/perlhist.pod
50467 ____________________________________________________________________________
50468 [ 22735] By: merijn                                on 2004/04/23  10:11:23
50469         Log: Subject: [PATCH] Where to find nmake for windows
50470              From: Abe Timmerman <abe@ztreet.demon.nl>
50471              Date: Thu, 22 Apr 2004 23:57:40 +0200
50472              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
50473              Changed download URL references for nmake
50474      Branch: perl
50475            ! README.win32 pod/perlmodinstall.pod
50476 ____________________________________________________________________________
50477 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
50478         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
50479              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
50480              Date: Wed, 21 Apr 2004 21:09:20 +0200
50481              Message-Id: <20040421210920.3c467772@r2d2>
50482      Branch: perl
50483            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
50484            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
50485 ____________________________________________________________________________
50486 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
50487         Log: Missing copyright in the README.
50488      Branch: perl
50489            ! README
50490 ____________________________________________________________________________
50491 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
50492         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
50493              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
50494              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
50495              Date: 11 Apr 2004 13:08:17 -0000
50496      Branch: perl
50497            ! pod/perlipc.pod
50498 ____________________________________________________________________________
50499 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
50500         Log: Punt the "reporting bugs" section to the top.
50501              Reorder the description of what to do, to start with the most common
50502              case.
50503              Clarify "how to report bugs effectively" (and why it benefits you)
50504      Branch: perl
50505            ! INSTALL
50506 ____________________________________________________________________________
50507 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
50508         Log: This should be L<>
50509      Branch: perl
50510            ! INSTALL
50511 ____________________________________________________________________________
50512 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
50513         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
50514      Branch: perl
50515            ! INSTALL
50516 ____________________________________________________________________________
50517 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
50518         Log: We should be telling people about ..exp, else they use the unexpanded
50519              forms and shaft anyone who installs a private perl within ~
50520      Branch: perl
50521            ! INSTALL
50522 ____________________________________________________________________________
50523 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
50524         Log: Subject: [patch] log the interpreter id in warnings
50525              From: Stas Bekman <stas@stason.org>
50526              Date: Mon, 19 Apr 2004 18:10:01 -0700
50527              Message-ID: <40847869.1000906@stason.org>
50528      Branch: perl
50529            ! gv.c handy.h hv.c perl.c sv.c
50530 ____________________________________________________________________________
50531 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
50532         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
50533              From: Jonathan Stowe <jns@gellyfish.com>
50534              Date: Tue, 20 Apr 2004 12:37:28 +0100
50535              Message-Id: <1082461047.2736.96.camel@localhost>
50536      Branch: perl
50537            ! lib/Term/Cap.pm
50538 ____________________________________________________________________________
50539 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
50540         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
50541              to read an op that was just freed, which was obviously illegal.
50542      Branch: perl
50543            ! op.c
50544 ____________________________________________________________________________
50545 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
50546         Log: Upgrade to FileCache 1.04.
50547      Branch: perl
50548            ! lib/FileCache.pm
50549 ____________________________________________________________________________
50550 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
50551         Log: New file left out of the last commit.
50552      Branch: perl
50553            + t/uni/class.t
50554 ____________________________________________________________________________
50555 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
50556         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
50557              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
50558              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
50559              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
50560      Branch: perl
50561            ! MANIFEST pod/perlunicode.pod
50562 ____________________________________________________________________________
50563 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
50564         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
50565              From: hv@crypt.org
50566              Date: Wed, 14 Apr 2004 19:30:46 +0100
50567              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
50568      Branch: perl
50569            ! regcomp.c regexec.c t/op/pat.t
50570 ____________________________________________________________________________
50571 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
50572         Log: Integrate:
50573              [ 22661]
50574              This is RC1
50575
50576              [ 22705]
50577              This is RC2
50578      Branch: perl
50579           !> pod/perlhist.pod
50580 ____________________________________________________________________________
50581 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
50582         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
50583              level (with -O2 miniperl behaves really badly.)
50584      Branch: perl
50585            ! hints/linux.sh
50586 ____________________________________________________________________________
50587 [ 22697] By: merijn                                on 2004/04/15  11:56:32
50588         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
50589              Thanks to Campo Weijerman and Gerard Gerritsen off-list
50590      Branch: perl
50591            ! hints/openbsd.sh
50592 ____________________________________________________________________________
50593 [ 22696] By: merijn                                on 2004/04/14  16:04:40
50594         Log: #24121: Configure under turkish locale fails
50595              toupper (i) != I  in turkish, but U+0130
50596              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
50597              Patch supplied by Rafael
50598      Branch: perl
50599            ! Configure
50600 ____________________________________________________________________________
50601 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
50602         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
50603              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
50604              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
50605              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
50606      Branch: perl
50607            ! lib/utf8_heavy.pl
50608 ____________________________________________________________________________
50609 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
50610         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
50611              From: John Peacock <jpeacock@rowman.com>
50612              Date: Tue, 13 Apr 2004 20:51:31 -0400
50613              Message-ID: <407C8B13.9020104@rowman.com>
50614      Branch: perl
50615            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
50616 ____________________________________________________________________________
50617 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
50618         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
50619              From: Jan Dubois <jand@ActiveState.com>
50620              Date: Tue, 13 Apr 2004 19:49:32 -0700
50621              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
50622      Branch: perl
50623            ! win32/win32.c
50624 ____________________________________________________________________________
50625 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
50626         Log: Borland C doesn't like PERL_MALLOC_WRAP.
50627              Until I know why, the fix is to disable it.
50628      Branch: perl
50629            ! win32/config_H.bc
50630 ____________________________________________________________________________
50631 [ 22688] By: davem                                 on 2004/04/11  14:27:26
50632         Log: Stop PL_comppad pointing to a freed pad during global destruction
50633      Branch: perl
50634            ! sv.c
50635 ____________________________________________________________________________
50636 [ 22687] By: davem                                 on 2004/04/11  13:13:35
50637         Log: Make global cleanup fractionally faster by giving S_visit()
50638              flags/mask to compare SVs against.
50639      Branch: perl
50640            ! embed.fnc embed.h proto.h sv.c
50641 ____________________________________________________________________________
50642 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
50643         Log: Sync with libnet 1.18
50644      Branch: perl
50645            + lib/Net/Changes.libnet lib/Net/t/datasend.t
50646            - lib/Net/ChangeLog.libnet
50647            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
50648            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
50649            ! lib/Net/Time.pm lib/Net/t/hostname.t
50650 ____________________________________________________________________________
50651 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
50652         Log: Remove two unused variables that gcc used to warn about.
50653      Branch: perl
50654            ! util.c
50655 ____________________________________________________________________________
50656 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
50657         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
50658              From: David Dyck <david.dyck@fluke.com>
50659              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
50660              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
50661      Branch: perl
50662            ! universal.c
50663 ____________________________________________________________________________
50664 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
50665         Log: find2perl should not default to -print when -eval is specified.
50666              Noticed by David Dyck.
50667      Branch: perl
50668            ! x2p/find2perl.PL
50669 ____________________________________________________________________________
50670 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
50671         Log: Upgrade to Time::HiRes 1.59.
50672      Branch: perl
50673            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
50674            ! ext/Time/HiRes/HiRes.xs
50675 ____________________________________________________________________________
50676 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
50677         Log: Upgrade to Digest 1.06.
50678      Branch: perl
50679            ! lib/Digest.pm
50680 ____________________________________________________________________________
50681 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
50682         Log: Upgrade to Digest 1.06.
50683      Branch: perl
50684            ! lib/Digest.pm
50685 ____________________________________________________________________________
50686 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
50687         Log: Upgrade to Time::HiRes 1.57.
50688      Branch: perl
50689            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
50690            ! ext/Time/HiRes/HiRes.xs
50691 ____________________________________________________________________________
50692 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
50693         Log: Make gmtime and localtime cross reference each other.
50694              Suggested by Dan Jacobson
50695      Branch: perl
50696            ! pod/perlfunc.pod
50697 ____________________________________________________________________________
50698 [ 22671] By: merijn                                on 2004/04/07  17:54:10
50699         Log: Integrated Time-Local-1.09 from Dave Rolsky
50700              Corrected a wrap error from the CPAN version to match #22670
50701              Tested on AIX to make sure the skip is still needed
50702      Branch: perl
50703            ! lib/Time/Local.pm lib/Time/Local.t
50704 ____________________________________________________________________________
50705 [ 22670] By: merijn                                on 2004/04/07  12:03:11
50706         Log: Disable the edge case tests for timegm and timelocal on
50707              AIX-4.3 since the OS is obsoleted, and fixes are not to
50708              be expected
50709      Branch: perl
50710            ! lib/Time/Local.t
50711 ____________________________________________________________________________
50712 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
50713         Log: Fix command-line quoting under Windows for the new optree tests
50714              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
50715              From: Steve Hay <steve.hay@uk.radan.com>
50716              Date: Wed, 07 Apr 2004 09:46:01 +0100
50717              Message-ID: <4073BFC9.10707@uk.radan.com>
50718      Branch: perl
50719            ! ext/B/t/optree_samples.t
50720 ____________________________________________________________________________
50721 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
50722         Log: Subject: [PATCH] Bleadperl to version 0.37
50723              From: John Peacock <jpeacock@rowman.com>
50724              Date: Tue, 06 Apr 2004 21:56:19 -0400
50725              Message-ID: <40735FC3.5010305@rowman.com>
50726      Branch: perl
50727            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
50728            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
50729            ! universal.c util.c
50730 ____________________________________________________________________________
50731 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
50732         Log: The optree builder was looping when constructing the ops
50733              for a map/grep block containing a while(1).
50734              (Bug reported by Pixel.)
50735      Branch: perl
50736            ! op.c t/op/grep.t
50737 ____________________________________________________________________________
50738 [ 22666] By: merijn                                on 2004/04/06  14:44:29
50739         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
50740      Branch: perl
50741            ! hints/hpux.sh
50742 ____________________________________________________________________________
50743 [ 22665] By: merijn                                on 2004/04/06  13:34:14
50744         Log: AIX-4 with xlc does not like malloc wrap
50745      Branch: perl
50746            ! hints/aix_4.sh
50747 ____________________________________________________________________________
50748 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
50749         Log: Subject: Re: tests for change #22539
50750              From: Jim Cromie <jcromie@divsol.com>
50751              Date: Tue, 30 Mar 2004 14:39:31 -0700
50752              Message-ID: <4069E913.5040906@divsol.com>
50753              (with some spelling tweaks)
50754      Branch: perl
50755            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
50756            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
50757            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
50758            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
50759 ____________________________________________________________________________
50760 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
50761         Log: Make the ! suffix handle n/N/v/V as signed integers
50762              within pack templates.
50763      Branch: perl
50764            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
50765 ____________________________________________________________________________
50766 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
50767         Log: C<undef> doesn't look like a number. See also:
50768
50769              Subject: Re: [perl #27606] undef "looks like" a number
50770              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
50771              Date: Mon, 15 Mar 2004 22:16:26 +0100
50772              Message-Id: <20040315221626.48061c67@r2d2>
50773      Branch: perl
50774            ! ext/List/Util/lib/List/Util.pm
50775            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
50776            ! pp_ctl.c sv.c
50777 ____________________________________________________________________________
50778 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
50779         Log: Subject: Re: perldelta584
50780              From: Craig Berry <craigberry@mac.com>
50781              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
50782              Date: Mon, 05 Apr 2004 11:02:12 -0500
50783
50784              (makes malloc wrap the default on VMS)
50785      Branch: perl
50786            ! configure.com
50787 ____________________________________________________________________________
50788 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
50789         Log: Subject: ref ($proto) || $proto patch
50790              From: Ovid <publiustemp-p5p@yahoo.com>
50791              Date: Sat, 03 Apr 2004 18:59:22 -0800
50792              Message-ID: <406F7A0A.50702@yahoo.com>
50793              (with minor reformatting)
50794      Branch: perl
50795            ! pod/perlobj.pod pod/perltoot.pod
50796 ____________________________________________________________________________
50797 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
50798         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
50799              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
50800              Date: Wed, 24 Mar 2004 00:16:52 +0900
50801              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
50802      Branch: perl
50803            ! sv.c
50804 ____________________________________________________________________________
50805 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
50806         Log: wantarray docs should mention effect of eval { wantarray }
50807              as reported by Tim Bunce. Add a note to this effect in perlfunc,
50808              and regression tests for it.
50809      Branch: perl
50810            ! pod/perlfunc.pod t/op/wantarray.t
50811 ____________________________________________________________________________
50812 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
50813         Log: More AUTHORS who deserve credit for patches
50814      Branch: perl
50815            ! AUTHORS
50816 ____________________________________________________________________________
50817 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
50818         Log: Hand merge patch from maint back to blead.
50819      Branch: perl
50820            ! ext/threads/threads.pm
50821 ____________________________________________________________________________
50822 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
50823         Log: Bump version numbers for modules that have changed since 5.8.3
50824      Branch: perl
50825            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
50826            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
50827            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
50828            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
50829            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
50830            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
50831 ____________________________________________________________________________
50832 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
50833         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
50834              expression ranges.
50835      Branch: perl
50836            ! t/op/pat.t toke.c
50837 ____________________________________________________________________________
50838 [ 22637] By: davem                                 on 2004/04/02  10:02:06
50839         Log: Subject:  [PATCH] fix utils install problems on VMS
50840              From:  "Craig A. Berry" <craigberry@mac.com>
50841              Date:  Thu, 01 Apr 2004 20:19:53 -0600
50842              Message-Id:  <406CCDC9.7000500@mac.com>
50843
50844              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
50845              the build, so installperl would not find the generated programs at
50846              install time.
50847              Also fixed several problems with the command definitions for the
50848              utilities
50849      Branch: perl
50850            ! configure.com vms/descrip_mms.template
50851 ____________________________________________________________________________
50852 [ 22636] By: davem                                 on 2004/04/01  22:00:40
50853         Log: Subject:  [PATCH] archname salad on VMS
50854              From:  "Craig A. Berry" <craigberry@mac.com>
50855              Date:  Thu, 01 Apr 2004 14:16:32 -0600
50856              Message-Id:  <406C78A0.2070009@mac.com>
50857
50858              sort out architecture-specific directory names for OpenVMS
50859              Itanium port
50860      Branch: perl
50861            ! configure.com vms/descrip_mms.template
50862 ____________________________________________________________________________
50863 [ 22635] By: davem                                 on 2004/04/01  20:27:14
50864         Log: Fix change #22376. Only mark a const as short-circuited
50865              if it's actually a const!
50866      Branch: perl
50867            ! op.c
50868 ____________________________________________________________________________
50869 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
50870         Log: debug the instructions on upgrading Unicode
50871      Branch: perl
50872            ! lib/unicore/README.perl
50873 ____________________________________________________________________________
50874 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
50875         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
50876      Branch: perl
50877            ! op.c t/op/dor.t
50878 ____________________________________________________________________________
50879 [ 22624] By: davem                                 on 2004/03/31  20:33:52
50880         Log: + (\$) prototype = bad free
50881              av_delete() didn't reify. I also updated its description
50882      Branch: perl
50883            ! av.c t/op/args.t
50884 ____________________________________________________________________________
50885 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
50886         Log: Upgrade to Unicode 4.0.1
50887      Branch: perl
50888            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
50889            + lib/unicore/lib/Variatio.pl
50890            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
50891            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
50892            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
50893            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
50894            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
50895            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
50896            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
50897            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
50898            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
50899            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
50900            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
50901            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
50902            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
50903            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
50904            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
50905            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
50906            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
50907            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
50908            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
50909            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
50910            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
50911            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
50912            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
50913            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
50914            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
50915            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
50916            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
50917            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
50918            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
50919            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
50920            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
50921            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
50922            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
50923            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
50924            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
50925            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
50926            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
50927            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
50928            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
50929            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
50930            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
50931            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
50932            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
50933            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
50934            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
50935            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
50936            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
50937            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
50938            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
50939 ____________________________________________________________________________
50940 [ 22619] By: merijn                                on 2004/03/31  13:02:32
50941         Log: Regenerated Configure after backported #22571
50942              Some indent leftovers from earlier patches
50943              We don't like double negatives, not even in comment
50944      Branch: perl
50945            ! Configure
50946 ____________________________________________________________________________
50947 [ 22617] By: merijn                                on 2004/03/31  11:33:09
50948         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
50949              From: Gisle Aas <gisle@ActiveState.com>
50950              Date: 30 Mar 2004 04:29:18 -0800
50951              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
50952      Branch: perl
50953            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
50954            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
50955 ____________________________________________________________________________
50956 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
50957         Log: Unknowingly for years we've had a test that has assumed the order
50958              of results from readdir. Fixed.
50959      Branch: perl
50960            ! lib/File/Find/t/find.t
50961 ____________________________________________________________________________
50962 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
50963         Log: Subject: Zaurus SL-[78]60 native compile patch
50964              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
50965              From: Dan Kogai <dankogai@dan.co.jp>
50966              Date: Tue, 30 Mar 2004 00:53:52 +0900
50967      Branch: perl
50968            ! ext/Errno/Errno_pm.PL
50969 ____________________________________________________________________________
50970 [ 22610] By: davem                                 on 2004/03/29  21:20:35
50971         Log: various win32 build fixes
50972
50973              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
50974              From: Steve Hay <steve.hay@uk.radan.com>
50975              Date: Tue, 23 Mar 2004 10:42:12 +0000
50976              Message-ID: <40601484.7040905@uk.radan.com>
50977
50978              Subject: [PATCH] distclean on Win32 should delete perl.base
50979              From: Steve Hay <steve.hay@uk.radan.com>
50980              Date: Tue, 23 Mar 2004 11:35:56 +0000
50981              Message-ID: <4060211C.8020704@uk.radan.com>
50982
50983              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
50984              From: Steve Hay <steve.hay@uk.radan.com>
50985              Date: Fri, 26 Mar 2004 10:46:07 +0000
50986              Message-ID: <406409EF.9020404@uk.radan.com>
50987      Branch: perl
50988            ! win32/Makefile win32/makefile.mk
50989 ____________________________________________________________________________
50990 [ 22609] By: davem                                 on 2004/03/29  20:46:36
50991         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
50992              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
50993              Date: 26 Mar 2004 21:02:19 -0000
50994              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
50995
50996              The forked child should make sure STDIN and STDOUT aren't tied
50997              before messing with them
50998      Branch: perl
50999            ! lib/IPC/Open3.pm
51000 ____________________________________________________________________________
51001 [ 22608] By: davem                                 on 2004/03/29  20:10:05
51002         Log: backout change 22606 (make gv_fullname() include a literal '^')
51003              it breaks select.
51004      Branch: perl
51005            ! gv.c t/op/gv.t
51006 ____________________________________________________________________________
51007 [ 22607] By: davem                                 on 2004/03/28  15:10:48
51008         Log: update -Dx to cope with lexical version of OP_AELEMFAST
51009      Branch: perl
51010            ! dump.c
51011 ____________________________________________________________________________
51012 [ 22606] By: davem                                 on 2004/03/28  15:08:23
51013         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
51014      Branch: perl
51015            ! gv.c t/op/gv.t
51016 ____________________________________________________________________________
51017 [ 22605] By: davem                                 on 2004/03/28  13:11:30
51018         Log: pv_display() had code to display \n etc as escapes but it didn't
51019              actually work.
51020      Branch: perl
51021            ! dump.c
51022 ____________________________________________________________________________
51023 [ 22604] By: davem                                 on 2004/03/28  10:55:30
51024         Log: fix typo in change 22597
51025      Branch: perl
51026            ! op.h
51027 ____________________________________________________________________________
51028 [ 22601] By: davem                                 on 2004/03/27  10:22:52
51029         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
51030              From:  "Craig A. Berry" <craigberry@mac.com>
51031              Date:  Fri, 26 Mar 2004 22:46:50 -0600
51032              Message-Id:  <4065073A.30007@mac.com>
51033
51034              Mimic in configure.com what Configure does to enable or disable
51035              the new feature -Dusemallocwrap
51036      Branch: perl
51037            ! configure.com
51038 ____________________________________________________________________________
51039 [ 22600] By: davem                                 on 2004/03/27  02:04:03
51040         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
51041              From:  "Craig A. Berry" <craigberry@mac.com>
51042              Date:  Fri, 26 Mar 2004 16:54:44 -0600
51043              Message-Id:  <4064B4B4.2030203@mac.com>
51044
51045              refrain from getting rid of perly.c and perly.h now that there are
51046              no longer VMS-specific overrides for these files
51047      Branch: perl
51048            ! vms/descrip_mms.template
51049 ____________________________________________________________________________
51050 [ 22599] By: davem                                 on 2004/03/27  01:54:09
51051         Log: string corruption with lvalue sub
51052              Depending on the context, the same substr OP may want to return
51053              a PVLV or an LV on subsequent invcations. If TARG is the wrong
51054              type, use a mortal instead.
51055      Branch: perl
51056            ! pp.c t/op/substr.t
51057 ____________________________________________________________________________
51058 [ 22597] By: davem                                 on 2004/03/26  18:56:50
51059         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
51060              are actually used; update Concise.pm to match
51061      Branch: perl
51062            ! ext/B/B/Concise.pm op.h
51063 ____________________________________________________________________________
51064 [ 22596] By: davem                                 on 2004/03/26  18:53:09
51065         Log: fix for change #22594; if using test.pl, must tell perl where to
51066              find it!
51067      Branch: perl
51068            ! t/comp/hints.t
51069 ____________________________________________________________________________
51070 [ 22595] By: davem                                 on 2004/03/26  17:28:48
51071         Log: document the return value of an empty sub
51072      Branch: perl
51073            ! pod/perlsub.pod
51074 ____________________________________________________________________________
51075 [ 22594] By: davem                                 on 2004/03/26  13:05:50
51076         Log: - hints hash was being double freed on scope exit
51077      Branch: perl
51078            ! op.c scope.c scope.h t/comp/hints.t
51079 ____________________________________________________________________________
51080 [ 22593] By: ams                                   on 2004/03/26  08:59:15
51081         Log: Subject: Re: [perl #27906] stat documentation correction
51082              From: Andy Lester <andy@petdance.com>
51083              Date: Wed, 24 Mar 2004 21:48:30 -0600
51084              Message-Id: <20040325034830.GA5865@petdance.com>
51085              (Applied with a correction from Spider Boardman.)
51086      Branch: perl
51087            ! pod/perlfunc.pod t/op/stat.t
51088 ____________________________________________________________________________
51089 [ 22592] By: davem                                 on 2004/03/26  01:24:24
51090         Log: fix some comments in perly.y
51091      Branch: perl
51092            ! perly.y
51093 ____________________________________________________________________________
51094 [ 22591] By: davem                                 on 2004/03/26  01:16:55
51095         Log: Blessed reference to anonymous glob
51096              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
51097      Branch: perl
51098            ! sv.c t/op/ref.t
51099 ____________________________________________________________________________
51100 [ 22586] By: davem                                 on 2004/03/24  22:16:30
51101         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
51102              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
51103              Date: 18 Mar 2004 20:25:50 -0000
51104              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
51105
51106              Cwd code was planted in the output executable after the exit, so
51107              was never run.
51108      Branch: perl
51109            ! x2p/find2perl.PL
51110 ____________________________________________________________________________
51111 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
51112         Log: Remaining smoked platforms where malloc wrap is known to work.
51113              Data for Irix and NetBSD would be useful - they probably will work too.
51114              Will Unicos work? Place bets now...
51115      Branch: perl
51116            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
51117            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
51118            ! hints/solaris_2.sh
51119 ____________________________________________________________________________
51120 [ 22584] By: davem                                 on 2004/03/24  21:14:08
51121         Log: Subject: [perl #27790] split docs: say the string is EXPR
51122              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
51123              Date: 20 Mar 2004 05:21:07 -0000
51124              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
51125
51126              Minor documentation nit in split
51127      Branch: perl
51128            ! pod/perlfunc.pod
51129 ____________________________________________________________________________
51130 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
51131         Log: mintest will pass if I skip the correct number of tests. D'oh!
51132      Branch: perl
51133            ! t/op/magic.t
51134 ____________________________________________________________________________
51135 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
51136         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
51137              From: Steve Hay <steve.hay@uk.radan.com>
51138              Message-ID: <40618D1C.7000601@uk.radan.com>
51139              Date: Wed, 24 Mar 2004 13:29:00 +0000
51140      Branch: perl
51141            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51142            ! win32/config_H.vc64
51143 ____________________________________________________________________________
51144 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
51145         Log: Good catch from Dave Mitchell; plus a null pointer protection.
51146      Branch: perl
51147            ! scope.c
51148 ____________________________________________________________________________
51149 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
51150         Log: Unlike perl, 0 in void context isn't special cased in C :-)
51151              (So it warns). Tweak the no-action malloc wrap checkers to avoid
51152              warnings.
51153      Branch: perl
51154            ! handy.h
51155 ____________________________________________________________________________
51156 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
51157         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
51158              NO_MALLOC_WRAP following Configure changes. Identical patch to
51159              mine supplied by Steve Hay while I was working on this.
51160              IP shootout at dawn :-)
51161      Branch: perl
51162            ! makedef.pl
51163 ____________________________________________________________________________
51164 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
51165         Log: Tidy up function prototypes in the light of suidpatch
51166      Branch: perl
51167            ! embed.fnc embed.h perl.c proto.h
51168 ____________________________________________________________________________
51169 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
51170         Log: Make usemallocwrap a Configure-time question. Default is yes for
51171              usedevel, no otherwise, but I'm expecting hints files on known
51172              good platforms to override this. (and known bad)
51173              Demonstration hints file for darwin.
51174      Branch: perl
51175            ! Configure config_h.SH hints/darwin.sh perl.h
51176 ____________________________________________________________________________
51177 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
51178         Log: hv_delete_common was freeing the key, then passing the freed pointer
51179              to S_hv_notallowed. D'oh!
51180      Branch: perl
51181            ! hv.c
51182 ____________________________________________________________________________
51183 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
51184         Log: Unify 5.008 and 5.009's B::Concise 0.58
51185      Branch: perl
51186            ! ext/B/B/Concise.pm
51187 ____________________________________________________________________________
51188 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
51189         Log: Unify 5.008 and 5.009's B::Concise 0.56
51190      Branch: perl
51191            ! ext/B/B/Concise.pm
51192 ____________________________________________________________________________
51193 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
51194         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
51195
51196              Subject: Re: Wondering about returned regex special arrays on going out of scope
51197              From: hv@crypt.org
51198              Date: Fri, 05 Mar 2004 17:42:25 +0000
51199              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
51200
51201              plus a test case.
51202      Branch: perl
51203            ! pp_hot.c t/op/magic.t
51204 ____________________________________________________________________________
51205 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
51206         Log: Subject: [PATCH] 5.9.1 suidperl
51207              From: psz@maths.usyd.edu.au (Paul Szabo)
51208              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
51209              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
51210
51211              (which variables renamed as requested, plus tweaks to work on platforms
51212              with no ST_NOEXEC)
51213      Branch: perl
51214            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
51215 ____________________________________________________________________________
51216 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
51217         Log: Update the -v copyright notice.
51218      Branch: perl
51219            ! perl.c
51220 ____________________________________________________________________________
51221 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
51222         Log: Don't assume that the chmod will always work.
51223              (It won't for files on *BSD where chflags has set uchg, which is
51224              what the OS X perforce client does)
51225      Branch: perl
51226            ! t/op/filetest.t
51227 ____________________________________________________________________________
51228 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
51229         Log: Clarifications on constants subroutines, based on:
51230
51231              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
51232              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
51233              Date: 19 Mar 2004 14:56:09 -0000
51234              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
51235      Branch: perl
51236            ! pod/perlsub.pod
51237 ____________________________________________________________________________
51238 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
51239         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
51240              From: Steve Hay <steve.hay@uk.radan.com>
51241              Date: Mon, 22 Mar 2004 14:44:46 +0000
51242              Message-ID: <405EFBDE.4090209@uk.radan.com>
51243      Branch: perl
51244            ! README.win32
51245 ____________________________________________________________________________
51246 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
51247         Log: Subject: Re: [PATCH] warn on !=~
51248              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51249              Date: Mon, 22 Mar 2004 10:32:05 -0800
51250              Message-ID: <20040322183106.GA1284@efn.org>
51251
51252              More warnings for this case.
51253      Branch: perl
51254            ! t/lib/warnings/toke toke.c
51255 ____________________________________________________________________________
51256 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
51257         Log: Finally, this "Negative repeat count" warning wasn't such a great
51258              idea. Disable it. But add tests for this :
51259
51260              Subject: Re: [perl #27811] (@x) x -1 is a panic
51261              From: Andy Lester <andy@petdance.com>
51262              Date: Sun, 21 Mar 2004 09:27:04 -0600
51263              Message-ID: <20040321152704.GA9041@petdance.com>
51264      Branch: perl
51265            ! pp.c t/lib/warnings/pp t/op/repeat.t
51266 ____________________________________________________________________________
51267 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
51268         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
51269              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
51270              Date: Sun, 21 Mar 2004 21:49:53 +0900
51271              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
51272      Branch: perl
51273            ! sv.h
51274 ____________________________________________________________________________
51275 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
51276         Log: I must be tired today.
51277      Branch: perl
51278            ! lib/utf8.t
51279 ____________________________________________________________________________
51280 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
51281         Log: Silence a gcc warning.
51282      Branch: perl
51283            ! sv.c
51284 ____________________________________________________________________________
51285 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
51286         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
51287              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
51288              Date: Sun, 21 Mar 2004 15:19:22 +0900
51289              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
51290      Branch: perl
51291            ! lib/utf8.t sv.c
51292 ____________________________________________________________________________
51293 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
51294         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
51295              From: "Craig A. Berry" <craigberry@mac.com>
51296              Date: Sat, 20 Mar 2004 21:51:45 -0600
51297              Message-ID: <405D1151.3040308@mac.com>
51298      Branch: perl
51299            ! vms/vms.c
51300 ____________________________________________________________________________
51301 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
51302         Log: Add a new warning "Negative repeat count"
51303              for the cases $x x -1.
51304      Branch: perl
51305            ! pod/perlop.pod pp.c t/lib/warnings/pp
51306 ____________________________________________________________________________
51307 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
51308         Log: Subject: [PATCH] warn on !=~
51309              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51310              Date: Thu, 18 Mar 2004 22:24:09 -0800
51311              Message-ID: <20040319062035.GA3768@efn.org>
51312
51313              with an improvement suggested by Ton Hospel.
51314      Branch: perl
51315            ! pod/perldiag.pod t/lib/warnings/toke toke.c
51316 ____________________________________________________________________________
51317 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
51318         Log: Subject: makefile.95 tweak
51319              From: Greg Matheson <lang@ms.chinmin.edu.tw>
51320              Date: Fri, 19 Mar 2004 18:15:25 +0800
51321              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
51322      Branch: perl
51323            ! win32/makefile.mk
51324 ____________________________________________________________________________
51325 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
51326         Log: \x80\xFF is not valid UTF-8.
51327      Branch: perl
51328            ! pod/perluniintro.pod
51329 ____________________________________________________________________________
51330 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
51331         Log: Subject: [perl #24821] enhancement patch for B::Concise
51332              From: jim cromie <jcromie@divsol.com>
51333              Date: Wed, 17 Mar 2004 14:12:43 -0700
51334              Message-ID: <4058BF4B.1000004@divsol.com>
51335              (Only the Concise.pm part, with documentation nits)
51336      Branch: perl
51337            ! ext/B/B/Concise.pm
51338 ____________________________________________________________________________
51339 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
51340         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
51341              From:  Autrijus Tang <autrijus@autrijus.org>
51342              Date:  Fri, 19 Mar 2004 18:27:10 +0800
51343              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
51344      Branch: perl
51345            ! lib/open.pm
51346 ____________________________________________________________________________
51347 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
51348         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
51349              From: Jan Dubois <jand@activestate.com>
51350              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
51351              Date: Thu, 18 Mar 2004 13:13:49 -0800
51352
51353              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
51354              From: Steve Hay <steve.hay@uk.radan.com>
51355              Message-ID: <405ACC6D.1040804@uk.radan.com>
51356              Date: Fri, 19 Mar 2004 10:33:17 +0000
51357      Branch: perl
51358            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
51359            + win32/ext/Win32/Win32.xs
51360            - lib/Win32.pod
51361            ! MANIFEST win32/Makefile win32/makefile.mk
51362 ____________________________________________________________________________
51363 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
51364         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
51365              This allows the ppport.h to be deleted from ext/Storable, which will
51366              reduce the potential for confusion.
51367              Bump Storable's version to 2.12; update the ChangeLog
51368      Branch: perl
51369            - ext/Storable/ppport.h
51370            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
51371            ! ext/Storable/README ext/Storable/Storable.pm
51372            ! ext/Storable/Storable.xs
51373 ____________________________________________________________________________
51374 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
51375         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
51376      Branch: perl
51377            ! ext/Devel/PPPort/PPPort.pm
51378 ____________________________________________________________________________
51379 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
51380         Log: Nit in perluniintro about the U0 and C0 templates,
51381              noticed by Steve Hay.
51382      Branch: perl
51383            ! pod/perluniintro.pod
51384 ____________________________________________________________________________
51385 [ 22533] By: ams                                   on 2004/03/19  02:57:40
51386         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
51387              From: beau@beaucox.com
51388              Date: Thu, 18 Mar 2004 12:45:45 -1000
51389              Message-Id: <20040318_224545_009145.beau@beaucox.com>
51390      Branch: perl
51391            + ext/Storable/ppport.h
51392            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
51393 ____________________________________________________________________________
51394 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
51395         Log: Subject: [PATCH] range operator warnings / 64-bit fix
51396              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
51397              Date: Wed, 10 Mar 2004 21:45:48 +0100
51398              Message-Id: <20040310214548.4f5e3ab1@r2d2>
51399      Branch: perl
51400            ! pp_ctl.c pp_hot.c t/op/range.t
51401 ____________________________________________________________________________
51402 [ 22531] By: davem                                 on 2004/03/18  19:02:32
51403         Log: add code comment for change 22525
51404      Branch: perl
51405            ! pp.c
51406 ____________________________________________________________________________
51407 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
51408         Log: Add a perl592delta.pod man page.
51409      Branch: perl
51410            + pod/perl592delta.pod
51411            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
51412            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
51413            ! win32/pod.mak
51414 ____________________________________________________________________________
51415 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
51416         Log: Corrections and explanations in comments
51417      Branch: perl
51418            ! ext/Storable/Storable.xs
51419 ____________________________________________________________________________
51420 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
51421         Log: Subject:  pumpkin fodder
51422              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
51423              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
51424              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
51425      Branch: perl
51426            ! lib/unicore/README.perl
51427 ____________________________________________________________________________
51428 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
51429         Log: Detypo.
51430      Branch: perl
51431            ! makedef.pl
51432 ____________________________________________________________________________
51433 [ 22525] By: davem                                 on 2004/03/18  14:13:16
51434         Log: make ~$x give warning is $x isn't initialised.
51435              Also add test for uninitialised warning in & op.
51436      Branch: perl
51437            ! pp.c t/lib/warnings/sv
51438 ____________________________________________________________________________
51439 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
51440         Log: Try to fix the AIX and Windows builds regarding the
51441              definedness of the PL_memory_wrap symbol.
51442      Branch: perl
51443            ! makedef.pl
51444 ____________________________________________________________________________
51445 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
51446         Log: Bump bleadperl's version number to 5.9.2.
51447      Branch: perl
51448            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
51449            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
51450            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
51451            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
51452            ! win32/makefile.mk wince/Makefile.ce
51453 ____________________________________________________________________________
51454 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
51455         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
51456              From: Robin Barker <Robin.Barker@npl.co.uk>
51457              Date: Wed, 17 Mar 2004 18:37:10 -0000
51458              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
51459      Branch: perl
51460            ! dump.c ext/Socket/Socket.xs pad.c util.c
51461 ____________________________________________________________________________
51462 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
51463         Log: Optimize away the assignment in the constructs C<my $s = undef>,
51464              C<my @a = ()>, C<my %h = ()>.
51465      Branch: perl
51466            ! op.c
51467 ____________________________________________________________________________
51468 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
51469         Log: Subject: malloc wrappage
51470              From: Jarkko Hietaniemi <jhi@iki.fi>
51471              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
51472              Date: Tue, 10 Feb 2004 23:15:14 +0200
51473
51474              plus change croak to Perl_croak_nocontext to make ithread safe
51475              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
51476      Branch: perl
51477            ! av.c handy.h perl.h pod/perldiag.pod pp.c
51478 ____________________________________________________________________________
51479 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
51480         Log: Add auto-require of modules to restore overloading (and tests)
51481      Branch: perl
51482            + ext/Storable/t/HAS_OVERLOAD.pm
51483            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
51484            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
51485 ____________________________________________________________________________
51486 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
51487         Log: Add regression tests for the auto-require of STORABLE_thaw
51488      Branch: perl
51489            + ext/Storable/t/HAS_HOOK.pm
51490            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
51491            ! ext/Storable/t/blessed.t
51492 ____________________________________________________________________________
51493 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
51494         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
51495              block. This allows the re-entrant API to be used with ithreads,
51496              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
51497              (Which may seem inane, but makes perl threaded at the C level
51498              without enabling ithreads)
51499      Branch: perl
51500            ! intrpvar.h
51501 ____________________________________________________________________________
51502 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
51503         Log: Add a lchown() call to the POSIX module. [perl #27547]
51504      Branch: perl
51505            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
51506 ____________________________________________________________________________
51507 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
51508         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
51509              From: Andrew Dougherty <doughera@lafayette.edu>
51510              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
51511              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
51512      Branch: perl
51513            ! hints/solaris_2.sh
51514 ____________________________________________________________________________
51515 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
51516         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
51517      Branch: perl
51518            ! patchlevel.h
51519 ____________________________________________________________________________
51520 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
51521         Log: Update Changes. (again)
51522      Branch: perl
51523            ! Changes
51524 ____________________________________________________________________________
51525 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
51526         Log: Update copyright notices
51527      Branch: perl
51528            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
51529            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
51530            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
51531            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
51532            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
51533            ! universal.c utf8.c util.c
51534 ____________________________________________________________________________
51535 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
51536         Log: Regenerate META.yml
51537      Branch: perl
51538            ! META.yml
51539 ____________________________________________________________________________
51540 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
51541         Log: Update Changes.
51542      Branch: perl
51543            ! Changes
51544 ____________________________________________________________________________
51545 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
51546         Log: This is 5.9.1.
51547      Branch: perl
51548            ! patchlevel.h
51549 ____________________________________________________________________________
51550 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
51551         Log: We'll ship 5.9.1 today.
51552      Branch: perl
51553            ! pod/perlhist.pod
51554 ____________________________________________________________________________
51555 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
51556         Log: More perldelta updates.
51557      Branch: perl
51558            ! pod/perl591delta.pod
51559 ____________________________________________________________________________
51560 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
51561         Log: Since the signature.t test of CPAN relies on a non-core module,
51562              it's not relevant to the perl core distribution.
51563      Branch: perl
51564            - lib/CPAN/t/signature.t
51565            ! MANIFEST
51566 ____________________________________________________________________________
51567 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
51568         Log: Fix the order of arguments in the usage message of
51569              POSIX::chown(). It's different from the POSIX order but
51570              it's the same than CORE::chown(). Damn.
51571      Branch: perl
51572            ! ext/POSIX/POSIX.pm
51573 ____________________________________________________________________________
51574 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
51575         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
51576              From: Steve Hay <steve.hay@uk.radan.com>
51577              Date: Mon, 15 Mar 2004 10:28:02 +0000
51578              Message-ID: <40558532.30002@uk.radan.com>
51579
51580              Plus, restore patch #22489
51581      Branch: perl
51582            ! win32/Makefile win32/makefile.mk
51583 ____________________________________________________________________________
51584 [ 22500] By: davem                                 on 2004/03/14  20:13:47
51585         Log: scope exit could expose freed local() value
51586      Branch: perl
51587            ! scope.c t/op/localref.t
51588 ____________________________________________________________________________
51589 [ 22499] By: davem                                 on 2004/03/14  17:01:34
51590         Log: strict 'subs' didn't warn on bareword array index
51591      Branch: perl
51592            ! op.c t/lib/strict/subs
51593 ____________________________________________________________________________
51594 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
51595         Log: Four Storable patches towards Storable 2.11 :
51596
51597              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
51598              From: Nicholas Clark <nick@ccl4.org>
51599              Date: Sat, 13 Mar 2004 15:13:28 +0000
51600              Message-ID: <20040313151327.GS701@plum.flirble.org>
51601
51602              Date: Sat, 13 Mar 2004 20:23:45 +0000
51603              Message-ID: <20040313202345.GX701@plum.flirble.org>
51604
51605              Date: Sat, 13 Mar 2004 22:20:07 +0000
51606              Message-ID: <20040313222007.GZ701@plum.flirble.org>
51607
51608              Date: Sat, 13 Mar 2004 23:03:46 +0000
51609              Message-ID: <20040313230345.GB701@plum.flirble.org>
51610      Branch: perl
51611            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
51612            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
51613            ! ext/Storable/t/restrict.t
51614 ____________________________________________________________________________
51615 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
51616         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
51617              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
51618              Date: 10 Mar 2004 17:05:09 -0000
51619              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
51620      Branch: perl
51621            ! pod/perltoot.pod
51622 ____________________________________________________________________________
51623 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
51624         Log: More small perldelta updates.
51625      Branch: perl
51626            ! pod/perl591delta.pod
51627 ____________________________________________________________________________
51628 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
51629         Log: Revert change #22489, that seems to cause build failures on Windows.
51630      Branch: perl
51631            ! win32/Makefile win32/makefile.mk
51632 ____________________________________________________________________________
51633 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
51634         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
51635              From: Steve Hay <steve.hay@uk.radan.com>
51636              Date: Fri, 12 Mar 2004 08:38:41 +0000
51637              Message-ID: <40517711.9030204@uk.radan.com>
51638      Branch: perl
51639            ! pod/splitpod
51640 ____________________________________________________________________________
51641 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
51642         Log: perl591delta nits. Regenerate the tables of contents.
51643      Branch: perl
51644            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
51645 ____________________________________________________________________________
51646 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
51647         Log: Update perl591delta. Include a small to-do list in it.
51648      Branch: perl
51649            ! pod/perl591delta.pod
51650 ____________________________________________________________________________
51651 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
51652         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
51653              From: Tels <perl_dummy@bloodgate.com>
51654              Date: Fri, 12 Mar 2004 18:02:30 +0100
51655              Message-Id: <200403121802.31679@bloodgate.com>
51656      Branch: perl
51657            + lib/Math/BigInt/t/_e_math.t
51658            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
51659            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
51660            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
51661            ! lib/bigint.pm lib/bignum.pm
51662 ____________________________________________________________________________
51663 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
51664         Log: Fix a bug in the cloning of regexps
51665
51666              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
51667              From: hv@crypt.org
51668              Date: Thu, 11 Mar 2004 16:21:50 +0000
51669              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
51670              (plus another similar fix)
51671      Branch: perl
51672            ! sv.c
51673 ____________________________________________________________________________
51674 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
51675         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
51676              From: Steve Hay <steve.hay@uk.radan.com>
51677              Date: Fri, 12 Mar 2004 15:52:23 +0000
51678              Message-ID: <4051DCB7.107@uk.radan.com>
51679      Branch: perl
51680            ! win32/Makefile win32/makefile.mk
51681 ____________________________________________________________________________
51682 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
51683         Log: Document the new behaviour of the substr lvalue :
51684              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
51685              From: Dave Mitchell <davem@fdisolutions.com>
51686              Date: Mon, 1 Mar 2004 23:59:21 +0000
51687              Message-ID: <20040301235921.GC6469@fdisolutions.com>
51688      Branch: perl
51689            ! pod/perlfunc.pod
51690 ____________________________________________________________________________
51691 [ 22485] By: davem                                 on 2004/03/11  14:52:58
51692         Log: make op/write.t work better under stdio by running the subtests
51693              in the child process rather than the parent.
51694      Branch: perl
51695            ! t/op/write.t
51696 ____________________________________________________________________________
51697 [ 22484] By: merijn                                on 2004/03/11  10:08:17
51698         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
51699              From: Dominic Dunlop <shouldbedomo@mac.com>
51700              Date: Thu, 11 Mar 2004 10:34:01 +0100
51701              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
51702      Branch: perl
51703            ! README.machten hints/machten.sh
51704 ____________________________________________________________________________
51705 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
51706         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
51707              back this out until we have a tangible policy
51708      Branch: perl
51709            ! sv.c
51710 ____________________________________________________________________________
51711 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
51712         Log: Upgrade to Cwd 2.17.
51713      Branch: perl
51714            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
51715 ____________________________________________________________________________
51716 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
51717         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
51718              From: Steve Hay <steve.hay@uk.radan.com>
51719              Date: Wed, 10 Mar 2004 10:58:15 +0000
51720              Message-ID: <404EF4C7.9090107@uk.radan.com>
51721      Branch: perl
51722            ! win32/Makefile win32/makefile.mk
51723 ____________________________________________________________________________
51724 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
51725         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
51726              (noticed by Steve Hay.)
51727              Also, update MANIFEST.SKIP to be in line with the renaming
51728              "blibdirs" to "blibdirs.exists".
51729      Branch: perl
51730            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
51731 ____________________________________________________________________________
51732 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
51733         Log: A patch by Richard Foley to reduce the amount of
51734              forkage between the 5.8 and 5.9 debuggers.
51735      Branch: perl
51736            ! lib/perl5db.pl
51737 ____________________________________________________________________________
51738 [ 22478] By: chip                                  on 2004/03/09  23:51:41
51739         Log: In line-buffered mode, flush on the *last* newline,
51740              not on every newline.
51741      Branch: perl
51742            ! perlio.c
51743 ____________________________________________________________________________
51744 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
51745         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
51746              From: Steve Hay <steve.hay@uk.radan.com>
51747              Date: Fri, 05 Mar 2004 09:56:36 +0000
51748              Message-ID: <40484ED4.1050001@uk.radan.com>
51749              (only the win32 makefiles part)
51750      Branch: perl
51751            ! win32/Makefile win32/makefile.mk
51752 ____________________________________________________________________________
51753 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
51754         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
51755              From: "Craig A. Berry" <craigberry@mac.com>
51756              Date: Mon, 08 Mar 2004 08:18:43 -0600
51757              Message-ID: <404C80C3.6090009@mac.com>
51758
51759              Avoid to build everything twice on VMS.
51760              This is done by renaming the blibdirs target to blibdirs.exists.
51761              No, I don't understand why.
51762      Branch: perl
51763            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
51764            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
51765            ! lib/ExtUtils/t/INST_PREFIX.t
51766 ____________________________________________________________________________
51767 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
51768         Log: Improve the "Prototype mismatch" error message when
51769              the redefined subroutine didn't have any prototype.
51770      Branch: perl
51771            ! op.c t/comp/redef.t
51772 ____________________________________________________________________________
51773 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
51774         Log: Revert change #22472, but keep the new tests.
51775      Branch: perl
51776            ! pp_ctl.c t/op/range.t
51777 ____________________________________________________________________________
51778 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
51779         Log: Subject: Re: undef and the range operator
51780              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
51781              Date: Mon, 8 Mar 2004 21:49:55 +0100
51782              Message-Id: <20040308214955.3d8be3a6@r2d2>
51783      Branch: perl
51784            ! pp_ctl.c t/op/range.t
51785 ____________________________________________________________________________
51786 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
51787         Log: Make a temporary copy of the input buffer in pp_send, so that send
51788              and syswrite don't gratuitously upgrade their input to UTF8
51789      Branch: perl
51790            ! pp_sys.c t/op/sysio.t
51791 ____________________________________________________________________________
51792 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
51793         Log: Upgrade to Cwd 2.16
51794      Branch: perl
51795            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
51796 ____________________________________________________________________________
51797 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
51798         Log: Upgrade to CGI.pm 3.04.
51799      Branch: perl
51800            ! lib/CGI.pm lib/CGI/Cookie.pm
51801 ____________________________________________________________________________
51802 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
51803         Log: perl591delta.pod update.
51804      Branch: perl
51805            ! pod/perl591delta.pod
51806 ____________________________________________________________________________
51807 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
51808         Log: Another makefile portability fix for Win32 by Steve Hay.
51809      Branch: perl
51810            ! win32/Makefile win32/makefile.mk
51811 ____________________________________________________________________________
51812 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
51813         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
51814              From: Jan Dubois <jand@ActiveState.com>
51815              Date: Sun, 07 Mar 2004 17:04:35 -0800
51816              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
51817      Branch: perl
51818            ! win32/win32.c
51819 ____________________________________________________________________________
51820 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
51821         Log: Fix Dave's original shared hash key corruption bug
51822      Branch: perl
51823            ! sv.c
51824 ____________________________________________________________________________
51825 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
51826         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
51827              in utf8.t, and fix 3 bugs it exposed in utfhash.t
51828      Branch: perl
51829            ! lib/utf8.t sv.c t/op/utfhash.t
51830 ____________________________________________________________________________
51831 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
51832         Log: Subject: undef and the range operator
51833              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
51834              Date: Sun, 7 Mar 2004 21:11:20 +0100
51835              Message-Id: <20040307211120.10e46933@r2d2>
51836      Branch: perl
51837            ! pp_ctl.c t/op/range.t
51838 ____________________________________________________________________________
51839 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
51840         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
51841              From: "Ken Williams" <ken@mathforum.org>
51842              Date: Sun, 7 Mar 2004 09:37:19 -0600
51843              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
51844      Branch: perl
51845            ! ext/Cwd/t/cwd.t
51846 ____________________________________________________________________________
51847 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
51848         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
51849              From: "Craig A. Berry" <craigberry@mac.com>
51850              Date: Sat, 06 Mar 2004 22:50:25 -0600
51851              Message-ID: <404AAA11.8050001@mac.com>
51852      Branch: perl
51853            ! t/op/closure.t
51854 ____________________________________________________________________________
51855 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
51856         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
51857              From: "Craig A. Berry" <craigberry@mac.com>
51858              Date: Sat, 06 Mar 2004 13:51:55 -0600
51859              Message-ID: <404A2BDB.8030401@mac.com>
51860      Branch: perl
51861            ! ext/Cwd/t/cwd.t
51862 ____________________________________________________________________________
51863 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
51864         Log: Allow syslog() to use numeric constants in addition to strings for
51865              facility names and priorities.
51866
51867              Subject: Patch for Sys::Syslog
51868              From: Jim Schneider <jschneid@netilla.com>
51869              Date: Fri, 5 Mar 2004 14:03:10 -0500
51870              Message-Id: <200403051403.10674.jschneid@netilla.com>
51871      Branch: perl
51872            ! ext/Sys/Syslog/Syslog.pm
51873 ____________________________________________________________________________
51874 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
51875         Log: Make threads tests pass make minitest (by skipping)
51876      Branch: perl
51877            ! t/op/getpid.t t/op/threads.t
51878 ____________________________________________________________________________
51879 [ 22445] By: davem                                 on 2004/03/06  15:25:32
51880         Log: fix coredump in /(?{sub{}})/
51881      Branch: perl
51882            ! pad.c
51883 ____________________________________________________________________________
51884 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
51885         Log: A small perluniintro clarification by Jarkko.
51886      Branch: perl
51887            ! pod/perluniintro.pod
51888 ____________________________________________________________________________
51889 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
51890         Log: Subject: [PATCH] Re: Strange segfault
51891              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
51892              Date: Fri, 5 Mar 2004 15:13:53 +0100
51893              Message-ID: <20040305151353.5f3e913c@r2d2>
51894      Branch: perl
51895            ! pp_ctl.c t/op/range.t
51896 ____________________________________________________________________________
51897 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
51898         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
51899              From: steve.hay@uk.radan.com (Steve Hay)
51900              Date: Fri, 05 Mar 2004 09:42:32 +0000
51901              Message-ID: <40484B88.7070608@uk.radan.com>
51902      Branch: perl
51903            ! win32/makefile.mk
51904 ____________________________________________________________________________
51905 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
51906         Log: Change 22436 broke the Windows build.
51907              Fix by Steve Hay.
51908      Branch: perl
51909            ! ext/POSIX/POSIX.xs
51910 ____________________________________________________________________________
51911 [ 22440] By: davem                                 on 2004/03/05  00:09:23
51912         Log: silence some compiler warnings
51913      Branch: perl
51914            ! pp_ctl.c sv.c
51915 ____________________________________________________________________________
51916 [ 22439] By: davem                                 on 2004/03/04  23:56:42
51917         Log: ensure utf8::encode() normalises its arg
51918      Branch: perl
51919            ! sv.c
51920 ____________________________________________________________________________
51921 [ 22438] By: davem                                 on 2004/03/04  23:32:38
51922         Log: Memory leak in continue loop
51923              make sure redo always frees temps
51924      Branch: perl
51925            ! pp_ctl.c t/op/loopctl.t
51926 ____________________________________________________________________________
51927 [ 22437] By: davem                                 on 2004/03/04  22:03:17
51928         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
51929      Branch: perl
51930            ! pod/perldiag.pod
51931 ____________________________________________________________________________
51932 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
51933         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
51934              From: Andrew Dougherty <doughera@lafayette.edu>
51935              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
51936              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
51937      Branch: perl
51938            ! ext/POSIX/POSIX.xs
51939 ____________________________________________________________________________
51940 [ 22435] By: davem                                 on 2004/03/04  21:39:47
51941         Log: add deprecation warning for my $x if 0
51942      Branch: perl
51943            ! op.c t/lib/warnings/op
51944 ____________________________________________________________________________
51945 [ 22434] By: davem                                 on 2004/03/04  21:38:57
51946         Log: remove an 'if $a if 0' from AutoSplit.t
51947      Branch: perl
51948            ! lib/AutoSplit.t
51949 ____________________________________________________________________________
51950 [ 22433] By: davem                                 on 2004/03/04  20:33:44
51951         Log: retract 22328 and 22332: deprecation warning for my $x if foo
51952      Branch: perl
51953            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
51954            ! pp_proto.h t/lib/warnings/op
51955 ____________________________________________________________________________
51956 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
51957         Log: Maintainers.pl update by MJD.
51958      Branch: perl
51959            ! Porting/Maintainers.pl
51960 ____________________________________________________________________________
51961 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
51962         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
51963              (by Steve Hay)
51964      Branch: perl
51965            + t/win32/getosversion.t
51966            ! MANIFEST win32/win32.c
51967 ____________________________________________________________________________
51968 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
51969         Log: Clarify the difference between utf8::downgrade/upgrade
51970              and utf8::encode/decode (patch by Jarkko).
51971      Branch: perl
51972            ! lib/utf8.pm pod/perluniintro.pod
51973 ____________________________________________________________________________
51974 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
51975         Log: A couple of notes in perl591delta
51976              (about Benchmark and the debugger.)
51977      Branch: perl
51978            ! pod/perl591delta.pod
51979 ____________________________________________________________________________
51980 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
51981         Log: Subject: [PATCH] simplify sv.h
51982              From: Arthur Bergman <sky@nanisky.com>
51983              Date: Sun, 29 Feb 2004 22:04:53 +0000
51984              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
51985      Branch: perl
51986            ! sv.h
51987 ____________________________________________________________________________
51988 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
51989         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
51990              Subject: [PATCH] [perl #24826]
51991              From: Jarkko Hietaniemi <jhi@iki.fi>
51992              Date: Wed, 3 Mar 2004 09:37:21 +0200
51993              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
51994      Branch: perl
51995            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
51996            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
51997            ! lib/unicore/mktables t/uni/case.pl utf8.c
51998 ____________________________________________________________________________
51999 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
52000         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
52001              From: Richard.Foley@t-online.de (Richard Foley)
52002              Date: Wed, 3 Mar 2004 16:10:25 +0100
52003              Message-Id: <200403031610.25080.richard.foley@rfi.net>
52004      Branch: perl
52005            ! lib/perl5db.pl
52006 ____________________________________________________________________________
52007 [ 22425] By: davem                                 on 2004/03/03  00:02:51
52008         Log: stop t/op/write.t failures under stdio by always closing files
52009              before reading them back; also replace `cat file` with a function
52010              to read in the file
52011      Branch: perl
52012            ! t/op/write.t
52013 ____________________________________________________________________________
52014 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
52015         Log: Change the skip logic on the unicode tests so that they don't rely on
52016              miniperl's "dynamic loading unavailable" message
52017      Branch: perl
52018            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
52019            ! t/uni/tr_utf8.t
52020 ____________________________________________________________________________
52021 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
52022         Log: Work on eliminating systematic failures on make minitest:
52023              make minitest passes a -minitest flag to t/TEST
52024              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
52025              Tests can choose to skip based on this.
52026              (Other tactic is to make loading of Errno by %! happen at run time.)
52027      Branch: perl
52028            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
52029            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
52030 ____________________________________________________________________________
52031 [ 22422] By: davem                                 on 2004/03/02  21:33:22
52032         Log: Remove machine-dependent rounding dependency from write overflow
52033              tests
52034      Branch: perl
52035            ! t/op/write.t
52036 ____________________________________________________________________________
52037 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
52038         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
52039              From: Steve Hay <steve.hay@uk.radan.com>
52040              Date: Fri, 27 Feb 2004 17:42:26 +0000
52041              Message-ID: <403F8182.5090607@uk.radan.com>
52042      Branch: perl
52043            ! win32/Makefile win32/makefile.mk
52044 ____________________________________________________________________________
52045 [ 22419] By: davem                                 on 2004/03/01  22:17:52
52046         Log: add tests for change 22414 (lvalue substr jollity)
52047              courtesy of Graham Barr.
52048      Branch: perl
52049            ! t/op/substr.t
52050 ____________________________________________________________________________
52051 [ 22418] By: davem                                 on 2004/03/01  22:00:11
52052         Log: integrate Time::HiRes 1.56 from CPAN
52053              (which is itself mostly derived from the bleedperl version)
52054      Branch: perl
52055            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
52056            ! ext/Time/HiRes/Makefile.PL
52057 ____________________________________________________________________________
52058 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
52059         Log: Make panics a bit more verbose to ease debugging.
52060      Branch: perl
52061            ! thread.h
52062 ____________________________________________________________________________
52063 [ 22415] By: davem                                 on 2004/02/29  18:06:45
52064         Log: make test breaks permissions on /dev/tty
52065              perl -i could fchmod(stdin) by mistake
52066      Branch: perl
52067            ! doio.c
52068 ____________________________________________________________________________
52069 [ 22414] By: davem                                 on 2004/02/29  16:21:34
52070         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
52071              From: Graham Barr <gbarr@pobox.com>
52072              Date: Wed, 29 Oct 2003 09:56:53 +0000
52073              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
52074
52075              make a variable aliased to an lvalue substr value work as expected
52076      Branch: perl
52077            ! mg.c
52078 ____________________________________________________________________________
52079 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
52080         Log: Bump Socket's version to a real floating point value
52081      Branch: perl
52082            ! ext/Socket/Socket.pm
52083 ____________________________________________________________________________
52084 [ 22410] By: ams                                   on 2004/02/29  04:29:24
52085         Log: Back out _01 version suffix.
52086      Branch: perl
52087            ! ext/Storable/Storable.pm
52088 ____________________________________________________________________________
52089 [ 22409] By: davem                                 on 2004/02/28  23:29:10
52090         Log: Bump version numbers of moules affected by change #22258
52091              (removing /tmp and other insecurities)
52092      Branch: perl
52093            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
52094            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
52095            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
52096            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
52097            ! lib/perl5db.pl
52098 ____________________________________________________________________________
52099 [ 22408] By: davem                                 on 2004/02/28  22:37:08
52100         Log: make the bison-based parser threadsafe and capable of deep
52101              recursion by eradicating Perl_yylex_r()
52102      Branch: perl
52103            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
52104            ! perly.c proto.h toke.c
52105 ____________________________________________________________________________
52106 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
52107         Log: Use File::Temp for tempfiles if it is available.
52108              (Based on a patch from Solar Designer <solar@openwall.com> in
52109              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
52110              was applied as change 22258)
52111      Branch: perl
52112            ! utils/perlbug.PL
52113 ____________________________________________________________________________
52114 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
52115         Log: Fix segfaults when running under -Dx.
52116      Branch: perl
52117            ! dump.c
52118 ____________________________________________________________________________
52119 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
52120         Log: Assimilate Cwd 2.15 from CPAN
52121      Branch: perl
52122            ! ext/Cwd/Changes lib/Cwd.pm
52123 ____________________________________________________________________________
52124 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
52125         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
52126              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
52127      Branch: perl
52128            ! lib/File/Find.pm lib/File/Find/t/find.t
52129 ____________________________________________________________________________
52130 [ 22400] By: merijn                                on 2004/02/27  15:25:27
52131         Log: When threads are active we need -lpthread, but previous `fix' of
52132              now linked libraries invalidated the regex for sed (AIX 5 has no
52133              seperate libc.a and libc_r.a the latter links to the first)
52134      Branch: perl
52135            ! hints/aix.sh
52136 ____________________________________________________________________________
52137 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
52138         Log: Correct thinko in comment.
52139      Branch: perl
52140            ! op.c
52141 ____________________________________________________________________________
52142 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
52143         Log: In hsplit, if a normal hash has placeholders then clear them before
52144              splitting. We can do this safely because Storable ensures hsplit is
52145              not called while it builds restricted hashes (actually any hashes)
52146              This change may not make things faster, but now we have the choice.
52147      Branch: perl
52148            ! ext/Storable/t/restrict.t hv.c
52149 ____________________________________________________________________________
52150 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
52151         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
52152              the tests still passed. Fixed.
52153      Branch: perl
52154            ! hv.c
52155 ____________________________________________________________________________
52156 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
52157         Log: Moving all the e-mail addresses over by 1 column makes them start on
52158              an 8 column tabstop, which makes editing this file easier.
52159              So then I replaced spaces with tabs and made it smaller too.
52160      Branch: perl
52161            ! AUTHORS
52162 ____________________________________________________________________________
52163 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
52164         Log: Add Mark Fowler
52165      Branch: perl
52166            ! AUTHORS
52167 ____________________________________________________________________________
52168 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
52169         Log: Integrate:
52170              [ 22339]
52171              Mention 5.005_04 RC2
52172
52173              [ 22360]
52174              Update for 5.005_04 release
52175      Branch: perl
52176           !> pod/perlhist.pod
52177 ____________________________________________________________________________
52178 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
52179         Log: Subject: [PATCH] Improved perlapi documentation for croak
52180              From: Mark Fowler <mark@twoshortplanks.com>
52181              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
52182              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
52183
52184              (and regenerate perlapi.pod.)
52185      Branch: perl
52186            ! pod/perlapi.pod util.c
52187 ____________________________________________________________________________
52188 [ 22379] By: merijn                                on 2004/02/26  08:44:53
52189         Log: From: Art Haas <ahaas@airmail.net>
52190              Subject: Replacing '-rdynamic' in Configure script
52191              Date: Fri, 20 Feb 2004 13:53:56 -0600
52192              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
52193      Branch: perl
52194            ! Configure
52195 ____________________________________________________________________________
52196 [ 22377] By: davem                                 on 2004/02/25  21:07:44
52197         Log: remove my work address
52198      Branch: perl
52199            ! AUTHORS
52200 ____________________________________________________________________________
52201 [ 22376] By: davem                                 on 2004/02/25  17:10:56
52202         Log: stop "const in void context" warning for a const in an
52203              optimised-away boolean expresssion, eg 5 || print;
52204      Branch: perl
52205            ! op.c op.h t/lib/warnings/op
52206 ____________________________________________________________________________
52207 [ 22375] By: merijn                                on 2004/02/25  11:13:12
52208         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
52209      Branch: perl
52210            ! lib/Net/Ping/t/450_service.t
52211 ____________________________________________________________________________
52212 [ 22374] By: merijn                                on 2004/02/25  09:32:12
52213         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
52214              One open issue left: promoting to cc_r for threaded builds
52215              need a review to permit users using -Dcc=xlc_r for non
52216              threaded builds
52217      Branch: perl
52218            ! hints/aix.sh
52219 ____________________________________________________________________________
52220 [ 22373] By: davem                                 on 2004/02/24  23:25:52
52221         Log: fix memory leak in @_ = ...; goto &sub
52222      Branch: perl
52223            ! pp_ctl.c
52224 ____________________________________________________________________________
52225 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
52226         Log: Enhance test cleanliness by a very small factor.
52227      Branch: perl
52228            ! t/comp/parser.t
52229 ____________________________________________________________________________
52230 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
52231         Log: Fix a segfault during optree construction. (bug #27024)
52232      Branch: perl
52233            ! op.c t/comp/parser.t
52234 ____________________________________________________________________________
52235 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
52236         Log: Update Changes and AUTHORS.
52237      Branch: perl
52238            ! AUTHORS Changes
52239 ____________________________________________________________________________
52240 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
52241         Log: Subject: [PATCH] optimization for map in scalar context
52242              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
52243              Date: Tue, 24 Feb 2004 12:02:57 +0100
52244              Message-id: <20040224110257.GA5510@ethan>
52245      Branch: perl
52246            ! pp_ctl.c
52247 ____________________________________________________________________________
52248 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
52249         Log: Subject: Bugfix for perlrequick and perlretut
52250              From: Mark Kvale <kvale@phy.ucsf.edu>
52251              Date: Tue, 24 Feb 2004 11:32:34 -0800
52252              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
52253      Branch: perl
52254            ! pod/perlrequick.pod pod/perlretut.pod
52255 ____________________________________________________________________________
52256 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
52257         Log: Instead of localising *_, use a dummy foreach loop to get
52258              a local value of $_
52259      Branch: perl
52260            ! lib/File/Find.pm
52261 ____________________________________________________________________________
52262 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
52263         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
52264              From: alan <alan@pair.com>
52265              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
52266              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
52267      Branch: perl
52268            ! lib/Attribute/Handlers.pm
52269 ____________________________________________________________________________
52270 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
52271         Log: Update perl591delta.
52272      Branch: perl
52273            ! pod/perl591delta.pod
52274 ____________________________________________________________________________
52275 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
52276         Log: Fix bug #26910: hints were not propagated into (?{...})
52277              blocks, except the utf8 pragma.
52278      Branch: perl
52279            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
52280 ____________________________________________________________________________
52281 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
52282         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
52283              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
52284              Date: Sun, 22 Feb 2004 16:09:33 +0900
52285              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
52286
52287              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
52288              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
52289              Date: Sun, 22 Feb 2004 18:41:43 +0900
52290              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
52291
52292              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
52293      Branch: perl
52294            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
52295 ____________________________________________________________________________
52296 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
52297         Log: Subject: [PATCH] Benchmark for child processes
52298              From: Chia-liang Kao <clkao@clkao.org>
52299              Date: Mon, 23 Feb 2004 22:53:51 +0800
52300              Message-ID: <20040223145351.GH94376@portege.clkao.org>
52301      Branch: perl
52302            ! lib/Benchmark.pm
52303 ____________________________________________________________________________
52304 [ 22359] By: merijn                                on 2004/02/23  11:55:08
52305         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
52306              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
52307              From: Georg Schwarz <geos@epost.de>
52308              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
52309      Branch: perl
52310            ! hints/irix_5.sh
52311 ____________________________________________________________________________
52312 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
52313         Log: Subject: initial patch for cygwin IPC via cygserver
52314              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52315              Date: Thu, 19 Feb 2004 09:01:13 -0800
52316              Message-ID: <20040219170113.GA2792@efn.org>
52317      Branch: perl
52318            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
52319 ____________________________________________________________________________
52320 [ 22357] By: davem                                 on 2004/02/22  15:43:53
52321         Log: Extend OP_AELEMFAST optimisation to lexical arrays
52322      Branch: perl
52323            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
52324 ____________________________________________________________________________
52325 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
52326         Log: We're not binary compatible with 5.8.
52327              Change PERL_API_VERSION to 5.9.1.
52328      Branch: perl
52329            ! patchlevel.h
52330 ____________________________________________________________________________
52331 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
52332         Log: Document change #22353 in perldelta.
52333      Branch: perl
52334            ! pod/perl591delta.pod
52335 ____________________________________________________________________________
52336 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
52337         Log: Increment the version number of B, due to the incompatible
52338              API change introduced by #22353 (no more op_seq method.)
52339      Branch: perl
52340            ! ext/B/B.pm
52341 ____________________________________________________________________________
52342 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
52343         Log: Subject: Re: op_seq (was: Freeing code)
52344              From: Paul Johnson <paul@pjcj.net>
52345              Date: Sat, 21 Feb 2004 02:31:47 +0100
52346              Message-ID: <20040221013147.GB6953@pjcj.net>
52347
52348              Rework the OP structure to use less space.
52349              Remove op_seq (and simulate it in dump.c),
52350              replace it by op_opt and op_static,
52351              shrink op_type, remove PL_op_seqmax.
52352      Branch: perl
52353            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
52354            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
52355            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
52356            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
52357            ! pod/perlintern.pod sv.c
52358 ____________________________________________________________________________
52359 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
52360         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
52361              is not actually introduced by the for statement.
52362      Branch: perl
52363            ! op.c
52364 ____________________________________________________________________________
52365 [ 22351] By: davem                                 on 2004/02/20  15:38:10
52366         Log: remove a split test's dependence on -Dx output
52367              (needed after change #22343)
52368      Branch: perl
52369            ! t/op/split.t
52370 ____________________________________________________________________________
52371 [ 22350] By: davem                                 on 2004/02/20  15:34:27
52372         Log: add Deparse/Concise support for inplace sort (change 22349)
52373      Branch: perl
52374            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
52375 ____________________________________________________________________________
52376 [ 22349] By: davem                                 on 2004/02/20  14:54:35
52377         Log: optimise the sorting inplace of plain arrays: @a = sort @a
52378      Branch: perl
52379            ! op.c op.h pp_sort.c t/op/sort.t
52380 ____________________________________________________________________________
52381 [ 22348] By: davem                                 on 2004/02/20  14:18:13
52382         Log: Document the SVf_PADSTALE flag
52383      Branch: perl
52384            ! pad.c
52385 ____________________________________________________________________________
52386 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
52387         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
52388      Branch: perl
52389            - lib/IPC/SysV.t
52390            ! MANIFEST
52391 ____________________________________________________________________________
52392 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
52393         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
52394              From: Greg Matheson <lang@ms.chinmin.edu.tw>
52395              Date: Fri, 20 Feb 2004 15:34:59 +0800
52396              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
52397      Branch: perl
52398            ! win32/genmk95.pl
52399 ____________________________________________________________________________
52400 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
52401         Log: Upgrade to Term::ANSIColor 1.08.
52402      Branch: perl
52403            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
52404            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
52405 ____________________________________________________________________________
52406 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
52407         Log: Upgrade to prereleases of Math::BigInt 1.70 and
52408              Math::BigRat 0.12, by Tels.
52409      Branch: perl
52410            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
52411            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
52412            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
52413            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
52414            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
52415            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
52416            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
52417            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
52418            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
52419            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
52420            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
52421            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
52422            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
52423            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
52424            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
52425            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
52426            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
52427 ____________________________________________________________________________
52428 [ 22343] By: davem                                 on 2004/02/19  13:43:18
52429         Log: -Dx could coredump on threaded builds because consts are now
52430              stored in the pad
52431      Branch: perl
52432            ! dump.c
52433 ____________________________________________________________________________
52434 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
52435         Log: Add a tool to report dual-lived core modules that don't
52436              have the same version than the corresponding module on CPAN.
52437      Branch: perl
52438            + Porting/corecpan.pl
52439            ! MANIFEST
52440 ____________________________________________________________________________
52441 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
52442         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
52443      Branch: perl
52444            ! pod/perl591delta.pod
52445 ____________________________________________________________________________
52446 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
52447         Log: Add base.pm and fields.pm to the maintainer list.
52448              Remove a duplicate file from this list.
52449      Branch: perl
52450            ! Porting/Maintainers.pl
52451 ____________________________________________________________________________
52452 [ 22337] By: davem                                 on 2004/02/18  13:22:13
52453         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
52454      Branch: perl
52455            ! t/op/write.t
52456 ____________________________________________________________________________
52457 [ 22334] By: merijn                                on 2004/02/18  12:18:52
52458         Log: Removed pm_apiversion and xs_apiversion as requested by
52459              the pumpkin. Chainsaw was still in perfect working order.
52460      Branch: perl
52461            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
52462            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
52463            ! Porting/config_H config_h.SH configure.com epoc/config.sh
52464            ! plan9/config.plan9 plan9/config_h.sample
52465            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
52466            ! win32/config.gc win32/config.vc win32/config.vc64
52467            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52468            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
52469 ____________________________________________________________________________
52470 [ 22332] By: davem                                 on 2004/02/18  11:14:43
52471         Log: Add tests for the C<my $x if foo> deprecation, and change the
52472              warning text
52473      Branch: perl
52474            ! op.c pod/perldiag.pod t/lib/warnings/op
52475 ____________________________________________________________________________
52476 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
52477         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
52478              returned from XSUBs through RETVAL isn't decremented as it is for
52479              SVs. This causes those XSUBs to leak memory and cannot be fixed
52480              without breaking existing CPAN modules that work around this bug.
52481
52482              2. Fix a memory leak of that kind in POSIX::localconv.
52483      Branch: perl
52484            ! ext/POSIX/POSIX.xs pod/perlxs.pod
52485 ____________________________________________________________________________
52486 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
52487         Log: Encode has local changes. Up-version it.
52488      Branch: perl
52489            ! ext/Encode/Encode.pm
52490 ____________________________________________________________________________
52491 [ 22328] By: davem                                 on 2004/02/17  23:30:50
52492         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
52493      Branch: perl
52494            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
52495 ____________________________________________________________________________
52496 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
52497         Log: It's better to localize *_ than $_, to avoid magic leakage
52498      Branch: perl
52499            ! lib/File/Find.pm
52500 ____________________________________________________________________________
52501 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
52502         Log: One of the new tests of MIME::Base64 relies on a non-core module.
52503      Branch: perl
52504            - ext/MIME/Base64/t/bad-sv.t
52505            ! MANIFEST
52506 ____________________________________________________________________________
52507 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
52508         Log: Upgrade to MIME::Base64 3.00.
52509              Fix t/warn.t so it works in the core.
52510              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
52511      Branch: perl
52512            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
52513            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
52514            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
52515            ! ext/MIME/Base64/t/base64.t
52516 ____________________________________________________________________________
52517 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
52518         Log: Be more clear. Use simple words.
52519      Branch: perl
52520            ! pod/perl591delta.pod
52521 ____________________________________________________________________________
52522 [ 22322] By: davem                                 on 2004/02/17  21:52:08
52523         Log: remove C<my $x if foo> construct from core modules
52524      Branch: perl
52525            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
52526            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
52527            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
52528            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
52529            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
52530 ____________________________________________________________________________
52531 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
52532         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
52533      Branch: perl
52534            ! pod/perl591delta.pod
52535 ____________________________________________________________________________
52536 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
52537         Log: Bump $B::VERSION (because of change #22315).
52538      Branch: perl
52539            ! ext/B/B.pm
52540 ____________________________________________________________________________
52541 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
52542         Log: Regenerate table of contents and other related files.
52543      Branch: perl
52544            ! MANIFEST pod/perl.pod pod/perltoc.pod
52545 ____________________________________________________________________________
52546 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
52547         Log: Bump up perl's version number to 5.9.1.
52548              Add perl591delta in perl.pod.
52549              Update the sample config files in Porting/.
52550      Branch: perl
52551            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
52552            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
52553            ! plan9/config.plan9 pod/perl.pod win32/Makefile
52554            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52555            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
52556 ____________________________________________________________________________
52557 [ 22317] By: davem                                 on 2004/02/17  19:28:58
52558         Log: 22316 had stupid precedence thinkos
52559      Branch: perl
52560            ! pp.c pp_hot.c
52561 ____________________________________________________________________________
52562 [ 22316] By: davem                                 on 2004/02/17  18:23:27
52563         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
52564              and fix some incorrect indentation
52565      Branch: perl
52566            ! pp.c pp_hot.c sv.c
52567 ____________________________________________________________________________
52568 [ 22315] By: davem                                 on 2004/02/17  18:01:52
52569         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
52570              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
52571              Date:  Tue, 17 Feb 2004 17:32:16 +0100
52572              Message-Id:  <20040217163216.GA6805@ethan>
52573
52574              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
52575      Branch: perl
52576            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
52577 ____________________________________________________________________________
52578 [ 22314] By: merijn                                on 2004/02/17  11:22:24
52579         Log: 1. Creating backward compatibility for Configure after patches
52580              #22227 and #22302 to still support 5.8.x and below
52581
52582              2. Small change for building on GNU hurd
52583              Date: Sun, 15 Feb 2004 23:27:17 +1100
52584              From: "Brendan O'Dea" <bod@debian.org>
52585              Message-ID: <20040215122717.GA26812@londo.c47.org>
52586      Branch: perl
52587            ! Configure Makefile.SH hints/gnu.sh
52588 ____________________________________________________________________________
52589 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
52590         Log: Fix for Win32 build failure caused by the byacc to bison switch.
52591      Branch: perl
52592            ! perl.h
52593 ____________________________________________________________________________
52594 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
52595         Log: Revert change 22308 (the patch was against maint, not blead)
52596      Branch: perl
52597            ! lib/ExtUtils/instmodsh
52598 ____________________________________________________________________________
52599 [ 22310] By: merijn                                on 2004/02/16  11:30:29
52600         Log: Fix typo in doc for Encode
52601              From: "Brendan O'Dea" <bod@debian.org>
52602              Date: Sun, 15 Feb 2004 23:27:17 +1100
52603              Message-ID: <20040215122717.GA26812@londo.c47.org>
52604      Branch: perl
52605            ! ext/Encode/Encode.pm
52606 ____________________________________________________________________________
52607 [ 22309] By: merijn                                on 2004/02/16  11:27:34
52608         Log: Missing semi-colon
52609              From: "Brendan O'Dea" <bod@debian.org>
52610              Date: Sun, 15 Feb 2004 23:27:17 +1100
52611              Message-ID: <20040215122717.GA26812@londo.c47.org>
52612      Branch: perl
52613            ! ext/MIME/Base64/Base64.xs
52614 ____________________________________________________________________________
52615 [ 22308] By: merijn                                on 2004/02/16  11:24:59
52616         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
52617              it has a manpage.
52618              From: "Brendan O'Dea" <bod@debian.org>
52619              Date: Sun, 15 Feb 2004 23:27:17 +1100
52620              Message-ID: <20040215122717.GA26812@londo.c47.org>
52621      Branch: perl
52622            ! lib/ExtUtils/instmodsh
52623 ____________________________________________________________________________
52624 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
52625         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
52626              From: Stas Bekman <stas@stason.org>
52627              Date: Fri, 13 Feb 2004 20:18:59 -0800
52628              Message-ID: <402DA1B3.2010608@stason.org>
52629      Branch: perl
52630            ! pod/perlguts.pod
52631 ____________________________________________________________________________
52632 [ 22306] By: davem                                 on 2004/02/15  00:24:26
52633         Log: Segmentation fault with
52634              sub x { shift; @a = @b; eval +{ use } }
52635      Branch: perl
52636            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
52637 ____________________________________________________________________________
52638 [ 22305] By: davem                                 on 2004/02/14  23:52:09
52639         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
52640              on the parser stack at each reduce.  Also,
52641
52642              Subject: Re: switch from byacc to bison
52643              From: "Craig A. Berry" <craigberry@mac.com>
52644              Date: Sat, 14 Feb 2004 13:26:45 -0600
52645              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
52646
52647              change #if DEBUGGING to #ifdef ... in perly.c
52648      Branch: perl
52649            ! perly.c pod/perlrun.pod
52650 ____________________________________________________________________________
52651 [ 22304] By: davem                                 on 2004/02/14  13:33:26
52652         Log: Subject:  Re: switch from byacc to bison
52653              From:  Abe Timmerman <abeltje@cpan.org>
52654              Date:  Sat, 14 Feb 2004 11:56:24 +0100
52655              Message-Id:  <200402141156.58185.abeltje@cpan.org>
52656
52657              Fix typos in pumpkin.pod
52658      Branch: perl
52659            ! Porting/pumpkin.pod
52660 ____________________________________________________________________________
52661 [ 22303] By: davem                                 on 2004/02/14  12:28:37
52662         Log: remove binary compatibility stuff from the yacc -> bison switch
52663              of change #22302
52664      Branch: perl
52665            ! embedvar.h intrpvar.h
52666 ____________________________________________________________________________
52667 [ 22302] By: davem                                 on 2004/02/14  02:06:53
52668         Log: Switch from byacc to bison and simplify the perly.* regeneration
52669              process
52670      Branch: perl
52671            + perly.act perly.tab regen_perly.pl
52672            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
52673            - vms/perly_h.vms vms/vms_yfix.pl
52674            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
52675            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
52676            ! vms/descrip_mms.template
52677 ____________________________________________________________________________
52678 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
52679         Log: Fix an fcntl example in perlopentut, spotted by MJD.
52680      Branch: perl
52681            ! pod/perlopentut.pod
52682 ____________________________________________________________________________
52683 [ 22300] By: davem                                 on 2004/02/12  23:18:20
52684         Log: The new -Dq option didn't actually work!
52685      Branch: perl
52686            ! perl.h
52687 ____________________________________________________________________________
52688 [ 22299] By: merijn                                on 2004/02/12  14:32:15
52689         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
52690              From: Stas Bekman <stas@stason.org>
52691              Date: Wed, 11 Feb 2004 16:53:54 -0800
52692              Message-ID: <402ACEA2.4020907@stason.org>
52693      Branch: perl
52694            ! perl.c
52695 ____________________________________________________________________________
52696 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
52697         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
52698              From: Greg Matheson <lang@ms.chinmin.edu.tw>
52699              Date: Tue, 10 Feb 2004 12:36:33 +0800
52700              Message-ID: <20040210043633.GA33671687@momotaro>
52701      Branch: perl
52702            ! win32/makefile.mk
52703 ____________________________________________________________________________
52704 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
52705         Log: Add 5.005_04-RC1 and Leon in perlhist.
52706      Branch: perl
52707            ! pod/perlhist.pod
52708 ____________________________________________________________________________
52709 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
52710         Log: Add a note in Unicode::UCD about the _getcode() function
52711              being copy-n-pasted in charnames.pm. (spotted by Merijn)
52712      Branch: perl
52713            ! lib/Unicode/UCD.pm
52714 ____________________________________________________________________________
52715 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
52716         Log: Implement stacked filetest operators (-f -w -x $file).
52717      Branch: perl
52718            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
52719            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
52720 ____________________________________________________________________________
52721 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
52722         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
52723              From: hv@crypt.org
52724              Date: Mon, 09 Feb 2004 03:21:21 +0000
52725              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
52726      Branch: perl
52727            ! sv.c t/op/sprintf2.t
52728 ____________________________________________________________________________
52729 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
52730         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
52731              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52732              Date: Mon, 9 Feb 2004 00:51:45 -0800
52733              Message-ID: <20040209085145.GA3204@efn.org>
52734              (plus an etymological notice)
52735      Branch: perl
52736            ! lib/charnames.pm
52737 ____________________________________________________________________________
52738 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
52739         Log: Add the new private flag OPpGREP_LEX in B::Concise.
52740      Branch: perl
52741            ! ext/B/B/Concise.pm
52742 ____________________________________________________________________________
52743 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
52744         Log: map and grep weren't working correctly with lexical $_ in
52745              scalar context, because pp_mapwhile and pp_grepwhile were using
52746              their target as a temporary slot to store the return value.
52747      Branch: perl
52748            ! pp_ctl.c pp_hot.c t/op/mydef.t
52749 ____________________________________________________________________________
52750 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
52751         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
52752              From: Greg Matheson <lang@ms.chinmin.edu.tw>
52753              Date: Mon, 2 Feb 2004 16:52:44 +0800
52754              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
52755      Branch: perl
52756            ! win32/makefile.mk
52757 ____________________________________________________________________________
52758 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
52759         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
52760              From: Steve Hay <steve.hay@uk.radan.com>
52761              Date: Fri, 06 Feb 2004 12:44:05 +0000
52762              Message-ID: <40238C15.2090200@uk.radan.com>
52763      Branch: perl
52764            ! pod/perlapi.pod sv.h
52765 ____________________________________________________________________________
52766 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
52767         Log: Subject: [PATCH] Fix absolute path handling in installhtml
52768              From: Steve Hay <steve.hay@uk.radan.com>
52769              Date: Fri, 06 Feb 2004 16:14:14 +0000
52770              Message-ID: <4023BD56.6090903@uk.radan.com>
52771      Branch: perl
52772            ! installhtml
52773 ____________________________________________________________________________
52774 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
52775         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
52776              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
52777              Date: Sat, 07 Feb 2004 00:08:36 +0900
52778              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
52779      Branch: perl
52780            ! pod/perlunicode.pod
52781 ____________________________________________________________________________
52782 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
52783         Log: Comment to record why we can't clear placeholders in hsplit
52784      Branch: perl
52785            ! hv.c
52786 ____________________________________________________________________________
52787 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
52788         Log: deleting keys in restricted hashes was leaking the entry. Yow!
52789      Branch: perl
52790            ! hv.c lib/Hash/Util.t
52791 ____________________________________________________________________________
52792 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
52793         Log: Now hv_delete is able to ingore placeholders.
52794              (This is an XS visible change in the hash API. But not of documented
52795              behaviour)
52796      Branch: perl
52797            ! hv.c
52798 ____________________________________________________________________________
52799 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
52800         Log: All whitespace is equal, but some whitespace is more equal than others
52801              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
52802      Branch: perl
52803            ! MANIFEST
52804 ____________________________________________________________________________
52805 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
52806         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
52807              than using the iterator interface and calling hv_delete
52808              This will allow hv_delete to be simplified to remove most of the
52809              special casing related to placeholders.
52810      Branch: perl
52811            ! hv.c
52812 ____________________________________________________________________________
52813 [ 22273] By: merijn                                on 2004/02/06  11:47:14
52814         Log: Added hints_4.sh for specific AIX 4 support
52815              this is the next stage in the general cleanup process
52816              for the AIX hints. More to come
52817      Branch: perl
52818            + hints/aix_4.sh
52819            ! MANIFEST
52820 ____________________________________________________________________________
52821 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
52822         Log: Fix a non-standard NAME pod section
52823              (by Smylers and Casey West)
52824      Branch: perl
52825            ! lib/Carp/Heavy.pm
52826 ____________________________________________________________________________
52827 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
52828         Log: The "my $_" wasn't nice with foreach loops.
52829      Branch: perl
52830            ! op.c t/op/mydef.t
52831 ____________________________________________________________________________
52832 [ 22267] By: merijn                                on 2004/02/04  10:24:33
52833         Log: AIX 3 support removed from default hints after its separation
52834      Branch: perl
52835            ! hints/aix.sh
52836 ____________________________________________________________________________
52837 [ 22266] By: merijn                                on 2004/02/04  10:16:20
52838         Log: AIX 3 hints split off from default hints in preparation
52839              of a hint file cleanup. aix_4.sh will follow soon
52840      Branch: perl
52841            + hints/aix_3.sh
52842            ! MANIFEST
52843 ____________________________________________________________________________
52844 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
52845         Log: More docs and tests for "my $_".
52846      Branch: perl
52847            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
52848 ____________________________________________________________________________
52849 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
52850         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
52851              From: John Peacock <jpeacock@rowman.com>
52852              Date: Sun, 01 Feb 2004 21:10:07 -0500
52853              Message-ID: <401DB17F.5060808@rowman.com>
52854      Branch: perl
52855            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
52856            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
52857 ____________________________________________________________________________
52858 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
52859         Log: Implement "my $_".
52860      Branch: perl
52861            + t/op/mydef.t
52862            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
52863            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
52864            ! pp_ctl.c pp_hot.c regexec.c toke.c
52865 ____________________________________________________________________________
52866 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
52867         Log: Regenerate perlapi.pod.
52868      Branch: perl
52869            ! pod/perlapi.pod
52870 ____________________________________________________________________________
52871 [ 22261] By: merijn                                on 2004/02/03  12:57:37
52872         Log: If someone chooses xlc as default C compiler, threaded builds
52873              will fail, unless converted to cc_r
52874      Branch: perl
52875            ! hints/aix.sh
52876 ____________________________________________________________________________
52877 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
52878         Log: Subject: patch for IRIX/gcc link issues
52879              From: Martin Pool <mbp@samba.org>
52880              Date: Wed, 28 Jan 2004 10:56:25 +1100
52881              Message-ID: <20040127235624.GA32612@hp.com>
52882      Branch: perl
52883            ! hints/irix_6.sh
52884 ____________________________________________________________________________
52885 [ 22259] By: davem                                 on 2004/02/01  17:42:44
52886         Log: update fix to Shell.pm in change #22254: make /dev/null portable
52887      Branch: perl
52888            ! lib/Shell.pm
52889 ____________________________________________________________________________
52890 [ 22258] By: davem                                 on 2004/02/01  17:40:02
52891         Log: Subject: Re: [perl #15063] /tmp issues
52892              From: Solar Designer <solar@openwall.com>
52893              Date: Mon, 26 Jan 2004 01:22:18 +0300
52894              Message-ID: <20040125222218.GA13499@openwall.com>
52895
52896              Remove insecure usage of /tmp from code and documentation
52897      Branch: perl
52898            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
52899            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
52900            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
52901            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
52902            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
52903            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
52904            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
52905            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
52906            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
52907            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
52908            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
52909            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
52910            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
52911            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
52912            ! utils/c2ph.PL
52913 ____________________________________________________________________________
52914 [ 22257] By: davem                                 on 2004/02/01  15:46:24
52915         Log: threads documentation: fork on UNIX might not copy all threads.
52916      Branch: perl
52917            ! pod/perlthrtut.pod
52918 ____________________________________________________________________________
52919 [ 22256] By: davem                                 on 2004/02/01  15:34:59
52920         Log: add test for Change 22194:
52921              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
52922      Branch: perl
52923            ! t/lib/strict/subs
52924 ____________________________________________________________________________
52925 [ 22254] By: davem                                 on 2004/02/01  13:11:00
52926         Log: Subject:  Patch for Shell.pm
52927              From:  Manuel Valente <mvalente@idealx.com>
52928              Date:  Tue, 27 Jan 2004 19:18:26 +0100
52929              Message-Id:  <4016AB72.1080503@idealx.com>
52930
52931              New option for Shell.pm to discard stderr instead of capturing it
52932      Branch: perl
52933            ! lib/Shell.pm
52934 ____________________________________________________________________________
52935 [ 22253] By: davem                                 on 2004/02/01  11:26:47
52936         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
52937              timeout triggers
52938      Branch: perl
52939            ! ext/Time/HiRes/t/HiRes.t
52940 ____________________________________________________________________________
52941 [ 22252] By: chip                                  on 2004/01/31  17:29:05
52942         Log: Don't show code closing STD{IN,OUT} before reopening, because
52943              doing so is unnecessary and occasionally harmful.
52944      Branch: perl
52945            ! pod/perlfork.pod pod/perlfunc.pod
52946 ____________________________________________________________________________
52947 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
52948         Log: Another undocumented use of $_ : with reverse().
52949      Branch: perl
52950            ! pod/perlfunc.pod
52951 ____________________________________________________________________________
52952 [ 22247] By: merijn                                on 2004/01/30  08:18:28
52953         Log: Drop optimization for -O3 *and higher*
52954      Branch: perl
52955            ! ext/Storable/hints/linux.pl
52956 ____________________________________________________________________________
52957 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
52958         Log: Regenerate perlapi.pod.
52959      Branch: perl
52960            ! pod/perlapi.pod
52961 ____________________________________________________________________________
52962 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
52963         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
52964              From: hv@crypt.org
52965              Date: Thu, 29 Jan 2004 15:12:12 +0000
52966              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
52967      Branch: perl
52968            ! pp_hot.c t/op/pat.t
52969 ____________________________________________________________________________
52970 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
52971         Log: I'm the new maintainer of Switch.
52972              Sync with the CPAN version of Switch 2.10.
52973      Branch: perl
52974            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
52975 ____________________________________________________________________________
52976 [ 22243] By: merijn                                on 2004/01/28  20:30:40
52977         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
52978              Date: Fri, 23 Jan 2004 09:36:27 -0600
52979              From: David Favor <david@davidfavor.com>
52980              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
52981              so no compilation stack limits are imposed.
52982      Branch: perl
52983            ! hints/aix.sh
52984 ____________________________________________________________________________
52985 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
52986         Log: Update perl591delta.pod with what we've done so far.
52987      Branch: perl
52988            ! pod/perl591delta.pod
52989 ____________________________________________________________________________
52990 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
52991         Log: Regenerate Changes.
52992              Only include changes from the perl branch.
52993      Branch: perl
52994            ! Changes
52995 ____________________________________________________________________________
52996 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
52997         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
52998              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
52999      Branch: perl
53000            ! ext/Storable/hints/linux.pl
53001 ____________________________________________________________________________
53002 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
53003         Log: More punctuation, good.
53004      Branch: perl
53005            ! pod/perlfunc.pod
53006 ____________________________________________________________________________
53007 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
53008         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
53009              From: Brendan O'Dea <bod@debian.org>
53010              Date: Sun, 25 Jan 2004 11:23:48 +1100
53011              Message-ID: <20040125002348.GA31407@londo.c47.org>
53012      Branch: perl
53013            ! pod/perlfunc.pod
53014 ____________________________________________________________________________
53015 [ 22227] By: davem                                 on 2004/01/26  23:53:06
53016         Log: Subject:  [PATCH] myconfig.SH
53017              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
53018              Date:  Sun, 25 Jan 2004 22:11:25 -0600
53019              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
53020
53021              make perl -V show the major release as 5 rather than 5.0
53022      Branch: perl
53023            ! myconfig.SH
53024 ____________________________________________________________________________
53025 [ 22224] By: merijn                                on 2004/01/26  22:10:13
53026         Log: Document change 22192
53027              We still need tests!
53028      Branch: perl
53029            ! lib/Exporter.pm
53030 ____________________________________________________________________________
53031 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
53032         Log: Subject: [PATCH] fix vmsish.t #25
53033              From: "Craig A. Berry" <craigberry@mac.com>
53034              Date: Sat, 24 Jan 2004 18:45:35 -0600
53035              Message-ID: <401311AF.1060706@mac.com>
53036      Branch: perl
53037            ! lib/vmsish.t
53038 ____________________________________________________________________________
53039 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
53040         Log: Merge dynamic perldelta from maint (22081)
53041              So now perldelta.pod is copied at build time from perl591delta.pod
53042              perl590delta.pod is as released to CPAN by Hugo
53043              Regen lots of makefiles, pods and the MANIFEST
53044      Branch: perl
53045            + pod/perl591delta.pod
53046           +> pod/perl590delta.pod
53047            - pod/perldelta.pod
53048            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
53049            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
53050            ! win32/pod.mak
53051 ____________________________________________________________________________
53052 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
53053         Log: Remove the caveat about detached threads crashing on Windows
53054              (fixed by #22201). Bump up the version of threads.pm.
53055      Branch: perl
53056            ! ext/threads/threads.pm
53057 ____________________________________________________________________________
53058 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
53059         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
53060              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
53061      Branch: perl
53062            ! ext/Storable/t/threads.t
53063 ____________________________________________________________________________
53064 [ 22216] By: davem                                 on 2004/01/25  12:06:04
53065         Log: update MANIFEST for 2 new Storable test files introduced by 22205
53066      Branch: perl
53067            ! MANIFEST
53068 ____________________________________________________________________________
53069 [ 22215] By: davem                                 on 2004/01/25  12:00:04
53070         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
53071      Branch: perl
53072            ! t/op/closure.t
53073 ____________________________________________________________________________
53074 [ 22209] By: davem                                 on 2004/01/25  02:04:23
53075         Log: Remove small memory leak in newATTRSUB that manifested as a
53076              leaking scalar after the interpeter was cloned
53077      Branch: perl
53078            ! op.c
53079 ____________________________________________________________________________
53080 [ 22208] By: davem                                 on 2004/01/24  16:13:17
53081         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
53082              package's \%FIELDS, results in phash deprecation errors.
53083              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
53084              Date:  18 Jan 2004 15:15:46 -0000
53085              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
53086      Branch: perl
53087            ! lib/base.pm lib/base/t/fields-base.t
53088 ____________________________________________________________________________
53089 [ 22207] By: davem                                 on 2004/01/24  15:36:28
53090         Log: Subject:  Re: Doc patches for File::Find
53091              From:  Mark Jason Dominus <mjd@plover.com>
53092              Date:  Thu, 22 Jan 2004 09:30:58 -0500
53093              Message-Id:  <20040122143058.29226.qmail@plover.com>
53094
53095              Better document the fact that neither find() nor finddepth() do a
53096              breath-first search.
53097      Branch: perl
53098            ! lib/File/Find.pm
53099 ____________________________________________________________________________
53100 [ 22206] By: ams                                   on 2004/01/24  11:06:51
53101         Log: Subject: [PATCH] Storable-2.08/t/code.t
53102              From: Slaven Rezic <slaven@rezic.de>
53103              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
53104              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
53105      Branch: perl
53106            ! ext/Storable/t/code.t
53107 ____________________________________________________________________________
53108 [ 22205] By: ams                                   on 2004/01/24  11:03:36
53109         Log: Subject: [patch] make Storable thread-safe
53110              From: Stas Bekman <stas@stason.org>
53111              Date: Mon, 19 Jan 2004 00:20:02 -0800
53112              Message-Id: <400B9332.4070106@stason.org>
53113
53114              Subject: Re: Subroutine reference bug in Storable
53115              From: Slaven Rezic <slaven@rezic.de>
53116              Date: 14 Nov 2003 23:22:55 +0100
53117              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
53118
53119              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
53120              overload + cyclic structures
53121              From: Sam Vilain <sam@vilain.net>
53122              Date: Tue, 20 Jan 2004 22:30:15 +1300
53123              Message-Id: <200401202230.15865.sam@vilain.net>
53124      Branch: perl
53125            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
53126            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
53127            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
53128            ! ext/Storable/t/code.t
53129 ____________________________________________________________________________
53130 [ 22204] By: ams                                   on 2004/01/24  08:59:11
53131         Log: Upgrade to Locale::Maketext 1.08.
53132      Branch: perl
53133            + lib/Locale/Maketext/t/06super.t
53134            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
53135            ! lib/Locale/Maketext/TPJ13.pod
53136 ____________________________________________________________________________
53137 [ 22203] By: davem                                 on 2004/01/23  23:06:49
53138         Log: make some t/op/write.t failures more verbose
53139      Branch: perl
53140            ! t/op/write.t
53141 ____________________________________________________________________________
53142 [ 22201] By: davem                                 on 2004/01/23  22:26:47
53143         Log: Subject:  Re: threads::shared::queue;
53144              From:  Jan Dubois <jand@ActiveState.com>
53145              Date:  Thu, 22 Jan 2004 19:18:46 -0800
53146              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
53147
53148              Avoid threads+win32 crash by freeing Perl interpreter slightly later
53149      Branch: perl
53150            ! ext/threads/threads.xs
53151 ____________________________________________________________________________
53152 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
53153         Log: test that use encoding; doesn't cause references to be stringified
53154      Branch: perl
53155            ! t/uni/chomp.t
53156 ____________________________________________________________________________
53157 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
53158         Log: Document chomp's travels in the wonderful world of use encoding;
53159      Branch: perl
53160            ! pod/perlfunc.pod
53161 ____________________________________________________________________________
53162 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
53163         Log: Check the return values of chomp
53164              (more tricky than it may seem, as the return value is unicode)
53165      Branch: perl
53166            ! t/uni/chomp.t
53167 ____________________________________________________________________________
53168 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
53169         Log: Test return values of all chomps
53170      Branch: perl
53171            ! t/op/chop.t
53172 ____________________________________________________________________________
53173 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
53174         Log: Subject: Re: [perl #24888] chomp ignores utf8
53175              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
53176              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
53177              Date: Fri, 16 Jan 2004 04:13:00 +0900
53178      Branch: perl
53179            + t/uni/chomp.t
53180            ! MANIFEST doop.c t/op/chop.t
53181 ____________________________________________________________________________
53182 [ 22195] By: davem                                 on 2004/01/22  20:48:03
53183         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
53184              From: Steve Hay <steve.hay@uk.radan.com>
53185              Date: Thu, 22 Jan 2004 17:08:29 +0000
53186              Message-ID: <4010038D.4070104@uk.radan.com>
53187      Branch: perl
53188            + win32/makeico.pl win32/perlexe.rc
53189            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
53190 ____________________________________________________________________________
53191 [ 22194] By: davem                                 on 2004/01/22  00:24:51
53192         Log: C<use strict; print if foo> didn't give the
53193              "Bareword not allowed" error unless warnings were enabled
53194      Branch: perl
53195            ! op.c
53196 ____________________________________________________________________________
53197 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
53198         Log: Convert the older parts of op/bop.t over to test.pl
53199      Branch: perl
53200            ! t/op/bop.t
53201 ____________________________________________________________________________
53202 [ 22192] By: merijn                                on 2004/01/21  21:10:10
53203         Log: ':flock' not recognized unless it's first
53204              Exporter::Heavy now will treat :, /, and ! special in
53205              all arguments, not only if the _first_ arg starts with it
53206              Date: Wed, 21 Jan 2004 08:32:47 -0500
53207              Message-ID: <20040121133248.3359.qmail@plover.com>
53208      Branch: perl
53209            ! lib/Exporter/Heavy.pm
53210 ____________________________________________________________________________
53211 [ 22191] By: davem                                 on 2004/01/21  20:45:48
53212         Log: Subject:  PATCH for perl-5.8.4
53213              From:  "Edward S. Peschko" <esp5@pge.com>
53214              Date:  Mon, 19 Jan 2004 17:21:18 -0800
53215              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
53216
53217              Add @DynaLoader::dl_shared_objects feature
53218      Branch: perl
53219            ! ext/DynaLoader/DynaLoader_pm.PL
53220 ____________________________________________________________________________
53221 [ 22190] By: davem                                 on 2004/01/21  20:14:51
53222         Log: remove the platform dependencies of the write.t tests introduced
53223              by change #22161, by hard-coding the expected outputs rather
53224              than using sprintf('%f').
53225      Branch: perl
53226            ! t/op/write.t
53227 ____________________________________________________________________________
53228 [ 22189] By: davem                                 on 2004/01/20  22:41:14
53229         Log: Fix typo in patch #22188
53230      Branch: perl
53231            ! pod/perlfunc.pod
53232 ____________________________________________________________________________
53233 [ 22188] By: davem                                 on 2004/01/20  22:36:10
53234         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
53235              and %x too.
53236      Branch: perl
53237            ! pod/perlfunc.pod
53238 ____________________________________________________________________________
53239 [ 22187] By: davem                                 on 2004/01/20  22:27:50
53240         Log: "sub foo :unique" segfaults
53241
53242              Turn these two into compile-time errors until such time as
53243              someone thinks of a useful meaning for them:
53244              my $x : unique
53245              sub foo : unique
53246      Branch: perl
53247            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
53248 ____________________________________________________________________________
53249 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
53250         Log: Add a new test file for situations where threads may interfere.
53251              Subject: Re: "restricted hashes" hit again !
53252              From: Stas Bekman <stas@stason.org>
53253              Date: Tue, 23 Dec 2003 15:32:26 -0800
53254              Message-ID: <3FE8D08A.4090806@stason.org>
53255      Branch: perl
53256            + t/op/threads.t
53257            ! MANIFEST
53258 ____________________________________________________________________________
53259 [ 22185] By: davem                                 on 2004/01/20  21:01:08
53260         Log: Document CVf_UNIQUE flag better
53261      Branch: perl
53262            ! cv.h
53263 ____________________________________________________________________________
53264 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
53265         Log: Fix precedence errors and add some cleanup in the new
53266              DBM_Filter tests
53267      Branch: perl
53268            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
53269 ____________________________________________________________________________
53270 [ 22182] By: davem                                 on 2004/01/20  00:16:42
53271         Log: second attempt to fix [perl #24914] freeing a CV reference that was
53272              currently being executed caused coredumps. The dounwind called by
53273              die unwinds all the contexts on the context stack before unwinding
53274              the save stack.  To stop premature freeing of the CV, hold
53275              references to it on both stacks.
53276      Branch: perl
53277            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
53278 ____________________________________________________________________________
53279 [ 22181] By: davem                                 on 2004/01/19  23:41:37
53280         Log: change #22071 (taint bug in $^0) introduced a potential double
53281              free(), because PL_osname may get freed but not nulled if a taint
53282              test fails in between. Mea cupla and all that...
53283      Branch: perl
53284            ! mg.c
53285 ____________________________________________________________________________
53286 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
53287         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
53288              From: Gisle Aas <gisle@ActiveState.com>
53289              Date: 17 Jan 2004 01:29:02 -0800
53290              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
53291              (test rewritten to fit in blead)
53292      Branch: perl
53293            ! pp.c t/op/bop.t
53294 ____________________________________________________________________________
53295 [ 22179] By: merijn                                on 2004/01/19  21:36:48
53296         Log: Subject: [PATCH] dl_unload_file for HP-UX
53297              Date: Mon, 12 Jan 2004 07:49:44 -0800
53298              From: Neil Watkiss <neil.watkiss@sophos.com>
53299              Message-ID: <20040112154944.GA15412@ActiveState.com>
53300      Branch: perl
53301            ! ext/DynaLoader/dl_hpux.xs
53302 ____________________________________________________________________________
53303 [ 22177] By: merijn                                on 2004/01/19  16:11:22
53304         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
53305              See INSTALL for more details
53306      Branch: perl
53307            ! Configure
53308 ____________________________________________________________________________
53309 [ 22175] By: merijn                                on 2004/01/19  16:05:50
53310         Log: Describe how to limit the perl's default @INC during Configure
53311              to _not_ include older versions
53312      Branch: perl
53313            ! INSTALL
53314 ____________________________________________________________________________
53315 [ 22174] By: merijn                                on 2004/01/19  10:41:24
53316         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
53317              Date: Sun, 18 Jan 2004 12:51:23 -0600
53318              From: "Craig A. Berry" <craigberry@mac.com>
53319              Message-ID: <400AD5AB.3080708@mac.com>
53320      Branch: perl
53321            ! perlio.c
53322 ____________________________________________________________________________
53323 [ 22173] By: merijn                                on 2004/01/19  10:27:53
53324         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
53325              Date: Sun, 18 Jan 2004 17:03:30 -0600
53326              From: "Craig A. Berry" <craigberry@mac.com>
53327              Message-ID: <400B10C2.9060504@mac.com>
53328      Branch: perl
53329            ! configure.com
53330 ____________________________________________________________________________
53331 [ 22172] By: davem                                 on 2004/01/17  23:58:04
53332         Log: back out change #24914 "freeing a CV reference that was currently
53333              being executed caused coredumps".
53334              The new test case sometimes locks up linux's malloc, and with
53335              Perl's malloc the test code still coredumps :-(
53336      Branch: perl
53337            ! perl.c scope.c scope.h sv.c t/op/closure.t
53338 ____________________________________________________________________________
53339 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
53340         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
53341              From: "Green, Paul" <Paul.Green@stratus.com>
53342              Date: Thu, 15 Jan 2004 16:00:15 -0500
53343              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
53344      Branch: perl
53345            ! README.vos hv.c pp_pack.c vos/Changes
53346 ____________________________________________________________________________
53347 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
53348         Log: Subject: Re: open/or inconsistency
53349              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
53350              Date: Sat, 17 Jan 2004 19:59:55 +0900
53351              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
53352              (plus a test.)
53353              Don't produce the warning for constructs like
53354              open my $fh, $file or die;
53355      Branch: perl
53356            ! op.c t/lib/warnings/op
53357 ____________________________________________________________________________
53358 [ 22169] By: davem                                 on 2004/01/17  18:02:31
53359         Log: Subject:  Perl core dumps when running out of memory [PATCH]
53360              From:  Gisle Aas <gisle@ActiveState.com>
53361              Date:  17 Jan 2004 06:18:13 -0800
53362              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
53363
53364              Display 'out of memeory' errors using low-level I/O to avoid
53365              recursive failure and so coredumps.
53366      Branch: perl
53367            ! util.c
53368 ____________________________________________________________________________
53369 [ 22168] By: davem                                 on 2004/01/17  17:38:21
53370         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
53371              Subject: [PATCH ] Enhanced DBM Filters
53372              Date: Sat, 17 Jan 2004 16:44:53 -0000
53373              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
53374
53375              add DBM_Filter
53376      Branch: perl
53377            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
53378            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
53379            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
53380            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
53381            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
53382            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
53383            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
53384            + lib/dbm_filter_util.pl
53385            ! MANIFEST
53386 ____________________________________________________________________________
53387 [ 22167] By: davem                                 on 2004/01/17  16:12:32
53388         Log: freeing a CV reference that was currently being
53389              executed caused coredumps
53390      Branch: perl
53391            ! perl.c scope.c scope.h sv.c t/op/closure.t
53392 ____________________________________________________________________________
53393 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
53394         Log: Integrate final perl583delta
53395      Branch: perl
53396           !> pod/perl583delta.pod
53397 ____________________________________________________________________________
53398 [ 22163] By: davem                                 on 2004/01/16  19:24:14
53399         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
53400              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
53401              Date:  Thu, 15 Jan 2004 14:10:37 -0800
53402              Message-Id:  <20040115221037.GA2392@efn.org>
53403
53404              Add sv_2iv_flags() to allow magic to be optionally processed.
53405      Branch: perl
53406            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
53407            ! proto.h sv.c sv.h t/op/bop.t
53408 ____________________________________________________________________________
53409 [ 22162] By: davem                                 on 2004/01/16  16:39:17
53410         Log: format bug with undefined _TOP
53411              name of format_TOP now derived from the name of the current
53412              filehandle rather then the name of the  format associetd with that
53413              handle
53414      Branch: perl
53415            ! pp_sys.c t/op/write.t
53416 ____________________________________________________________________________
53417 [ 22161] By: davem                                 on 2004/01/16  13:29:26
53418         Log: Subject: [PATCH] format/write (version 2)
53419              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
53420              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
53421
53422              Fixes and additions to formats:
53423
53424              Improvement: NULL chars in picture line
53425              Bugfix: C<@*> shown in output if not alone on a line
53426              New feature: C<^*> for variable-width, one-line-at-a-time text
53427              Improvement: Diagnostic on C<@#> and C<~~>
53428              Bugfix: Segmentation fault on big numbers
53429              Improvement (maybe): Truncation of numbers produces misleading output
53430              Bugfix: "}" terminates format
53431              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
53432      Branch: perl
53433            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
53434            ! pp_ctl.c proto.h t/op/write.t toke.c
53435 ____________________________________________________________________________
53436 [ 22160] By: davem                                 on 2004/01/15  23:49:02
53437         Log: buigid #24905 - the code planted to call glob() retained an
53438              extraneous targ index in a pushmark op, leasing to strangeness
53439              when the op was freed
53440      Branch: perl
53441            ! op.c
53442 ____________________________________________________________________________
53443 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
53444         Log: Upgrade to Time::HiRes 1.55
53445      Branch: perl
53446            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
53447            ! ext/Time/HiRes/HiRes.xs
53448 ____________________________________________________________________________
53449 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
53450         Log: Make chomp heed the utf8 flags on the target string and $/
53451              [Fixes #24888]
53452              More work still needed to make chomp heed the encoding pragma.
53453      Branch: perl
53454            ! doop.c t/op/chop.t
53455 ____________________________________________________________________________
53456 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
53457         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
53458              [Forgot to do this as part of the integration]
53459      Branch: perl
53460            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
53461            ! vms/descrip_mms.template win32/pod.mak
53462 ____________________________________________________________________________
53463 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
53464         Log: Integrate:
53465              [ 22143]
53466              We're planning on making history today. Mind you, not that much -
53467              only 1 line.
53468
53469              perl583delta.pod
53470      Branch: perl
53471           +> pod/perl583delta.pod
53472            ! MANIFEST
53473           !> pod/perlhist.pod
53474 ____________________________________________________________________________
53475 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
53476         Log: Bump version number as file has changed since 5.8.2
53477      Branch: perl
53478            ! lib/File/Find.pm
53479 ____________________________________________________________________________
53480 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
53481         Log: Subject:  Doc patches for File::Find
53482              From:  Andy Lester <andy@petdance.com>
53483              Date:  Mon, 12 Jan 2004 00:10:50 -0600
53484              Message-Id:  <20040112061050.GB7308@petdance.com>
53485      Branch: perl
53486            ! lib/File/Find.pm
53487 ____________________________________________________________________________
53488 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
53489         Log: Assimilate CGI 3.03
53490      Branch: perl
53491            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
53492 ____________________________________________________________________________
53493 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
53494         Log: Add VMS to the list of "don't fork" OSes
53495              [In the most simple way possible. Fix this properly post 5.8.3
53496              to use $Config{d_fork} or something more robust]
53497      Branch: perl
53498            ! ext/threads/shared/t/wait.t
53499 ____________________________________________________________________________
53500 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
53501         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
53502              From: Tels <perl_dummy@bloodgate.com>
53503              Date: Tue, 13 Jan 2004 19:28:48 +0100
53504              Message-Id: <200401131928.50247@bloodgate.com>
53505      Branch: perl
53506            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
53507            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
53508            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
53509            ! lib/Math/BigInt/t/sub_mbi.t
53510 ____________________________________________________________________________
53511 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
53512         Log: MANIFEST adjustment.
53513      Branch: perl
53514            ! MANIFEST
53515 ____________________________________________________________________________
53516 [ 22126] By: ams                                   on 2004/01/13  07:16:33
53517         Log: Upgrade to Locale::Maketext 1.07.
53518      Branch: perl
53519            + lib/Locale/Maketext/t/04super.t
53520            + lib/Locale/Maketext/t/05super.t
53521            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
53522            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
53523 ____________________________________________________________________________
53524 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
53525         Log: Document usage of $_ and pos() inside /(?{...})/.
53526              (see change #2367.)
53527      Branch: perl
53528            ! pod/perlre.pod
53529 ____________________________________________________________________________
53530 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
53531         Log: Upgrade to MIME::Base64 2.23.
53532      Branch: perl
53533            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
53534            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
53535 ____________________________________________________________________________
53536 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
53537         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
53538              From: Robin Barker <Robin.Barker@npl.co.uk>
53539              Date: Thu, 8 Jan 2004 16:21:25 -0000
53540              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
53541      Branch: perl
53542            ! handy.h
53543 ____________________________________________________________________________
53544 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
53545         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
53546              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
53547              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
53548              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
53549      Branch: perl
53550            ! ext/threads/shared/t/wait.t
53551 ____________________________________________________________________________
53552 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
53553         Log: use sv_setpvn rather than sv_setpv and save a strlen()
53554      Branch: perl
53555            ! doop.c
53556 ____________________________________________________________________________
53557 [ 22120] By: merijn                                on 2004/01/12  13:04:42
53558         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
53559              From: Gisle Aas <gisle@ActiveState.com>
53560              Date: 12 Jan 2004 02:35:27 -0800
53561              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
53562      Branch: perl
53563            ! Configure
53564 ____________________________________________________________________________
53565 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
53566         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
53567              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
53568              Date: Mon, 12 Jan 2004 11:19:37 +0900
53569              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
53570      Branch: perl
53571            ! doop.c t/op/join.t
53572 ____________________________________________________________________________
53573 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
53574         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
53575              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
53576              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
53577              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
53578      Branch: perl
53579            ! ext/threads/shared/t/wait.t
53580 ____________________________________________________________________________
53581 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
53582         Log: Regenerate win32/Makefile and win32/makefile.mk after
53583
53584              Integrate:
53585              [ 22081]
53586              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
53587              a copy to be made at build time.
53588
53589              [ 22111]
53590              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
53591              From: Abe Timmerman <abe@ztreet.demon.nl>
53592              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
53593              Date: Sun, 11 Jan 2004 18:13:40 +0100
53594
53595              plus revert 22092 and 22080
53596      Branch: perl
53597            ! pod.lst win32/Makefile win32/makefile.mk
53598           !> pod/buildtoc
53599 ____________________________________________________________________________
53600 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
53601         Log: Upgrade to Cwd 2.14.
53602      Branch: perl
53603            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
53604 ____________________________________________________________________________
53605 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
53606         Log: Upgrade to Math::BigRat 0.11
53607
53608              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
53609              From: Tels <perl_dummy@bloodgate.com>
53610              Date: Wed, 7 Jan 2004 18:30:06 +0100
53611              Message-Id: <200401071830.07445@bloodgate.com>
53612      Branch: perl
53613            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
53614            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
53615 ____________________________________________________________________________
53616 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
53617         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
53618              From: Steve Hay <steve.hay@uk.radan.com>
53619              Date: Wed, 07 Jan 2004 13:22:30 +0000
53620              Message-ID: <3FFC0816.9090406@uk.radan.com>
53621
53622              (and increment version number in Carp)
53623      Branch: perl
53624            ! lib/Carp.pm lib/Carp/Heavy.pm
53625 ____________________________________________________________________________
53626 [ 22108] By: adi                                   on 2004/01/10  21:33:59
53627         Log: documentation nit
53628      Branch: perl
53629            ! pod/perlop.pod
53630 ____________________________________________________________________________
53631 [ 22107] By: adi                                   on 2004/01/10  20:19:09
53632         Log: nit to Bytecode - the av_extend opcode wasn't saved when
53633              the array had AvFILL == 0
53634      Branch: perl
53635            ! ext/B/B/Assembler.pm
53636 ____________________________________________________________________________
53637 [ 22106] By: adi                                   on 2004/01/10  20:16:03
53638         Log: still problems with backreferences + reverse cloning
53639              after #21936 - the weak reference may live on the pad.
53640      Branch: perl
53641            ! sv.c
53642 ____________________________________________________________________________
53643 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
53644         Log: Bah. Makefile.PL still tests the sub-MANIFEST
53645      Branch: perl
53646            ! ext/Storable/MANIFEST
53647 ____________________________________________________________________________
53648 [ 22103] By: davem                                 on 2004/01/09  12:20:38
53649         Log: temporarily backout test of thread returning a closure. It crashes
53650              win32.
53651      Branch: perl
53652            ! ext/threads/t/problems.t
53653 ____________________________________________________________________________
53654 [ 22102] By: davem                                 on 2004/01/08  22:32:28
53655         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
53656              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
53657
53658              Returning a closure from a thread (via join) could mess up because
53659              pointers to PL_sv_undef weren't rejigged to point at the joiner's
53660              version of PL_sv_undef. Also, the closure's CvGV got cloned too
53661              but never freed, since CvGV isn't refcounted.
53662      Branch: perl
53663            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
53664 ____________________________________________________________________________
53665 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
53666         Log: perl582delta.pod was not in the MANIFEST.
53667      Branch: perl
53668            ! MANIFEST
53669 ____________________________________________________________________________
53670 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
53671         Log: Integrate:
53672              [ 22093]
53673              Graham says that the search.cpan.org pod finder hashes on name
53674              The 4 files all thinking they are perldelta.pod confuses it.
53675      Branch: perl
53676           +> pod/perl582delta.pod
53677           !> pod/perl581delta.pod pod/perl58delta.pod
53678 ____________________________________________________________________________
53679 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
53680         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
53681              From: Abigail <abigail@abigail.nl>
53682              Message-ID: <20040107230027.GC393@abigail.nl>
53683              Date: Thu, 8 Jan 2004 00:00:27 +0100
53684      Branch: perl
53685            ! pod/perlhist.pod
53686 ____________________________________________________________________________
53687 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
53688         Log: [Integrate]
53689              22088 22089 22090 (datestamp corrections - let's see if this really
53690              works)
53691      Branch: perl
53692           !> (integrate 35 files)
53693 ____________________________________________________________________________
53694 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
53695         Log: Hardcoded numerical flag masks. Bad.
53696      Branch: perl
53697            ! doop.c
53698 ____________________________________________________________________________
53699 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
53700         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
53701              so that re will build properly on Win32. Thanks to Steve Hay for
53702              trying COW and finding the problems.
53703      Branch: perl
53704            ! embed.fnc embed.h
53705 ____________________________________________________________________________
53706 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
53707         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
53708      Branch: perl
53709            + t/run/switch0.t
53710            ! MANIFEST perl.c
53711 ____________________________________________________________________________
53712 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
53713         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
53714              like this pre 5.8.1, I suspect that no-one has used it recently.
53715      Branch: perl
53716            ! win32/makefile.mk
53717 ____________________________________________________________________________
53718 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
53719         Log: The TODO tag should be included also when a TODO test succeeds,
53720              so it's reported by the test harness
53721      Branch: perl
53722            ! t/op/write.t
53723 ____________________________________________________________________________
53724 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
53725         Log: This TODO test seems to pass now.
53726      Branch: perl
53727            ! t/op/write.t
53728 ____________________________________________________________________________
53729 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
53730         Log: Some of the bitwise manipulation PP functions weren't checking
53731              whether their arguments were magical before using them.
53732              (bug [#24816]).
53733      Branch: perl
53734            ! pp.c
53735 ____________________________________________________________________________
53736 [ 22071] By: davem                                 on 2004/01/05  22:17:04
53737         Log: [perl #24674]
53738              stop $^O getting tainted on read access, and disallow tainted
53739              assignment to it
53740      Branch: perl
53741            ! mg.c t/op/taint.t
53742 ____________________________________________________________________________
53743 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
53744         Log: Some mandatory syntax warnings emitted by the lexer weren't
53745              disableable (bug [perl #24815]).
53746      Branch: perl
53747            ! pod/perldiag.pod t/lib/warnings/toke toke.c
53748 ____________________________________________________________________________
53749 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
53750         Log: Change the flag logic in buildtoc
53751      Branch: perl
53752            ! pod.lst pod/buildtoc
53753 ____________________________________________________________________________
53754 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
53755         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
53756      Branch: perl
53757            ! pod/buildtoc
53758 ____________________________________________________________________________
53759 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
53760         Log: Subject: [PATCH] skip num.t #47 on VMS
53761              From: "Craig A. Berry" <craigberry@mac.com>
53762              Date: Sun, 04 Jan 2004 23:16:26 -0600
53763              Message-ID: <3FF8F32A.5000108@mac.com>
53764      Branch: perl
53765            ! t/base/num.t
53766 ____________________________________________________________________________
53767 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
53768         Log: Subject: [PATCH configure.com] future-proof signal check
53769              From: "Craig A. Berry" <craigberry@mac.com>
53770              Date: Sun, 04 Jan 2004 22:53:40 -0600
53771              Message-ID: <3FF8EDD4.3080308@mac.com>
53772      Branch: perl
53773            ! configure.com
53774 ____________________________________________________________________________
53775 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
53776         Log: Upgrade to Cwd 2.13
53777      Branch: perl
53778            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
53779 ____________________________________________________________________________
53780 [ 22055] By: davem                                 on 2004/01/04  19:34:36
53781         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
53782              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
53783              Date: Fri, 2 Jan 2004 11:31:46 +0100
53784              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
53785
53786              eval of of a truncated format should fail
53787      Branch: perl
53788            ! t/op/write.t toke.c
53789 ____________________________________________________________________________
53790 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
53791         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
53792      Branch: perl
53793            ! lib/PerlIO/via/QuotedPrint.pm
53794 ____________________________________________________________________________
53795 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
53796         Log: Upgrade to Time::HiRes 1.54
53797      Branch: perl
53798            + ext/Time/HiRes/hints/solaris.pl
53799            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
53800            ! ext/Time/HiRes/HiRes.xs
53801 ____________________________________________________________________________
53802 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
53803         Log: No matter how hard you proof read it, something always slips through.
53804      Branch: perl
53805            ! ext/Storable/ChangeLog
53806 ____________________________________________________________________________
53807 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
53808         Log: Fix minor problems with the CPAN release
53809              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
53810              2: Ship the linux hints file
53811              3: Ship Test::More for the benefit of Perls pre 5.6.2
53812              4: Correct Makefile.PL to install in core for 5.8.0 and later
53813      Branch: perl
53814            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
53815            ! ext/Storable/Makefile.PL ext/Storable/README
53816            ! ext/Storable/Storable.pm
53817 ____________________________________________________________________________
53818 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
53819         Log: Tidy up change #18751, so that the second parameter to unpack()
53820              defaults to $_ at compile-time, instead of run-time (like all
53821              other primitives that default to $_).
53822      Branch: perl
53823            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
53824 ____________________________________________________________________________
53825 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
53826         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
53827              documentaiton, update Arthur's e-mail address
53828      Branch: perl
53829            ! ext/threads/threads.pm
53830 ____________________________________________________________________________
53831 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
53832         Log: Use the optimization level -O2 by default on Linux/gcc.
53833              See :
53834              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
53835              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53836              Date: Thu, 1 Jan 2004 05:32:15 +0100
53837              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
53838      Branch: perl
53839            ! hints/linux.sh
53840 ____________________________________________________________________________
53841 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
53842         Log: Update debugger version number and Changes file
53843      Branch: perl
53844            ! lib/perl5db.pl
53845 ____________________________________________________________________________
53846 [ 22037] By: davem                                 on 2004/01/01  23:22:10
53847         Log: addition to 22036 (document SUPER better): superclass may be plural
53848      Branch: perl
53849            ! pod/perlbot.pod pod/perlobj.pod
53850 ____________________________________________________________________________
53851 [ 22036] By: davem                                 on 2004/01/01  22:23:11
53852         Log: Document the quirks of SUPER, especially the fact that it it
53853              relative to the current package and not to the invoking object.
53854      Branch: perl
53855            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
53856            ! pod/perltoot.pod
53857 ____________________________________________________________________________
53858 [ 22034] By: davem                                 on 2004/01/01  19:58:08
53859         Log: Fix bug #24383, where hashes with the :unique attribute weren't
53860              getting made readonly on interpreter clone. Also, remove the
53861              :unique attribute from the hashes in warnings.pm, since they may
53862              later be modified by warnings::register.  Finally, adds tests for
53863              the :unique attribute.
53864      Branch: perl
53865            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
53866 ____________________________________________________________________________
53867 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
53868         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
53869              From: Dorner Thomas <tdorner@amadeus.net>
53870              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
53871              Date: Fri, 19 Dec 2003 07:16:47 +0100
53872      Branch: perl
53873            ! t/io/utf8.t t/op/pat.t
53874 ____________________________________________________________________________
53875 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
53876         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
53877              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
53878              Date: Thu, 18 Dec 2003 14:10:29 -0800
53879              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
53880      Branch: perl
53881            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
53882            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
53883            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
53884 ____________________________________________________________________________
53885 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
53886         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
53887      Branch: perl
53888            ! pod/perlunicode.pod
53889 ____________________________________________________________________________
53890 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
53891         Log: Document that detached threads aren't supported on Windows yet.
53892      Branch: perl
53893            ! ext/threads/threads.pm
53894 ____________________________________________________________________________
53895 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
53896         Log: Upgrade to Getopt::Long 2.34_01
53897      Branch: perl
53898            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
53899 ____________________________________________________________________________
53900 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
53901         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
53902              beautiful clean run of OKs. You are all getting a clean run of OKs,
53903              aren't you?
53904      Branch: perl
53905            ! lib/Test/Harness/t/00compile.t
53906 ____________________________________________________________________________
53907 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
53908         Log: Subject: [PATCH] "piconv -C 512" badly broken
53909              From: Autrijus Tang <autrijus@autrijus.org>
53910              Message-Id: <1072870210.769.5.camel@localhost>
53911              Date: Wed, 31 Dec 2003 19:30:10 +0800
53912      Branch: perl
53913            ! ext/Encode/bin/piconv
53914 ____________________________________________________________________________
53915 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
53916         Log: Upgrade to Test::Harness 2.40.
53917      Branch: perl
53918            ! lib/Test/Harness.pm lib/Test/Harness/Changes
53919            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
53920            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
53921            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
53922            ! lib/Test/Harness/t/prove-switches.t
53923            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
53924            ! lib/Test/Harness/t/test-harness.t
53925 ____________________________________________________________________________
53926 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
53927         Log: C++ comments, bad.
53928      Branch: perl
53929            ! ext/Cwd/Cwd.xs
53930 ____________________________________________________________________________
53931 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
53932         Log: Bump VERSION numbers
53933      Branch: perl
53934            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
53935            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
53936            ! lib/diagnostics.pm
53937 ____________________________________________________________________________
53938 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
53939         Log: A patch for Test::Harness on VMS by Craig Berry
53940              (see RT CPAN bug #4745)
53941      Branch: perl
53942            ! lib/Test/Harness/Straps.pm
53943 ____________________________________________________________________________
53944 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
53945         Log: Subject: more uni doc tweakage
53946              From: Jarkko Hietaniemi <jhi@iki.fi>
53947              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
53948              Date: Tue, 30 Dec 2003 15:37:55 +0200
53949
53950              Subject: one more pod fix
53951              From: Jarkko Hietaniemi <jhi@iki.fi>
53952              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
53953              Date: Tue, 30 Dec 2003 15:56:41 +0200
53954      Branch: perl
53955            ! lib/PerlIO.pm pod/perlunicode.pod
53956 ____________________________________________________________________________
53957 [ 22009] By: davem                                 on 2003/12/30  17:14:44
53958         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
53959      Branch: perl
53960            ! pod/perlrun.pod
53961 ____________________________________________________________________________
53962 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
53963         Log: Upgrade to Math::BigInt 1.68.
53964      Branch: perl
53965            + lib/Math/BigInt/t/bigroot.t
53966            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
53967            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
53968            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
53969            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
53970            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
53971 ____________________________________________________________________________
53972 [ 22005] By: davem                                 on 2003/12/30  15:07:50
53973         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
53974              heuristics for calculating buffer size needed to compile a format
53975              didn't allow for \0
53976      Branch: perl
53977            ! pp_ctl.c t/op/write.t
53978 ____________________________________________________________________________
53979 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
53980         Log: Add a regression test for bug #24762
53981      Branch: perl
53982            ! t/comp/parser.t
53983 ____________________________________________________________________________
53984 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
53985         Log: Updates the notes about byacc in pumpkin.pod.
53986      Branch: perl
53987            ! Porting/pumpkin.pod
53988 ____________________________________________________________________________
53989 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
53990         Log: Bump up UNIVERSAL's version to 1.02
53991              (due to fix #21418)
53992      Branch: perl
53993            ! lib/UNIVERSAL.pm
53994 ____________________________________________________________________________
53995 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
53996         Log: Add Mike Pomraning
53997      Branch: perl
53998            ! AUTHORS
53999 ____________________________________________________________________________
54000 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
54001         Log: Update the README and Changes files for Switch 2.10
54002      Branch: perl
54003            ! lib/Switch/Changes lib/Switch/README
54004 ____________________________________________________________________________
54005 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
54006         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
54007      Branch: perl
54008            ! lib/Switch.pm
54009 ____________________________________________________________________________
54010 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
54011         Log: Windows hasn't getuid/setuid and friends.
54012              Therefore disable the code related to them in POSIX.xs.
54013
54014              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
54015              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
54016              Date: Mon, 29 Dec 2003 04:51:19 +0100
54017              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
54018      Branch: perl
54019            ! ext/POSIX/POSIX.xs
54020 ____________________________________________________________________________
54021 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
54022         Log: Subject: [PATCH] win32_chsize buglet
54023              From: "Kevin Chase" <kevincha99@hotmail.com>
54024              Date: Sun, 28 Dec 2003 15:48:56 -0800
54025              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
54026      Branch: perl
54027            ! win32/win32.c
54028 ____________________________________________________________________________
54029 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
54030         Log: Upgrade to Encode 1.99.
54031      Branch: perl
54032            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
54033            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
54034            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
54035            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
54036            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
54037            ! ext/Encode/ucm/macHebrew.ucm
54038 ____________________________________________________________________________
54039 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
54040         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
54041      Branch: perl
54042            ! win32/win32.c
54043 ____________________________________________________________________________
54044 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
54045         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
54046              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
54047              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
54048              Date: Thu, 25 Sep 2003 21:49:07 +0000
54049      Branch: perl
54050            ! dosish.h win32/win32.c win32/win32sck.c
54051 ____________________________________________________________________________
54052 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
54053         Log: Regenerate the perly.c patch for byacc output painless fixing
54054      Branch: perl
54055            ! perly_c.diff
54056 ____________________________________________________________________________
54057 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
54058         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
54059      Branch: perl
54060            ! perly.c perly.y vms/perly_c.vms
54061 ____________________________________________________________________________
54062 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
54063         Log: Subject: Cross compilation patches for arm.
54064              From: Redvers Davies <red@criticalintegration.com>
54065              Message-Id: <1072098653.4789.6.camel@ragefire>
54066              Date: Mon, 22 Dec 2003 08:11:34 -0500
54067      Branch: perl
54068            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
54069            ! Cross/config.sh-arm-linux Cross/installperl.patch
54070 ____________________________________________________________________________
54071 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
54072         Log: Fix bug [perl #24735] : make sure that the range (..) operator
54073              treats an undefined argument as 0 for numerical ranges and as ""
54074              for magical string ranges.
54075      Branch: perl
54076            ! pp_ctl.c t/op/range.t
54077 ____________________________________________________________________________
54078 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
54079         Log: Subject: PATCH:  *DB*_File
54080              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
54081              Date: Sat, 27 Dec 2003 20:02:30 -0000
54082              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
54083      Branch: perl
54084            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
54085            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
54086            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
54087            ! ext/DB_File/typemap ext/GDBM_File/typemap
54088            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
54089            ! ext/SDBM_File/typemap
54090 ____________________________________________________________________________
54091 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
54092         Log: Straggler from Cwd
54093      Branch: perl
54094            + ext/Cwd/Changes
54095 ____________________________________________________________________________
54096 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
54097         Log: Straggler from Unicode::Collate.
54098              We need to automate this.
54099              For some value of we. (tr/w/m/ I suspect)
54100      Branch: perl
54101            + lib/Unicode/Collate/t/rearrang.t
54102 ____________________________________________________________________________
54103 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
54104         Log: Assimilate Unicode::Collate 0.33
54105      Branch: perl
54106            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
54107            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
54108            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
54109            ! lib/Unicode/Collate/t/contract.t
54110            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
54111            ! lib/Unicode/Collate/t/version.t
54112 ____________________________________________________________________________
54113 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
54114         Log: Assimilate PodParser-1.26
54115      Branch: perl
54116            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
54117            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
54118            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
54119            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
54120 ____________________________________________________________________________
54121 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
54122         Log: Assimilate File::Spec 0.87
54123      Branch: perl
54124            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
54125 ____________________________________________________________________________
54126 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
54127         Log: Assimilate Digest 1.05
54128      Branch: perl
54129            ! lib/Digest.pm lib/Digest/t/digest.t
54130 ____________________________________________________________________________
54131 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
54132         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
54133              21646 was only applied to core (must punt this back and thereby unfork)
54134              Need to fix test boilerplate properly for PERL_CORE
54135      Branch: perl
54136            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
54137            ! ext/Cwd/t/taint.t lib/Cwd.pm
54138 ____________________________________________________________________________
54139 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
54140         Log: Subject: [PATCH] Remove Win32 compiler warnings
54141              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
54142              Date: Sat, 27 Dec 2003 17:39:20 +0100
54143              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
54144      Branch: perl
54145            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
54146 ____________________________________________________________________________
54147 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
54148         Log: Allow overriding of the p4 settings via environment variables
54149              Make regexp more robust to parse FreeBSD's patch output
54150      Branch: perl
54151            ! Porting/apply
54152 ____________________________________________________________________________
54153 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
54154         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
54155              From: Slaven Rezic <slaven@rezic.de>
54156              Date: 01 May 2003 21:28:10 +0200
54157              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
54158      Branch: perl
54159            ! lib/FindBin.pm lib/FindBin.t
54160 ____________________________________________________________________________
54161 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
54162         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
54163              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
54164              Date: Sat, 27 Dec 2003 02:48:19 +0100
54165              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
54166      Branch: perl
54167            ! sv.c
54168 ____________________________________________________________________________
54169 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
54170         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
54171              as I'm going to integrate the core patch
54172      Branch: perl
54173            ! ext/List/Util/t/weak.t
54174 ____________________________________________________________________________
54175 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
54176         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
54177              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
54178              Date: Fri, 26 Dec 2003 02:47:09 +0100
54179              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
54180      Branch: perl
54181            ! sv.c
54182 ____________________________________________________________________________
54183 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
54184         Log: Refactor the code that checks whether a range is numeric
54185              or string-magical.
54186      Branch: perl
54187            ! pp_ctl.c
54188 ____________________________________________________________________________
54189 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
54190         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
54191              This fixes building SDBM_File on AIX.
54192      Branch: perl
54193            ! ext/SDBM_File/sdbm/Makefile.PL
54194 ____________________________________________________________________________
54195 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
54196         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
54197              update the perl variables PL_uid and PL_euid (resp. PL_gid
54198              and PL_egid) with the new values.
54199      Branch: perl
54200            ! ext/POSIX/POSIX.xs
54201 ____________________________________________________________________________
54202 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
54203         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
54204              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
54205              Date: Thu, 18 Dec 2003 12:30:06 -0800
54206              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
54207      Branch: perl
54208            ! config_h.SH
54209 ____________________________________________________________________________
54210 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
54211         Log: Subject: BigInt v1.68 - pre-release
54212              From: Tels <perl_dummy@bloodgate.com>
54213              Date: Tue, 23 Dec 2003 01:09:23 +0100
54214              Message-Id: <200312230106.27661@bloodgate.com>
54215      Branch: perl
54216            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
54217            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
54218            + lib/Math/BigInt/t/sub_ali.t
54219            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
54220            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
54221            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
54222            ! lib/Math/BigInt/t/upgrade.inc
54223 ____________________________________________________________________________
54224 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
54225         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
54226              From: Fergal Daly <fergal@esatclear.ie>
54227              Date: Tue, 2 Dec 2003 23:18:18 +0000
54228              Message-Id: <200312022318.18353.fergal@esatclear.ie>
54229
54230              (tweaked so the test is skipped on perls < 5.9.0)
54231      Branch: perl
54232            ! ext/List/Util/t/weak.t sv.c
54233 ____________________________________________________________________________
54234 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
54235         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
54236              From:  PPrymmer@factset.com
54237              Date:  Tue, 23 Dec 2003 17:27:44 -0500
54238              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
54239      Branch: perl
54240            ! README.vms
54241 ____________________________________________________________________________
54242 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
54243         Log: Subject: [patch t/test.pl] comment fix
54244              From: Stas Bekman <stas@stason.org>
54245              Message-ID: <3FE8C65A.4060708@stason.org>
54246              Date: Tue, 23 Dec 2003 14:48:58 -0800
54247      Branch: perl
54248            ! t/test.pl
54249 ____________________________________________________________________________
54250 [ 21951] By: adi                                   on 2003/12/22  23:22:12
54251         Log: re-fix [perl #24508] without speed regression.
54252              keep an eye on this.
54253      Branch: perl
54254            ! op.c opcode.h opcode.pl
54255 ____________________________________________________________________________
54256 [ 21950] By: adi                                   on 2003/12/22  23:19:25
54257         Log: sanitize some macros - based on Chip Salzenberg suggestions and
54258              on the way GNU people use the gcc-ish 'blocks in parens'
54259      Branch: perl
54260            ! XSUB.h sv.h
54261 ____________________________________________________________________________
54262 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
54263         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
54264              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
54265              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
54266              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
54267      Branch: perl
54268            ! ext/threads/shared/shared.xs
54269 ____________________________________________________________________________
54270 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
54271         Log: Subject:  doc nits
54272              From:  Jarkko Hietaniemi <jhi@iki.fi>
54273              Date:  Mon, 22 Dec 2003 21:57:34 +0200
54274              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
54275      Branch: perl
54276            ! pod/perltodo.pod pod/perlunicode.pod
54277 ____________________________________________________________________________
54278 [ 21944] By: merijn                                on 2003/12/22  10:13:43
54279         Log: Subject: [PATCH] configure.com archname tweak
54280              From: "Craig A. Berry" <craigberry@mac.com>
54281              Date: Sun, 21 Dec 2003 23:07:13 -0600
54282              Message-ID: <3FE67C01.1000704@mac.com>
54283      Branch: perl
54284            ! configure.com
54285 ____________________________________________________________________________
54286 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
54287         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
54288              From: Mike Guy <mjtg@cam.ac.uk>
54289              Date: Fri, 19 Dec 2003 17:17:11 +0000
54290              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
54291      Branch: perl
54292            ! pod/perlsec.pod
54293 ____________________________________________________________________________
54294 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
54295         Log: Fix a side-effect of bug #24674 in the perl debugger.
54296
54297              Subject: [perl #24674] 5.x odd taint bug
54298              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
54299              Date: 16 Dec 2003 15:03:24 -0000
54300              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
54301      Branch: perl
54302            ! lib/perl5db.pl
54303 ____________________________________________________________________________
54304 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
54305         Log: Subject: Perl 5.8.3 patches from the BS2000 port
54306              From: Dorner Thomas <tdorner@amadeus.net>
54307              Date: Wed, 17 Dec 2003 15:41:17 +0100
54308              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
54309      Branch: perl
54310            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
54311 ____________________________________________________________________________
54312 [ 21937] By: adi                                   on 2003/12/20  21:37:03
54313         Log: after back-references, restricted hashes.
54314              see http://nntp.perl.org/group/perl.perl5.porters/86497
54315              this is hopefully only a temporary solution.
54316      Branch: perl
54317            ! perl.c
54318 ____________________________________________________________________________
54319 [ 21936] By: adi                                   on 2003/12/20  21:32:37
54320         Log: fix [perl #24660], [perl #24663].
54321      Branch: perl
54322            ! mg.c sv.c
54323 ____________________________________________________________________________
54324 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
54325         Log: Upgrade to Time::Local 1.07_94
54326      Branch: perl
54327            ! lib/Time/Local.pm lib/Time/Local.t
54328 ____________________________________________________________________________
54329 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
54330         Log: Subject: [PATCH] OpenVMS I64 support
54331              From: "Craig A. Berry" <craigberry@mac.com>
54332              Message-ID: <3FE2441F.2070603@mac.com>
54333              Date: Thu, 18 Dec 2003 18:19:43 -0600
54334      Branch: perl
54335            ! configure.com vms/gen_shrfls.pl
54336 ____________________________________________________________________________
54337 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
54338         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
54339              <20031220124854.GA1265@ratsnest.hole> )
54340      Branch: perl
54341            ! hv.c
54342 ____________________________________________________________________________
54343 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
54344         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
54345              Configure test for troublesome gconvert(), so for now simply avoid
54346              the optimisation that calls gconvert() in this case.
54347      Branch: perl
54348            ! sv.c
54349 ____________________________________________________________________________
54350 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
54351         Log: Upgrade to CGI.pm 3.01
54352      Branch: perl
54353            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
54354            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
54355            ! lib/CGI/t/request.t
54356 ____________________________________________________________________________
54357 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
54358         Log: Subject: [DOCPATCH] base.pm
54359              From: Elizabeth Mattijsen <liz@dijkmat.nl>
54360              Date: Thu, 18 Dec 2003 22:30:52 +0100
54361              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
54362
54363              Plus, remove leftover mentions of pseudo-hashes
54364      Branch: perl
54365            ! lib/base.pm
54366 ____________________________________________________________________________
54367 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
54368         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
54369      Branch: perl
54370            ! pod/perlhist.pod
54371 ____________________________________________________________________________
54372 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
54373         Log: Perl 1.0.16 has been released.
54374      Branch: perl
54375            ! pod/perlhist.pod
54376 ____________________________________________________________________________
54377 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
54378         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
54379              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
54380              Date: Wed, 17 Dec 2003 13:26:52 +0100
54381              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
54382      Branch: perl
54383            ! embed.fnc embed.h global.sym
54384 ____________________________________________________________________________
54385 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
54386         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
54387              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
54388              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
54389              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
54390      Branch: perl
54391            + ext/threads/shared/t/wait.t
54392            ! MANIFEST ext/threads/shared/shared.pm
54393            ! ext/threads/shared/shared.xs
54394 ____________________________________________________________________________
54395 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
54396         Log: Sync with the latest MakeMaker snapshot.
54397              But set the $VERSION to 6.21_01.
54398      Branch: perl
54399            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
54400            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
54401            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
54402            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
54403            ! lib/ExtUtils/instmodsh
54404 ____________________________________________________________________________
54405 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
54406         Log: Remove incorrect guards around inclusion of <signal.h>
54407              Causes problems with UNIX03/SUSv3
54408              Part 2 of change 21916 - oops!
54409
54410              See:
54411              Message-Id: <3FDD06A5.8010004@sun.com>
54412              Subject: Re: UNIX03 & C99 issue with 5.8.2
54413              From: Alan Burlison <Alan.Burlison@sun.com>
54414              Date: Mon, 15 Dec 2003 00:56:05 +0000
54415      Branch: perl
54416            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
54417 ____________________________________________________________________________
54418 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
54419         Log: Remove incorrect guards around inclusion of <signal.h>
54420              Causes problems with UNIX03/SUSv3
54421      Branch: perl
54422            ! doio.c
54423 ____________________________________________________________________________
54424 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
54425         Log: Add the macros dAX and dITEMS to PPPort.
54426      Branch: perl
54427            ! ext/Devel/PPPort/PPPort.pm
54428 ____________________________________________________________________________
54429 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
54430         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
54431              From: Stas Bekman <stas@stason.org>
54432              Date: Sun, 14 Dec 2003 15:12:40 -0800
54433              Message-ID: <3FDCEE68.3080509@stason.org>
54434      Branch: perl
54435            ! Porting/pumpkin.pod
54436 ____________________________________________________________________________
54437 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
54438         Log: Subject: [DOCPATCH] perlfunc delete
54439              From: Elizabeth Mattijsen <liz@dijkmat.nl>
54440              Date: Sun, 14 Dec 2003 20:25:07 +0100
54441              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
54442      Branch: perl
54443            ! pod/perlfunc.pod
54444 ____________________________________________________________________________
54445 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
54446         Log: Forgot to remove a comment
54447      Branch: perl
54448            ! pp.c
54449 ____________________________________________________________________________
54450 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
54451         Log: S_save_hek_flags should honour the "free" flag.
54452              Ought to mask the flag bits that shouldn't be stored.
54453      Branch: perl
54454            ! hv.c
54455 ____________________________________________________________________________
54456 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
54457         Log: Some fool missed a letter n.
54458              (and then "optimised" code based on its absense. D'oh)
54459              Restore the correct behaviour - fetch with uppercase key, then if
54460              still not found store with mixed/lowercase key.
54461      Branch: perl
54462            ! hv.c
54463 ____________________________________________________________________________
54464 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
54465         Log: Subject: Re: Change 21862
54466              From: Enache Adrian <enache@rdslink.ro>
54467              Date: Wed, 10 Dec 2003 06:05:58 +0200
54468              Message-ID: <20031210040558.GC1584@ratsnest.hole>
54469
54470              (1st hunk), plus the equivalent for hv_delete_common
54471      Branch: perl
54472            ! hv.c
54473 ____________________________________________________________________________
54474 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
54475         Log: Clean up a bug I introduced into caseless ENV hv_delete
54476              (should be the proper fix for 21870 and 21872's band aid)
54477      Branch: perl
54478            ! hv.c
54479 ____________________________________________________________________________
54480 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
54481         Log: Subject: Re: 5.6.2-RC1 on Cygwin
54482              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54483              Date: Sat, 6 Dec 2003 22:32:59 -0800
54484              Message-ID: <20031207063259.GA3004@efn.org>
54485              (with tweaks to cleanup code)
54486      Branch: perl
54487            ! t/op/taint.t
54488 ____________________________________________________________________________
54489 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
54490         Log: Add Perl_ceil
54491      Branch: perl
54492            ! perl.h pp.c
54493 ____________________________________________________________________________
54494 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
54495         Log: Reformat a long line in perlembed.pod (bug #24623).
54496      Branch: perl
54497            ! pod/perlembed.pod
54498 ____________________________________________________________________________
54499 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
54500         Log: The binary compatibility notes say that new global functions should
54501              go at the end. Not that I'm anything more than "trainee" when it
54502              comes to this bincompat stuff.
54503      Branch: perl
54504            ! embed.fnc proto.h
54505 ____________________________________________________________________________
54506 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
54507         Log: alarm() is now implemented on Win32.
54508      Branch: perl
54509            ! pod/perlport.pod
54510 ____________________________________________________________________________
54511 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
54512         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
54513      Branch: perl
54514            ! pod/buildtoc
54515 ____________________________________________________________________________
54516 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
54517         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
54518              From: David Dyck <david.dyck@fluke.com>
54519              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
54520              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
54521      Branch: perl
54522            ! lib/File/CheckTree.pm
54523 ____________________________________________________________________________
54524 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
54525         Log: Make the XSRETURN macro evaluate its argument only once.
54526      Branch: perl
54527            ! XSUB.h
54528 ____________________________________________________________________________
54529 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
54530         Log: More POD fixes ; regenerate perltoc and perlmodlib.
54531      Branch: perl
54532            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
54533            ! pod/perltoc.pod
54534 ____________________________________________________________________________
54535 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
54536         Log: Fix some of the pods to produce more standard manpages,
54537              as reported by Eric S. Raymond.
54538      Branch: perl
54539            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
54540 ____________________________________________________________________________
54541 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
54542         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
54543              From: Anders Johnson <ajohnson@nvidia.com>
54544              Date: Fri, 12 Dec 2003 14:07:40 -0800
54545              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
54546              (with tweaks)
54547      Branch: perl
54548            ! lib/Pod/Html.pm
54549 ____________________________________________________________________________
54550 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
54551         Log: Modify the common guard for the signal.h header, because
54552              C99 compilers don't like it.o
54553
54554              see :
54555              Subject: UNIX03 & C99 issue with 5.8.2
54556              From: Alan Burlison <Alan.Burlison@sun.com>
54557              Date: Fri, 12 Dec 2003 23:04:52 +0000
54558              Message-ID: <3FDA4994.6050209@sun.com>
54559      Branch: perl
54560            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
54561            ! util.c
54562 ____________________________________________________________________________
54563 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
54564         Log: Subject: [PATCH] Math::BigInt v1.67 released
54565              From: Tels <perl_dummy@bloodgate.com>
54566              Date: Fri, 12 Dec 2003 18:47:43 +0100
54567              Message-Id: <200312121847.49039@bloodgate.com>
54568      Branch: perl
54569            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
54570            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
54571            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
54572            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
54573            ! lib/Math/BigInt/t/sub_mbi.t
54574 ____________________________________________________________________________
54575 [ 21881] By: merijn                                on 2003/12/12  16:09:14
54576         Log: Subject: [PATCH] d_u32align for win32
54577              From: Gisle Aas <gisle@ActiveState.com>
54578              Date: 11 Dec 2003 01:33:39 -0800
54579              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
54580      Branch: perl
54581            ! win32/config.bc win32/config.gc win32/config.vc
54582 ____________________________________________________________________________
54583 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
54584         Log: Subject: [PATCH] environ array fix for VMS
54585              From: "Craig A. Berry" <craigberry@mac.com>
54586              Date: Thu, 11 Dec 2003 14:35:29 -0600
54587              Message-ID: <3FD8D511.2030805@mac.com>
54588      Branch: perl
54589            ! vms/vms.c
54590 ____________________________________________________________________________
54591 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
54592         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
54593              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
54594              Message-ID: <3FD8E74F.7000202@mindspring.com>
54595              Date: Thu, 11 Dec 2003 16:53:19 -0500
54596      Branch: perl
54597            ! AUTHORS
54598 ____________________________________________________________________________
54599 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
54600         Log: Add a mention of the error "DESTROY created new reference
54601              to dead object" in perldiag.
54602      Branch: perl
54603            ! pod/perldiag.pod
54604 ____________________________________________________________________________
54605 [ 21876] By: adi                                   on 2003/12/11  23:04:03
54606         Log: #21866 was wrong. another try to plumb that damn leak.
54607      Branch: perl
54608            ! mg.c sv.c
54609 ____________________________________________________________________________
54610 [ 21875] By: adi                                   on 2003/12/11  20:11:07
54611         Log: fix bug #24605.
54612              substr() wasn't working when used repeatedly on the same utf-8
54613              string.
54614      Branch: perl
54615            ! sv.c t/op/substr.t
54616 ____________________________________________________________________________
54617 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
54618         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
54619              by Jan Dubois.
54620      Branch: perl
54621            ! lib/Switch.pm
54622 ____________________________________________________________________________
54623 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
54624         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
54625              From: Autrijus Tang <autrijus@autrijus.org>
54626              Date: Tue, 9 Dec 2003 20:39:16 +0800
54627              Message-ID: <20031209123915.GA1454@not.autrijus.org>
54628      Branch: perl
54629            ! ext/Encode/encoding.pm pod/perlunicode.pod
54630 ____________________________________________________________________________
54631 [ 21872] By: adi                                   on 2003/12/09  03:26:16
54632         Log: temporary fix to avoid t/op/tie.t failures on Win32
54633      Branch: perl
54634            ! hv.c
54635 ____________________________________________________________________________
54636 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
54637         Log: Upgrade to Digest-MD5 2.33.
54638      Branch: perl
54639            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
54640            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
54641            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
54642 ____________________________________________________________________________
54643 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
54644         Log: Integrate change #21862 from maint-5.8 :
54645
54646              Win32/MinGW tweaks
54647              A. ENV_IS_CASELESS has trys to free(keysave) when
54648              keysave isn't in scope yet.
54649              B. For default makefile.mk which build with perlhost.h
54650              stuff "live" need to link with g++ to find new/delete etc.
54651      Branch: perl
54652           !> hv.c win32/makefile.mk
54653 ____________________________________________________________________________
54654 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
54655         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
54656              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
54657              Date: Mon, 08 Dec 2003 08:17:46 +0100
54658              Message-id: <20031208071746.GA594@ethan>
54659      Branch: perl
54660            ! hv.c mg.c
54661 ____________________________________________________________________________
54662 [ 21868] By: adi                                   on 2003/12/08  03:38:39
54663         Log: yet another leak. bigger fish still swimming around.
54664              #!perl
54665              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
54666              __END__
54667      Branch: perl
54668            ! pp_ctl.c
54669 ____________________________________________________________________________
54670 [ 21867] By: adi                                   on 2003/12/08  03:34:37
54671         Log: yet another 2 leaks. example for the second:
54672              #! perl
54673              eval q{ open $p{q}, "foo" } while 1
54674              __END__
54675      Branch: perl
54676            ! op.c
54677 ____________________________________________________________________________
54678 [ 21866] By: adi                                   on 2003/12/08  03:30:16
54679         Log: plumb a leak with pos().
54680
54681              #! perl
54682              while (1) {
54683              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
54684              }
54685              __END__
54686      Branch: perl
54687            ! sv.c
54688 ____________________________________________________________________________
54689 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
54690         Log: Subject: [PATCH] documenting SCALAR gotcha
54691              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
54692              Date: Sun, 07 Dec 2003 16:41:16 +0100
54693              Message-id: <20031207154116.GA825@ethan>
54694      Branch: perl
54695            ! pod/perltie.pod
54696 ____________________________________________________________________________
54697 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
54698         Log: Subject: [PATCH] setenv tweak for VMS
54699              From: "Craig A. Berry" <craigberry@mac.com>
54700              Date: Sat, 06 Dec 2003 18:13:32 -0600
54701              Message-ID: <3FD270AC.3000106@mac.com>
54702      Branch: perl
54703            ! vms/vms.c
54704 ____________________________________________________________________________
54705 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
54706         Log: Missing thingies.
54707      Branch: perl
54708            ! pp.c pp_hot.c
54709 ____________________________________________________________________________
54710 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
54711         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
54712              From: Tels <perl_dummy@bloodgate.com>
54713              Date: Sat, 6 Dec 2003 20:19:44 +0100
54714              Message-Id: <200312062016.50484@bloodgate.com>
54715      Branch: perl
54716            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
54717            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
54718            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
54719            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
54720            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
54721            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
54722            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
54723            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
54724            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
54725 ____________________________________________________________________________
54726 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
54727         Log: Forgot to update the MANIFEST.
54728      Branch: perl
54729            ! MANIFEST
54730 ____________________________________________________________________________
54731 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
54732         Log: Math::BigInt::Scalar is only for tests.
54733              Move it under t/lib.
54734      Branch: perl
54735           +> t/lib/Math/BigInt/Scalar.pm
54736            - lib/Math/BigInt/Scalar.pm
54737 ____________________________________________________________________________
54738 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
54739         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
54740              From: "Craig A. Berry" <craigberry@mac.com>
54741              Date: Sat, 06 Dec 2003 12:44:40 -0600
54742              Message-ID: <3FD22398.1060506@mac.com>
54743      Branch: perl
54744            ! doio.c
54745 ____________________________________________________________________________
54746 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
54747         Log: Remove the "Can't provide tied hash usage" error from perldiag.
54748              Mention the new tied hash SCALAR method in perldelta.
54749      Branch: perl
54750            ! pod/perldelta.pod pod/perldiag.pod
54751 ____________________________________________________________________________
54752 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
54753         Log: Clarify the description of SCALAR in perltie
54754      Branch: perl
54755            ! pod/perltie.pod
54756 ____________________________________________________________________________
54757 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
54758         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
54759              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
54760              Date: Sat, 06 Dec 2003 11:50:59 +0100
54761              Message-id: <20031206105059.GA13989@ethan>
54762      Branch: perl
54763            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
54764            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
54765            ! proto.h t/op/tie.t
54766 ____________________________________________________________________________
54767 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
54768         Log: Make sv_force_normal_flags cope with shared hash key scalars
54769              (remember the pointer from SvPVX, reset the flags before SvGROW,
54770              avoid crazy loops or read-from-free)
54771      Branch: perl
54772            ! sv.c
54773 ____________________________________________________________________________
54774 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
54775         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
54776      Branch: perl
54777            ! ext/Digest/MD5/Makefile.PL
54778 ____________________________________________________________________________
54779 [ 21846] By: merijn                                on 2003/12/05  10:41:32
54780         Log: Subject: [PATCH] Configure gets d_u32align wrong
54781              From: Gisle Aas <gisle@ActiveState.com>
54782              Date: 05 Dec 2003 03:47:01 -0800
54783              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
54784      Branch: perl
54785            ! Configure
54786 ____________________________________________________________________________
54787 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
54788         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
54789              From: chromatic <chromatic@wgz.org>
54790              Date: Mon, 01 Dec 2003 09:20:21 -0800
54791              Message-Id: <1070299221.1275.19.camel@localhost>
54792      Branch: perl
54793            ! lib/AutoLoader.t
54794 ____________________________________________________________________________
54795 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
54796         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
54797              From: "Craig A. Berry" <craigberry@mac.com>
54798              Date: Thu, 04 Dec 2003 16:00:03 -0600
54799              Message-ID: <3FCFAE63.1080106@mac.com>
54800      Branch: perl
54801            ! ext/SDBM_File/sdbm/Makefile.PL
54802 ____________________________________________________________________________
54803 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
54804         Log: Subject: [PATCH] $^P, eval and caller
54805              From: Paul Johnson <paul@pjcj.net>
54806              Date: Fri, 5 Dec 2003 00:57:21 +0100
54807              Message-ID: <20031204235721.GJ26355@pjcj.net>
54808      Branch: perl
54809            ! mg.c
54810 ____________________________________________________________________________
54811 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
54812         Log: Fix File::Copy with hard links on Windows.
54813
54814              Subject: [PATCH] Re: perl @ 21830
54815              From: Steve Hay <steve.hay@uk.radan.com>
54816              Date: Wed, 03 Dec 2003 10:53:02 +0000
54817              Message-ID: <3FCDC08E.7080800@uk.radan.com>
54818
54819              and
54820              Date: Thu, 04 Dec 2003 11:02:22 +0000
54821              Message-ID: <3FCF143E.1040905@uk.radan.com>
54822      Branch: perl
54823            ! lib/File/Copy.pm lib/File/Copy.t
54824 ____________________________________________________________________________
54825 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
54826         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
54827              From: Alan Burlison <Alan.Burlison@sun.com>
54828              Date: Thu, 04 Dec 2003 12:14:30 +0000
54829              Message-ID: <3FCF2526.3030905@sun.com>
54830      Branch: perl
54831            ! installperl
54832 ____________________________________________________________________________
54833 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
54834         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
54835              From: Stas Bekman <stas@stason.org>
54836              Date: Wed, 03 Dec 2003 01:41:42 -0800
54837              Message-ID: <3FCDAFD6.9050106@stason.org>
54838      Branch: perl
54839            ! sv.c
54840 ____________________________________________________________________________
54841 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
54842         Log: The prove utility should also be installed on VMS and on Windows.
54843              Haven't we regression tests for installations yet ?
54844      Branch: perl
54845            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
54846 ____________________________________________________________________________
54847 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
54848         Log: FAQ sync.
54849      Branch: perl
54850            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
54851            ! pod/perlfaq4.pod pod/perlfaq5.pod
54852 ____________________________________________________________________________
54853 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
54854         Log: Subject: Re: [perl #24574] find2perl provides different results to find
54855              From: Slaven Rezic <slaven@rezic.de>
54856              Date: 30 Nov 2003 22:16:59 +0100
54857              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
54858
54859              (plus a note about find2perl now defaulting to -print in perldelta)
54860      Branch: perl
54861            ! pod/perldelta.pod x2p/find2perl.PL
54862 ____________________________________________________________________________
54863 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
54864         Log: Subject: [PATCH] setting $0 still broken
54865              From: Jan Dubois <jand@ActiveState.com>
54866              Date: Thu, 27 Nov 2003 21:09:51 -0800
54867              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
54868      Branch: perl
54869            ! mg.c
54870 ____________________________________________________________________________
54871 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
54872         Log: Better docs for the special code blocks, based on :
54873              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
54874              From: Elizabeth Mattijsen <liz@dijkmat.nl>
54875              Date: Sat, 29 Nov 2003 23:15:56 +0100
54876              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
54877      Branch: perl
54878            ! pod/perlmod.pod pod/perlsub.pod
54879 ____________________________________________________________________________
54880 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
54881         Log: Fix the test boilerplate in lib/if.t, so it can be run
54882              from the t/ directory.
54883      Branch: perl
54884            ! lib/if.t
54885 ____________________________________________________________________________
54886 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
54887         Log: Keep installing xsubpp in lib/ExtUtils,
54888              so MakeMaker can find it.
54889      Branch: perl
54890            ! installperl
54891 ____________________________________________________________________________
54892 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
54893         Log: Upgrade to Test::Harness 2.38.
54894              Introduce the prove(1) utility.
54895              (The prove-switches test is disabled for now.)
54896      Branch: perl
54897            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
54898            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
54899            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
54900            + utils/prove.PL
54901            ! MANIFEST installperl lib/Test/Harness.pm
54902            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
54903            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
54904            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
54905            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
54906            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
54907            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
54908 ____________________________________________________________________________
54909 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
54910         Log: Subject: Re: [perl #24554] Segfault in POSIX module
54911              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
54912              Date: Sat, 29 Nov 2003 23:32:38 +0900
54913              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
54914
54915              (plus a test for the stringification of references
54916              passed to POSIX::isXXX())
54917      Branch: perl
54918            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
54919 ____________________________________________________________________________
54920 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
54921         Log: Integrate if.pm 0.0401
54922              Needed to edit the test file as t/TEST can't cope with extra output
54923              lines as produced by 0.0401's if.t
54924      Branch: perl
54925            ! lib/if.pm lib/if.t
54926 ____________________________________________________________________________
54927 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
54928         Log: Remove whitespace from ends of lines (simply because it irritates me)
54929      Branch: perl
54930            ! utils/h2xs.PL
54931 ____________________________________________________________________________
54932 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
54933         Log: Update Unicode::Normalize to 0.28
54934      Branch: perl
54935            + ext/Unicode/Normalize/t/illegal.t
54936            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
54937            ! MANIFEST ext/Unicode/Normalize/Changes
54938            ! ext/Unicode/Normalize/Normalize.pm
54939            ! ext/Unicode/Normalize/Normalize.xs
54940            ! ext/Unicode/Normalize/README
54941 ____________________________________________________________________________
54942 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
54943         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
54944      Branch: perl
54945            - lib/Digest.t
54946 ____________________________________________________________________________
54947 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
54948         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
54949      Branch: perl
54950            + lib/Unicode/Collate/t/illegal.t
54951            + lib/Unicode/Collate/t/illegalp.t
54952            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
54953            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
54954 ____________________________________________________________________________
54955 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
54956         Log: D'oh! Forgot to lib/Digest/base.pm
54957      Branch: perl
54958            + lib/Digest/base.pm
54959            ! MANIFEST
54960 ____________________________________________________________________________
54961 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
54962         Log: Update to Digest::MD5 2.31
54963      Branch: perl
54964            + ext/Digest/MD5/t/bits.t
54965            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
54966            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
54967            ! ext/Digest/MD5/t/files.t
54968 ____________________________________________________________________________
54969 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
54970         Log: Update Digest to 1.03
54971      Branch: perl
54972            + lib/Digest/t/base.t
54973           +> lib/Digest/t/digest.t
54974            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
54975 ____________________________________________________________________________
54976 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
54977         Log: When Gconvert is a macro around sprintf with a .* format we need
54978              to cast to int (in case STRLEN isn't the same size as int)
54979              gcc issues a warning even when it is the same size
54980      Branch: perl
54981            ! sv.c
54982 ____________________________________________________________________________
54983 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
54984         Log: Silence gcc 2.95 warning
54985              (Its trace flow isn't good enough to realise that there is no problem)
54986      Branch: perl
54987            ! pp_hot.c
54988 ____________________________________________________________________________
54989 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
54990         Log: Gconvert actually takes type NV, while nv may be either double
54991              or long double (depending on some conditional code)
54992              Rafael and I think that this cast should work.
54993      Branch: perl
54994            ! sv.c
54995 ____________________________________________________________________________
54996 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
54997         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
54998      Branch: perl
54999            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
55000 ____________________________________________________________________________
55001 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
55002         Log: Fix a regression introduced by change #21694 on sprintf()
55003              with long doubles, by disabling the specific optimisation
55004              path in this case ; remove a unnecessary cast ; add a new
55005              test file for miscellaneous sprintf() test that don't fit
55006              in the t/op/sprintf.t framework.
55007      Branch: perl
55008            + t/op/sprintf2.t
55009            ! MANIFEST sv.c
55010 ____________________________________________________________________________
55011 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
55012         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
55013              From: Stas Bekman <stas@stason.org>
55014              Date: Fri, 28 Nov 2003 14:42:25 -0800
55015              Message-ID: <3FC7CF51.7060804@stason.org>
55016      Branch: perl
55017            ! pod/perlsec.pod
55018 ____________________________________________________________________________
55019 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
55020         Log: Implement C<use Exporter 'import'> :
55021
55022              Subject: Re: [PATCH] Exporter-related PODs
55023              From: Fergal Daly <fergal@esatclear.ie>
55024              Date: Mon, 10 Nov 2003 00:08:52 +0000
55025              Message-Id: <200311100008.52639.fergal@esatclear.ie>
55026
55027              (tweaked, so the imported import() doesn't spit out warnings)
55028      Branch: perl
55029            ! lib/Exporter.pm lib/Exporter.t
55030 ____________________________________________________________________________
55031 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
55032         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
55033              From: Slaven Rezic <slaven@rezic.de>
55034              Date: 19 Oct 2003 19:11:31 +0200
55035              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
55036              (with further tweaks)
55037      Branch: perl
55038            ! lib/File/Copy.pm lib/File/Copy.t
55039 ____________________________________________________________________________
55040 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
55041         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
55042              From: "Green, Paul" <Paul.Green@stratus.com>
55043              Date: Thu, 27 Nov 2003 21:51:26 -0500
55044              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
55045      Branch: perl
55046            ! hints/vos.sh
55047 ____________________________________________________________________________
55048 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
55049         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
55050              were failing
55051      Branch: perl
55052            ! t/op/readline.t
55053 ____________________________________________________________________________
55054 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
55055         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
55056              PerlIO and threads are not on CPAN.
55057      Branch: perl
55058            ! Porting/Maintainers.pl
55059 ____________________________________________________________________________
55060 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
55061         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
55062      Branch: perl
55063            ! AUTHORS
55064 ____________________________________________________________________________
55065 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
55066         Log: Subject: [PATCH] Re: bug or a feature?
55067              From: Torsten Foertsch <torsten.foertsch@gmx.net>
55068              Date: Sat, 22 Nov 2003 13:15:53 +0100
55069              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
55070
55071              and
55072              Date: Sat, 22 Nov 2003 14:21:45 +0100
55073              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
55074              (test moved to t/op/readline.t)
55075      Branch: perl
55076            ! pp_hot.c t/op/readline.t
55077 ____________________________________________________________________________
55078 [ 21783] By: merijn                                on 2003/11/24  21:24:46
55079         Log: Subject: remove hardcoded version number from cygwin/perlld.in
55080              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
55081              Date: Mon, 24 Nov 2003 08:11:36 -0800
55082              Message-ID: <20031124161136.GC2656@efn.org>
55083      Branch: perl
55084            ! cygwin/Makefile.SHs cygwin/perlld.in
55085 ____________________________________________________________________________
55086 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
55087         Log: Should fix the infinite loop on a dynamic %ENV fetch
55088      Branch: perl
55089            ! hv.c
55090 ____________________________________________________________________________
55091 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
55092         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
55093              C source now cleaner, but optimised object file still the same size.
55094      Branch: perl
55095            ! hv.c
55096 ____________________________________________________________________________
55097 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
55098         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
55099              From: Andy Dougherty <doughera@lafayette.edu>
55100              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
55101              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
55102
55103              and :
55104              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
55105              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
55106      Branch: perl
55107            ! hints/solaris_2.sh
55108 ____________________________________________________________________________
55109 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
55110         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
55111              reported by Craig Berry
55112      Branch: perl
55113            ! hv.c
55114 ____________________________________________________________________________
55115 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
55116         Log: restore_magic needs to undo COW
55117              (while magic was off, sv_setsv is likely to have seen this SV as a
55118              good source for COW)
55119              Should fix the smoke failures on lib/locale.t
55120      Branch: perl
55121            ! mg.c
55122 ____________________________________________________________________________
55123 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
55124         Log: Don't COW if the destination has magic.
55125      Branch: perl
55126            ! sv.c
55127 ____________________________________________________________________________
55128 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
55129         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
55130              close to it.
55131      Branch: perl
55132            ! hv.c
55133 ____________________________________________________________________________
55134 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
55135         Log: "Space Is a Province of Brazil"
55136              Farewell, hv_store_common. Store is now part of Fetch.
55137              All tests pass. hv.c 15% smaller than when I started all this
55138      Branch: perl
55139            ! embed.fnc embed.h hv.c proto.h
55140 ____________________________________________________________________________
55141 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
55142         Log: Farewell hv_exists_common - exists is now a call to fetch
55143              (with the exists magic handling moved into fetch)
55144      Branch: perl
55145            ! embed.fnc embed.h hv.c proto.h
55146 ____________________________________________________________________________
55147 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
55148         Log: Shift negative klen/flags games from hv_store_common out to hv_store
55149      Branch: perl
55150            ! embed.fnc embed.h hv.c proto.h
55151 ____________________________________________________________________________
55152 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
55153         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
55154      Branch: perl
55155            ! embed.fnc embed.h hv.c proto.h
55156 ____________________________________________________________________________
55157 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
55158         Log: Check that the key is present before a delete, and absent afterwards
55159      Branch: perl
55160            ! ext/XS/APItest/t/hash.t
55161 ____________________________________________________________________________
55162 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
55163         Log: Move the negative key -> utf8 flag conversion out to hv_delete
55164      Branch: perl
55165            ! embed.fnc embed.h hv.c proto.h
55166 ____________________________________________________________________________
55167 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
55168         Log: Tweaks to S_hv_delete_common:
55169              make the magic call hv_fetch_common rather than ent-or-not
55170              grab the hash from a shared hash key scalar if possible
55171              use masked flags rather than flags for the comparison
55172      Branch: perl
55173            ! hv.c
55174 ____________________________________________________________________________
55175 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
55176         Log: Integrate:
55177              [ 21762]
55178              Refactor hash API tests (prior to some additions)
55179
55180              [ 21763]
55181              Test all permuations of utf8 flags on hashes and keys
55182      Branch: perl
55183           !> ext/XS/APItest/t/hash.t
55184 ____________________________________________________________________________
55185 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
55186         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
55187      Branch: perl
55188            ! embed.fnc hv.c proto.h
55189 ____________________________________________________________________________
55190 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
55191         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
55192      Branch: perl
55193            ! embed.fnc embed.h hv.c proto.h
55194 ____________________________________________________________________________
55195 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
55196         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
55197              From: Alan Burlison <Alan.Burlison@sun.com>
55198              Date: Thu, 20 Nov 2003 10:34:30 +0000
55199              Message-ID: <3FBC98B6.6090909@sun.com>
55200      Branch: perl
55201            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
55202            ! universal.c
55203 ____________________________________________________________________________
55204 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
55205         Log: Regenerate perlapi and perltoc.
55206      Branch: perl
55207            ! pod/perlapi.pod pod/perltoc.pod
55208 ____________________________________________________________________________
55209 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
55210         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
55211              From: Iain Truskett <spoon@cpan.org>
55212              Date: Thu, 20 Nov 2003 00:41:33 +1100
55213              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
55214      Branch: perl
55215            ! lib/PerlIO.pm pod/perlrun.pod
55216 ____________________________________________________________________________
55217 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
55218         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
55219              remove S_hv_fetch_flags
55220              hv.c now 13% smaller than when I started. hv_store TODO
55221      Branch: perl
55222            ! embed.fnc embed.h hv.c proto.h
55223 ____________________________________________________________________________
55224 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
55225         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
55226              together with subroutine call
55227              Apparently concat still doesn't deal correctly with lexicals
55228              in all cases. Disable the whole TARGET_MY optimisation for it.
55229              (and remove the corresponding code from the peephole optimiser.)
55230      Branch: perl
55231            ! op.c opcode.h opcode.pl t/op/concat.t
55232 ____________________________________________________________________________
55233 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
55234         Log: Update the runops stuff in perlguts
55235      Branch: perl
55236            ! pod/perlguts.pod
55237 ____________________________________________________________________________
55238 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
55239         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
55240      Branch: perl
55241            ! embed.fnc embed.h hv.c proto.h
55242 ____________________________________________________________________________
55243 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
55244         Log: Subject: [PATCH] clear of empty locked hash SEGVs
55245              From: Alan Burlison <Alan.Burlison@sun.com>
55246              Date: Wed, 19 Nov 2003 14:39:03 +0000
55247              Message-ID: <3FBB8087.20206@sun.com>
55248      Branch: perl
55249            ! hv.c lib/Hash/Util.t
55250 ____________________________________________________________________________
55251 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
55252         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
55253      Branch: perl
55254            ! embed.fnc embed.h hv.c proto.h
55255 ____________________________________________________________________________
55256 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
55257         Log: Run regen.pl (for hv_assert)
55258      Branch: perl
55259            ! global.sym
55260 ____________________________________________________________________________
55261 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
55262         Log: Integrate:
55263              [ 21642]
55264              space should be tab for lib/I18N/LangTags/t/02decency.t
55265      Branch: perl
55266           !> MANIFEST
55267 ____________________________________________________________________________
55268 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
55269         Log: Restore errno after having read $^E (like for $!)
55270              to preserve errno from unfortunate side-effects.
55271      Branch: perl
55272            ! mg.c
55273 ____________________________________________________________________________
55274 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
55275         Log: Whoops. We weren't actually testing hv_store_ent
55276              We are now. Plus test hv_store for an initially empty hash.
55277      Branch: perl
55278            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
55279 ____________________________________________________________________________
55280 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
55281         Log: Complement of change #21740 for Windows.
55282              (I have the feeling that it's already subtly broken on VMS)
55283      Branch: perl
55284            ! win32/Makefile win32/makefile.mk
55285 ____________________________________________________________________________
55286 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
55287         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
55288      Branch: perl
55289            + utils/instmodsh.PL utils/xsubpp.PL
55290            ! MANIFEST installperl utils.lst utils/Makefile
55291 ____________________________________________________________________________
55292 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
55293         Log: Subject: Re: [perl #24493] install.html not working
55294              From: Slaven Rezic <slaven@rezic.de>
55295              Date: 16 Nov 2003 20:52:29 +0100
55296              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
55297      Branch: perl
55298            ! installhtml
55299 ____________________________________________________________________________
55300 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
55301         Log: Ooops. left an XXX comment in, and worse still it's a // comment
55302      Branch: perl
55303            ! hv.c
55304 ____________________________________________________________________________
55305 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
55306         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
55307              (pp functions use the _ent variants, and as the implementation is
55308              duplicated, these bugs aren't tested, and aren't noticed)
55309      Branch: perl
55310            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
55311 ____________________________________________________________________________
55312 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
55313         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
55314              (pp_exists uses hv_exists_ent, which isn't broken)
55315              I expect an equivalent bug in hv_delete
55316      Branch: perl
55317            + ext/XS/APItest/t/hash.t
55318            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
55319            ! ext/XS/APItest/MANIFEST hv.c
55320 ____________________________________________________________________________
55321 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
55322         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
55323              From: Elizabeth Mattijsen <liz@dijkmat.nl>
55324              Date: Sat, 15 Nov 2003 23:22:16 +0100
55325              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
55326      Branch: perl
55327            ! ext/threads/t/problems.t
55328 ____________________________________________________________________________
55329 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
55330         Log: Subject: [PATCH] configpm, our $summary : unique
55331              From: Elizabeth Mattijsen <liz@dijkmat.nl>
55332              Date: Sat, 15 Nov 2003 22:18:32 +0100
55333              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
55334              (plus comments)
55335      Branch: perl
55336            ! configpm
55337 ____________________________________________________________________________
55338 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
55339         Log: Subject: [PATCH] Re: Storable Error
55340              From: Nicholas Clark <nick@ccl4.org>
55341              Date: Sat, 9 Aug 2003 00:35:36 +0100
55342              Message-ID: <20030809003535.C20130@plum.flirble.org>
55343      Branch: perl
55344            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
55345            ! proto.h
55346 ____________________________________________________________________________
55347 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
55348         Log: Update perlhist with 5.6.2.
55349      Branch: perl
55350            ! pod/perlhist.pod
55351 ____________________________________________________________________________
55352 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
55353         Log: Add more complete tests for the "variable masks earlier
55354              declaration" warning, including a TODO test
55355      Branch: perl
55356            ! t/lib/warnings/pad
55357 ____________________________________________________________________________
55358 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
55359         Log: Include "SCCS" in the list of directory names that should
55360              be ignored by installperl.
55361      Branch: perl
55362            ! installperl
55363 ____________________________________________________________________________
55364 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
55365         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
55366              From: Enache Adrian <enache@rdslink.ro>
55367              Date: Tue, 11 Nov 2003 15:25:29 +0200
55368              Message-ID: <20031111132529.GB1271@ratsnest.hole>
55369      Branch: perl
55370            ! op.c
55371 ____________________________________________________________________________
55372 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
55373         Log: Fix bug [perl #24380] : assigning to a hash in list
55374              or scalar context yielded a wrong value if the list
55375              contained duplicated keys for the hash. This is fixed
55376              by counting the number of duplicate keys and trimming
55377              the stack by the corresponding number of items.
55378      Branch: perl
55379            ! pp_hot.c t/op/hashassign.t
55380 ____________________________________________________________________________
55381 [ 21713] By: merijn                                on 2003/11/13  09:25:15
55382         Log: Simplified the reading
55383      Branch: perl
55384            ! hints/solaris_2.sh
55385 ____________________________________________________________________________
55386 [ 21712] By: merijn                                on 2003/11/13  09:22:21
55387         Log: Enable hints to create call-back units that can act when
55388              a specific variable is *not* set (like -Uuselargefiles)
55389      Branch: perl
55390            ! Configure hints/README.hints
55391 ____________________________________________________________________________
55392 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
55393         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
55394              From: Michael G Schwern <schwern@pobox.com>
55395              Date: Tue, 11 Nov 2003 21:02:30 -0800
55396              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
55397      Branch: perl
55398            ! ext/SDBM_File/sdbm/Makefile.PL
55399 ____________________________________________________________________________
55400 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
55401         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
55402              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
55403              Date: Tue, 4 Nov 2003 20:07:25 -0800
55404              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
55405      Branch: perl
55406            ! installperl
55407 ____________________________________________________________________________
55408 [ 21706] By: ams                                   on 2003/11/11  23:46:19
55409         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
55410              From: Tom Phoenix <rootbeer@redcat.com>
55411              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
55412              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
55413      Branch: perl
55414            ! pod/perlmod.pod
55415 ____________________________________________________________________________
55416 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
55417         Log: Upgrade to MakeMaker 6.21.
55418      Branch: perl
55419            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
55420            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
55421            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
55422 ____________________________________________________________________________
55423 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
55424         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
55425              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
55426              Date: Tue, 4 Nov 2003 20:10:16 -0800
55427              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
55428
55429              and part of
55430              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
55431              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
55432              Date: Tue, 4 Nov 2003 20:18:37 -0800
55433              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
55434
55435              (I've left out the PREFIX part for now)
55436      Branch: perl
55437            ! Makefile.SH installperl os2/Makefile.SHs
55438 ____________________________________________________________________________
55439 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
55440         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
55441              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
55442              Date: Mon, 3 Nov 2003 20:27:39 -0800
55443              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
55444
55445              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
55446              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
55447              Date: Mon, 3 Nov 2003 20:57:48 -0800
55448              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
55449      Branch: perl
55450            ! sv.c
55451 ____________________________________________________________________________
55452 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
55453         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
55454              From: Vadim Konovalov <konovalo@mail.wplus.net>
55455              Date: Sun, 9 Nov 2003 13:31:59 +0300
55456              Message-ID: <93187393948.20031109133159@mail.wplus.net>
55457      Branch: perl
55458            ! wince/Makefile.ce
55459 ____________________________________________________________________________
55460 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
55461         Log: Update the list of pumpkings in perlhist.pod.
55462      Branch: perl
55463            ! pod/perlhist.pod
55464 ____________________________________________________________________________
55465 [ 21687] By: ams                                   on 2003/11/08  17:09:56
55466         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
55467              From: Abigail <abigail@abigail.nl>
55468              Date: Sat, 8 Nov 2003 18:51:30 +0100
55469              Message-Id: <20031108175130.GA22273@abigail.nl>
55470      Branch: perl
55471            ! pod/perlhist.pod
55472 ____________________________________________________________________________
55473 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
55474         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
55475              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
55476              Date: Thu, 6 Nov 2003 23:26:18 -0800
55477              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
55478      Branch: perl
55479            ! os2/Changes
55480 ____________________________________________________________________________
55481 [ 21676] By: davem                                 on 2003/11/06  22:11:23
55482         Log: bugid #24407: numeric key for shared hash got stringified using
55483              wrong interpreter, and thus got malloced into the wrong thread
55484              memory pool
55485      Branch: perl
55486            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
55487 ____________________________________________________________________________
55488 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
55489         Log: Upgrade to MakeMaker 6.20.
55490      Branch: perl
55491            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
55492            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
55493            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
55494            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
55495            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
55496 ____________________________________________________________________________
55497 [ 21674] By: ams                                   on 2003/11/06  09:32:26
55498         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
55499              tests fail to spot this
55500              From: Rick Delaney <rick@bort.ca>
55501              Date: Wed, 5 Nov 2003 23:02:41 -0500
55502              Message-Id: <20031105230241.D13585@biff.bort.ca>
55503      Branch: perl
55504            ! pp_ctl.c t/op/taint.t
55505 ____________________________________________________________________________
55506 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
55507         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
55508              From: Andy Dougherty <doughera@lafayette.edu>
55509              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
55510              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
55511      Branch: perl
55512            ! hints/linux.sh
55513 ____________________________________________________________________________
55514 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
55515         Log: Subject: [patch t/op/hash.t] extending the hash attack test
55516              From: Stas Bekman <stas@stason.org>
55517              Date: Tue, 04 Nov 2003 14:33:09 -0800
55518              Message-ID: <3FA82925.7020703@stason.org>
55519      Branch: perl
55520            ! t/op/hash.t
55521 ____________________________________________________________________________
55522 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
55523         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
55524              From: Stas Bekman <stas@stason.org>
55525              Date: Wed, 05 Nov 2003 00:50:25 -0800
55526              Message-ID: <3FA8B9D1.2020806@stason.org>
55527      Branch: perl
55528            ! lib/Benchmark.pm
55529 ____________________________________________________________________________
55530 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
55531         Log: From: Craig Berry <craigberry@mac.com>
55532              Subject: Opcode.xs/RC2 compile nit on VMS
55533              Date: Wed, 05 Nov 2003 12:16:34 -0600
55534              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
55535      Branch: perl
55536            ! ext/Opcode/Opcode.xs
55537 ____________________________________________________________________________
55538 [ 21664] By: ams                                   on 2003/11/05  18:34:28
55539         Log: Orphaned submission from #21546.
55540      Branch: perl
55541            ! perl.c
55542 ____________________________________________________________________________
55543 [ 21663] By: ams                                   on 2003/11/05  17:01:29
55544         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
55545              From: Slaven Rezic <slaven@rezic.de>
55546              Date: 20 Oct 2003 22:39:28 +0200
55547              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
55548      Branch: perl
55549            ! lib/filetest.t
55550 ____________________________________________________________________________
55551 [ 21662] By: ams                                   on 2003/11/05  16:51:08
55552         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
55553              From: Michael G Schwern <schwern@pobox.com>
55554              Date: Wed, 5 Nov 2003 06:26:36 -0800
55555              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
55556      Branch: perl
55557            ! t/op/cproto.t
55558 ____________________________________________________________________________
55559 [ 21661] By: ams                                   on 2003/11/05  16:50:05
55560         Log: Subject: [PATCH] Modernise INSTALL
55561              From: Gisle Aas <gisle@ActiveState.com>
55562              Date: 05 Nov 2003 05:16:25 -0800
55563              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
55564
55565              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
55566              From: Abigail <abigail@abigail.nl>
55567              Date: Tue, 4 Nov 2003 10:40:57 +0100
55568              Message-Id: <20031104094057.GA22508@abigail.nl>
55569      Branch: perl
55570            ! INSTALL pod/perlhist.pod
55571 ____________________________________________________________________________
55572 [ 21660] By: ams                                   on 2003/11/05  16:46:12
55573         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
55574              From: Jan Dubois <jand@ActiveState.com>
55575              Date: Tue, 04 Nov 2003 16:52:14 -0800
55576              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
55577      Branch: perl
55578            ! reentr.c reentr.h reentr.pl
55579 ____________________________________________________________________________
55580 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
55581         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
55582              From: Michael G Schwern <schwern@pobox.com>
55583              Date: Tue, 4 Nov 2003 17:59:13 -0800
55584              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
55585
55586              Replaces the temporary kludge (#21655).
55587      Branch: perl
55588            ! ext/SDBM_File/sdbm/Makefile.PL
55589 ____________________________________________________________________________
55590 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
55591         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
55592              From: PPrymmer@factset.com
55593              Date: Tue, 4 Nov 2003 10:00:07 -0500
55594              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
55595      Branch: perl
55596            ! pod/perlebcdic.pod
55597 ____________________________________________________________________________
55598 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
55599         Log: Temporary kludge to allow SDBM_File being built
55600              with MakeMaker 6.19.
55601      Branch: perl
55602            ! ext/SDBM_File/sdbm/Makefile.PL
55603 ____________________________________________________________________________
55604 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
55605         Log: Upgrade to ExtUtils::MakeMaker 6.19
55606      Branch: perl
55607            + lib/ExtUtils/t/parse_version.t
55608            + t/lib/MakeMaker/Test/Setup/BFD.pm
55609            + t/lib/MakeMaker/Test/Setup/Problem.pm
55610            - lib/ExtUtils/t/00setup_dummy.t
55611            - lib/ExtUtils/t/zz_cleanup_dummy.t
55612            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
55613            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
55614            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
55615            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
55616            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
55617            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
55618            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
55619            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
55620            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
55621            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
55622            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
55623            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
55624            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
55625            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
55626            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
55627            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
55628            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
55629            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
55630 ____________________________________________________________________________
55631 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
55632         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
55633              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
55634              Date: Mon, 3 Nov 2003 20:20:44 -0800
55635              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
55636      Branch: perl
55637            ! os2/Makefile.SHs
55638 ____________________________________________________________________________
55639 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
55640         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
55641              From: Michael G Schwern <schwern@pobox.com>
55642              Date: Sat, 1 Nov 2003 22:57:45 -0800
55643              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
55644              (goes with change #21418)
55645      Branch: perl
55646            ! lib/autouse.pm lib/autouse.t
55647 ____________________________________________________________________________
55648 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
55649         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
55650              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
55651              Date: Mon, 3 Nov 2003 20:53:33 +0100
55652              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
55653      Branch: perl
55654            ! ext/Devel/PPPort/PPPort.pm
55655 ____________________________________________________________________________
55656 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
55657         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
55658              From: Casey West <casey@geeknest.com>
55659              Date: Mon, 3 Nov 2003 10:11:43 -0500
55660              Message-ID: <20031103151143.GB430@geeknest.com>
55661      Branch: perl
55662            ! ext/Cwd/Cwd.xs
55663 ____________________________________________________________________________
55664 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
55665         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
55666              From: Jan Dubois <jand@ActiveState.com>
55667              Date: Sun, 02 Nov 2003 21:43:44 -0800
55668              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
55669      Branch: perl
55670            ! reentr.h reentr.pl
55671 ____________________________________________________________________________
55672 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
55673         Log: Document the fact that keys() and values() are optimized
55674              for void context (as suggested by Liz.)
55675      Branch: perl
55676            ! pod/perlfunc.pod
55677 ____________________________________________________________________________
55678 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
55679         Log: Stas would prefer not to have MOD_PERL defines in perl.
55680      Branch: perl
55681            ! hv.c hv.h
55682 ____________________________________________________________________________
55683 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
55684         Log: s/new_hash/rehash/g (Stas suggested a better name)
55685      Branch: perl
55686            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
55687            ! sv.c universal.c util.c
55688 ____________________________________________________________________________
55689 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
55690         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
55691              make Hash::Util::hash_seed use this.
55692      Branch: perl
55693            ! lib/Hash/Util.pm universal.c
55694 ____________________________________________________________________________
55695 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
55696         Log: Fix for [perl #24347] segfault with Safe
55697              The empty %INC created for safe compartements was freed
55698              too early.
55699      Branch: perl
55700            ! ext/Opcode/Opcode.xs
55701 ____________________________________________________________________________
55702 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
55703         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
55704              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
55705              Date: Sun, 2 Nov 2003 22:24:28 +0100
55706              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
55707      Branch: perl
55708            ! pod/perlguts.pod
55709 ____________________________________________________________________________
55710 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
55711         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
55712      Branch: perl
55713            ! pod/perlhist.pod
55714 ____________________________________________________________________________
55715 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
55716         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
55717              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
55718              Date: Wed, 29 Oct 2003 14:00:18 -0800
55719              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
55720      Branch: perl
55721            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
55722            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
55723            ! os2/perl2cmd.pl perlio.c
55724 ____________________________________________________________________________
55725 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
55726         Log: Quoted-printable is evil.
55727      Branch: perl
55728            ! win32/win32.h
55729 ____________________________________________________________________________
55730 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
55731         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
55732      Branch: perl
55733            ! perl.c
55734 ____________________________________________________________________________
55735 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
55736         Log: Portability nit for MinGW 3.
55737
55738              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
55739              From: Greg Matheson <lang@ms.chinmin.edu.tw>
55740              Date: Thu, 30 Oct 2003 14:11:58 +0800
55741              Message-ID: <20031030141158.A11772@ms>
55742              (actual patch by Abe Timmerman)
55743      Branch: perl
55744            ! win32/win32.h
55745 ____________________________________________________________________________
55746 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
55747         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
55748              From: david nicol <whatever@davidnicol.com>
55749              Date: 26 Oct 2003 22:34:04 -0600
55750              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
55751      Branch: perl
55752            ! pod/perltie.pod
55753 ____________________________________________________________________________
55754 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
55755         Log: Subject: [PATCH] DB_File 1.807
55756              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
55757              Date: Sat, 1 Nov 2003 13:50:12 -0000
55758              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
55759      Branch: perl
55760            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
55761            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
55762            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
55763 ____________________________________________________________________________
55764 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
55765         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
55766              From: Rick Delaney <rick@bort.ca>
55767              Date: Mon, 27 Oct 2003 16:24:16 -0500
55768              Message-ID: <20031027162416.H2233@biff.bort.ca>
55769      Branch: perl
55770            ! pp_hot.c
55771 ____________________________________________________________________________
55772 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
55773         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
55774      Branch: perl
55775            ! MANIFEST
55776 ____________________________________________________________________________
55777 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
55778         Log: mod_perl2 will require access to the Plan C hashing function.
55779      Branch: perl
55780            ! hv.h
55781 ____________________________________________________________________________
55782 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
55783         Log: Add Internals::HvREHASH to expose the rehashing flag
55784              t/op/hash.t tests that pathological data triggers rehashing
55785      Branch: perl
55786            + t/op/hash.t
55787            ! universal.c
55788 ____________________________________________________________________________
55789 [ 21599] By: davem                                 on 2003/11/01  00:09:22
55790         Log: whoops, typo
55791      Branch: perl
55792            ! ext/threads/shared/shared.xs
55793 ____________________________________________________________________________
55794 [ 21598] By: davem                                 on 2003/11/01  00:03:38
55795         Log: seg faults when deleting keys of shared hash refs
55796              Ensure that the shared_sv get magic of the element being deleted
55797              is called. Also, avoid posible memory leaks by wrapping all shared
55798              context sections with ENTER/SAVETMPS
55799      Branch: perl
55800            ! ext/threads/shared/shared.xs
55801 ____________________________________________________________________________
55802 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
55803         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
55804              From: Andy Dougherty <doughera@lafayette.edu>
55805              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
55806              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
55807              (plus POD link fixes)
55808      Branch: perl
55809            ! INSTALL
55810 ____________________________________________________________________________
55811 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
55812         Log: Prevent the installation of makefiles that can be found
55813              under lib/.
55814      Branch: perl
55815            ! installperl
55816 ____________________________________________________________________________
55817 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
55818         Log: Test nit ; goes with change 21591
55819      Branch: perl
55820            ! t/lib/warnings/regcomp
55821 ____________________________________________________________________________
55822 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
55823         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
55824              From: Gisle Aas <gisle@ActiveState.com>
55825              Date: 31 Oct 2003 03:13:03 -0800
55826              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
55827      Branch: perl
55828            ! pod/perlrun.pod
55829 ____________________________________________________________________________
55830 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
55831         Log: Subject: [PATCH] Off-by-one error in regcomp.c
55832              From: Slaven Rezic <slaven@rezic.de>
55833              Date: Fri, 31 Oct 2003 12:16:11 +0000
55834              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
55835      Branch: perl
55836            ! regcomp.c t/op/regmesg.t
55837 ____________________________________________________________________________
55838 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
55839         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
55840              From: Stas Bekman <stas@stason.org>
55841              Date: Wed, 29 Oct 2003 16:47:24 -0800
55842              Message-ID: <3FA05F9C.2080304@stason.org>
55843      Branch: perl
55844            ! pod/perlfunc.pod
55845 ____________________________________________________________________________
55846 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
55847         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
55848              From: Stas Bekman <stas@stason.org>
55849              Date: Wed, 29 Oct 2003 15:15:15 -0800
55850              Message-ID: <3FA04A03.5010603@stason.org>
55851              (enclosed in a #ifdef DEBUGGING)
55852      Branch: perl
55853            ! sv.c
55854 ____________________________________________________________________________
55855 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
55856         Log: Subject: [PATCH] Devel::PPPort and scan_bin
55857              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
55858              Date: Wed, 29 Oct 2003 22:53:43 +0100
55859              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
55860      Branch: perl
55861            ! ext/Devel/PPPort/PPPort.pm
55862 ____________________________________________________________________________
55863 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
55864         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
55865              From: Jan Dubois <jand@ActiveState.com>
55866              Date: Thu, 30 Oct 2003 18:43:08 -0800
55867              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
55868      Branch: perl
55869            ! Porting/p4d2p
55870 ____________________________________________________________________________
55871 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
55872         Log: Comment that this "optimisation" is actually a necessary fixup.
55873              When the split occurs (to make the opti{miser,onal}) this isn't
55874              (Richard Clamp reminded me that I forgot to do this)
55875      Branch: perl
55876            ! op.c
55877 ____________________________________________________________________________
55878 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
55879         Log: Rewrite to correctly use test.pl
55880
55881              Date: Thu, 30 Oct 2003 15:51:03 -0800
55882              From: Michael G Schwern <schwern@pobox.com>
55883              Subject: Re: Fix for the orange lion bug - aka empty sub bug
55884              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
55885      Branch: perl
55886            ! t/op/sub.t
55887 ____________________________________________________________________________
55888 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
55889         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
55890              Subject: Fix for the orange lion bug - aka empty sub bug
55891              From: Arthur Bergman <sky@nanisky.com>
55892              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
55893      Branch: perl
55894            + t/op/sub.t
55895            ! MANIFEST op.c
55896 ____________________________________________________________________________
55897 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
55898         Log: 14 is the chain length for attack. From
55899
55900              Message-ID: <20031030204117.16008.qmail@plover.com>
55901              Subject: Re: 5.8.2-RC1 and mp2
55902              Date: Thu, 30 Oct 2003 15:41:17 -0500
55903              From: Mark Jason Dominus <mjd@plover.com>
55904
55905              and
55906
55907              From: Scott A Crosby <scrosby@cs.rice.edu>
55908              Subject: Re: 5.8.2-RC1 and mp2
55909              Date: 30 Oct 2003 14:08:06 -0600
55910              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
55911      Branch: perl
55912            ! hv.c
55913 ____________________________________________________________________________
55914 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
55915         Log: Move a fcntl() example in perlfunc at a more proper place,
55916              as suggested by :
55917              Subject: [perl #24334] ioctl/fcntl doc confusion
55918              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
55919              Date: 28 Oct 2003 13:37:49 -0000
55920              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
55921      Branch: perl
55922            ! pod/perlfunc.pod
55923 ____________________________________________________________________________
55924 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
55925         Log: Upgrade to Time::HiRes 1.52.
55926      Branch: perl
55927            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55928            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
55929 ____________________________________________________________________________
55930 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
55931         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
55932              From: Abigail <abigail@abigail.nl>
55933              Date: Mon, 27 Oct 2003 13:05:37 +0100
55934              Message-ID: <20031027120536.GA24608@abigail.nl>
55935
55936              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
55937              From: Rick Delaney <rick@bort.ca>
55938              Date: Mon, 27 Oct 2003 12:17:49 -0500
55939              Message-ID: <20031027121749.E2233@biff.bort.ca>
55940      Branch: perl
55941            ! lib/overload.t toke.c
55942 ____________________________________________________________________________
55943 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
55944         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
55945              From: Abigail <abigail@abigail.nl>
55946              Date: Mon, 27 Oct 2003 14:50:24 +0100
55947              Message-ID: <20031027135024.GA12666@abigail.nl>
55948      Branch: perl
55949            ! t/comp/proto.t
55950 ____________________________________________________________________________
55951 [ 21564] By: davem                                 on 2003/10/27  22:01:12
55952         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
55953              of sharedsv_scalar_store().
55954      Branch: perl
55955            ! ext/threads/shared/shared.xs
55956 ____________________________________________________________________________
55957 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
55958         Log: Add a new taint error, "%ENV is aliased to %s".
55959              This error is thrown when taint checks are enabled and
55960              when *ENV has been aliased, so that %ENV has no env-magic
55961              anymore. (see bug [perl #24291].)
55962      Branch: perl
55963            ! pod/perldiag.pod t/op/taint.t taint.c
55964 ____________________________________________________________________________
55965 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
55966         Log: Record the escape^Wrelease of 5.9.0
55967      Branch: perl
55968            ! pod/perlhist.pod
55969 ____________________________________________________________________________
55970 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
55971         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
55972              From: Alan Burlison <Alan.Burlison@sun.com>
55973              Date: Tue, 21 Oct 2003 15:00:58 +0100
55974              Message-ID: <3F953C1A.3060800@sun.com>
55975      Branch: perl
55976            ! hints/solaris_2.sh
55977 ____________________________________________________________________________
55978 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
55979         Log: Sync with Unicode::Normalize 0.25
55980      Branch: perl
55981            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
55982            + ext/Unicode/Normalize/t/proto.t
55983            + ext/Unicode/Normalize/t/split.t
55984            ! MANIFEST ext/Unicode/Normalize/Changes
55985            ! ext/Unicode/Normalize/Makefile.PL
55986            ! ext/Unicode/Normalize/Normalize.pm
55987            ! ext/Unicode/Normalize/Normalize.xs
55988            ! ext/Unicode/Normalize/README
55989 ____________________________________________________________________________
55990 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
55991         Log: Sync with Unicode::Collate 0.30
55992      Branch: perl
55993            + lib/Unicode/Collate/t/hangtype.t
55994            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
55995            + lib/Unicode/Collate/t/variable.t
55996            + lib/Unicode/Collate/t/version.t
55997            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
55998            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
55999            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
56000            ! lib/Unicode/Collate/t/test.t
56001 ____________________________________________________________________________
56002 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
56003         Log: Sync with Pod::Perldoc 3.12
56004      Branch: perl
56005            ! lib/Pod/Perldoc.pm
56006 ____________________________________________________________________________
56007 [ 21546] By: ams                                   on 2003/10/27  09:00:08
56008         Log: Will the real off by one please stand up?
56009      Branch: perl
56010            ! mg.c
56011 ____________________________________________________________________________
56012 [ 21545] By: hv                                    on 2003/10/27  02:52:16
56013         Log: fixup separators
56014      Branch: perl
56015            ! Changes
56016 ____________________________________________________________________________
56017 [ 21544] By: hv                                    on 2003/10/27  02:51:26
56018         Log: don't complain of podless .pm files that have a separate .pod file
56019      Branch: perl
56020            ! pod/buildtoc
56021 ____________________________________________________________________________
56022 [ 21543] By: hv                                    on 2003/10/27  02:50:04
56023         Log: regen pods and toc
56024      Branch: perl
56025            ! pod/perlmodlib.pod pod/perltoc.pod
56026 ____________________________________________________________________________
56027 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
56028         Log: When %ENV has been turned into a non-magical hash after a
56029              glob assignment, TAINT_ENV() may dump core because it
56030              assumes $ENV{PATH} is magical. Fix this ; add a test to
56031              verify that the PATH is still checked for taintedness.
56032      Branch: perl
56033            ! t/op/taint.t taint.c
56034 ____________________________________________________________________________
56035 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
56036         Log: Fix backward-compatibility issues in if.pm.
56037      Branch: perl
56038            ! lib/if.pm
56039 ____________________________________________________________________________
56040 [ 21539] By: hv                                    on 2003/10/26  12:22:54
56041         Log: Update Changes.
56042      Branch: perl
56043            ! Changes patchlevel.h
56044 ____________________________________________________________________________
56045 [ 21538] By: ams                                   on 2003/10/26  08:08:02
56046         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
56047              The whole PL_origalen thing in perl.c looks very hokey.
56048      Branch: perl
56049            ! mg.c
56050 ____________________________________________________________________________
56051 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
56052         Log: show the rehash flags in dumps
56053      Branch: perl
56054            ! dump.c
56055 ____________________________________________________________________________
56056 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
56057         Log: Return 21533 (with modifications) having found the problem
56058      Branch: perl
56059            ! hv.c hv.h
56060 ____________________________________________________________________________
56061 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
56062         Log: Back out 21533 because it broke Encode's build in really weird ways
56063      Branch: perl
56064            ! hv.c hv.h
56065 ____________________________________________________________________________
56066 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
56067         Log: Plan C rough edge smoothing. Criteria for a hash split is now
56068              the earlier of "more keys than buckets" (the old test) or
56069              linked list too long. Rehash is triggered after a split if the
56070              longest linked list is too long.
56071      Branch: perl
56072            ! hv.c hv.h
56073 ____________________________________________________________________________
56074 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
56075         Log: Subject: Re: [perl #948] $, untieable?
56076              From: Richard Clamp <richardc@unixbeard.net>
56077              Date: Tue, 21 Oct 2003 00:02:49 +0100
56078              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
56079
56080              Plus a small fix to t/TEST to recognize the added TODO test
56081              as a TODO test.
56082      Branch: perl
56083            ! t/TEST t/op/tie.t
56084 ____________________________________________________________________________
56085 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
56086         Log: When it says "add", then, like, you have to p4 add it. D'oh!
56087              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
56088      Branch: perl
56089            + lib/I18N/LangTags/t/02decency.t
56090 ____________________________________________________________________________
56091 [ 21527] By: davem                                 on 2003/10/23  19:13:20
56092         Log: Fix two threads::shared leaks
56093              #24061 - AV in shared interpreter wasn't set to AvREAL
56094              #24255 - mortals were added to the shared interpreter's tmpstack
56095              and never freed.
56096      Branch: perl
56097            ! ext/threads/shared/shared.xs
56098 ____________________________________________________________________________
56099 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
56100         Log: From: Jan Dubois <jand@ActiveState.com>
56101              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
56102              Date: Wed, 22 Oct 2003 20:17:07 -0700
56103              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
56104
56105              From: Jan Dubois <jand@ActiveState.com>
56106              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
56107              Date: Wed, 22 Oct 2003 20:26:56 -0700
56108              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
56109      Branch: perl
56110            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
56111            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
56112            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
56113            ! utils/perldoc.PL
56114 ____________________________________________________________________________
56115 [ 21523] By: ams                                   on 2003/10/23  12:53:03
56116         Log: Subject: [PATCH] utime documentation
56117              From: Gisle Aas <gisle@ActiveState.com>
56118              Date: 23 Oct 2003 05:33:43 -0700
56119              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
56120      Branch: perl
56121            ! pod/perlfunc.pod
56122 ____________________________________________________________________________
56123 [ 21522] By: ams                                   on 2003/10/23  08:07:18
56124         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
56125              From: Jan Dubois <jand@ActiveState.com>
56126              Date: Wed, 22 Oct 2003 20:33:54 -0700
56127              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
56128      Branch: perl
56129            ! doio.c
56130 ____________________________________________________________________________
56131 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
56132         Log: patch created by Casey West from:
56133
56134              Subject: CPAN module problems
56135              From: Edward Moy <emoy@apple.com>
56136              Date: Fri, 10 Oct 2003 17:42:06 -0700
56137              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
56138
56139              (change ld value in hints file)
56140      Branch: perl
56141            ! hints/darwin.sh
56142 ____________________________________________________________________________
56143 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
56144         Log: Small email update in AUTHORS.
56145      Branch: perl
56146            ! AUTHORS
56147 ____________________________________________________________________________
56148 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
56149         Log: Add a test.taintwarn makefile target,
56150              to run the whole test suite with the -t switch.
56151      Branch: perl
56152            ! Makefile.SH pod/perlhack.pod t/TEST
56153 ____________________________________________________________________________
56154 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
56155         Log: Subject: [PATCH @20458] embedding perl
56156              From: Radu Greab <rgreab@fx.ro>
56157              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
56158              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
56159      Branch: perl
56160            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
56161            ! sv.c
56162 ____________________________________________________________________________
56163 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
56164         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
56165              in perltoot, $him->fullname should be $him->fullname->as_string
56166              when passed to printf.
56167      Branch: perl
56168            ! pod/perltoot.pod
56169 ____________________________________________________________________________
56170 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
56171         Log: Two OS/2 portability patches from Ilya.
56172
56173              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
56174              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
56175              Date: Thu, 25 Sep 2003 12:09:11 -0700
56176              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
56177
56178              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
56179              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
56180              Date: Thu, 25 Sep 2003 19:50:45 -0700
56181              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
56182      Branch: perl
56183            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
56184 ____________________________________________________________________________
56185 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
56186         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
56187              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56188              Date: Mon, 20 Oct 2003 20:14:19 +0200
56189              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
56190      Branch: perl
56191            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
56192 ____________________________________________________________________________
56193 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
56194         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
56195              From: Slaven Rezic <slaven@rezic.de>
56196              Date: 19 Oct 2003 17:54:59 +0200
56197              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
56198      Branch: perl
56199            ! perlio.c
56200 ____________________________________________________________________________
56201 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
56202         Log: Skip the chflags tests in filetest.t on Darwin.
56203      Branch: perl
56204            ! lib/filetest.t
56205 ____________________________________________________________________________
56206 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
56207         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
56208              flag on the hash when rehashing. Can turn off the "rehasing" flag
56209              if the hash is cleared
56210      Branch: perl
56211            ! hv.c
56212 ____________________________________________________________________________
56213 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
56214         Log: -u is deprecated.
56215              Subject: Re: why PERL5LIB is ignored when -T is in effect
56216              From: Slaven Rezic <slaven@rezic.de>
56217              Date: Fri, 17 Oct 2003 10:02:31 +0000
56218              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
56219      Branch: perl
56220            ! perl.c
56221 ____________________________________________________________________________
56222 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
56223         Log: The compilation of PerlIO::via may hang on AIX when
56224              compiling with vac at -O3 optimization level. Disable
56225              optimization for this module.
56226      Branch: perl
56227            + ext/PerlIO/via/hints/aix.pl
56228            ! MANIFEST
56229 ____________________________________________________________________________
56230 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
56231         Log: Plan C for foiling the algorithmic complexity attack
56232              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
56233              Chip's plan B (do something new inside the hv functions)
56234              and introspective sort)
56235              Provides infrastructure for hashes to change their hash function
56236              if necessary, and code in hsplit to detect pathalogical data and
56237              instigate a random rehashing.
56238              Needs refinement. Let's see how much smoke it creates.
56239      Branch: perl
56240            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
56241            ! util.c
56242 ____________________________________________________________________________
56243 [ 21470] By: davem                                 on 2003/10/16  20:03:44
56244         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
56245              PL_main_root is freed; this may not have been be the case if a
56246              thread other than the main one is the last to be destroyed
56247      Branch: perl
56248            ! ext/threads/t/thread.t pad.h perl.c
56249 ____________________________________________________________________________
56250 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
56251         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
56252              (as suggested by Jan Dubois)
56253      Branch: perl
56254            ! hv.c
56255 ____________________________________________________________________________
56256 [ 21468] By: ams                                   on 2003/10/16  19:00:14
56257         Log: Subject: Re: assert.h breaks perl.h
56258              From: Alexey Tourbin <at@altlinux.ru>
56259              Date: Thu, 16 Oct 2003 22:24:35 +0400
56260              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
56261      Branch: perl
56262            ! sv.h
56263 ____________________________________________________________________________
56264 [ 21467] By: ams                                   on 2003/10/16  18:57:57
56265         Log: Subject: [PATCH] Tie::Hash documentation
56266              From: Slaven Rezic <slaven@rezic.de>
56267              Date: Thu, 16 Oct 2003 17:57:35 +0000
56268              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
56269      Branch: perl
56270            ! lib/Tie/Hash.pm
56271 ____________________________________________________________________________
56272 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
56273         Log: Further tweak on change #21464.
56274      Branch: perl
56275            ! perl.c
56276 ____________________________________________________________________________
56277 [ 21464] By: ams                                   on 2003/10/16  08:42:50
56278         Log: Subject: perl -h tweak [PATCH]
56279              From: Gisle Aas <gisle@ActiveState.com>
56280              Date: 16 Oct 2003 02:49:39 -0700
56281              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
56282      Branch: perl
56283            ! perl.c
56284 ____________________________________________________________________________
56285 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
56286         Log: Perlfaq1 : take notice that 5.8.1 is now released.
56287      Branch: perl
56288            ! pod/perlfaq1.pod
56289 ____________________________________________________________________________
56290 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
56291         Log: PerlFAQ sync. (only actual changes)
56292      Branch: perl
56293            ! pod/perlfaq4.pod
56294 ____________________________________________________________________________
56295 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
56296         Log: Typos.
56297      Branch: perl
56298            ! hints/aix.sh
56299 ____________________________________________________________________________
56300 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
56301         Log: Fix bug [perl #24212] : improper error recovery in the
56302              tokenizer after an unknown filetest operator.
56303      Branch: perl
56304            ! t/comp/parser.t toke.c
56305 ____________________________________________________________________________
56306 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
56307         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
56308      Branch: perl
56309            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
56310            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
56311            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
56312            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
56313            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
56314            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
56315 ____________________________________________________________________________
56316 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
56317         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
56318              Based on a idea by Alex Hudson. (Basically those are unix domain
56319              sockets whose name has a '\0' as first character.)
56320      Branch: perl
56321            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
56322 ____________________________________________________________________________
56323 [ 21449] By: ams                                   on 2003/10/15  06:32:44
56324         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
56325              From: Autrijus Tang <autrijus@autrijus.org>
56326              Date: Tue, 14 Oct 2003 18:32:28 +0800
56327              Message-Id: <1066127547.65845.35.camel@localhost>
56328      Branch: perl
56329            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
56330            ! lib/ExtUtils/MakeMaker.pm
56331 ____________________________________________________________________________
56332 [ 21448] By: ams                                   on 2003/10/15  05:56:12
56333         Log: Rewrite #21447.
56334      Branch: perl
56335            ! pod/perliol.pod
56336 ____________________________________________________________________________
56337 [ 21447] By: ams                                   on 2003/10/15  05:36:48
56338         Log: Subject: [patch pod/perliol.pod]
56339              From: Stas Bekman <stas@stason.org>
56340              Date: Tue, 14 Oct 2003 18:05:29 -0700
56341              Message-Id: <3F8C9D59.3040403@stason.org>
56342      Branch: perl
56343            ! pod/perliol.pod
56344 ____________________________________________________________________________
56345 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
56346         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
56347              (the routine used by perl level HV operations)
56348      Branch: perl
56349            ! hv.c
56350 ____________________________________________________________________________
56351 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
56352         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
56353              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56354              Date: Tue, 30 Sep 2003 19:23:34 +0200
56355              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
56356      Branch: perl
56357            ! ext/Devel/PPPort/PPPort.pm
56358 ____________________________________________________________________________
56359 [ 21442] By: ams                                   on 2003/10/13  08:41:17
56360         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
56361              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
56362              Date: 12 Oct 2003 09:01:25 -0000
56363              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
56364      Branch: perl
56365            ! lib/strict.pm
56366 ____________________________________________________________________________
56367 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
56368         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
56369              From: Jan Dubois <jand@ActiveState.com>
56370              Date: Sun, 12 Oct 2003 22:09:39 -0700
56371              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
56372      Branch: perl
56373            ! universal.c
56374 ____________________________________________________________________________
56375 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
56376         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
56377              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
56378              Date: 5 Oct 2003 20:55:56 -0000
56379              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
56380      Branch: perl
56381            ! mg.c
56382 ____________________________________________________________________________
56383 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
56384         Log: Subject: [PATCH] Tie::Hash documentation
56385              From: Slaven Rezic <slaven@rezic.de>
56386              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
56387              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
56388      Branch: perl
56389            ! lib/Tie/Hash.pm
56390 ____________________________________________________________________________
56391 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
56392         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
56393              From: Slaven Rezic <slaven@rezic.de>
56394              Date: 07 Oct 2003 00:04:34 +0200
56395              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
56396      Branch: perl
56397            ! hints/darwin.sh
56398 ____________________________________________________________________________
56399 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
56400         Log: Minor nit in perlrun, spotted by Art Haas.
56401      Branch: perl
56402            ! pod/perlrun.pod
56403 ____________________________________________________________________________
56404 [ 21436] By: ams                                   on 2003/10/10  19:05:55
56405         Log: Subject: [PATCH] threads::async + some cleanup
56406              From: Elizabeth Mattijsen <liz@dijkmat.nl>
56407              Date: Fri, 10 Oct 2003 16:37:55 +0200
56408              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
56409      Branch: perl
56410            ! ext/threads/threads.pm
56411 ____________________________________________________________________________
56412 [ 21435] By: ams                                   on 2003/10/10  19:02:34
56413         Log: Make everyone stop posting to p5p about 0e0.
56414      Branch: perl
56415            ! pod/perlsyn.pod
56416 ____________________________________________________________________________
56417 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
56418         Log: Put all pre-processor #s on the first column (some compilers are picky)
56419              [perl #24167] `#' comment signs not at the very beginning of a line
56420      Branch: perl
56421            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
56422            ! perl.h regcomp.c
56423 ____________________________________________________________________________
56424 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
56425         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
56426              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
56427              to t/test.pl.
56428      Branch: perl
56429            - t/op/nothr5005.t
56430            ! MANIFEST t/op/args.t
56431 ____________________________________________________________________________
56432 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
56433         Log: Document the behaviour of filetest operators regarding parentheses.
56434              This fixes bug #24127 (by documenting it as a feature.)
56435      Branch: perl
56436            ! pod/perlop.pod
56437 ____________________________________________________________________________
56438 [ 21430] By: ams                                   on 2003/10/09  07:55:34
56439         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
56440              calculations in regcomp.c
56441              From: Eric Promislow <ericp@ActiveState.com>
56442              Date: Wed, 8 Oct 2003 17:42:42 -0700
56443              Message-Id: <20031008174242.A17544@ActiveState.com>
56444      Branch: perl
56445            ! regcomp.c
56446 ____________________________________________________________________________
56447 [ 21429] By: ams                                   on 2003/10/09  07:43:56
56448         Log: Patch based on:
56449
56450              Subject: [perl #24157] -MModule=} is broken
56451              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
56452              Date: 7 Oct 2003 21:47:43 -0000
56453              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
56454
56455              (Includes a fix for a similar problem in -A, but not -d.)
56456      Branch: perl
56457            ! perl.c
56458 ____________________________________________________________________________
56459 [ 21428] By: ams                                   on 2003/10/09  02:32:07
56460         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
56461              grok_numeric_radix()
56462              From: Jan Dubois <jand@ActiveState.com>
56463              Date: Wed, 08 Oct 2003 20:37:42 -0700
56464              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
56465      Branch: perl
56466            ! ext/Devel/PPPort/PPPort.pm
56467 ____________________________________________________________________________
56468 [ 21427] By: ams                                   on 2003/10/09  01:36:18
56469         Log: Subject: Re: require patch breaks locale
56470              From: Rick Delaney <rick@bort.ca>
56471              Date: Wed, 8 Oct 2003 22:41:55 -0400
56472              Message-Id: <20031008224155.A14638@biff.bort.ca>
56473      Branch: perl
56474            ! t/comp/require.t
56475 ____________________________________________________________________________
56476 [ 21426] By: ams                                   on 2003/10/09  01:26:57
56477         Log: Subject: Re: Simple @INC hook core dump [PATCH]
56478              From: Gisle Aas <gisle@ActiveState.com>
56479              Date: 08 Oct 2003 13:35:28 -0700
56480              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
56481      Branch: perl
56482            ! t/op/inccode.t
56483 ____________________________________________________________________________
56484 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
56485         Log: Fix bug #24108: Goto +foo broken
56486              the fix having been suggested by xmath via Juerd.
56487      Branch: perl
56488            ! op.c t/op/goto.t
56489 ____________________________________________________________________________
56490 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
56491         Log: Subject: Re: Simple @INC hook core dump [PATCH]
56492              From: Gisle Aas <gisle@ActiveState.com>
56493              Date: 08 Oct 2003 04:47:33 -0700
56494              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
56495      Branch: perl
56496            ! pp_ctl.c
56497 ____________________________________________________________________________
56498 [ 21423] By: ams                                   on 2003/10/08  10:09:41
56499         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
56500              From: Abigail <abigail@abigail.nl>
56501              Date: Wed, 8 Oct 2003 03:50:49 -0700
56502              Message-Id: <20031008105049.GA15770@ucan.foad.org>
56503      Branch: perl
56504            ! pod/perlrun.pod
56505 ____________________________________________________________________________
56506 [ 21422] By: ams                                   on 2003/10/08  06:13:07
56507         Log: "Are implicit undefs true?" asks Gisle.
56508      Branch: perl
56509            ! pod/perlsyn.pod
56510 ____________________________________________________________________________
56511 [ 21421] By: ams                                   on 2003/10/08  03:20:00
56512         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
56513              From: schwern@pobox.com
56514              Date: Tue, 7 Oct 2003 20:39:36 -0700
56515              Message-Id: <20031007203936.X4301@ttul.org>
56516
56517              (Originally from Shlomi Fish. Applied with tweaks.)
56518      Branch: perl
56519            ! pod/perlop.pod
56520 ____________________________________________________________________________
56521 [ 21420] By: ams                                   on 2003/10/07  19:51:35
56522         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
56523              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
56524      Branch: perl
56525            ! pod/perlsyn.pod sv.c t/op/pow.t
56526 ____________________________________________________________________________
56527 [ 21419] By: ams                                   on 2003/10/07  04:03:34
56528         Log: Why should -3**$x be more precisely determined than 3**$x?
56529      Branch: perl
56530            ! t/op/pow.t
56531 ____________________________________________________________________________
56532 [ 21418] By: ams                                   on 2003/10/07  03:59:38
56533         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
56534              From: schwern@pobox.com
56535              Date: Mon, 6 Oct 2003 13:14:36 -0700
56536              Message-Id: <20031006131436.G20960@ttul.org>
56537      Branch: perl
56538            ! lib/UNIVERSAL.pm t/op/universal.t
56539 ____________________________________________________________________________
56540 [ 21417] By: ams                                   on 2003/10/07  03:55:18
56541         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
56542              know what I mean.
56543      Branch: perl
56544            ! pod/perlfunc.pod
56545 ____________________________________________________________________________
56546 [ 21416] By: ams                                   on 2003/10/07  03:37:01
56547         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
56548              From: Stas Bekman <stas@stason.org>
56549              Date: Mon, 06 Oct 2003 21:19:53 -0700
56550              Message-Id: <3F823EE9.4030103@stason.org>
56551      Branch: perl
56552            ! sv.c
56553 ____________________________________________________________________________
56554 [ 21415] By: ams                                   on 2003/10/06  17:30:31
56555         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
56556              From: Rick Delaney <rick@bort.ca>
56557              Date: Tue, 23 Sep 2003 12:14:52 -0400
56558              Message-ID: <20030923121452.G18845@biff.bort.ca>
56559      Branch: perl
56560            ! pp_ctl.c t/comp/require.t
56561 ____________________________________________________________________________
56562 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
56563         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
56564              From: Abigail <abigail@abigail.nl>
56565              Date: Wed, 1 Oct 2003 14:19:43 +0200
56566              Message-ID: <20031001121943.GA29419@abigail.nl>
56567      Branch: perl
56568            ! lib/warnings.t
56569 ____________________________________________________________________________
56570 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
56571         Log: Fixes in the modules maintainers list.
56572      Branch: perl
56573            ! Porting/Maintainers.pl
56574 ____________________________________________________________________________
56575 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
56576         Log: Fix broken link in perltodo.pod.
56577      Branch: perl
56578            ! pod/perltodo.pod
56579 ____________________________________________________________________________
56580 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
56581         Log: Typos in perldiag.
56582      Branch: perl
56583            ! pod/perldiag.pod
56584 ____________________________________________________________________________
56585 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
56586         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
56587              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
56588              Date: Mon, 6 Oct 2003 08:45:29 +0200
56589              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
56590      Branch: perl
56591            ! pod/perlapi.pod pp_pack.c
56592 ____________________________________________________________________________
56593 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
56594         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
56595              From: Abigail <abigail@abigail.nl>
56596              Date: Mon, 6 Oct 2003 05:55:21 -0700
56597              Message-ID: <20031006125521.GA26446@ucan.foad.org>
56598      Branch: perl
56599            ! pod/perlfunc.pod
56600 ____________________________________________________________________________
56601 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
56602         Log: Add a new option --check to Porting/Maintainers,
56603              to check for files who are listed for several maintainers.
56604      Branch: perl
56605            ! Porting/Maintainers.pm
56606 ____________________________________________________________________________
56607 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
56608         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
56609              From: Fergal Daly <fergal@esatclear.ie>
56610              Date: Mon, 6 Oct 2003 00:25:29 +0100
56611              Message-Id: <200310060025.29122.fergal@esatclear.ie>
56612
56613              Plus regeneration of META.yml
56614      Branch: perl
56615            ! META.yml Porting/makemeta
56616 ____________________________________________________________________________
56617 [ 21406] By: ams                                   on 2003/10/06  04:22:11
56618         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
56619              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
56620              Date: Sun, 5 Oct 2003 21:27:54 +0200
56621              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
56622              (Applied with tweaks to op.c and a comment.)
56623      Branch: perl
56624            ! op.c t/lib/warnings/op
56625 ____________________________________________________________________________
56626 [ 21405] By: ams                                   on 2003/10/06  03:56:54
56627         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
56628              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
56629              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
56630              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
56631              (Applied with minor tweaks.)
56632      Branch: perl
56633            ! pod/perlsyn.pod
56634 ____________________________________________________________________________
56635 [ 21404] By: ams                                   on 2003/10/06  03:32:50
56636         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
56637              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
56638              Date: 5 Oct 2003 18:40:36 -0000
56639              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
56640              (Applied without $VERSION update.)
56641      Branch: perl
56642            ! lib/Tie/Hash.pm
56643 ____________________________________________________________________________
56644 [ 21403] By: ams                                   on 2003/10/06  03:26:39
56645         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
56646              From: Robert Spier <rspier@pobox.com>
56647              Date: Sun, 05 Oct 2003 21:34:30 -0700
56648              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
56649      Branch: perl
56650            ! pod/perlretut.pod
56651 ____________________________________________________________________________
56652 [ 21402] By: ams                                   on 2003/10/05  03:08:53
56653         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
56654              From: Steve Grazzini <grazz@pobox.com>
56655              Date: Sat, 4 Oct 2003 18:15:23 -0400
56656              Message-Id: <20031004221523.GA29324@grazzini.net>
56657      Branch: perl
56658            ! pp_sys.c
56659 ____________________________________________________________________________
56660 [ 21401] By: ams                                   on 2003/10/02  17:25:34
56661         Log: Subject: Re: 5.8.1 and srand
56662              From: Slaven Rezic <slaven@rezic.de>
56663              Date: Thu, 2 Oct 2003 15:51:11 +0000
56664              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
56665      Branch: perl
56666            ! t/op/fork.t
56667 ____________________________________________________________________________
56668 [ 21400] By: hv                                    on 2003/10/02  09:34:36
56669         Log: minor cleanup for Changes
56670      Branch: perl
56671            ! Changes
56672 ____________________________________________________________________________
56673 [ 21399] By: hv                                    on 2003/10/02  09:18:27
56674         Log: Update changes
56675      Branch: perl
56676            ! Changes patchlevel.h
56677 ____________________________________________________________________________
56678 [ 21398] By: hv                                    on 2003/10/02  09:15:42
56679         Log: build perlapi.pod in deterministic order even when functions differ
56680              only in case; regen perlapi.pod
56681      Branch: perl
56682            ! autodoc.pl pod/perlapi.pod
56683 ____________________________________________________________________________
56684 [ 21397] By: ams                                   on 2003/10/02  07:48:51
56685         Log: Subject: Re: 5.8.1 and srand
56686              From: Brendan O'Dea <bod@debian.org>
56687              Date: Thu, 2 Oct 2003 10:30:36 +1000
56688              Message-Id: <20031002003036.GA9198@londo.c47.org>
56689      Branch: perl
56690            ! util.c
56691 ____________________________________________________________________________
56692 [ 21396] By: ams                                   on 2003/10/01  22:18:13
56693         Log: Update Changes.
56694      Branch: perl
56695            ! Changes patchlevel.h
56696 ____________________________________________________________________________
56697 [ 21394] By: ams                                   on 2003/10/01  20:28:20
56698         Log: Subject: misapplied patch 19452
56699              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
56700              Date: Tue, 30 Sep 2003 06:01:50 -0700
56701              Message-Id: <20030930130150.GA1436@efn.org>
56702      Branch: perl
56703            ! pp_hot.c
56704 ____________________________________________________________________________
56705 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
56706         Log: Revamp the section on local() in perlsub.
56707              - avoid using the word "declare" in conjunction with local()
56708              - less archaelogical references
56709              - more about localization of lvalues
56710              - removes examples of localization of tied hashes that don't work
56711              - give titles to subsections
56712              - explain localization of magic values
56713              - explain localization of globs
56714              - fix link to perldelta
56715      Branch: perl
56716            ! pod/perlsub.pod
56717 ____________________________________________________________________________
56718 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
56719         Log: Useless "local $_" in a perlfaq3 example
56720      Branch: perl
56721            ! pod/perlfaq3.pod
56722 ____________________________________________________________________________
56723 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
56724         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
56725              From: grommel@sears.com
56726              Date: Mon, 29 Sep 2003 14:45:16 -0500
56727              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
56728      Branch: perl
56729            ! hints/svr4.sh t/op/pack.t
56730 ____________________________________________________________________________
56731 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
56732         Log: Add a TODO test for bug #23790, by Abigail
56733      Branch: perl
56734            ! t/op/sub_lval.t
56735 ____________________________________________________________________________
56736 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
56737         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
56738              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
56739              Date: Tue, 30 Sep 2003 04:53:02 -0700
56740              Message-ID: <20030930115302.GA3200@efn.org>
56741      Branch: perl
56742            ! pod/perlfunc.pod
56743 ____________________________________________________________________________
56744 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
56745         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
56746              From: Tom Horsley <Tom.Horsley@ccur.com>
56747              Date: Mon, 29 Sep 2003 13:00:09 GMT
56748              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
56749      Branch: perl
56750            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
56751 ____________________________________________________________________________
56752 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
56753         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
56754              From: Steve Hay <steve.hay@uk.radan.com>
56755              Date: Mon, 29 Sep 2003 11:50:23 +0100
56756              Message-ID: <3F780E6F.3020704@uk.radan.com>
56757      Branch: perl
56758            ! pod/splitpod
56759 ____________________________________________________________________________
56760 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
56761         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
56762              From: Brendan O'Dea <bod@debian.org>
56763              Date: Sun, 28 Sep 2003 23:23:34 +1000
56764              Message-ID: <20030928132334.GA29499@londo.c47.org>
56765      Branch: perl
56766            ! pod/perlrun.pod
56767 ____________________________________________________________________________
56768 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
56769         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
56770      Branch: perl
56771            ! Porting/Maintainers.pl
56772 ____________________________________________________________________________
56773 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
56774         Log: Missing +x bits.
56775      Branch: perl
56776            ! Porting/makerel
56777 ____________________________________________________________________________
56778 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
56779         Log: Update the perldelta for 5.9.0.
56780      Branch: perl
56781            ! pod/perldelta.pod
56782 ____________________________________________________________________________
56783 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
56784         Log: Add the perl581delta manpage.
56785              Regenerate the table of contents.
56786      Branch: perl
56787            + pod/perl581delta.pod
56788            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
56789            ! vms/descrip_mms.template win32/pod.mak
56790 ____________________________________________________________________________
56791 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
56792         Log: Update perlhist.pod
56793      Branch: perl
56794            ! pod/perlhist.pod
56795 ____________________________________________________________________________
56796 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
56797         Log: Sync with libnet 1.17
56798      Branch: perl
56799            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
56800 ____________________________________________________________________________
56801 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
56802         Log: Update to Scalar-List-Utils 1.13
56803      Branch: perl
56804            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
56805            ! ext/List/Util/lib/List/Util.pm
56806            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
56807 ____________________________________________________________________________
56808 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
56809         Log: CPAN sites update.
56810      Branch: perl
56811            ! pod/perlmodlib.PL
56812 ____________________________________________________________________________
56813 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
56814         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
56815              From: Greg Matheson <lang@ms.chinmin.edu.tw>
56816              Date: Wed, 24 Sep 2003 22:51:09 +0800
56817              Message-ID: <20030924225109.A17126@ms>
56818
56819              (Win98 + MinGW, a missing Win95.pm hunk)
56820      Branch: perl
56821            ! lib/ExtUtils/MM_Win95.pm
56822 ____________________________________________________________________________
56823 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
56824         Log: AUTHORS tweak.
56825      Branch: perl
56826            ! AUTHORS
56827 ____________________________________________________________________________
56828 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
56829         Log: Even though undefing SPACE and FORMAT should be safe,
56830              at this point I'm choosing to be paranoid and using
56831              #ifdef __Lynx__.
56832      Branch: perl
56833            ! perl.h
56834 ____________________________________________________________________________
56835 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
56836         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
56837              From: Olli Savia (via RT) <perlbug-followup@perl.org>
56838              Date: 24 Sep 2003 15:42:41 -0000
56839              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
56840      Branch: perl
56841            ! mg.c perl.h perlio.c pp_sys.c
56842 ____________________________________________________________________________
56843 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
56844         Log: Subject: [DOCPATCH] attributes.pm
56845              From: Elizabeth Mattijsen <liz@dijkmat.nl>
56846              Date: Wed, 24 Sep 2003 11:00:42 +0200
56847              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
56848
56849              (reformatted a bit)
56850      Branch: perl
56851            ! lib/attributes.pm
56852 ____________________________________________________________________________
56853 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
56854         Log: A fix from Graham for
56855              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
56856              (seemingly a NV casting issue)
56857      Branch: perl
56858            ! ext/List/Util/Util.xs
56859 ____________________________________________________________________________
56860 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
56861         Log: Someone actually reads the Makefile.PL messages, it seems.
56862              (from Jonathan Leffler)
56863      Branch: perl
56864            ! ext/Time/HiRes/Makefile.PL
56865 ____________________________________________________________________________
56866 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
56867         Log: perliol tweaks.
56868      Branch: perl
56869            ! pod/perliol.pod
56870 ____________________________________________________________________________
56871 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
56872         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
56873              (plus a few typos.)
56874      Branch: perl
56875            ! pod/perlfaq7.pod pod/perlpodspec.pod
56876 ____________________________________________________________________________
56877 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
56878         Log: Subject: [PATCH] perlvar
56879              From: Juerd <juerd@convolution.nl>
56880              Date: Sun, 21 Sep 2003 21:40:54 +0200
56881              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
56882      Branch: perl
56883            ! pod/perlvar.pod
56884 ____________________________________________________________________________
56885 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
56886         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
56887              From: grommel@sears.com
56888              Date: Tue, 23 Sep 2003 13:40:33 -0500
56889              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
56890      Branch: perl
56891            ! hints/svr4.sh t/op/stat.t
56892 ____________________________________________________________________________
56893 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
56894         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
56895              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
56896              Date: Tue, 23 Sep 2003 09:13:55 -0700
56897              Message-ID: <20030923161354.GA2432@efn.org>
56898      Branch: perl
56899            ! INSTALL
56900 ____________________________________________________________________________
56901 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
56902         Log: Minor nit in a debug message of the tokenizer.
56903      Branch: perl
56904            ! toke.c
56905 ____________________________________________________________________________
56906 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
56907         Log: Let's call it 2.34, already (from Johan).
56908      Branch: perl
56909            ! lib/Getopt/Long.pm
56910 ____________________________________________________________________________
56911 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
56912         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
56913              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56914              Date: Tue, 23 Sep 2003 15:04:35 +0200
56915              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
56916
56917              (add -we147 to ccflags if cc = ICC so that prototype
56918              detection works right)
56919      Branch: perl
56920            ! hints/linux.sh
56921 ____________________________________________________________________________
56922 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
56923         Log: Bump the Encode version to 1.9801 since we are no more identical
56924              to the CPAN version.
56925      Branch: perl
56926            ! ext/Encode/Encode.pm
56927 ____________________________________________________________________________
56928 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
56929         Log: ucmlintage.
56930      Branch: perl
56931            ! ext/Encode/ucm/gsm0338.ucm
56932 ____________________________________________________________________________
56933 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
56934         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
56935
56936              Fix as much as possible - the specification is still
56937              a bit unclear.
56938      Branch: perl
56939            + ext/Encode/t/gsm0338.t
56940            ! MANIFEST ext/Encode/MANIFEST
56941            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
56942 ____________________________________________________________________________
56943 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
56944         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
56945              From: Stephen McCamant <smcc@MIT.EDU>
56946              Date: Mon, 22 Sep 2003 20:53:57 -0700
56947              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
56948      Branch: perl
56949            ! ext/B/B/Deparse.pm
56950 ____________________________________________________________________________
56951 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
56952         Log: Subject: [PATCH] RC5 and Intel's ICC
56953              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56954              Date: Mon, 22 Sep 2003 22:52:40 +0200
56955              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
56956
56957              (the missing void return type)
56958      Branch: perl
56959            ! ext/threads/shared/shared.xs
56960 ____________________________________________________________________________
56961 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
56962         Log: Subject: [PATCH] RC5 and Intel's ICC
56963              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56964              Date: Mon, 22 Sep 2003 22:52:40 +0200
56965              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
56966
56967              (the attribute part)
56968      Branch: perl
56969            ! ext/Devel/PPPort/PPPort.pm perl.h
56970 ____________________________________________________________________________
56971 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
56972         Log: Stray CRs noticed by Jan Dubois.
56973      Branch: perl
56974            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
56975 ____________________________________________________________________________
56976 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
56977         Log: The RCs have been missing CRs from certain files because
56978              not all shells can handle multiline arguments right.
56979      Branch: perl
56980            ! Porting/makerel
56981 ____________________________________________________________________________
56982 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
56983         Log: When localising a magic value, propagate the readonly flag
56984              only if this scalar has \0 magic or has magic without a
56985              'set' method. (follows change #20479 for bug #23141.)
56986      Branch: perl
56987            ! scope.c t/op/local.t
56988 ____________________________________________________________________________
56989 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
56990         Log: An error message need not be a novel.
56991      Branch: perl
56992            ! pod/perldiag.pod pp_hot.c
56993 ____________________________________________________________________________
56994 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
56995         Log: Upgrade to Math::BigInt 1.66.
56996      Branch: perl
56997            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
56998            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
56999            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
57000            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
57001            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
57002 ____________________________________________________________________________
57003 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
57004         Log: Some more perlio doc tweaks based on NI-S.
57005      Branch: perl
57006            ! pod/perliol.pod
57007 ____________________________________________________________________________
57008 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
57009         Log: Upgrade to Time::HiRes 1.51.
57010      Branch: perl
57011            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57012 ____________________________________________________________________________
57013 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
57014         Log: Upgrade to Getopt::Long 2.33_03.
57015      Branch: perl
57016            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
57017 ____________________________________________________________________________
57018 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
57019         Log: CPAN.pm 1.76_01 from Andreas.
57020      Branch: perl
57021            ! lib/CPAN.pm
57022 ____________________________________________________________________________
57023 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
57024         Log: Regen toc.
57025      Branch: perl
57026            ! pod/perltoc.pod
57027 ____________________________________________________________________________
57028 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
57029         Log: Handle also the curliffy files when tocing.
57030      Branch: perl
57031            ! pod/buildtoc
57032 ____________________________________________________________________________
57033 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
57034         Log: Macrofy the compile/runtime test.
57035      Branch: perl
57036            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
57037 ____________________________________________________________________________
57038 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
57039         Log: Tweak the section name to agree with the change #21295.
57040      Branch: perl
57041            ! lib/PerlIO.pm
57042 ____________________________________________________________________________
57043 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
57044         Log: One obvious place to look for PerlIO implementations.
57045      Branch: perl
57046            ! pod/perliol.pod
57047 ____________________________________________________________________________
57048 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
57049         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
57050              From: Dave Mitchell <davem@fdgroup.com>
57051              Date: Fri, 19 Sep 2003 19:35:44 +0100
57052              Message-ID: <20030919183544.GA14563@fdgroup.com>
57053      Branch: perl
57054            ! pp_ctl.c
57055 ____________________________________________________________________________
57056 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
57057         Log: More PerlIO documentation.
57058      Branch: perl
57059            ! lib/PerlIO.pm pod/perliol.pod
57060 ____________________________________________________________________________
57061 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
57062         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
57063              (The real bug was mp2 being too "friendly" with MM innards.)
57064      Branch: perl
57065            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
57066            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
57067 ____________________________________________________________________________
57068 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
57069         Log: In FreeBSD allow one to try using Perl's malloc with threads.
57070      Branch: perl
57071            ! hints/freebsd.sh
57072 ____________________________________________________________________________
57073 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
57074         Log: Missing perlfaq chunk.
57075      Branch: perl
57076            ! pod/perlfaq4.pod
57077 ____________________________________________________________________________
57078 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
57079         Log: FAQ sync.
57080      Branch: perl
57081            ! pod/perlfaq4.pod
57082 ____________________________________________________________________________
57083 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
57084         Log: Subject: typo fixo
57085              From: Vadim Konovalov <konovalo@mail.wplus.net>
57086              Date: Fri, 19 Sep 2003 06:32:08 +0400
57087              Message-ID: <4538131828.20030919063208@mail.wplus.net>
57088      Branch: perl
57089            ! pod/perlunicode.pod
57090 ____________________________________________________________________________
57091 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
57092         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
57093              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57094              Date: Thu, 18 Sep 2003 19:01:06 -0700
57095              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
57096      Branch: perl
57097            ! os2/os2.c
57098 ____________________________________________________________________________
57099 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
57100         Log: Tests for change #21284.
57101      Branch: perl
57102            ! lib/dumpvar.t
57103 ____________________________________________________________________________
57104 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
57105         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
57106              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57107              Date: Thu, 18 Sep 2003 18:58:59 -0700
57108              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
57109      Branch: perl
57110            ! lib/dumpvar.pl
57111 ____________________________________________________________________________
57112 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
57113         Log: Perlfaq nits from Iain Truskett.
57114              (from the perlfaq-workers list)
57115      Branch: perl
57116            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
57117 ____________________________________________________________________________
57118 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
57119         Log: Integrate a change from the perlfaq CVS.
57120              I consider the bleadperl version being more up-to-date as of now.
57121      Branch: perl
57122            ! pod/perlfaq3.pod
57123 ____________________________________________________________________________
57124 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
57125         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
57126              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57127              Date: Thu, 18 Sep 2003 11:02:02 -0700
57128              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
57129
57130              (use stat.t instead of time.t)
57131      Branch: perl
57132            ! os2/os2ish.h pp_sys.c t/op/stat.t
57133 ____________________________________________________________________________
57134 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
57135         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
57136              From: Rick Delaney <rick.delaney@rogers.com>
57137              Date: Wed, 1 Jan 2003 22:54:59 -0500
57138              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
57139
57140              (Pity the first patch fell through the cracks back then.
57141              Not that forbidding non-object copy constructors is the right
57142              thing to do but the bug could use fixing.)
57143      Branch: perl
57144            ! lib/overload.t pp.h
57145 ____________________________________________________________________________
57146 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
57147         Log: Subject: [PATCH] small fix for Devel::PPPort
57148              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
57149              Date: Thu, 18 Sep 2003 10:14:58 +0200
57150              Message-id: <20030918081458.GA2653@ethan>
57151      Branch: perl
57152            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
57153 ____________________________________________________________________________
57154 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
57155         Log: ld has many guises.
57156      Branch: perl
57157            ! lib/ExtUtils/t/MM_Unix.t
57158 ____________________________________________________________________________
57159 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
57160         Log: Missed OS/2 patch hunk.
57161      Branch: perl
57162            ! os2/os2.c
57163 ____________________________________________________________________________
57164 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
57165         Log: Subject: Patch for VMS::Filespec
57166              From: Ken Williams <ken@mathforum.org>
57167              Date: Wed, 17 Sep 2003 20:11:46 -0500
57168              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
57169      Branch: perl
57170            ! vms/ext/Filespec.pm
57171 ____________________________________________________________________________
57172 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
57173         Log: Subject: 5.8.1 warnings when long double == double
57174              From: Andy Dougherty <doughera@lafayette.edu>
57175              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
57176              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
57177              (the changed message)
57178      Branch: perl
57179            ! Configure
57180 ____________________________________________________________________________
57181 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
57182         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
57183              for "is this symbol defined" scanning of Configure.
57184      Branch: perl
57185            ! Configure
57186 ____________________________________________________________________________
57187 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
57188         Log: Make it possible to override the mistrustnm hint in Solaris.
57189      Branch: perl
57190            ! hints/solaris_2.sh
57191 ____________________________________________________________________________
57192 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
57193         Log: A potential fix for non-empty LD in Unix.
57194      Branch: perl
57195            ! lib/ExtUtils/t/MM_Unix.t
57196 ____________________________________________________________________________
57197 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
57198         Log: Subject: RE: MM in maint@21251 breaks mp2
57199              From: "Orton, Yves" <yves.orton@de.mci.com>
57200              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
57201              Date: Wed, 17 Sep 2003 15:47:35 +0100
57202      Branch: perl
57203            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
57204            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
57205 ____________________________________________________________________________
57206 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
57207         Log: The AIX C product potentially consists of several packages,
57208              the main package being (hopefully) the first one.
57209      Branch: perl
57210            ! hints/aix.sh
57211 ____________________________________________________________________________
57212 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
57213         Log: Fix Solaris ccversion not having the cc version.
57214      Branch: perl
57215            ! hints/solaris_2.sh
57216 ____________________________________________________________________________
57217 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
57218         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
57219              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57220              Date: Tue, 16 Sep 2003 23:49:42 -0700
57221              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
57222      Branch: perl
57223            ! os2/os2ish.h
57224 ____________________________________________________________________________
57225 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
57226         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
57227              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57228              Date: Tue, 16 Sep 2003 23:21:48 -0700
57229              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
57230      Branch: perl
57231            ! os2/OS2/Process/t/os2_process.t
57232 ____________________________________________________________________________
57233 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
57234         Log: Subject: [PATCH 5.8.1 @21211] magic.t
57235              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57236              Date: Tue, 16 Sep 2003 19:17:57 -0700
57237              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
57238      Branch: perl
57239            ! t/op/magic.t
57240 ____________________________________________________________________________
57241 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
57242         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
57243              From: Dave Mitchell <davem@fdgroup.com>
57244              Date: Tue, 16 Sep 2003 21:56:20 +0100
57245              Message-ID: <20030916205620.GB1246@fdgroup.com>
57246      Branch: perl
57247            ! pod/perlfunc.pod
57248 ____________________________________________________________________________
57249 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
57250         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
57251      Branch: perl
57252            + ext/Time/HiRes/hints/svr4.pl
57253            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
57254 ____________________________________________________________________________
57255 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
57256         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
57257              From: Andy Dougherty <doughera@lafayette.edu>
57258              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
57259              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
57260      Branch: perl
57261            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
57262 ____________________________________________________________________________
57263 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
57264         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
57265              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
57266              Date: Wed, 4 Jun 2003 00:45:23 -0700
57267              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
57268      Branch: perl
57269            ! lib/Getopt/Std.pm
57270 ____________________________________________________________________________
57271 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
57272         Log: Give a concrete example of the still existing Unicode slowness.
57273      Branch: perl
57274            ! pod/perlunicode.pod
57275 ____________________________________________________________________________
57276 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
57277         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
57278              use File::Spec 0.8 is unhappy.
57279      Branch: perl
57280            ! lib/File/Spec.pm
57281 ____________________________________________________________________________
57282 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
57283         Log: The test is not needed, says Schwern.
57284      Branch: perl
57285            - lib/base/t/fields-560.t
57286            ! MANIFEST
57287 ____________________________________________________________________________
57288 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
57289         Log: Upgrade to File::Spec 0.85_03.
57290      Branch: perl
57291            + lib/File/Spec/t/crossplatform.t
57292            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
57293            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
57294            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
57295            ! lib/File/Spec/t/Spec.t
57296 ____________________________________________________________________________
57297 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
57298         Log: Upgrade to MakeMaker 6.17.
57299      Branch: perl
57300            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
57301            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
57302            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
57303            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
57304            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
57305            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
57306            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
57307            ! t/lib/MakeMaker/Test/Utils.pm
57308 ____________________________________________________________________________
57309 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
57310         Log: Upgrade to base 2.03.
57311              (Rename the fields-5.6.0.t to have less d.o.t.s.)
57312      Branch: perl
57313            + lib/base/t/base.t lib/base/t/fields-560.t
57314            + lib/base/t/fields-base.t lib/base/t/fields.t
57315            - lib/fields-base.t lib/fields.t
57316            ! MANIFEST lib/base.pm lib/fields.pm
57317 ____________________________________________________________________________
57318 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
57319         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
57320              From: PPrymmer@factset.com
57321              Date: Mon, 15 Sep 2003 15:28:52 -0400
57322              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
57323      Branch: perl
57324            ! lib/Memoize/t/tie_sdbm.t
57325 ____________________________________________________________________________
57326 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
57327         Log: Check the context of for/grep/map.
57328      Branch: perl
57329            ! t/op/grep.t
57330 ____________________________________________________________________________
57331 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
57332         Log: For-non-perlio places we need STDOUT back.
57333      Branch: perl
57334            ! t/io/dup.t
57335 ____________________________________________________________________________
57336 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
57337         Log: Also IRIX wants setlogsock('stream').
57338      Branch: perl
57339            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
57340 ____________________________________________________________________________
57341 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
57342         Log: More portable reading.
57343      Branch: perl
57344            ! t/io/dup.t
57345 ____________________________________________________________________________
57346 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
57347         Log: More dup testing.
57348      Branch: perl
57349            ! t/io/dup.t
57350 ____________________________________________________________________________
57351 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
57352         Log: Use $Config{_exe}.
57353      Branch: perl
57354            ! t/run/switches.t
57355 ____________________________________________________________________________
57356 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
57357         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
57358              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57359              Date: Sat, 13 Sep 2003 20:20:30 -0700
57360              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
57361      Branch: perl
57362            ! os2/os2.c t/run/switches.t
57363 ____________________________________________________________________________
57364 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
57365         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
57366              From: Michael G Schwern <schwern@pobox.com>
57367              Date: Thu, 11 Sep 2003 15:07:10 -0700
57368              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
57369
57370              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
57371      Branch: perl
57372            ! lib/ExtUtils/t/Manifest.t
57373 ____________________________________________________________________________
57374 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
57375         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
57376              From: "Craig A. Berry" <craigberry@mac.com>
57377              Date: Sun, 14 Sep 2003 00:23:56 -0500
57378              Message-ID: <3F63FB6C.5040502@mac.com>
57379      Branch: perl
57380            ! perlio.c
57381 ____________________________________________________________________________
57382 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
57383         Log: parse_version doesn't always succeed.
57384      Branch: perl
57385            ! Porting/cmpVERSION.pl
57386 ____________________________________________________________________________
57387 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
57388         Log: pod changes, so change $VERSION.
57389      Branch: perl
57390            ! lib/Fatal.pm
57391 ____________________________________________________________________________
57392 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
57393         Log: Subject: Re: unicode regex problem
57394              From: hv@crypt.org
57395              Date: Sat, 13 Sep 2003 15:21:34 +0100
57396              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
57397      Branch: perl
57398            ! regcomp.c t/op/pat.t
57399 ____________________________________________________________________________
57400 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
57401         Log: More PerlIO warnings changes.
57402      Branch: perl
57403            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
57404 ____________________________________________________________________________
57405 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
57406         Log: The "perlio: " prefix looks a little odd
57407              in the few warning/error messages, since
57408              no other 'subsystems' have prefixes.
57409      Branch: perl
57410            ! perlio.c pod/perldiag.pod t/io/open.t
57411 ____________________________________________________________________________
57412 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
57413         Log: Layer names were recognized by their prefixes
57414              (e.g. open(F, ":u", "file") worked...)
57415      Branch: perl
57416            ! perlio.c t/io/open.t
57417 ____________________________________________________________________________
57418 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
57419         Log: Apparently at some point doing 3-arg open with
57420              illegal mode like ">>>" had stopped croaking.
57421      Branch: perl
57422            ! doio.c t/io/open.t
57423 ____________________________________________________________________________
57424 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
57425         Log: Minuscule code cleanup.
57426      Branch: perl
57427            ! doio.c
57428 ____________________________________________________________________________
57429 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
57430         Log: Subject: [perl #23788] int of a fraction errors
57431              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
57432              Date: 11 Sep 2003 22:38:19 -0000
57433              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
57434
57435              Add a separate faq entry for int().  (Yes, a bit redundant
57436              with the existing "why are my numbers broken" entry.)
57437      Branch: perl
57438            ! pod/perlfaq4.pod
57439 ____________________________________________________________________________
57440 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
57441         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
57442              From: Stas Bekman <stas@stason.org>
57443              Date: Fri, 12 Sep 2003 13:44:11 -0700
57444              Message-ID: <3F62301B.3080604@stason.org>
57445
57446              s/discipline/IO layer/, instead of "unknown" say "unavailable",
57447              and have the fuller explanation in perldiag.
57448      Branch: perl
57449            ! doio.c pod/perldiag.pod
57450 ____________________________________________________________________________
57451 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
57452         Log: Make the new glob tests pass (well, skip) even with miniperl.
57453      Branch: perl
57454            ! t/run/fresh_perl.t
57455 ____________________________________________________________________________
57456 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
57457         Log: Stringify the $VERSION of DynaLoader so it's never dependent
57458              on localized float-to-string conversions.
57459      Branch: perl
57460            ! ext/DynaLoader/DynaLoader_pm.PL
57461 ____________________________________________________________________________
57462 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
57463         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
57464              since that would break a lot of code.)  Also few
57465              stray UTF16s, UTF32s, and "encoded in Unicode".
57466      Branch: perl
57467            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
57468            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
57469            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
57470            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
57471            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
57472 ____________________________________________________________________________
57473 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
57474         Log: The buildtoc now has options.
57475      Branch: perl
57476            ! pod/Makefile.SH
57477 ____________________________________________________________________________
57478 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
57479         Log: Some more tweaks on open ...&=.
57480      Branch: perl
57481            ! pod/perlfunc.pod
57482 ____________________________________________________________________________
57483 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
57484         Log: Slightly more documentation for open ...&=.
57485      Branch: perl
57486            ! pod/perlfunc.pod
57487 ____________________________________________________________________________
57488 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
57489         Log: Document the new strict strict in strict.
57490      Branch: perl
57491            ! lib/strict.pm
57492 ____________________________________________________________________________
57493 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
57494         Log: More comments for the FreeBSD threads hints.
57495      Branch: perl
57496            ! hints/freebsd.sh
57497 ____________________________________________________________________________
57498 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
57499         Log: More refactoring of the FreeBSD threads hints.
57500              Basically, for fresh enough 5.x the -pthread is dropped,
57501              otherwise keep it, and no known FreeBSD release has
57502              a functional gethostbyaddr_r.
57503      Branch: perl
57504            ! hints/freebsd.sh
57505 ____________________________________________________________________________
57506 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
57507         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
57508              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57509              Date: Thu, 11 Sep 2003 09:15:04 -0700
57510              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
57511      Branch: perl
57512            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
57513            ! os2/OS2/Process/Process.xs
57514 ____________________________________________________________________________
57515 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
57516         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
57517              From: "Brendan O'Dea" <bod@debian.org>
57518              Date: Fri, 12 Sep 2003 00:12:51 +1000
57519              Message-ID: <20030911141251.GA26907@londo.c47.org>
57520      Branch: perl
57521            ! perl.c
57522 ____________________________________________________________________________
57523 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
57524         Log: The change of not needing -pthread in FreeBSD 5.x
57525              is very recent (Sep 3) (from Anton Berezin).
57526      Branch: perl
57527            ! hints/freebsd.sh
57528 ____________________________________________________________________________
57529 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
57530         Log: Upgrade to Pod::Perldoc 3.10.
57531              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
57532      Branch: perl
57533            ! lib/Pod/Perldoc.pm
57534 ____________________________________________________________________________
57535 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
57536         Log: Upgrade to base 2.02.
57537      Branch: perl
57538            + lib/fields-base.t
57539            ! MANIFEST lib/base.pm lib/fields.t
57540 ____________________________________________________________________________
57541 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
57542         Log: Replace #21158 with a better patch from Hugo
57543              (for [perl #23769]).
57544      Branch: perl
57545            ! regcomp.c regexec.c t/op/pat.t
57546 ____________________________________________________________________________
57547 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
57548         Log: Subject: [PATCH][TESTS] dumpvar.pl
57549              From: Joe McMahon <mcmahon@metalab.unc.edu>
57550              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
57551              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
57552      Branch: perl
57553            ! lib/dumpvar.pl lib/dumpvar.t
57554 ____________________________________________________________________________
57555 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
57556         Log: Enache still wants -pthread gone for FreeBSD 5.x
57557              since it doesn't work with the latest -current.
57558      Branch: perl
57559            ! hints/freebsd.sh
57560 ____________________________________________________________________________
57561 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
57562         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
57563              From: Stas Bekman <stas@stason.org>
57564              Date: Thu, 28 Aug 2003 16:10:48 -0700
57565              Message-ID: <3F4E8BF8.1090800@stason.org>
57566      Branch: perl
57567            ! emacs/cperl-mode.el emacs/ptags
57568 ____________________________________________________________________________
57569 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
57570         Log: Retract #21149, sez Schwern.
57571      Branch: perl
57572            ! lib/Test/More.pm
57573 ____________________________________________________________________________
57574 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
57575         Log: Retract #21168 based on advice from Anton Berezin (added).
57576      Branch: perl
57577            ! hints/freebsd.sh
57578 ____________________________________________________________________________
57579 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
57580         Log: Subject: nit to hints/freebsd.sh
57581              From: Enache Adrian <enache@rdslink.ro>
57582              Date: Wed, 10 Sep 2003 19:50:59 +0300
57583              Message-ID: <20030910165059.GB1321@ratsnest.hole>
57584      Branch: perl
57585            ! hints/freebsd.sh
57586 ____________________________________________________________________________
57587 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
57588         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
57589              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
57590              Date: Sun, 31 Aug 2003 22:08:19 GMT
57591              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
57592
57593              The test has been moved into warnings.pm's test suite. Note
57594              that this patch fixed as well the behaviour of warnings::enabled
57595              regarding lexical scoping and different files; hence the expected
57596              results in a few tests in /t/lib/warnings/9enabled has been
57597              reverted.
57598      Branch: perl
57599            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
57600 ____________________________________________________________________________
57601 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
57602         Log: Remove the warning in perlfaq about using map in void context :
57603              From: abigail@abigail.nl (Abigail)
57604              Subject: [PATCH perlfaq6] map in a void context.
57605              Date: Tue, 9 Sep 2003 10:31:58 +0200
57606              Message-ID: <20030909083158.GA24125@abigail.nl>
57607      Branch: perl
57608            ! pod/perlfaq6.pod
57609 ____________________________________________________________________________
57610 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
57611         Log: Subject: [PATCH] AUTHORS
57612              From: enache@rdslink.ro (Enache Adrian)
57613              Date: Tue, 9 Sep 2003 19:34:05 +0300
57614              Message-ID: <20030909163405.GB1398@ratsnest.hole>
57615      Branch: perl
57616            ! AUTHORS
57617 ____________________________________________________________________________
57618 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
57619         Log: Regen perlapi.
57620      Branch: perl
57621            ! pod/perlapi.pod
57622 ____________________________________________________________________________
57623 [ 21163] By: merijn                                on 2003/09/10  15:31:27
57624         Log: Subject: [perl #23778] hints/aix.sh
57625              Date: 10 Sep 2003 16:30:32 -0000
57626              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
57627              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
57628      Branch: perl
57629            ! hints/aix.sh
57630 ____________________________________________________________________________
57631 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
57632         Log: blead version of #21161.
57633      Branch: perl
57634            ! pod/perlvar.pod
57635 ____________________________________________________________________________
57636 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
57637         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
57638              From: PPrymmer@factset.com
57639              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
57640              Date: Fri, 5 Sep 2003 17:46:48 -0400
57641      Branch: perl
57642            ! lib/File/Spec/t/Spec.t
57643 ____________________________________________________________________________
57644 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
57645         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
57646              From: Kurt Starsinic <kstar@cpan.org>
57647              Date: Tue, 9 Sep 2003 23:16:00 -0400
57648              Message-ID: <20030910031600.GA30554@verizon.net>
57649
57650              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
57651              From: "Brendan O'Dea" <bod@debian.org>
57652              Date: Wed, 10 Sep 2003 22:03:15 +1000
57653              Message-ID: <20030910120315.GA1372@londo.c47.org>
57654      Branch: perl
57655            ! t/lib/h2ph.pht utils/h2ph.PL
57656 ____________________________________________________________________________
57657 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
57658         Log: Unicode regex broken on simple example
57659              regrepeat() did not work right for UTF-8(ed Latin-1)
57660              in the EXACT case, which made the \x{a0}+ fail.
57661      Branch: perl
57662            ! regexec.c t/op/pat.t
57663 ____________________________________________________________________________
57664 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
57665         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
57666      Branch: perl
57667            ! pp_hot.c t/io/utf8.t
57668 ____________________________________________________________________________
57669 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
57670         Log: Detypo and explain better.
57671      Branch: perl
57672            ! pod/perldiag.pod
57673 ____________________________________________________________________________
57674 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
57675         Log: If doing rcatline no point rescanning each time
57676              the beginning of the SV for utf8 validity.
57677      Branch: perl
57678            ! pp_hot.c
57679 ____________________________________________________________________________
57680 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
57681         Log: No utf8 warnings without use warnings.
57682      Branch: perl
57683            ! t/io/utf8.t
57684 ____________________________________________________________________________
57685 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
57686         Log: Reading a latin1 file with open(... "<:utf8") will freeze
57687              is no more valid, the script doesn't freeze, but I noticed
57688              that neither does the <FILE> complain about bad UTF-8 as it
57689              should and as it does with :encoding(utf8).
57690      Branch: perl
57691            ! pp_hot.c t/io/utf8.t
57692 ____________________________________________________________________________
57693 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
57694         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
57695              of Perl_utf8_is_string().
57696      Branch: perl
57697            ! embed.fnc embed.h global.sym proto.h utf8.c
57698 ____________________________________________________________________________
57699 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
57700         Log: Document a PerlIO/Encode warning.
57701      Branch: perl
57702            ! pod/perldiag.pod
57703 ____________________________________________________________________________
57704 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
57705         Log: Subject: Re: maint @ 21116
57706              From: Fergal Daly <fergal@esatclear.ie>
57707              Date: Tue, 9 Sep 2003 18:26:20 +0100
57708              Message-Id: <200309091826.20630.fergal@esatclear.ie>
57709
57710              (added warning)
57711      Branch: perl
57712            ! lib/Test/More.pm
57713 ____________________________________________________________________________
57714 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
57715         Log: Adjust the test count.
57716      Branch: perl
57717            ! lib/Test/Simple/t/is_deeply.t
57718 ____________________________________________________________________________
57719 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
57720         Log: AUTHORS update from Dave Mitchell.
57721      Branch: perl
57722            ! AUTHORS
57723 ____________________________________________________________________________
57724 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
57725         Log: Retract #20548 and #20465.
57726      Branch: perl
57727            ! lib/Test/More.pm lib/Test/Simple/t/More.t
57728            ! lib/Test/Simple/t/is_deeply.t
57729 ____________________________________________________________________________
57730 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
57731         Log: Subject: Re: maint @ 21116
57732              From: Enache Adrian <enache@rdslink.ro>
57733              Date: Tue, 9 Sep 2003 16:59:44 +0300
57734              Message-ID: <20030909135944.GA1666@ratsnest.hole>
57735      Branch: perl
57736            ! makedef.pl
57737 ____________________________________________________________________________
57738 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
57739         Log: Retract #21132.
57740      Branch: perl
57741            ! makedef.pl perl.h
57742 ____________________________________________________________________________
57743 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
57744         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
57745      Branch: perl
57746            ! lib/Hash/Util.pm pod/perlrun.pod
57747 ____________________________________________________________________________
57748 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
57749         Log: Subject: =encoding in perlpod/perlpodspec
57750              From: sburke@cpan.org (Sean M. Burke)
57751              Date: Sun, 07 Sep 2003 03:08:28 -0800
57752              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
57753      Branch: perl
57754            ! pod/perlpod.pod pod/perlpodspec.pod
57755 ____________________________________________________________________________
57756 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
57757         Log: One more chance... Elizabeth's change #21107 plus
57758              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
57759              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
57760              Date: Tue, 9 Sep 2003 01:44:24 +0200
57761              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
57762      Branch: perl
57763            ! lib/warnings.pm toke.c warnings.pl
57764 ____________________________________________________________________________
57765 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
57766         Log: One more test count tweak.
57767      Branch: perl
57768            ! t/op/grep.t
57769 ____________________________________________________________________________
57770 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
57771         Log: Subject: Re: maint @ 21116
57772              From: Steve Hay <steve.hay@uk.radan.com>
57773              Date: Tue, 09 Sep 2003 09:49:07 +0100
57774              Message-ID: <3F5D9403.3040004@uk.radan.com>
57775      Branch: perl
57776            ! makedef.pl perl.h
57777 ____________________________________________________________________________
57778 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
57779         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
57780              From: david nicol <whatever@davidnicol.com>
57781              Date: 08 Sep 2003 23:39:32 -0500
57782              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
57783
57784              (a testcase)
57785      Branch: perl
57786            ! t/op/grep.t
57787 ____________________________________________________________________________
57788 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
57789         Log: Ooops, perlio into scalars was already history for this test...
57790      Branch: perl
57791            ! lib/dumpvar.t
57792 ____________________________________________________________________________
57793 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
57794         Log: Cannot do perlio into scalars without perlio.
57795      Branch: perl
57796            ! lib/dumpvar.t
57797 ____________________________________________________________________________
57798 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
57799         Log: I claim that the debugger is untestable until proven otherwise.
57800      Branch: perl
57801            - lib/perl5db/de0.t
57802            ! MANIFEST
57803 ____________________________________________________________________________
57804 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
57805         Log: In trying to save space, the warnings.pl change (#21107)
57806              pulled in attributes.pm... and the change didn't seem to
57807              be that well tested with different configurations.
57808              Retract #21119, #21117, #21107.
57809      Branch: perl
57810            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
57811 ____________________________________________________________________________
57812 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
57813         Log: Really do #21121.
57814      Branch: perl
57815            ! MANIFEST
57816 ____________________________________________________________________________
57817 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
57818         Log: There's no particular reason to have the dumpvar.t
57819              in lib/perl5db/.
57820      Branch: perl
57821            + lib/dumpvar.t
57822            - lib/perl5db/dumpvar.t
57823            ! MANIFEST
57824 ____________________________________________________________________________
57825 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
57826         Log: strict stash seems to have gone, too.
57827      Branch: perl
57828            ! ext/B/t/stash.t
57829 ____________________________________________________________________________
57830 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
57831         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
57832              (due to #21107 apparently.) Adjust this test accordingly.
57833      Branch: perl
57834            ! ext/B/t/stash.t
57835 ____________________________________________________________________________
57836 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
57837         Log: Subject: [PATCH] silence 1 compiler warning
57838              From: Nicholas Clark <nick@ccl4.org>
57839              Date: Mon, 8 Sep 2003 23:04:45 +0100
57840              Message-ID: <20030908230445.E30881@plum.flirble.org>
57841      Branch: perl
57842            ! universal.c
57843 ____________________________________________________________________________
57844 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
57845         Log: Retract #21096, mostly: I had misexplained the situation
57846              to Scott A. Crosby.  Seeing the seed value while not good
57847              for the ultimate paranoia viewpoint is not that bad, as long
57848              as the users are fully aware of the dangers of disclosing
57849              the hash seed.     So hash_seed() is okay.
57850
57851              Being able to see the hash values (as in Java) would
57852              be another option, but dubious: it's not that per-key
57853              hash values themselves are bad to allow scripts to see,
57854              but rather that hash values are just as sensitive (from
57855              the DoSing viewpoint) as the hash seed itself (and there
57856              usually more hash values than the one hash seed....)
57857      Branch: perl
57858            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
57859 ____________________________________________________________________________
57860 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
57861         Log: Urk.  unique, not shared.
57862      Branch: perl
57863            ! configpm
57864 ____________________________________________________________________________
57865 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
57866         Log: Subject: [PATCH] configpm: about 1.5K less per thread
57867              From: Elizabeth Mattijsen <liz@dijkmat.nl>
57868              Date: Mon, 8 Sep 2003 23:58:34 +0200
57869              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
57870      Branch: perl
57871            ! configpm
57872 ____________________________________________________________________________
57873 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
57874         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
57875              From: Elizabeth Mattijsen <liz@dijkmat.nl>
57876              Date: Mon, 8 Sep 2003 22:22:38 +0200
57877              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
57878      Branch: perl
57879            ! lib/warnings.pm warnings.pl
57880 ____________________________________________________________________________
57881 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
57882         Log: A version of change #21073 that works.
57883      Branch: perl
57884            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
57885 ____________________________________________________________________________
57886 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
57887         Log: Regen perlapi.
57888      Branch: perl
57889            ! pod/perlapi.pod
57890 ____________________________________________________________________________
57891 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
57892         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
57893              being a bad pointer is apparently a known cygwin bug).     The
57894              cure is to initialize the field.
57895      Branch: perl
57896            ! pp_sys.c
57897 ____________________________________________________________________________
57898 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
57899         Log: Bad export.
57900      Branch: perl
57901            ! lib/Hash/Util.t
57902 ____________________________________________________________________________
57903 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
57904         Log: The IPC::Open3 is just too unreliable for this task.
57905      Branch: perl
57906            ! lib/perl5db/de0.t
57907 ____________________________________________________________________________
57908 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
57909         Log: Try to make the de0.t test more robust.
57910              The test is so flakey (too many external things influencing
57911              the result) that I'm likely to leave it out from the maint.
57912      Branch: perl
57913            ! lib/perl5db/de0.t
57914 ____________________________________________________________________________
57915 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
57916         Log: Scott A. Crosby believes in not disclosing
57917              any more information than necessary: therefore
57918              instead of hash_seed() we have now hashes_random().
57919      Branch: perl
57920            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
57921 ____________________________________________________________________________
57922 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
57923         Log: Mac OS X "last resort" recipe.
57924      Branch: perl
57925            ! README.macosx
57926 ____________________________________________________________________________
57927 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
57928         Log: Subject: [patch] AUTHORS
57929              From: Juerd <juerd@cpan.org>
57930              Date: Mon, 8 Sep 2003 08:42:13 +0200
57931              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
57932      Branch: perl
57933            ! AUTHORS
57934 ____________________________________________________________________________
57935 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
57936         Log: Slightly more intelligent paranoia.
57937      Branch: perl
57938            ! pod/perldiag.pod util.c
57939 ____________________________________________________________________________
57940 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
57941         Log: Win32 is playing to hard to get but I do not have
57942              time to chase it, so restore #21072, more or less.
57943              I think testing the debugger in UNIX-like places
57944              is enough, no need to go into painful contortions
57945              trying to "portably" run interactive programs like
57946              the debugger.
57947      Branch: perl
57948            ! lib/perl5db/de0.t
57949 ____________________________________________________________________________
57950 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
57951         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
57952      Branch: perl
57953            ! ext/Storable/Storable.xs
57954 ____________________________________________________________________________
57955 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
57956         Log: Add Hash::Util::hash_seed() which answers among
57957              other things the question whether our hashes are
57958              "randomised".  (They always were...)
57959      Branch: perl
57960            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
57961 ____________________________________________________________________________
57962 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
57963         Log: XSRETURN_UV was missing.
57964      Branch: perl
57965            ! XSUB.h
57966 ____________________________________________________________________________
57967 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
57968         Log: Superparanoia.
57969      Branch: perl
57970            ! util.c
57971 ____________________________________________________________________________
57972 [ 21084] By: ams                                   on 2003/09/08  11:44:25
57973         Log: Clean up pp_readdir() somewhat.
57974      Branch: perl
57975            ! pp_sys.c
57976 ____________________________________________________________________________
57977 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
57978         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
57979      Branch: perl
57980            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
57981 ____________________________________________________________________________
57982 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
57983         Log: In Win32 IPC::Open3 + IO::Select does not work that well
57984              so mostly undo the change #21072 and revert back to using
57985              a temp file.
57986      Branch: perl
57987            ! lib/perl5db/de0.t
57988 ____________________________________________________________________________
57989 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
57990         Log: In Win32 the cmd.exe console output doesn't seem to
57991              be catchable using the in-memory I/O + select trick,
57992              so use tie-STDOUT trick instead.
57993      Branch: perl
57994            ! lib/perl5db/dumpvar.t
57995 ____________________________________________________________________________
57996 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
57997         Log: Move Config test.
57998      Branch: perl
57999            ! lib/perl5db/de0.t
58000 ____________________________________________________________________________
58001 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
58002         Log: Let's require fork for this test.
58003      Branch: perl
58004            ! lib/perl5db/de0.t
58005 ____________________________________________________________________________
58006 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
58007         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
58008              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
58009              Date: Mon, 08 Sep 2003 08:56:09 +0200
58010              Message-id: <20030908065609.GA1260@ethan>
58011      Branch: perl
58012            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
58013            ! ext/Devel/PPPort/t/test.t
58014 ____________________________________________________________________________
58015 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
58016         Log: Subject: Re: one nit to fix [PATCH]
58017              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
58018              Date: Mon, 8 Sep 2003 10:19:08 +0200
58019              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
58020      Branch: perl
58021            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
58022 ____________________________________________________________________________
58023 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
58024         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
58025              From: Andreas J Koenig <andreas.koenig@anima.de>
58026              Date: Mon, 08 Sep 2003 10:48:27 +0200
58027              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
58028      Branch: perl
58029            ! lib/perl5db/de0.t
58030 ____________________________________________________________________________
58031 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
58032         Log: de0.t: use Test::More, add some tests.
58033      Branch: perl
58034            ! lib/perl5db/de0.t
58035 ____________________________________________________________________________
58036 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
58037         Log: More dumpvar testing.
58038      Branch: perl
58039            ! lib/perl5db/dumpvar.t
58040 ____________________________________________________________________________
58041 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
58042         Log: An empty test.
58043      Branch: perl
58044            ! lib/perl5db/dumpvar.t
58045 ____________________________________________________________________________
58046 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
58047         Log: dumpvar.t: use Test::More;
58048      Branch: perl
58049            ! lib/perl5db/dumpvar.t
58050 ____________________________________________________________________________
58051 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
58052         Log: Cleanup PerlIO::scalar documentation a bit.
58053      Branch: perl
58054            ! ext/PerlIO/scalar/scalar.pm
58055 ____________________________________________________________________________
58056 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
58057         Log: The in-memory files require PerlIO::scalar.
58058      Branch: perl
58059            ! lib/perl5db/dumpvar.t
58060 ____________________________________________________________________________
58061 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
58062         Log: Subject: [PATCH] Test skeleton for debugger commands
58063              From: Andreas J Koenig <andreas.koenig@anima.de>
58064              Date: Sun, 07 Sep 2003 18:51:56 +0200
58065              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
58066              With minor adjustments
58067      Branch: perl
58068            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
58069            ! MANIFEST
58070 ____________________________________________________________________________
58071 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
58072         Log: Upgrade to Unicode::Collate 0.28
58073      Branch: perl
58074            + lib/Unicode/Collate/t/contract.t
58075            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
58076            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
58077 ____________________________________________________________________________
58078 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
58079         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
58080              From: Dave Mitchell <davem@fdgroup.com>
58081              Date: Sun, 7 Sep 2003 19:14:44 +0100
58082              Message-ID: <20030907181444.GA7058@fdgroup.com>
58083      Branch: perl
58084            ! ext/Opcode/Safe.pm
58085 ____________________________________________________________________________
58086 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
58087         Log: Subject: [PATCH] honoring void context for map()
58088              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
58089              Date: Thu, 04 Sep 2003 11:13:41 +0200
58090              Message-id: <20030904091341.GA30655@ethan>
58091      Branch: perl
58092            ! pp_ctl.c
58093 ____________________________________________________________________________
58094 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
58095         Log: Retract #21010.
58096      Branch: perl
58097            ! lib/dumpvar.pl
58098 ____________________________________________________________________________
58099 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
58100         Log: Minor doc style nits in XSLoader.
58101      Branch: perl
58102            ! ext/DynaLoader/XSLoader_pm.PL
58103 ____________________________________________________________________________
58104 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
58105         Log: Vanity patch.
58106      Branch: perl
58107            ! AUTHORS
58108 ____________________________________________________________________________
58109 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
58110         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
58111      Branch: perl
58112            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
58113            ! Cross/config.sh-arm-linux Cross/generate_config_sh
58114            ! Cross/installperl.patch
58115 ____________________________________________________________________________
58116 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
58117         Log: Email nits in Fatal.pm [perl #23724].
58118      Branch: perl
58119            ! lib/Fatal.pm
58120 ____________________________________________________________________________
58121 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
58122         Log: Musty corners of Syslog.pm.
58123      Branch: perl
58124            ! ext/Sys/Syslog/Syslog.pm
58125 ____________________________________________________________________________
58126 [ 21051] By: ams                                   on 2003/09/05  18:43:46
58127         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
58128              2. Compensate for PL_sv_placeholder <= 5.8.1.
58129              3. Clean up non-backwards-compatible tests.
58130              4. Prepare for the 2.08 CPAN release.
58131      Branch: perl
58132            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
58133            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
58134            ! ext/Storable/t/utf8hash.t
58135 ____________________________________________________________________________
58136 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
58137         Log: One more known tie problem.
58138      Branch: perl
58139            ! pod/perltie.pod
58140 ____________________________________________________________________________
58141 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
58142         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
58143              Date: Fri, 5 Sep 2003 14:46:00 +0200
58144              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
58145              From: Elizabeth Mattijsen <liz@dijkmat.nl>
58146      Branch: perl
58147            ! ext/threads/shared/shared.pm
58148 ____________________________________________________________________________
58149 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
58150         Log: Subject: versions threads modules
58151              From: Elizabeth Mattijsen <liz@dijkmat.nl>
58152              Date: Fri, 5 Sep 2003 12:22:52 +0200
58153              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
58154      Branch: perl
58155            ! ext/threads/shared/shared.pm
58156 ____________________________________________________________________________
58157 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
58158         Log: More suidperl path disclosure plugging:
58159              the #9813 didn't do enough.  See either of
58160              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
58161              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
58162      Branch: perl
58163            ! perl.c pod/perldiag.pod
58164 ____________________________________________________________________________
58165 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
58166         Log: FreeBSD hints updates from Anton Berezin.
58167      Branch: perl
58168            ! hints/freebsd.sh
58169 ____________________________________________________________________________
58170 [ 21043] By: merijn                                on 2003/09/05  11:18:20
58171         Log: Changed conflicting diff options
58172      Branch: perl
58173            ! patchlevel.h
58174 ____________________________________________________________________________
58175 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
58176         Log: Acknowledge some known tie bugs.
58177      Branch: perl
58178            ! pod/perltie.pod
58179 ____________________________________________________________________________
58180 [ 21041] By: merijn                                on 2003/09/05  04:50:44
58181         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
58182              From: Ilya Martynov <ilya@martynov.org>
58183              Date: Fri, 05 Sep 2003 00:49:57 +0400
58184              Message-ID: <8765k8uvm2.fsf@abra.ru>
58185      Branch: perl
58186            ! AUTHORS
58187 ____________________________________________________________________________
58188 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
58189         Log: code example error in "perlopentut"
58190      Branch: perl
58191            ! pod/perlopentut.pod
58192 ____________________________________________________________________________
58193 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
58194         Log: Another seemingly fixed (un)tie bug,
58195              [perl ##22297] cannot untie scalar from within tied FETCH
58196      Branch: perl
58197            ! t/op/tie.t
58198 ____________________________________________________________________________
58199 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
58200         Log: Subject: Re: [PATCH] Data::Dumper 2.121
58201              From: Ilya Martynov <ilya@martynov.org>
58202              Date: Fri, 05 Sep 2003 00:33:46 +0400
58203              Message-ID: <87ad9kuwd1.fsf@abra.ru>
58204      Branch: perl
58205            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
58206            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
58207            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
58208 ____________________________________________________________________________
58209 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
58210         Log: I think once is enough.
58211      Branch: perl
58212            ! configure.gnu
58213 ____________________________________________________________________________
58214 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
58215         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
58216              From: Enache Adrian <enache@rdslink.ro>
58217              Date: Thu, 4 Sep 2003 20:09:06 +0300
58218              Message-ID: <20030904170906.GA1235@ratsnest.hole>
58219      Branch: perl
58220            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
58221            ! ext/ByteLoader/byterun.c
58222 ____________________________________________________________________________
58223 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
58224         Log: Subject: [PATCH] perlreftut: change distribution conditions
58225              From: "Brendan O'Dea" <bod@debian.org>
58226              Date: Thu, 4 Sep 2003 02:28:49 +1000
58227              Message-ID: <20030903162849.GA9675@londo.c47.org>
58228      Branch: perl
58229            ! pod/perlreftut.pod
58230 ____________________________________________________________________________
58231 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
58232         Log: Subject: Re: "vendor" patch pickup
58233              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58234              Date: Thu, 4 Sep 2003 19:47:55 +0200
58235              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
58236
58237              (Gentoo: take Marcus' version of the __THROW patch and
58238              even further #ifdef-protect it with __GLIBC__.)
58239      Branch: perl
58240            ! perl.h
58241 ____________________________________________________________________________
58242 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
58243         Log: Tiny perlcc tweaks.
58244      Branch: perl
58245            ! utils/perlcc.PL
58246 ____________________________________________________________________________
58247 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
58248         Log: A SuSE patchlet for perlcc -c to avoid
58249              "Modification of a read-only value attempted at ... C.pm"
58250      Branch: perl
58251            ! ext/B/B/C.pm
58252 ____________________________________________________________________________
58253 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
58254         Log: AUTHORS updates.
58255      Branch: perl
58256            ! AUTHORS
58257 ____________________________________________________________________________
58258 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
58259         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
58260              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
58261              (the tar.gz link doesn't have 'v1.66', it has '1.66')
58262              so that the smoke builds can start chewing it.
58263      Branch: perl
58264            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
58265            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
58266            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
58267            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
58268            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
58269            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
58270 ____________________________________________________________________________
58271 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
58272         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
58273              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58274              Date: Wed, 3 Sep 2003 19:20:20 +0200
58275              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
58276      Branch: perl
58277            ! Porting/valgrindpp.pl
58278 ____________________________________________________________________________
58279 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
58280         Log: Also indicate the Unicode level here.
58281              (The last date is non-committal :-)
58282      Branch: perl
58283            ! pod/perlunicode.pod
58284 ____________________________________________________________________________
58285 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
58286         Log: Avoid lvalue casts, from Enache.
58287      Branch: perl
58288            ! ext/ByteLoader/bytecode.h op.h
58289 ____________________________________________________________________________
58290 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
58291         Log: Bump up the VERSION.
58292      Branch: perl
58293            ! lib/bytes.pm
58294 ____________________________________________________________________________
58295 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
58296         Log: Add, document, and test bytes::substr, index, rindex, chr,
58297              document bytes::ord.
58298      Branch: perl
58299            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
58300 ____________________________________________________________________________
58301 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
58302         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
58303              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
58304              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
58305              Message-ID: <29644.1062572245@www50.gmx.net>
58306
58307              The other half of #20930 should be still good.
58308      Branch: perl
58309            ! op.c
58310 ____________________________________________________________________________
58311 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
58312         Log: use IO; is deprecated.
58313      Branch: perl
58314            ! ext/threads/t/join.t
58315 ____________________________________________________________________________
58316 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
58317         Log: Upgrade to base 2.01 from CPAN.
58318      Branch: perl
58319            ! lib/base.pm lib/fields.pm
58320 ____________________________________________________________________________
58321 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
58322         Log: Changing the test count is a good idea.
58323      Branch: perl
58324            ! ext/threads/t/join.t
58325 ____________________________________________________________________________
58326 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
58327         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
58328              From: Joe McMahon <mcmahon@ibiblio.org>
58329              Date: Tue, 2 Sep 2003 18:02:14 -0400
58330              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
58331      Branch: perl
58332            ! lib/dumpvar.pl
58333 ____________________________________________________________________________
58334 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
58335         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
58336              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58337              Date: Wed, 3 Sep 2003 06:07:54 +0200
58338              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
58339      Branch: perl
58340            ! ext/threads/t/join.t
58341 ____________________________________________________________________________
58342 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
58343         Log: VMS does not have quite UNIX glob semantics.
58344      Branch: perl
58345            ! t/run/fresh_perl.t
58346 ____________________________________________________________________________
58347 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
58348         Log: Subject: some method calls not autoloaded
58349              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
58350              Date: Tue, 2 Sep 2003 15:06:29 -0700
58351              Message-ID: <20030902220629.GA2952@efn.org>
58352      Branch: perl
58353            ! pod/perlfunc.pod pod/perlsub.pod
58354 ____________________________________________________________________________
58355 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
58356         Log: An untie test from perlmonks-- worked in 5.6.1,
58357              broken in 5.8.0, seems to be working again in maint,
58358              better nail it down now.
58359      Branch: perl
58360            ! t/op/tie.t
58361 ____________________________________________________________________________
58362 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
58363         Log: Retract #20930 because of
58364              Subject: maint@20974 or before broke mp2 ithreads test
58365              From: Stas Bekman <stas@stason.org>
58366              Date: Mon, 01 Sep 2003 23:31:11 -0700
58367              Message-ID: <3F54392F.7080009@stason.org>
58368      Branch: perl
58369            ! op.c
58370 ____________________________________________________________________________
58371 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
58372         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
58373              From: Fergal Daly <fergal@esatclear.ie>
58374              Date: Tue, 2 Sep 2003 17:36:52 +0100
58375              Message-Id: <200309021736.52725.fergal@esatclear.ie>
58376      Branch: perl
58377            ! pod/perldiag.pod
58378 ____________________________________________________________________________
58379 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
58380         Log: Subject: [perl #23672] Math::BigInit POD
58381              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
58382              Date: 1 Sep 2003 08:47:39 -0000
58383              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
58384      Branch: perl
58385            ! lib/Math/BigInt.pm
58386 ____________________________________________________________________________
58387 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
58388         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
58389              From: Mark Jason Dominus <mjd@plover.com>
58390              Date: Mon, 01 Sep 2003 16:19:20 -0400
58391              Message-ID: <20030901201920.3929.qmail@plover.com>
58392      Branch: perl
58393            ! pod/perlfaq6.pod
58394 ____________________________________________________________________________
58395 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
58396         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
58397              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
58398              Date: Tue, 02 Sep 2003 11:27:19 +0200
58399              Message-id: <20030902092719.GA18075@ethan>
58400      Branch: perl
58401            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
58402            ! ext/Devel/PPPort/t/test.t
58403 ____________________________________________________________________________
58404 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
58405         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
58406              From: Enache Adrian <enache@rdslink.ro>
58407              Date: Tue, 2 Sep 2003 03:45:11 +0300
58408              Message-ID: <20030902004511.GA1442@ratsnest.hole>
58409      Branch: perl
58410            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
58411            ! op.h proto.h t/TEST
58412 ____________________________________________________________________________
58413 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
58414         Log: Upgrade to Unicode::Collate 0.27.
58415      Branch: perl
58416            + lib/Unicode/Collate/t/hangul.t
58417            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
58418            ! lib/Unicode/Collate/README
58419 ____________________________________________________________________________
58420 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
58421         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
58422              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58423              Date: Mon, 1 Sep 2003 22:28:58 +0200
58424              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
58425      Branch: perl
58426            ! Porting/valgrindpp.pl
58427 ____________________________________________________________________________
58428 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
58429         Log: From Craig Berry, following the example of the other podxxx.PL
58430              in relying on basename($0, '.PL') to Do The Right Thing with
58431              regard to the case of the extension, which could be either
58432              .pl or .PL on VMS depending on version-specific features.
58433      Branch: perl
58434            ! pod/pod2usage.PL pod/podselect.PL
58435 ____________________________________________________________________________
58436 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
58437         Log: Configure -r in AIX bad.
58438      Branch: perl
58439            ! README.aix
58440 ____________________________________________________________________________
58441 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
58442         Log: Subject: [DOC PATCH] perlfaq4.pod
58443              Date: Mon, 1 Sep 2003 12:38:50 +0200
58444              From: Elizabeth Mattijsen <liz@dijkmat.nl>
58445              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
58446      Branch: perl
58447            ! pod/perlfaq4.pod
58448 ____________________________________________________________________________
58449 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
58450         Log: Subject: glob() bug
58451              From: Gurusamy Sarathy <gsar@ActiveState.com>
58452              Date: Mon, 01 Sep 2003 02:25:41 -0700
58453              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
58454      Branch: perl
58455            ! op.c t/run/fresh_perl.t
58456 ____________________________________________________________________________
58457 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
58458         Log: Ultrix VAX is like VMS VAX in floating point.
58459      Branch: perl
58460            ! t/op/sprintf.t
58461 ____________________________________________________________________________
58462 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
58463         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
58464              From: Vadim Konovalov <vkonovalov@peterstar.ru>
58465              Date: Mon, 1 Sep 2003 02:57:33 +0400
58466              Message-ID: <1091134912500.20030901025733@peterstar.ru>
58467      Branch: perl
58468            ! wince/Makefile.ce wince/wince.c
58469 ____________________________________________________________________________
58470 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
58471         Log: Add test for -i.
58472      Branch: perl
58473            ! MANIFEST t/run/switches.t
58474 ____________________________________________________________________________
58475 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
58476         Log: Add tests for -h and (unknown) -z.
58477      Branch: perl
58478            ! MANIFEST t/run/switches.t
58479 ____________________________________________________________________________
58480 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
58481         Log: Add test for -v.
58482      Branch: perl
58483            ! MANIFEST t/run/switches.t
58484 ____________________________________________________________________________
58485 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
58486         Log: List the switches tested in switches.t.
58487      Branch: perl
58488            ! t/run/switches.t
58489 ____________________________________________________________________________
58490 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
58491         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
58492              From: PPrymmer@factset.com
58493              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
58494              Date: Sun, 31 Aug 2003 10:11:54 -0400
58495      Branch: perl
58496            ! installperl
58497 ____________________________________________________________________________
58498 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
58499         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
58500              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58501              Date: Sun, 31 Aug 2003 15:21:17 +0200
58502              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
58503      Branch: perl
58504            ! sv.c
58505 ____________________________________________________________________________
58506 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
58507         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
58508              both in blead and maint, lots of "Attempt to free non-existent
58509              shared string" and "Unbalanced string table refcount" errors.
58510              Retract #20960 (and #20963).
58511      Branch: perl
58512            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
58513            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
58514            ! MANIFEST lib/base.pm lib/fields.pm
58515 ____________________________________________________________________________
58516 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
58517         Log: Integrate from maint:
58518              [ 20963]
58519              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
58520      Branch: perl
58521           !> lib/base/t/fp560.t
58522 ____________________________________________________________________________
58523 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
58524         Log: De-cargo-cult.
58525      Branch: perl
58526            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
58527 ____________________________________________________________________________
58528 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
58529         Log: Upgrade to base.pm 2.0.
58530
58531              (Rename the tests around a bit to be more 8.3-friendly.)
58532      Branch: perl
58533            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
58534            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
58535            ! MANIFEST lib/base.pm lib/fields.pm
58536 ____________________________________________________________________________
58537 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
58538         Log: Fewer naked char constants.
58539      Branch: perl
58540            ! doio.c perlio.c sv.h
58541 ____________________________________________________________________________
58542 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
58543         Log: This is probably a wrong fix for
58544              [perl #23645] tell with perlio on appended files
58545              but maybe this gets NI-S agitated enough to present the correct fix :-)
58546      Branch: perl
58547            ! perlio.c t/io/tell.t
58548 ____________________________________________________________________________
58549 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
58550         Log: A new try at
58551
58552              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
58553              From: "Gerrit P. Haase" <gp@familiehaase.de>
58554              Date: Thu, 28 Aug 2003 08:18:51 +0200
58555              Message-ID: <4157199551.20030828081851@familiehaase.de>
58556
58557              (this time Cygwin only)
58558      Branch: perl
58559            ! perlio.c
58560 ____________________________________________________________________________
58561 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
58562         Log: Tweak XSLoader.t.
58563              XSLoader is supposed to work even for extensions that
58564              are statically linked. So only check that the extension we
58565              test for is actually available. (This test is not supposed
58566              to be run by miniperl.)
58567      Branch: perl
58568            ! ext/DynaLoader/t/XSLoader.t
58569 ____________________________________________________________________________
58570 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
58571         Log: Something went wrong in change #20929;
58572              linux 2.4.18-bf2.4 didn't like it:
58573              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
58574              and similar failure pattern also seen in Solaris 8.
58575      Branch: perl
58576            ! perlio.c
58577 ____________________________________________________________________________
58578 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
58579         Log: Setup @INC.
58580      Branch: perl
58581            ! t/op/cproto.t
58582 ____________________________________________________________________________
58583 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
58584         Log: Tabify and re-sort MANIFEST.
58585      Branch: perl
58586            ! MANIFEST
58587 ____________________________________________________________________________
58588 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
58589         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
58590      Branch: perl
58591            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
58592 ____________________________________________________________________________
58593 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
58594         Log: Subject: [PATCH] XSLoader nits and tests
58595              From: Michael G Schwern <schwern@pobox.com>
58596              Date: Fri, 29 Aug 2003 22:55:07 -0700
58597              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
58598      Branch: perl
58599            + ext/DynaLoader/t/XSLoader.t
58600            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
58601 ____________________________________________________________________________
58602 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
58603         Log: Missed from #20942.
58604      Branch: perl
58605            ! lib/File/Spec/VMS.pm
58606 ____________________________________________________________________________
58607 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
58608         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
58609              From: PPrymmer@factset.com
58610              Date: Sat, 30 Aug 2003 00:57:28 -0400
58611              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
58612      Branch: perl
58613            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
58614 ____________________________________________________________________________
58615 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
58616         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
58617              From: Stas Bekman <stas@stason.org>
58618              Date: Fri, 29 Aug 2003 17:11:41 -0700
58619              Message-ID: <3F4FEBBD.8000901@stason.org>
58620      Branch: perl
58621            ! pod/perlapi.pod sv.h
58622 ____________________________________________________________________________
58623 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
58624         Log: Add a new test, to ensure that we don't unexpectedly change
58625              prototypes of builtins.
58626      Branch: perl
58627            + t/op/cproto.t
58628            ! MANIFEST
58629 ____________________________________________________________________________
58630 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
58631         Log: Don't cast PL_multiline to bool : you may loose important bits.
58632      Branch: perl
58633            ! pp.c pp_hot.c
58634 ____________________________________________________________________________
58635 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
58636         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
58637              From: Nicholas Clark <nick@ccl4.org>
58638              Date: Wed, 27 Aug 2003 22:59:55 +0100
58639              Message-ID: <20030827225955.E558@plum.flirble.org>
58640      Branch: perl
58641            ! pp.c
58642 ____________________________________________________________________________
58643 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
58644         Log: Some perluniintro tweaks.
58645      Branch: perl
58646            ! pod/perluniintro.pod
58647 ____________________________________________________________________________
58648 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
58649         Log: Tiny doc tweak from Shannon -jj Behrens.
58650      Branch: perl
58651            ! pod/perluniintro.pod
58652 ____________________________________________________________________________
58653 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
58654         Log: Comparing an int to a U32 makes VC6 nervous.
58655      Branch: perl
58656            ! pp.c pp_hot.c
58657 ____________________________________________________________________________
58658 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
58659         Log: Better skip() explicit number of tests, test counts getting
58660              out of sync less likely that way.
58661      Branch: perl
58662            ! t/op/pack.t
58663 ____________________________________________________________________________
58664 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
58665         Log: Some Ultrix test dodgings.
58666      Branch: perl
58667            ! t/base/num.t t/op/arith.t t/op/pack.t
58668 ____________________________________________________________________________
58669 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
58670         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
58671              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58672              Date: Thu, 28 Aug 2003 21:47:22 +0200
58673              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
58674      Branch: perl
58675            ! op.c
58676 ____________________________________________________________________________
58677 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
58678         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
58679              From: "Gerrit P. Haase" <gp@familiehaase.de>
58680              Date: Thu, 28 Aug 2003 08:18:51 +0200
58681              Message-ID: <4157199551.20030828081851@familiehaase.de>
58682
58683              (changed so that the 'b' is always appended)
58684      Branch: perl
58685            ! perlio.c
58686 ____________________________________________________________________________
58687 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
58688         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
58689              From: marek.rouchal@infineon.com
58690              Date: Wed, 27 Aug 2003 17:25:28 +0200
58691              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
58692
58693              PodParser-1.25 prerelease.
58694      Branch: perl
58695            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
58696            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
58697            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
58698 ____________________________________________________________________________
58699 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
58700         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
58701      Branch: perl
58702            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
58703 ____________________________________________________________________________
58704 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
58705         Log: Subject: [PATCH] valgrindpp.pl
58706              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58707              Date: Thu, 28 Aug 2003 09:43:49 +0200
58708              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
58709      Branch: perl
58710            ! Porting/valgrindpp.pl
58711 ____________________________________________________________________________
58712 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
58713         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
58714              From: Paul Johnson <paul@pjcj.net>
58715              Date: Thu, 28 Aug 2003 00:13:59 +0200
58716              Message-ID: <20030827221359.GE28396@pjcj.net>
58717      Branch: perl
58718            ! ext/B/B/Deparse.pm
58719 ____________________________________________________________________________
58720 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
58721         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
58722              From: Michael G Schwern <schwern@pobox.com>
58723              Date: Wed, 27 Aug 2003 15:05:20 -0700
58724              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
58725      Branch: perl
58726            ! lib/ExtUtils/MakeMaker/Tutorial.pod
58727 ____________________________________________________________________________
58728 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
58729         Log: Add caveats and tests for Symbol::delete_package().
58730      Branch: perl
58731            ! lib/Symbol.pm lib/Symbol.t
58732 ____________________________________________________________________________
58733 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
58734         Log: Configure is doing fine in Ultrix, operator error.
58735      Branch: perl
58736            ! hints/ultrix_4.sh
58737 ____________________________________________________________________________
58738 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
58739         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
58740      Branch: perl
58741            + Porting/valgrindpp.pl
58742            ! MANIFEST
58743 ____________________________________________________________________________
58744 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
58745         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
58746              From: "John P. Linderman" <jpl@research.att.com>
58747              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
58748              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
58749
58750              Subject: typo in pod/perlnewmod.pod [PATCH]
58751              From: "John P. Linderman" <jpl@research.att.com>
58752              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
58753              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
58754
58755              Subject: [PATCH] document the location of byacc
58756              From: Dave Mitchell <davem@fdgroup.com>
58757              Date: Wed, 27 Aug 2003 14:26:50 +0100
58758              Message-ID: <20030827132650.GA23144@fdgroup.com>
58759      Branch: perl
58760            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
58761            ! pod/perlnewmod.pod
58762 ____________________________________________________________________________
58763 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
58764         Log: Ultrix tweaks: <string.h> must not be included twice
58765              (otherwise one gets prototype conflicts between the <string.h>
58766              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
58767              define in <string.h>...); and Configure misprobes some features.
58768      Branch: perl
58769            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
58770            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
58771            ! hints/ultrix_4.sh
58772 ____________________________________________________________________________
58773 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
58774         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
58775              but instead it is 0xFFFF.  So retract #20914.
58776      Branch: perl
58777            ! perl.h
58778 ____________________________________________________________________________
58779 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
58780         Log: Sanity check for BYTEORDER.
58781      Branch: perl
58782            ! perl.h
58783 ____________________________________________________________________________
58784 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
58785         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
58786
58787              [20859]
58788              Two portability patches for DJGPP from Richard Dawe
58789              <rich@phekda.freeserve.co.uk>.
58790              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
58791
58792              [20911]
58793              Don't uppercase automatically all environment variables on DJGPP.
58794              (reported by Richard Dawe, this breaks portability of Unix
58795              scripts.) Don't change the behaviour on plain MS/DOS.
58796      Branch: perl
58797            ! perl.c
58798           !> djgpp/djgppsed.sh dosish.h
58799 ____________________________________________________________________________
58800 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
58801         Log: perlapi.pod tweaks, based on :
58802              Subject: misdocumented return value for sv_setref*
58803              From: Joe Schaefer <joe+perl@sunstarsys.com>
58804              Date: 12 Aug 2003 13:21:42 -0400
58805              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
58806      Branch: perl
58807            ! pod/perlapi.pod sv.c
58808 ____________________________________________________________________________
58809 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
58810         Log: Change the internal prototype of the pop() and shift() builtins
58811              to (;\@), to reflect that their array argument is optional.
58812      Branch: perl
58813            ! opcode.h opcode.pl
58814 ____________________________________________________________________________
58815 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
58816         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
58817              From: Dave Mitchell <davem@fdgroup.com>
58818              Date: Sun, 24 Aug 2003 15:52:00 +0100
58819              Message-ID: <20030824145159.GA12210@fdgroup.com>
58820      Branch: perl
58821            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
58822 ____________________________________________________________________________
58823 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
58824         Log: Subject: [PATCH] minor File::Spec testing cleanup
58825              From: Ken Williams <ken@mathforum.org>
58826              Date: Thu, 21 Aug 2003 22:47:51 -0500
58827              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
58828      Branch: perl
58829            ! lib/File/Spec/t/rel2abs2rel.t
58830 ____________________________________________________________________________
58831 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
58832         Log: Maintainer catch from Rafael.
58833      Branch: perl
58834            ! Porting/Maintainers.pl
58835 ____________________________________________________________________________
58836 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
58837         Log: Take a cutdown version of the change #20903 also to perlebcdic.
58838      Branch: perl
58839            ! pod/perlebcdic.pod
58840 ____________________________________________________________________________
58841 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
58842         Log: No dynaloading at all in Ultrix.
58843      Branch: perl
58844            ! hints/ultrix_4.sh
58845 ____________________________________________________________________________
58846 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
58847         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
58848              (This information looks interesting enough to be mentioned
58849              elsewhere, too.)
58850      Branch: perl
58851            ! README.bs2000
58852 ____________________________________________________________________________
58853 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
58854         Log: CGI::Carp from CGI.pm 3.00 was missing.
58855      Branch: perl
58856            ! lib/CGI/Carp.pm
58857 ____________________________________________________________________________
58858 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
58859         Log: Subject: Re: [PATCH] valgrind and /#/x
58860              From: Enache Adrian <enache@rdslink.ro>
58861              Date: Tue, 26 Aug 2003 08:11:07 +0300
58862              Message-ID: <20030826051107.GA1086@ratsnest.hole>
58863      Branch: perl
58864            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
58865 ____________________________________________________________________________
58866 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
58867         Log: More memory lane.
58868      Branch: perl
58869            ! hints/ultrix_4.sh
58870 ____________________________________________________________________________
58871 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
58872         Log: fix syscall() prototype description in
58873              perlfunc.pod, as suggested by Lukas Mai.
58874      Branch: perl
58875            ! pod/perlfunc.pod
58876 ____________________________________________________________________________
58877 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
58878         Log: Tiny doc tweak.
58879      Branch: perl
58880            ! README.solaris
58881 ____________________________________________________________________________
58882 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
58883         Log: Even more SunOS 4 info.
58884      Branch: perl
58885            ! README.solaris
58886 ____________________________________________________________________________
58887 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
58888         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
58889              From: Vadim Konovalov <vkonovalov@peterstar.ru>
58890              Date: Tue, 26 Aug 2003 00:10:29 +0400
58891              Message-ID: <135606488000.20030826001029@peterstar.ru>
58892      Branch: perl
58893            ! wince/perlmain.c
58894 ____________________________________________________________________________
58895 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
58896         Log: Subject: more valgrinding: select problem?
58897              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58898              Date: Mon, 25 Aug 2003 22:02:17 +0200
58899              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
58900
58901              In glibc, just use the __FD_SETSIZE since that's
58902              the size of the buffer (usually 1024 bits, much
58903              more than the selectminbits of 32).
58904      Branch: perl
58905            ! pp_sys.c
58906 ____________________________________________________________________________
58907 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
58908         Log: More ptags tweakage from Stas; now add 'fullpath'
58909              option to get absolute paths.
58910      Branch: perl
58911            ! emacs/ptags
58912 ____________________________________________________________________________
58913 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
58914         Log: The new tests of #20888 didn't really test what they claimed to.
58915      Branch: perl
58916            ! t/op/pat.t
58917 ____________________________________________________________________________
58918 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
58919         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
58920              From: Jose.auguste-etienne@cgss-guyane.fr
58921              Date: Mon, 25 Aug 2003 14:35:45 -0300
58922              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
58923
58924              AIX Configure advice.
58925      Branch: perl
58926            ! README.aix
58927 ____________________________________________________________________________
58928 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
58929         Log: More SunOS 4.x info.
58930      Branch: perl
58931            ! README.solaris
58932 ____________________________________________________________________________
58933 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
58934         Log: The #20887 didn't go over that well;
58935              and add a few more tests from UTS#18.
58936      Branch: perl
58937            ! t/op/pat.t
58938 ____________________________________________________________________________
58939 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
58940         Log: pat.t -> charnames -> UCD -> Storable,
58941              not good for static builds and minitest.
58942      Branch: perl
58943            ! t/op/pat.t
58944 ____________________________________________________________________________
58945 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
58946         Log: SunOS 4.1.4 is working, too.
58947      Branch: perl
58948            ! README.solaris hints/sunos_4_1.sh
58949 ____________________________________________________________________________
58950 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
58951         Log: Regen perlmodlib, perltoc.
58952      Branch: perl
58953            ! pod/perlmodlib.pod pod/perltoc.pod
58954 ____________________________________________________________________________
58955 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
58956         Log: UVSIZE is not yet defined when it would be needed
58957              by MULTIARCH.  So go back to LONGSIZE, and (belt-
58958              and-suspenders-and-rope style) later in UVSIZE
58959              possibly redefine BYTEORDER.
58960      Branch: perl
58961            ! Configure config_h.SH
58962 ____________________________________________________________________________
58963 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
58964         Log: Subject: [PATCH] valgrind and /#/x
58965              From: Dave Mitchell <davem@fdgroup.com>
58966              Date: Mon, 25 Aug 2003 13:27:49 +0100
58967              Message-ID: <20030825122748.GA15560@fdgroup.com>
58968      Branch: perl
58969            ! regcomp.c
58970 ____________________________________________________________________________
58971 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
58972         Log: Subject: Please update my address
58973              From: Ed Avis <ed@membled.com>
58974              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
58975              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
58976
58977              (Just the AUTHORS part, though, I don't think retroactively
58978              updating the Changes* is useful.)
58979      Branch: perl
58980            ! AUTHORS
58981 ____________________________________________________________________________
58982 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
58983         Log: Document even more ways of affecting your "utf8ness".
58984      Branch: perl
58985            ! lib/utf8.pm
58986 ____________________________________________________________________________
58987 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
58988         Log: Change the VERSION since there are now changes since Perl 5.8.0.
58989      Branch: perl
58990            ! ext/I18N/Langinfo/Langinfo.pm
58991 ____________________________________________________________________________
58992 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
58993         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
58994              since Perl 5.8.0.
58995      Branch: perl
58996            ! lib/CGI/Util.pm
58997 ____________________________________________________________________________
58998 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
58999         Log: Upgrade to CGI.pm 3.00.
59000      Branch: perl
59001            ! lib/CGI.pm lib/CGI/Util.pm
59002 ____________________________________________________________________________
59003 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
59004         Log: Subject: [PATCH] valgrind update
59005              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
59006              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
59007              Message-ID: <21671.1061797917@www38.gmx.net>
59008      Branch: perl
59009            ! t/TEST t/op/magic.t
59010 ____________________________________________________________________________
59011 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
59012         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
59013              From: Nicholas Clark <nick@ccl4.org>
59014              Date: Sun, 24 Aug 2003 16:48:53 +0100
59015              Message-ID: <20030824164851.E558@plum.flirble.org>
59016      Branch: perl
59017            ! doop.c
59018 ____________________________________________________________________________
59019 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
59020         Log: Subject: [patch emacs/ptags] allow xemacs to be used
59021              From: Stas Bekman <stas@stason.org>
59022              Date: Sun, 24 Aug 2003 22:05:00 -0700
59023              Message-ID: <3F4998FC.3090401@stason.org>
59024      Branch: perl
59025            ! emacs/ptags
59026 ____________________________________________________________________________
59027 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
59028         Log: MPE/iX doc tweak from Mark Bixby.
59029      Branch: perl
59030            ! README.mpeix
59031 ____________________________________________________________________________
59032 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
59033         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
59034              Doesn't work well yet, something broken in DynaLoader/XSLoader?
59035      Branch: perl
59036            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
59037 ____________________________________________________________________________
59038 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
59039         Log: IRIX 5.3 is 99.90% okay.
59040      Branch: perl
59041            ! README.irix hints/irix_5.sh
59042 ____________________________________________________________________________
59043 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
59044         Log: An imperfect last resort in case there is no strtoul() but
59045              there is strtol() (like e.g. SunOS 4) because of the Atoul()
59046              in Perl_get_hash_seed()).  The only true fix would be to
59047              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
59048              in numeric.c.
59049      Branch: perl
59050            ! perl.h
59051 ____________________________________________________________________________
59052 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
59053         Log: s/rationale/rational/g on bigrats.
59054      Branch: perl
59055            ! lib/Math/BigRat.pm lib/bigrat.pm
59056 ____________________________________________________________________________
59057 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
59058         Log: Update the CPAN mirrors list.
59059      Branch: perl
59060            ! pod/perlmodlib.PL pod/perlmodlib.pod
59061 ____________________________________________________________________________
59062 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
59063         Log: gcc -O3 and Storable in Linux do not like each other.
59064      Branch: perl
59065            ! ext/Storable/hints/linux.pl
59066 ____________________________________________________________________________
59067 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
59068         Log: Bad quote day, noticed by Philip Newton.
59069      Branch: perl
59070            ! hints/dos_djgpp.sh
59071 ____________________________________________________________________________
59072 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
59073         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
59074              From: Enache Adrian <enache@rdslink.ro>
59075              Date: Mon, 4 Aug 2003 16:20:19 +0300
59076              Message-ID: <20030804132019.GA6764@ratsnest.hole>
59077      Branch: perl
59078            ! Configure config_h.SH
59079 ____________________________________________________________________________
59080 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
59081         Log: Add more comments so that one can see what is supposed to happen.
59082      Branch: perl
59083            ! t/op/lc.t
59084 ____________________________________________________________________________
59085 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
59086         Log: More data points about the Storable optimization problem
59087              in Linux.  (It might be that also non-Debians are affected,
59088              waiting for more information.)
59089      Branch: perl
59090            ! ext/Storable/hints/linux.pl
59091 ____________________________________________________________________________
59092 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
59093         Log: Move the note about known eval leaks earlier.
59094      Branch: perl
59095            ! pod/perlhack.pod
59096 ____________________________________________________________________________
59097 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
59098         Log: Forgot to regen byterun.c.
59099      Branch: perl
59100            ! ext/ByteLoader/byterun.c
59101 ____________________________________________________________________________
59102 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
59103         Log: Doc tweaks on perlhack.
59104      Branch: perl
59105            ! pod/perlhack.pod
59106 ____________________________________________________________________________
59107 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
59108         Log: Subject: [PATCH] Re: valgrind as a leak hound?
59109              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
59110              Date: Fri, 22 Aug 2003 23:28:18 +0200
59111              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
59112
59113              Add the leak detection to valgrind testing.
59114      Branch: perl
59115            + t/perl.supp
59116            ! MANIFEST pod/perlhack.pod t/TEST
59117 ____________________________________________________________________________
59118 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
59119         Log: Oops.  Why can't C comments nest?
59120      Branch: perl
59121            ! pp_sys.c
59122 ____________________________________________________________________________
59123 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
59124         Log: Try to dodge getspnam() in AIX.
59125      Branch: perl
59126            ! pp_sys.c
59127 ____________________________________________________________________________
59128 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
59129         Log: Subject: Re: mysterious bytecode.t failure
59130              From: Enache Adrian <enache@rdslink.ro>
59131              Date: Fri, 22 Aug 2003 11:49:34 +0300
59132              Message-ID: <20030822084934.GA1257@ratsnest.hole>
59133      Branch: perl
59134            ! t/base/lex.t
59135 ____________________________________________________________________________
59136 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
59137         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
59138              From: Slaven Rezic <slaven@rezic.de>
59139              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
59140              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
59141      Branch: perl
59142            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
59143 ____________________________________________________________________________
59144 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
59145         Log: Just #.
59146      Branch: perl
59147            ! pod/buildtoc pod/perltoc.pod
59148 ____________________________________________________________________________
59149 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
59150         Log: Regen toc.
59151      Branch: perl
59152            ! pod/perltoc.pod
59153 ____________________________________________________________________________
59154 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
59155         Log: Also MANIFEST the vms/perlvms restoration.
59156      Branch: perl
59157            ! MANIFEST
59158 ____________________________________________________________________________
59159 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
59160         Log: In the vms/descrip_mms.template    the perlvms.pod must
59161              be copied from vms/, err, [.vms], not [.pod].
59162      Branch: perl
59163            ! pod/buildtoc vms/descrip_mms.template
59164 ____________________________________________________________________________
59165 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
59166         Log: Retract #20826 and #20831; things are done differently
59167              in VMS, it seems.  Maybe the vms/descrip_mms.template
59168              needs to be changed?
59169      Branch: perl
59170            + vms/perlvms.pod
59171            - pod/perlvms.pod
59172            ! MANIFEST Makefile.SH
59173 ____________________________________________________________________________
59174 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
59175         Log: Rafael spotted that vms/perlvms.pod was still referred to.
59176      Branch: perl
59177            ! Makefile.SH
59178 ____________________________________________________________________________
59179 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
59180         Log: The change #20809 opened up a code path that might leave s unset.
59181      Branch: perl
59182            ! mg.c
59183 ____________________________________________________________________________
59184 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
59185         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
59186              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
59187              Date: Fri, 22 Aug 2003 14:57:09 +0200
59188              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
59189      Branch: perl
59190            ! lib/File/Path.t
59191 ____________________________________________________________________________
59192 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
59193         Log: Test the correct longness; from Enache.
59194      Branch: perl
59195            ! ext/B/t/assembler.t
59196 ____________________________________________________________________________
59197 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
59198         Log: perlvms moving day, from Craig Berry.
59199      Branch: perl
59200            + pod/perlvms.pod
59201            - vms/perlvms.pod
59202            ! MANIFEST
59203 ____________________________________________________________________________
59204 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
59205         Log: Lower Storable.xs optimization to -O2 on certain
59206              known platforms.
59207      Branch: perl
59208            + ext/Storable/hints/linux.pl
59209            ! MANIFEST
59210 ____________________________________________________________________________
59211 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
59212         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
59213              From: Nicholas Clark <nick@ccl4.org>
59214              Date: Thu, 21 Aug 2003 22:26:18 +0100
59215              Message-ID: <20030821222618.T558@plum.flirble.org>
59216      Branch: perl
59217            ! t/op/pack.t
59218 ____________________________________________________________________________
59219 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
59220         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
59221              From: alian@cpan.org (Alian)
59222              Date: Wed, 20 Aug 2003 20:39:17 +0200
59223              Message-ID: <3F43C055.6030709@jupiter.alianet>
59224      Branch: perl
59225            ! t/op/pack.t
59226 ____________________________________________________________________________
59227 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
59228         Log: Try to make the use of utf8 as clear as possible.
59229      Branch: perl
59230            ! lib/utf8.pm
59231 ____________________________________________________________________________
59232 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
59233         Log: Put the tests of the change #19064 back, but disable them.
59234      Branch: perl
59235            ! t/op/args.t
59236 ____________________________________________________________________________
59237 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
59238         Log: Advertise the encoding pragma at the utf8 pragma.
59239      Branch: perl
59240            ! lib/utf8.pm
59241 ____________________________________________________________________________
59242 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
59243         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
59244              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
59245              Date: Fri, 22 Aug 2003 09:01:09 +0200
59246              Message-id: <20030822070109.GA1029@ethan>
59247      Branch: perl
59248            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
59249            ! ext/Devel/PPPort/t/test.t
59250 ____________________________________________________________________________
59251 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
59252         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
59253              From: insecure <insecure@mail.od.ua>
59254              Date: Thu, 21 Aug 2003 21:37:56 +0300
59255              Message-Id: <200308212137.57016.insecure@mail.od.ua>
59256      Branch: perl
59257            ! ext/I18N/Langinfo/Langinfo.xs
59258 ____________________________________________________________________________
59259 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
59260         Log: More bytecode patching from Enache.
59261      Branch: perl
59262            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
59263            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
59264 ____________________________________________________________________________
59265 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
59266         Log: Subject: Re: pod cleanup
59267              From: Ken Williams <ken@mathforum.org>
59268              Date: Thu, 21 Aug 2003 21:24:57 -0500
59269              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
59270      Branch: perl
59271            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
59272 ____________________________________________________________________________
59273 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
59274         Log: Do not edit perltoc since it is autogenerated.
59275      Branch: perl
59276            ! pod/buildtoc
59277 ____________________________________________________________________________
59278 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
59279         Log: Subject: [PATCH] Re: pod cleanup
59280              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
59281              Date: Thu, 21 Aug 2003 17:09:17 -0400
59282              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
59283
59284              (the pod part)
59285      Branch: perl
59286            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
59287            ! pod/perlipc.pod pod/perlpacktut.pod
59288 ____________________________________________________________________________
59289 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
59290         Log: No need to E<gt>.
59291      Branch: perl
59292            ! pod/perluniintro.pod
59293 ____________________________________________________________________________
59294 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
59295         Log: Add File::Temp's OO test.
59296      Branch: perl
59297            + lib/File/Temp/t/object.t
59298            ! MANIFEST
59299 ____________________________________________________________________________
59300 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
59301         Log: The magic variables that alter STDOUT have a tendancy to segfault
59302              when accessed if STDOUT is undefined. Protect them.
59303      Branch: perl
59304            ! mg.c
59305 ____________________________________________________________________________
59306 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
59307         Log: Mention the Unicode UTR #18 version referenced.
59308      Branch: perl
59309            ! pod/perlunicode.pod
59310 ____________________________________________________________________________
59311 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
59312         Log: Must close so that unlink works portably.
59313      Branch: perl
59314            ! t/io/utf8.t
59315 ____________________________________________________________________________
59316 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
59317         Log: Subject: [perluniintro.pod] pod markup fix
59318              From: Stas Bekman <stas@stason.org>
59319              Date: Thu, 21 Aug 2003 11:41:01 -0700
59320              Message-ID: <3F45123D.8020805@stason.org>
59321      Branch: perl
59322            ! pod/perluniintro.pod
59323 ____________________________________________________________________________
59324 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
59325         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
59326              From: Enache Adrian <enache@rdslink.ro>
59327              Date: Thu, 21 Aug 2003 21:17:26 +0300
59328              Message-ID: <20030821181726.GA1241@ratsnest.hole>
59329      Branch: perl
59330            ! gv.c t/op/die.t
59331 ____________________________________________________________________________
59332 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
59333         Log: Fix the syswrite downgrade bug of
59334              [perl #23428] Somethings rotten in unicode semantics
59335      Branch: perl
59336            ! pp_sys.c t/io/utf8.t
59337 ____________________________________________________________________________
59338 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
59339         Log: No more public cwd(), use private _cwd().
59340      Branch: perl
59341            ! lib/File/Spec/t/Spec.t
59342 ____________________________________________________________________________
59343 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
59344         Log: Underline the fact that abs2rel() makes no sense
59345              if it spans multiple roots.
59346      Branch: perl
59347            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
59348 ____________________________________________________________________________
59349 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
59350         Log: Rename the internal cwd() to _cwd() (it's not curdir).
59351      Branch: perl
59352            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
59353            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
59354            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
59355            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
59356 ____________________________________________________________________________
59357 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
59358         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
59359              From: PPrymmer@factset.com
59360              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
59361              Date: Tue, 19 Aug 2003 21:50:12 -0400
59362      Branch: perl
59363            ! lib/ExtUtils/MM_Unix.pm
59364 ____________________________________________________________________________
59365 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
59366         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
59367              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
59368              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
59369      Branch: perl
59370            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
59371 ____________________________________________________________________________
59372 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
59373         Log: MPE/iX does not have nanosleep() (the test makes
59374              a wrong conclusion of the linking succeeding)
59375      Branch: perl
59376            ! ext/Time/HiRes/Makefile.PL
59377 ____________________________________________________________________________
59378 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
59379         Log: Subject: Re: untieing your victim during the act
59380              From: Dave Mitchell <davem@fdgroup.com>
59381              Date: Wed, 20 Aug 2003 20:44:53 +0100
59382              Message-ID: <20030820194453.GD27719@fdgroup.com>
59383      Branch: perl
59384            ! mg.c
59385 ____________________________________________________________________________
59386 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
59387         Log: Byteloader patching from Enache continues;
59388              PADOFFSET handling was wrong.
59389      Branch: perl
59390            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
59391            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
59392            ! ext/ByteLoader/byterun.c
59393 ____________________________________________________________________________
59394 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
59395         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
59396              From: Steve Hay <steve.hay@uk.radan.com>
59397              Date: Wed, 20 Aug 2003 10:54:46 +0100
59398              Message-ID: <3F434566.3030602@uk.radan.com>
59399      Branch: perl
59400            ! win32/Makefile win32/makefile.mk
59401 ____________________________________________________________________________
59402 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
59403         Log: Upgrade to Encode 1.98.
59404      Branch: perl
59405            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
59406            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
59407            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
59408            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
59409            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
59410            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
59411            ! ext/Encode/ucm/macHebrew.ucm
59412 ____________________________________________________________________________
59413 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
59414         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
59415      Branch: perl
59416            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
59417 ____________________________________________________________________________
59418 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
59419         Log: t/TEST fails to fail when it can't find tests.
59420      Branch: perl
59421            ! t/TEST
59422 ____________________________________________________________________________
59423 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
59424         Log: Manifest.t.ation of Schwern.
59425      Branch: perl
59426            ! lib/ExtUtils/t/Manifest.t
59427 ____________________________________________________________________________
59428 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
59429         Log: Nick's podulator was right, I just hadn't read the manual...
59430              the vms\perlvms.pod lines needed to be moved.
59431      Branch: perl
59432            ! win32/Makefile win32/makefile.mk
59433 ____________________________________________________________________________
59434 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
59435         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
59436              From: Andy Dougherty <doughera@lafayette.edu>
59437              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
59438              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
59439      Branch: perl
59440            ! INSTALL
59441 ____________________________________________________________________________
59442 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
59443         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
59444              From: alian <alian@cpan.org>
59445              Date: Tue, 19 Aug 2003 18:18:03 +0200
59446              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
59447      Branch: perl
59448            + ext/B/hints/openbsd.pl
59449            ! MANIFEST
59450 ____________________________________________________________________________
59451 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
59452         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
59453              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
59454              Date: Tue, 19 Aug 2003 08:28:14 -0700
59455              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
59456      Branch: perl
59457            ! lib/File/Spec/OS2.pm
59458 ____________________________________________________________________________
59459 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
59460         Log: Unnecessary whitespace diff.
59461      Branch: perl
59462            ! lib/ExtUtils/MakeMaker.pm
59463 ____________________________________________________________________________
59464 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
59465         Log: One less failure.
59466      Branch: perl
59467            ! lib/ExtUtils/t/Manifest.t
59468 ____________________________________________________________________________
59469 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
59470         Log: Replace #20772 with
59471
59472              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
59473              From: PPrymmer@factset.com
59474              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
59475              Date: Tue, 19 Aug 2003 10:29:44 -0400
59476      Branch: perl
59477            ! lib/ExtUtils/t/Manifest.t
59478 ____________________________________________________________________________
59479 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
59480         Log: (From Enache) Keep bytecode files (.plc) around in case
59481              of failures.  (Currently Tru64 is reliably barfing.)
59482      Branch: perl
59483            ! ext/B/t/bytecode.t
59484 ____________________________________________________________________________
59485 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
59486         Log: 's buildtoc now.
59487      Branch: perl
59488            ! README.cygwin
59489 ____________________________________________________________________________
59490 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
59491         Log: These are kind of important.
59492      Branch: perl
59493            ! MANIFEST
59494 ____________________________________________________________________________
59495 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
59496         Log: Replace #20763 with
59497
59498              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
59499              From: Michael G Schwern <schwern@pobox.com>
59500              Date: Mon, 18 Aug 2003 17:07:30 -0700
59501              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
59502      Branch: perl
59503            ! lib/ExtUtils/t/Manifest.t
59504 ____________________________________________________________________________
59505 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
59506         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
59507              From: Michael G Schwern <schwern@pobox.com>
59508              Date: Mon, 18 Aug 2003 18:02:08 -0700
59509              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
59510      Branch: perl
59511            ! lib/File/Spec/OS2.pm
59512 ____________________________________________________________________________
59513 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
59514         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
59515              From: Ken Williams <ken@mathforum.org>
59516              Date: Mon, 18 Aug 2003 17:07:43 -0500
59517              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
59518      Branch: perl
59519            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
59520            ! lib/File/Spec/t/Spec.t
59521 ____________________________________________________________________________
59522 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
59523         Log: Update the history records.
59524      Branch: perl
59525            ! pod/perlhist.pod
59526 ____________________________________________________________________________
59527 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
59528         Log: Still trying to unify MANIFEST sorting.
59529      Branch: perl
59530            ! MANIFEST pod/buildtoc
59531 ____________________________________________________________________________
59532 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
59533         Log: Try to unify the MANIFEST sorting.
59534      Branch: perl
59535            ! MANIFEST Makefile.SH pod/buildtoc
59536 ____________________________________________________________________________
59537 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
59538         Log: Nicholas Clark's podulator.  The win32 makefile
59539              generation doesn't seem to be working yet.
59540      Branch: perl
59541            + pod.lst pod/buildtoc
59542            - pod/buildtoc.PL
59543            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
59544            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
59545 ____________________________________________________________________________
59546 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
59547         Log: Pod tweaks for NEXT from Alan Ferrency.
59548      Branch: perl
59549            ! lib/NEXT.pm
59550 ____________________________________________________________________________
59551 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
59552         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
59553      Branch: perl
59554            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
59555 ____________________________________________________________________________
59556 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
59557         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
59558              From: PPrymmer@factset.com
59559              Date: Mon, 18 Aug 2003 15:57:12 -0400
59560              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
59561      Branch: perl
59562            ! lib/ExtUtils/t/Manifest.t
59563 ____________________________________________________________________________
59564 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
59565         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
59566              From: PPrymmer@factset.com
59567              Date: Mon, 18 Aug 2003 14:28:22 -0400
59568              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
59569      Branch: perl
59570            ! vms/descrip_mms.template
59571 ____________________________________________________________________________
59572 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
59573         Log: Use the base class cwd() method.
59574      Branch: perl
59575            ! lib/File/Spec/VMS.pm
59576 ____________________________________________________________________________
59577 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
59578         Log: Subject: [PATCH] Uppercase globals in Pod::Html
59579              From: Michael G Schwern <schwern@pobox.com>
59580              Date: Mon, 18 Aug 2003 03:29:09 -0700
59581              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
59582      Branch: perl
59583            ! lib/Pod/Html.pm
59584 ____________________________________________________________________________
59585 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
59586         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
59587              From: Michael G Schwern <schwern@pobox.com>
59588              Date: Mon, 18 Aug 2003 02:44:31 -0700
59589              Message-ID: <20030818094431.GG823@windhund.schwern.org>
59590      Branch: perl
59591            ! lib/Pod/Html.pm
59592 ____________________________________________________________________________
59593 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
59594         Log: Warn about the slowness of memory debuggers.
59595      Branch: perl
59596            ! pod/perlhack.pod
59597 ____________________________________________________________________________
59598 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
59599         Log: Upgrade to ExtUtils::MakeMaker 6.16.
59600      Branch: perl
59601            + lib/ExtUtils/t/prereq_print.t
59602            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
59603            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
59604            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
59605            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
59606            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
59607 ____________________________________________________________________________
59608 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
59609         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
59610              From: Michael G Schwern <schwern@pobox.com>
59611              Date: Mon, 18 Aug 2003 01:34:34 -0700
59612              Message-ID: <20030818083433.GB823@windhund.schwern.org>
59613      Branch: perl
59614            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
59615 ____________________________________________________________________________
59616 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
59617         Log: I could have sworn the base class method was there.
59618      Branch: perl
59619            ! lib/File/Spec/Unix.pm
59620 ____________________________________________________________________________
59621 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
59622         Log: utf8::is_utf8() wasn't there in 5.8.0.
59623      Branch: perl
59624            ! lib/utf8.pm
59625 ____________________________________________________________________________
59626 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
59627         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
59628              From: "Craig A. Berry" <craigberry@mac.com>
59629              Date: Sun, 17 Aug 2003 23:28:21 -0500
59630              Message-ID: <3F4055E5.2070407@mac.com>
59631      Branch: perl
59632            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
59633 ____________________________________________________________________________
59634 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
59635         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
59636              From: Michael G Schwern <schwern@pobox.com>
59637              Date: Sat, 16 Aug 2003 14:58:25 -0700
59638              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
59639
59640              (plus local *REALPATH)
59641      Branch: perl
59642            ! lib/Cwd.pm
59643 ____________________________________________________________________________
59644 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
59645         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
59646              From: Enache Adrian <enache@rdslink.ro>
59647              Date: Sat, 16 Aug 2003 16:03:16 +0300
59648              Message-ID: <20030816130316.GA1654@ratsnest.hole>
59649
59650              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
59651              From: Enache Adrian <enache@rdslink.ro>
59652              Date: Sun, 17 Aug 2003 04:42:22 +0300
59653              Message-ID: <20030817014222.GA1287@ratsnest.hole>
59654      Branch: perl
59655            ! t/op/die.t util.c
59656 ____________________________________________________________________________
59657 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
59658         Log: The lib/Cwd.pm diet part of
59659
59660              Subject: [PATCH] File::Spec on diet
59661              From: Tels <perl_dummy@bloodgate.com>
59662              Date: Mon, 7 Jul 2003 22:41:42 +0200
59663              Message-Id: <200307072235.03364@bloodgate.com>
59664      Branch: perl
59665            ! lib/Cwd.pm
59666 ____________________________________________________________________________
59667 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
59668         Log: The "reduce memory footprint and increase speed by not
59669              unconditionally pulling in Cwd"    part of
59670
59671              Subject: [PATCH] File::Spec on diet
59672              From: Tels <perl_dummy@bloodgate.com>
59673              Date: Mon, 7 Jul 2003 22:41:42 +0200
59674              Message-Id: <200307072235.03364@bloodgate.com>
59675
59676              was still valid.
59677      Branch: perl
59678            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
59679            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
59680            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
59681            ! lib/File/Spec/Win32.pm
59682 ____________________________________________________________________________
59683 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
59684         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
59685      Branch: perl
59686            ! lib/File/Temp.pm
59687 ____________________________________________________________________________
59688 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
59689         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
59690              From: PPrymmer@factset.com
59691              Date: Sat, 16 Aug 2003 11:55:58 -0400
59692              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
59693      Branch: perl
59694            ! installperl
59695 ____________________________________________________________________________
59696 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
59697         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
59698              $VERSION at 1.601 so that we are different in version
59699              than 5.8.0 since the module is different (one doc tweak).
59700      Branch: perl
59701            ! ext/Filter/Util/Call/Call.pm
59702 ____________________________________________________________________________
59703 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
59704         Log: valgrind --help didn't return a happy exit status.
59705      Branch: perl
59706            ! Makefile.SH
59707 ____________________________________________________________________________
59708 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
59709         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
59710              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
59711              because loading the XS part of Cwd might fail.
59712      Branch: perl
59713            ! lib/Cwd.pm
59714 ____________________________________________________________________________
59715 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
59716         Log: Subject: [patch lib/utf8.pm] doc tweaks
59717              From: Stas Bekman <stas@stason.org>
59718              Date: Sat, 16 Aug 2003 13:30:28 -0700
59719              Message-ID: <3F3E9464.3030202@stason.org>
59720      Branch: perl
59721            ! lib/utf8.pm
59722 ____________________________________________________________________________
59723 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
59724         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
59725              From: Michael G Schwern <schwern@pobox.com>
59726              Date: Fri, 15 Aug 2003 18:43:45 -0700
59727              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
59728      Branch: perl
59729            ! ext/Cwd/t/taint.t lib/Cwd.pm
59730 ____________________________________________________________________________
59731 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
59732         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
59733      Branch: perl
59734            ! hints/darwin.sh
59735 ____________________________________________________________________________
59736 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
59737         Log: Add valgrind testing target.
59738      Branch: perl
59739            ! Makefile.SH pod/perlhack.pod t/TEST
59740 ____________________________________________________________________________
59741 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
59742         Log: More networking negativity.
59743      Branch: perl
59744            ! pod/perlport.pod
59745 ____________________________________________________________________________
59746 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
59747         Log: Remove a useless vstring reference in perlnumber.pod.
59748      Branch: perl
59749            ! pod/perlnumber.pod
59750 ____________________________________________________________________________
59751 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
59752         Log: README.macosx updates about known problems.
59753      Branch: perl
59754            ! README.macosx
59755 ____________________________________________________________________________
59756 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
59757         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
59758              From: Andreas J Koenig <andreas.koenig@anima.de>
59759              Date: Fri, 15 Aug 2003 11:55:22 +0200
59760              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
59761      Branch: perl
59762            ! lib/Memoize/t/errors.t
59763 ____________________________________________________________________________
59764 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
59765         Log: Upgrade to File::Temp 0.13 from CPAN--
59766              but since we had a '0.13' already in 5.8.0, make this
59767              still a '0.131'.
59768      Branch: perl
59769            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
59770            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
59771            ! lib/File/Temp/t/tempfile.t
59772 ____________________________________________________________________________
59773 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
59774         Log: Clarify the E flag.
59775      Branch: perl
59776            ! embed.fnc
59777 ____________________________________________________________________________
59778 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
59779         Log: Integrate from maint:
59780              [ 20724]
59781              No peeking before the buffer.
59782              (This was probably the random failure showing up
59783              in Solaris with t/uni/tr_7jis.t)
59784      Branch: perl
59785           !> toke.c
59786 ____________________________________________________________________________
59787 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
59788         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
59789              From: Andreas J Koenig <andreas.koenig@anima.de>
59790              Date: Fri, 15 Aug 2003 11:37:29 +0200
59791              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
59792      Branch: perl
59793            ! t/TEST
59794 ____________________________________________________________________________
59795 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
59796         Log: Integrate from maint:
59797              [ 20719]
59798              no_plan is not a good plan until TEST is fixed.
59799      Branch: perl
59800           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
59801 ____________________________________________________________________________
59802 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
59803         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
59804              (the JPL cvs seems to be out of order), the only real change
59805              (in JNI.xs) seems to have been CRLF->LF conversion.
59806      Branch: perl
59807            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
59808 ____________________________________________________________________________
59809 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
59810         Log: Upgrade to Test::Harness 2.30.
59811      Branch: perl
59812            ! lib/Test/Harness.pm lib/Test/Harness/Changes
59813            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
59814 ____________________________________________________________________________
59815 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
59816         Log: Damian replied that he'll make a CPAN Switch 2.10
59817              out of 5.8.1 Switch 2.10.
59818      Branch: perl
59819            ! lib/Switch.pm
59820 ____________________________________________________________________________
59821 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
59822         Log: Add PerlIO::via::QuotedPrint to Maintainers.
59823      Branch: perl
59824            ! Porting/Maintainers.pl
59825 ____________________________________________________________________________
59826 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
59827         Log: Upgrade to PerlIO::via::Quoted 0.05.
59828      Branch: perl
59829            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
59830 ____________________________________________________________________________
59831 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
59832         Log: Upgrade to NEXT 0.60.
59833      Branch: perl
59834            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
59835            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
59836 ____________________________________________________________________________
59837 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
59838         Log: perlcheat is a reference, not tutorial.
59839      Branch: perl
59840            ! pod/perl.pod
59841 ____________________________________________________________________________
59842 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
59843         Log: Subject: PATCH RC4 IO::Dir
59844              From: Mark Jason Dominus <mjd@plover.com>
59845              Date: Thu, 14 Aug 2003 12:02:59 -0400
59846              Message-ID: <20030814160259.27586.qmail@plover.com>
59847      Branch: perl
59848            ! ext/IO/lib/IO/Dir.pm
59849 ____________________________________________________________________________
59850 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
59851         Log: win32/fcrypt.c was forgotten.
59852      Branch: perl
59853            ! MANIFEST
59854 ____________________________________________________________________________
59855 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
59856         Log: Not so great a version bump, let Paul release 0.17.
59857      Branch: perl
59858            ! ext/Filter/Util/Call/Call.pm
59859 ____________________________________________________________________________
59860 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
59861         Log: One more XS change versus no VERSION change.
59862              (Remaining in JNI.pm/xs, don't know what to about that
59863              since JNI is kind of "stable".)
59864      Branch: perl
59865            ! ext/Filter/Util/Call/Call.pm
59866 ____________________________________________________________________________
59867 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
59868         Log: XS contents changes versus VERSION non-changes.
59869      Branch: perl
59870            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
59871            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
59872            ! ext/Socket/Socket.pm
59873 ____________________________________________________________________________
59874 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
59875         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
59876              From: Steve Hay <steve.hay@uk.radan.com>
59877              Date: Thu, 14 Aug 2003 15:39:16 +0100
59878              Message-ID: <3F3B9F14.4040609@uk.radan.com>
59879
59880              (Sarathy okayed the idea.)
59881      Branch: perl
59882            + win32/fcrypt.c
59883            - win32/des_fcrypt.patch
59884            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
59885 ____________________________________________________________________________
59886 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
59887         Log: Subject: [DOC PATCH] warnings.pl
59888              From: Elizabeth Mattijsen <liz@dijkmat.nl>
59889              Date: Thu, 14 Aug 2003 13:12:55 +0200
59890              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
59891
59892              (some rewording)
59893      Branch: perl
59894            ! lib/warnings.pm warnings.pl
59895 ____________________________________________________________________________
59896 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
59897         Log: Update to Scalar-List-Utils 1.12
59898      Branch: perl
59899            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
59900            ! ext/List/Util/lib/List/Util.pm
59901            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
59902 ____________________________________________________________________________
59903 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
59904         Log: All the authors of these modules have now been contacted;
59905              but assuming no CPAN updates are upcoming, here are 'fake'
59906              version updates to make us different from 5.8.0.
59907              (List::Util+Scalar::Util will soon be updated;
59908              File::Spec CPAN release will be made based on 5.8.1.)
59909      Branch: perl
59910            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
59911            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
59912            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
59913            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
59914 ____________________________________________________________________________
59915 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
59916         Log: Make the blead versions of these be newer...
59917      Branch: perl
59918            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
59919 ____________________________________________________________________________
59920 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
59921         Log: Tweak from Slaven to catch also changed .xs files
59922              (.pm -> .xs name equivalence is assumed)
59923      Branch: perl
59924            ! Porting/cmpVERSION.pl
59925 ____________________________________________________________________________
59926 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
59927         Log: Diffs-sans-version-diffs between blead and maint.
59928      Branch: perl
59929            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
59930            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
59931            ! lib/warnings.pm warnings.pl
59932 ____________________________________________________________________________
59933 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
59934         Log: One more VERSION bump.
59935      Branch: perl
59936            ! lib/SelfLoader.pm
59937 ____________________________________________________________________________
59938 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
59939         Log: Add a known exception.
59940      Branch: perl
59941            ! Porting/cmpVERSION.pl
59942 ____________________________________________________________________________
59943 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
59944         Log: The blead version has got the dor.
59945      Branch: perl
59946            ! ext/Opcode/Opcode.pm
59947 ____________________________________________________________________________
59948 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
59949         Log: A swath of VERSION patches from Nicholas Clark.
59950      Branch: perl
59951            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
59952            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
59953            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
59954            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
59955            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
59956            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
59957            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
59958            ! lib/vmsish.pm os2/OS2/Process/Process.pm
59959            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
59960            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
59961            ! vms/ext/Filespec.pm warnings.pl
59962 ____________________________________________________________________________
59963 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
59964         Log: Alpha version numbers noticed by Schwern.
59965              (These hacks are no more needed since the PAUSE indexer no
59966              more indexes the insides of Perl distributions, says Andreas.)
59967      Branch: perl
59968            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
59969            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
59970            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
59971            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
59972            ! ext/IPC/SysV/SysV.pm
59973 ____________________________________________________________________________
59974 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
59975         Log: Subject: Re: script wanted
59976              From: Nicholas Clark <nick@ccl4.org>
59977              Date: Wed, 13 Aug 2003 20:46:09 +0100
59978              Message-ID: <20030813204609.G20130@plum.flirble.org>
59979      Branch: perl
59980            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
59981            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
59982            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
59983            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
59984            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
59985            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
59986            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
59987            ! ext/re/re.pm ext/threads/shared/shared.pm
59988            ! ext/threads/threads.pm
59989 ____________________________________________________________________________
59990 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
59991         Log: Subject: Re: script wanted
59992              From: Enache Adrian <enache@rdslink.ro>
59993              Date: Wed, 13 Aug 2003 22:31:18 +0300
59994              Message-ID: <20030813193118.GA1273@ratsnest.hole>
59995      Branch: perl
59996            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
59997            ! ext/B/B/Disassembler.pm
59998 ____________________________________________________________________________
59999 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
60000         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
60001              From: Robin Barker <Robin.Barker@npl.co.uk>
60002              Date: Wed, 13 Aug 2003 18:05:38 +0100
60003              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
60004      Branch: perl
60005            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
60006 ____________________________________________________________________________
60007 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
60008         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
60009              From: Michael G Schwern <schwern@pobox.com>
60010              Date: Wed, 13 Aug 2003 11:15:40 -0700
60011              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
60012      Branch: perl
60013            ! pod/perlartistic.pod pod/perlgpl.pod
60014 ____________________________________________________________________________
60015 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
60016         Log: Add cmpVERSION.pl from Slaven for comparing two
60017              Perl source trees for modules that have changed
60018              but have the same version numbers.
60019      Branch: perl
60020            + Porting/cmpVERSION.pl
60021            ! MANIFEST
60022 ____________________________________________________________________________
60023 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
60024         Log: Make Johan's confusion go away, but there are no doubt more
60025              similar cases.
60026      Branch: perl
60027            ! lib/File/Find.pm
60028 ____________________________________________________________________________
60029 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
60030         Log: Make (hopefully) the Windows CR CR LF bug go away
60031              by making the CRLF layer repel any other CRLF layers.
60032              In other words: binmode(FH, ":crlf") in e.g. Win32
60033              is effectively a no-op since there already is one
60034              CRLF layer in the stack by default.
60035      Branch: perl
60036            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
60037 ____________________________________________________________________________
60038 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
60039         Log: One tweak from Dave Mitchell.
60040      Branch: perl
60041            ! pod/perlport.pod
60042 ____________________________________________________________________________
60043 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
60044         Log: One tweak for microperl in OS/2.
60045      Branch: perl
60046            ! perl.h
60047 ____________________________________________________________________________
60048 [ 20671] By: merijn                                on 2003/08/13  08:57:27
60049         Log: Subject: [PATCH] another VMS pod nit
60050              From: "Craig A. Berry" <craigberry@mac.com>
60051              Date: Wed, 13 Aug 2003 01:01:46 -0500
60052              Message-ID: <3F39D44A.4010207@mac.com>
60053      Branch: perl
60054            ! vms/descrip_mms.template
60055 ____________________________________________________________________________
60056 [ 20670] By: merijn                                on 2003/08/13  08:54:45
60057         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
60058              From: "Craig A. Berry" <craigberry@mac.com>
60059              Date: Tue, 12 Aug 2003 21:12:00 -0500
60060              Message-ID: <3F399E70.4050607@mac.com>
60061      Branch: perl
60062            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
60063            ! lib/Tie/File/t/29a_upcopy.t
60064 ____________________________________________________________________________
60065 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
60066         Log: More don't:s for nyetworking.
60067      Branch: perl
60068            ! pod/perlport.pod
60069 ____________________________________________________________________________
60070 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
60071         Log: perlipc thinko by John P. Linderman.
60072      Branch: perl
60073            ! pod/perlipc.pod
60074 ____________________________________________________________________________
60075 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
60076         Log: Subject: Re: maint @ 20617 [PATCH]
60077              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
60078              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
60079              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
60080      Branch: perl
60081            ! lib/ExtUtils/Installed.pm
60082 ____________________________________________________________________________
60083 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
60084         Log: README.cygwin updates from Gerrit P. Haase.
60085      Branch: perl
60086            ! README.cygwin
60087 ____________________________________________________________________________
60088 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
60089         Log: Do some updates also on pod.mak -- which seems to
60090              be badly out of date.
60091      Branch: perl
60092            ! win32/pod.mak
60093 ____________________________________________________________________________
60094 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
60095         Log: More missing pods for VMS.
60096      Branch: perl
60097            ! vms/descrip_mms.template
60098 ____________________________________________________________________________
60099 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
60100         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
60101              From: PPrymmer@factset.com
60102              Date: Tue, 12 Aug 2003 16:24:21 -0400
60103              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
60104      Branch: perl
60105            ! vms/descrip_mms.template
60106 ____________________________________________________________________________
60107 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
60108         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
60109      Branch: perl
60110            ! pod/perlreref.pod
60111 ____________________________________________________________________________
60112 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
60113         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
60114      Branch: perl
60115            ! pp_sys.c
60116 ____________________________________________________________________________
60117 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
60118         Log: Multiline one-liners are a bit too much to ask.
60119      Branch: perl
60120            ! t/op/closure.t
60121 ____________________________________________________________________________
60122 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
60123         Log: Add perlcheat to the toc and perl.pod; regen toc.
60124      Branch: perl
60125            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60126 ____________________________________________________________________________
60127 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
60128         Log: Retract #20644 and #20643; on non-microperl non-fcntl
60129              systems Wrong Thing would be done.  (And as Sarathy
60130              points out, closing both ends of a pipe is rather
60131              identical to never opening it...)
60132      Branch: perl
60133            ! pp_sys.c util.c
60134 ____________________________________________________________________________
60135 [ 20652] By: ams                                   on 2003/08/12  13:06:40
60136         Log: Subject: perlcheat
60137              From: Juerd <juerd@cpan.org>
60138              Date: Mon, 11 Aug 2003 20:24:34 +0200
60139              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
60140      Branch: perl
60141            + pod/perlcheat.pod
60142            ! MANIFEST
60143 ____________________________________________________________________________
60144 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
60145         Log: Microperl expects C89 (like the rest of Perl).
60146      Branch: perl
60147            ! README.micro
60148 ____________________________________________________________________________
60149 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
60150         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
60151              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
60152              Date: Sun, 3 Aug 2003 06:19:02 -0700
60153              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
60154      Branch: perl
60155            ! lib/ExtUtils/xsubpp
60156 ____________________________________________________________________________
60157 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
60158         Log: If we are void we cannot return a value.
60159      Branch: perl
60160            ! mg.c
60161 ____________________________________________________________________________
60162 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
60163         Log: Oops.
60164      Branch: perl
60165            ! perl.c
60166 ____________________________________________________________________________
60167 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
60168         Log: Apply much of Ilya's microperl patch, but instead of
60169              implementing the opendir()/readdir()/closedir() using
60170              external commands give up "ANSI-pureness" and define them
60171              in uconfig.sh, also define other stuff like rename() and putenv().
60172              Leave out the $| emulation in my_fork() since we are
60173              not supposed to have fork() under microperl.
60174      Branch: perl
60175            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
60176            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
60177 ____________________________________________________________________________
60178 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
60179         Log: Localize PARENT (based on Ilya's microperl patch).
60180      Branch: perl
60181            ! lib/Cwd.pm
60182 ____________________________________________________________________________
60183 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
60184         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
60185      Branch: perl
60186            ! util.c
60187 ____________________________________________________________________________
60188 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
60189         Log: A generally useful hunk from Ilya's microperl patch.
60190              (If no fcntl F_SETFD, fake it the best we can.)
60191      Branch: perl
60192            ! pp_sys.c
60193 ____________________________________________________________________________
60194 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
60195         Log: returning would be good, too.
60196      Branch: perl
60197            ! ext/Safe/t/safeops.t
60198 ____________________________________________________________________________
60199 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
60200         Log: No dor in maint.
60201      Branch: perl
60202            ! ext/Safe/t/safeops.t
60203 ____________________________________________________________________________
60204 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
60205         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
60206              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
60207              Date: Mon, 21 Apr 2003 22:44:37 -0700
60208              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
60209
60210              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
60211      Branch: perl
60212            ! ext/DynaLoader/XSLoader_pm.PL
60213 ____________________________________________________________________________
60214 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
60215         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
60216              From: Michael G Schwern <schwern@pobox.com>
60217              Date: Sat, 9 Aug 2003 15:03:02 -0700
60218              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
60219
60220              (plus one extra catfile() in h2xs.t)
60221      Branch: perl
60222            ! lib/h2xs.t utils/h2xs.PL
60223 ____________________________________________________________________________
60224 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
60225         Log: The Debian people have expressed a wish for the boilerplate
60226              being specific about the Perl version; patch from Nicholas Clark.
60227      Branch: perl
60228            ! utils/h2xs.PL
60229 ____________________________________________________________________________
60230 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
60231         Log: A new try from Dave Mitchell for [perl #23265].
60232      Branch: perl
60233            ! pad.c t/op/closure.t
60234 ____________________________________________________________________________
60235 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
60236         Log: Fix for [perl #23287] segfault in untie.
60237              (Well, at least no more coredump.)
60238      Branch: perl
60239            ! pp_sys.c t/op/tie.t
60240 ____________________________________________________________________________
60241 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
60242         Log: =head2 ALL CAPS
60243      Branch: perl
60244            ! pod/perlreref.pod
60245 ____________________________________________________________________________
60246 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
60247         Log: Too enthusiastic head2-ing.
60248      Branch: perl
60249            ! pod/perlreref.pod
60250 ____________________________________________________________________________
60251 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
60252         Log: Gotta Get'em Cases Right.
60253      Branch: perl
60254            ! pod/perlreref.pod
60255 ____________________________________________________________________________
60256 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
60257         Log: head2-ify many of the head1s, will probably make this look
60258              better in HTML.
60259      Branch: perl
60260            ! pod/perlreref.pod
60261 ____________________________________________________________________________
60262 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
60263         Log: Subject: Re: [PATCH] perlreref.pod tweaks
60264              From: Iain Truskett <spoon@cpan.org>
60265              Date: Tue, 12 Aug 2003 13:59:27 +1000
60266              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
60267
60268              plus explain "Titlecase".
60269      Branch: perl
60270            ! pod/perlreref.pod
60271 ____________________________________________________________________________
60272 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
60273         Log: Add a new regression test for Safe : tests that all ops
60274              can be trapped by a Safe compartement (except for the ones
60275              that can't.)
60276      Branch: perl
60277            + ext/Safe/t/safeops.t
60278            ! MANIFEST
60279 ____________________________________________________________________________
60280 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
60281         Log: B::Deparse wasn't handling correctly builtins that
60282              have two filehandles in their prototypes (pipe, socketpair,
60283              accept) when non-bareword prototypes were used.
60284      Branch: perl
60285            ! ext/B/B/Deparse.pm
60286 ____________________________________________________________________________
60287 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
60288         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
60289              From: merlyn@stonehenge.com (Randal L. Schwartz)
60290              Date: 11 Aug 2003 09:45:29 -0700
60291              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
60292
60293              Subject: [PATCH] perlreref.pod tweaks
60294              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
60295              Date: Mon, 11 Aug 2003 13:19:51 -0400
60296              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
60297
60298              Plus a note about {,n} not being a quantifier.
60299      Branch: perl
60300            ! pod/perlreref.pod
60301 ____________________________________________________________________________
60302 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
60303         Log: Integrate:
60304              [ 20618]
60305              $* is not yet fully gone in 5.8.1.
60306      Branch: perl
60307           !> pod/perlreref.pod
60308 ____________________________________________________________________________
60309 [ 20614] By: nick                                  on 2003/08/11  12:14:55
60310         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
60311      Branch: perl
60312            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
60313 ____________________________________________________________________________
60314 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
60315         Log: VC6 warning: result still unsigned.
60316      Branch: perl
60317            ! regexec.c
60318 ____________________________________________________________________________
60319 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
60320         Log: Typo fix from Boris Zentner.
60321      Branch: perl
60322            ! pod/perlfaq5.pod
60323 ____________________________________________________________________________
60324 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
60325         Log: Subject: [perl #23273] warnings in Unicode::UCD
60326              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
60327              Date: 10 Aug 2003 22:37:41 -0000
60328              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
60329      Branch: perl
60330            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
60331 ____________________________________________________________________________
60332 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
60333         Log: Explain the 'Wide character in print' a bit more.
60334      Branch: perl
60335            ! pod/perldiag.pod
60336 ____________________________________________________________________________
60337 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
60338         Log: Subject: Re: killing for vital signs [PATCH]
60339              From: "John P. Linderman" <jpl@research.att.com>
60340              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
60341              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
60342      Branch: perl
60343            ! pod/perlfunc.pod pod/perlipc.pod
60344 ____________________________________________________________________________
60345 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
60346         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
60347              sv_placeholder hunk.
60348      Branch: perl
60349            ! perl.h sv.h
60350 ____________________________________________________________________________
60351 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
60352         Log: Clarify the format checking instructions.
60353      Branch: perl
60354            ! Porting/pumpkin.pod
60355 ____________________________________________________________________________
60356 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
60357         Log: Retract #20597, too many resulting core dumps.
60358      Branch: perl
60359            ! pad.c t/op/closure.t
60360 ____________________________________________________________________________
60361 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
60362         Log: Subject: Re: [perl #23265] Nested anonymous subs
60363              From: Dave Mitchell <davem@fdgroup.com>
60364              Date: Sun, 10 Aug 2003 01:35:30 +0100
60365              Message-ID: <20030810003530.GB6547@fdgroup.com>
60366      Branch: perl
60367            ! pad.c t/op/closure.t
60368 ____________________________________________________________________________
60369 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
60370         Log: Try simple workaround for the POSIX autosplit.ix warning.
60371      Branch: perl
60372            ! ext/POSIX/POSIX.pm
60373 ____________________________________________________________________________
60374 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
60375         Log: One more PL_csighandlerp.
60376      Branch: perl
60377            ! ext/POSIX/POSIX.xs
60378 ____________________________________________________________________________
60379 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
60380         Log: Further tweaks on perlreref.pod (by Iain Truskett)
60381      Branch: perl
60382            ! pod/perlreref.pod
60383 ____________________________________________________________________________
60384 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
60385         Log: Add the perlreref manpage, by Iain Truskett
60386              (regular expressions quick reference.)
60387              Regenerate the table of contents.
60388      Branch: perl
60389            + pod/perlreref.pod
60390            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60391 ____________________________________________________________________________
60392 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
60393         Log: Remove ByteLoader from the list of modules whose compilability should
60394              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
60395              pointed out.)
60396      Branch: perl
60397            ! t/lib/1_compile.t
60398 ____________________________________________________________________________
60399 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
60400         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
60401              From: Dave Mitchell <davem@fdgroup.com>
60402              Date: Sat, 9 Aug 2003 14:51:44 +0100
60403              Message-ID: <20030809135144.GC4997@fdgroup.com>
60404      Branch: perl
60405            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
60406            ! scope.h t/lib/warnings/pad
60407 ____________________________________________________________________________
60408 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
60409         Log: Regenerate perlapi.pod.
60410      Branch: perl
60411            ! pod/perlapi.pod
60412 ____________________________________________________________________________
60413 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
60414         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
60415              From: Michael G Schwern <schwern@pobox.com>
60416              Date: Sat, 9 Aug 2003 13:36:59 -0700
60417              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
60418      Branch: perl
60419            ! t/lib/1_compile.t
60420 ____________________________________________________________________________
60421 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
60422         Log: Update Jon Orwant's email address as he wants it,
60423              drop TPJ URL; upate also Doug MacEachern's address.
60424      Branch: perl
60425            ! pod/perlembed.pod pod/perlmodinstall.pod
60426 ____________________________________________________________________________
60427 [ 20587] By: ams                                   on 2003/08/09  18:09:34
60428         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
60429              normal key was replaced by its UTF-8 equivalent. This caused the
60430              "Storable problem" RT3 users reported under RH9.
60431      Branch: perl
60432            ! hv.c
60433 ____________________________________________________________________________
60434 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
60435         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
60436              From: Michael G Schwern <schwern@pobox.com>
60437              Date: Fri, 8 Aug 2003 18:35:51 -0700
60438              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
60439      Branch: perl
60440            ! pod/perlmodinstall.pod
60441 ____________________________________________________________________________
60442 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
60443         Log: Reintroduce the U_32-ification to pad.c,
60444              suggested by Dave Mitchell.
60445      Branch: perl
60446            ! pad.c
60447 ____________________________________________________________________________
60448 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
60449         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
60450      Branch: perl
60451            ! lib/AutoSplit.pm
60452 ____________________________________________________________________________
60453 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
60454         Log: Some updates for the memory use debugging section:
60455              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
60456      Branch: perl
60457            ! pod/perldebguts.pod
60458 ____________________________________________________________________________
60459 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
60460         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
60461              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
60462              which was on old bug unearthed by the change #20559.
60463              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
60464              Workaround is not to use lexicals.
60465      Branch: perl
60466            ! lib/SelfLoader.pm
60467 ____________________________________________________________________________
60468 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
60469         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
60470              so no much point in adding it yet.
60471      Branch: perl
60472            ! hints/cygwin.sh
60473 ____________________________________________________________________________
60474 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
60475         Log: Retract #20524 since it was due to broken INT32_MIN in
60476              Cygwin 1.5's stdint.h.
60477      Branch: perl
60478            ! pad.c
60479 ____________________________________________________________________________
60480 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
60481         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
60482              From: Dave Mitchell <davem@fdgroup.com>
60483              Date: Fri, 8 Aug 2003 22:28:48 +0100
60484              Message-ID: <20030808212848.GA2628@fdgroup.com>
60485      Branch: perl
60486            ! sv.c
60487 ____________________________________________________________________________
60488 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
60489         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
60490              From: Michael G Schwern <schwern@pobox.com>
60491              Date: Fri, 8 Aug 2003 13:59:50 -0700
60492              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
60493      Branch: perl
60494            ! pod/perlfaq8.pod
60495 ____________________________________________________________________________
60496 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
60497         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
60498              From: Jan Dubois <jand@ActiveState.com>
60499              Date: Fri, 08 Aug 2003 17:49:03 -0700
60500              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
60501      Branch: perl
60502            ! win32/win32.c
60503 ____________________________________________________________________________
60504 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
60505         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
60506              From: Nicholas Clark <nick@ccl4.org>
60507              Date: Fri, 8 Aug 2003 23:30:00 +0100
60508              Message-ID: <20030808233000.B20130@plum.flirble.org>
60509      Branch: perl
60510            ! ext/Storable/Storable.xs
60511 ____________________________________________________________________________
60512 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
60513         Log: Two more tests for #20566/#20568.
60514      Branch: perl
60515            ! t/op/pat.t
60516 ____________________________________________________________________________
60517 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
60518         Log: Subject: [PATCH] Re: UNICODE regexp bug
60519              From: Nick Ing-Simmons <nick@ing-simmons.net>
60520              Date: Fri, 08 Aug 2003 23:05:49 +0100
60521              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
60522
60523              Better patch (than #20566) from NI-S, one more test
60524              (introduce another variable rather than reuse the tmp, though)
60525      Branch: perl
60526            ! regexec.c t/op/pat.t
60527 ____________________________________________________________________________
60528 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
60529         Log: Subject: UNICODE regexp bug
60530              From: Nick Ing-Simmons <nick@ing-simmons.net>
60531              Date: Fri, 08 Aug 2003 20:36:56 +0100
60532              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
60533      Branch: perl
60534            ! regexec.c t/op/pat.t
60535 ____________________________________________________________________________
60536 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
60537         Log: Move the csighandler to be a data variable so that
60538              things like DLL trampolines can't mess up the code
60539              variables the Perl_csighandler (seen in Cygwin:
60540              Perl_csighandler in POSIX extension was different
60541              than in main executable).
60542      Branch: perl
60543            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
60544 ____________________________________________________________________________
60545 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
60546         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
60547              From: Steve Hay <steve.hay@uk.radan.com>
60548              Date: Fri, 08 Aug 2003 12:42:28 +0100
60549              Message-ID: <3F338CA4.3010503@uk.radan.com>
60550      Branch: perl
60551            ! t/op/time.t
60552 ____________________________________________________________________________
60553 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
60554         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
60555              From: "Gerrit P. Haase" <gp@familiehaase.de>
60556              Date: Fri, 8 Aug 2003 13:44:51 +0200
60557              Message-ID: <1621817486657.20030808134451@familiehaase.de>
60558      Branch: perl
60559            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
60560            ! hints/cygwin.sh
60561 ____________________________________________________________________________
60562 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
60563         Log: Retract PASTHRU* changes as recommended by Schwern.
60564      Branch: perl
60565            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
60566            ! lib/ExtUtils/t/MM_Win32.t
60567 ____________________________________________________________________________
60568 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
60569         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
60570              From: Dave Mitchell <davem@fdgroup.com>
60571              Date: Thu, 7 Aug 2003 15:53:35 +0100
60572              Message-ID: <20030807145335.GF26683@fdgroup.com>
60573      Branch: perl
60574            ! scope.c t/lib/warnings/pad
60575 ____________________________________________________________________________
60576 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
60577         Log: The #20546 was too ambitious, broke the test.
60578      Branch: perl
60579            ! lib/Benchmark.pm lib/Benchmark.t
60580 ____________________________________________________________________________
60581 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
60582         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
60583              From: PPrymmer@factset.com
60584              Date: Thu, 7 Aug 2003 14:02:02 -0400
60585              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
60586      Branch: perl
60587            ! vms/descrip_mms.template
60588 ____________________________________________________________________________
60589 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
60590         Log: Some AUTHORS updates.
60591      Branch: perl
60592            ! AUTHORS
60593 ____________________________________________________________________________
60594 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
60595         Log: Hint away the semid_ds test in NetBSD/sparc.
60596      Branch: perl
60597            ! hints/netbsd.sh
60598 ____________________________________________________________________________
60599 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
60600         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
60601      Branch: perl
60602            ! Configure
60603 ____________________________________________________________________________
60604 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
60605         Log: Subject: [PATCH] Test::More
60606              From: Fergal Daly <fergal@esatclear.ie>
60607              Date: Thu, 7 Aug 2003 15:52:11 +0100
60608              Message-Id: <200308071552.11873.fergal@esatclear.ie>
60609      Branch: perl
60610            ! lib/Test/More.pm
60611 ____________________________________________________________________________
60612 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
60613         Log: Integrate from maint:
60614              [ 20543]
60615              Workround for SuSE8.2's -lndbm hack
60616      Branch: perl
60617           !> hints/linux.sh
60618 ____________________________________________________________________________
60619 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
60620         Log: Subject: [PATCH 5.8.1] Benchmark problem
60621              From: Radu Greab <rgreab@fx.ro>
60622              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
60623              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
60624
60625              Subject: Re: [PATCH 5.8.1] Benchmark problem
60626              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
60627              Date: Thu, 7 Aug 2003 15:48:38 +0200
60628              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
60629      Branch: perl
60630            ! lib/Benchmark.pm lib/Benchmark.t
60631 ____________________________________________________________________________
60632 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
60633         Log: Retract #20359: too wide a brush.
60634      Branch: perl
60635            ! hints/netbsd.sh
60636 ____________________________________________________________________________
60637 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
60638         Log: If no alarm(), skip the subtests.
60639      Branch: perl
60640            ! ext/Time/HiRes/t/HiRes.t
60641 ____________________________________________________________________________
60642 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
60643         Log: Subject: Re: maint @ 20537
60644              From: Philip Newton <Philip.Newton@gmx.net>
60645              Date: Thu, 07 Aug 2003 09:05:17 +0200
60646              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
60647      Branch: perl
60648            ! ext/Socket/Socket.xs
60649 ____________________________________________________________________________
60650 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
60651         Log: Subject: Re: maint @ 20537
60652              From: Philip Newton <Philip.Newton@gmx.net>
60653              Date: Thu, 07 Aug 2003 09:05:17 +0200
60654              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
60655      Branch: perl
60656            ! hints/dos_djgpp.sh
60657 ____________________________________________________________________________
60658 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
60659         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
60660              broken SysV semaphores.
60661      Branch: perl
60662            ! hints/netbsd.sh
60663 ____________________________________________________________________________
60664 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
60665         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
60666              From: hv@crypt.org
60667              Date: Thu, 07 Aug 2003 02:44:23 +0100
60668              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
60669      Branch: perl
60670            ! regexec.c t/op/re_tests
60671 ____________________________________________________________________________
60672 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
60673         Log: ESUCCESS = 0 is not true, but exists.
60674      Branch: perl
60675            ! ext/Errno/t/Errno.t
60676 ____________________________________________________________________________
60677 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
60678         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
60679              From: jari.aalto@poboxes.com (Jari Aalto)
60680              Date: Wed, 06 Aug 2003 14:24:42 +0300
60681              Message-ID: <ekzzowp1.fsf@blue.sea.net>
60682      Branch: perl
60683            ! ext/Sys/Syslog/Syslog.pm
60684 ____________________________________________________________________________
60685 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
60686         Log: Make code agree with documentation (from Wolfgang Friebel)
60687      Branch: perl
60688            ! lib/ExtUtils/MakeMaker.pm
60689 ____________________________________________________________________________
60690 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
60691         Log: Various tweaks to help DJGPP builds.
60692      Branch: perl
60693            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
60694 ____________________________________________________________________________
60695 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
60696         Log: More PASTHRU patching from Steve Hay.
60697      Branch: perl
60698            ! lib/ExtUtils/MM_Unix.pm
60699 ____________________________________________________________________________
60700 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
60701         Log: Cast away gcc 3.3 type conversion pickiness.
60702      Branch: perl
60703            ! ext/threads/threads.xs
60704 ____________________________________________________________________________
60705 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
60706         Log: Subject: Re: perl with cygwin 1.5, need help
60707              From: "Gerrit P. Haase" <gp@familiehaase.de>
60708              Date: Tue, 5 Aug 2003 14:36:55 +0200
60709              Message-ID: <71561410910.20030805143655@familiehaase.de>
60710
60711              (needed manual fitting)
60712      Branch: perl
60713            ! pad.c
60714 ____________________________________________________________________________
60715 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
60716         Log: Subject: maint @ 20512
60717              From: Robin Barker <Robin.Barker@npl.co.uk>
60718              Date: Wed, 6 Aug 2003 15:31:33 +0100
60719              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
60720      Branch: perl
60721            ! MANIFEST Porting/Maintainers.pl
60722 ____________________________________________________________________________
60723 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
60724         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
60725              From: Steve Hay <steve.hay@uk.radan.com>
60726              Date: Wed, 06 Aug 2003 10:56:44 +0100
60727              Message-ID: <3F30D0DC.20700@uk.radan.com>
60728      Branch: perl
60729            ! lib/ExtUtils/MM_Unix.pm
60730 ____________________________________________________________________________
60731 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
60732         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
60733              From: Tim Jenness <t.jenness@jach.hawaii.edu>
60734              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
60735              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
60736      Branch: perl
60737            ! pod/perlfaq2.pod
60738 ____________________________________________________________________________
60739 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
60740         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
60741              From: "Craig A. Berry" <craigberry@mac.com>
60742              Date: Wed, 06 Aug 2003 00:18:36 -0500
60743              Message-ID: <3F308FAC.4090409@mac.com>
60744
60745              (from vmsperl list)
60746      Branch: perl
60747            ! utils/dprofpp.PL
60748 ____________________________________________________________________________
60749 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
60750         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
60751              From: mjd@plover.com
60752              Date: 5 Aug 2003 19:23:46 -0000
60753              Message-ID: <20030805192346.25911.qmail@plover.com>
60754      Branch: perl
60755            ! pod/perlfaq2.pod
60756 ____________________________________________________________________________
60757 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
60758         Log: Continue #20506.
60759      Branch: perl
60760            ! lib/ExtUtils/MM_Unix.pm
60761 ____________________________________________________________________________
60762 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
60763         Log: Try to fix the INC in PASTHRU.
60764      Branch: perl
60765            ! lib/ExtUtils/MM_Unix.pm
60766 ____________________________________________________________________________
60767 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
60768         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
60769              From: Chip Salzenberg <chip@pobox.com>
60770              Date: Tue, 5 Aug 2003 11:39:24 -0400
60771              Message-ID: <20030805153924.GO1751@perlsupport.com
60772      Branch: perl
60773            ! perlio.c
60774 ____________________________________________________________________________
60775 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
60776         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
60777              From: Steve Hay <steve.hay@uk.radan.com>
60778              Date: Tue, 05 Aug 2003 10:43:49 +0100
60779              Message-ID: <3F2F7C55.9020808@uk.radan.com>
60780
60781              (The MM_Unix.pm part was dealt with in #20501.)
60782      Branch: perl
60783            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
60784 ____________________________________________________________________________
60785 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
60786         Log: Reinstate #11125, hopefully making MakeMaker to pass
60787              DEFINE and INCLUDE to subdirs (NI-S says he'll work
60788              around any problems caused seen Tk if necessary).
60789              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
60790              to be _after_ the directory-specific INC and DEFINE as suggested
60791              by NI-S (Tk probably being the only "user" of the said macros).
60792      Branch: perl
60793            ! lib/ExtUtils/MM_Unix.pm
60794 ____________________________________________________________________________
60795 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
60796         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
60797              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
60798              Date: Tue, 5 Aug 2003 20:12:18 +0400
60799              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
60800      Branch: perl
60801            - wince/include/netdb.h
60802            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
60803            ! wince/wince.c
60804 ____________________________________________________________________________
60805 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
60806         Log: A suggested perlio doc addition from Stas.
60807      Branch: perl
60808            ! pod/perliol.pod
60809 ____________________________________________________________________________
60810 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
60811         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
60812              From: Robin Barker <Robin.Barker@npl.co.uk>
60813              Date: Tue, 5 Aug 2003 15:32:36 +0100
60814              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
60815      Branch: perl
60816            ! AUTHORS Porting/Maintainers.pl
60817 ____________________________________________________________________________
60818 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
60819         Log: This is necessary to get things building for the VMS debugger.
60820              (Craig Berry)
60821      Branch: perl
60822            ! vms/descrip_mms.template
60823 ____________________________________________________________________________
60824 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
60825         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
60826              From: alian <alian@cpan.org>
60827              Date: Tue, 05 Aug 2003 12:21:42 +0200
60828              Message-ID: <3F2F8536.1090702@jupiter.alianet>
60829      Branch: perl
60830            ! ext/POSIX/t/posix.t
60831 ____________________________________________________________________________
60832 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
60833         Log: Add some known cases to Maintainers.
60834      Branch: perl
60835            ! Porting/Maintainers.pl
60836 ____________________________________________________________________________
60837 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
60838         Log: Subject: [PATCH] perlthrtut.pod
60839              From: Elizabeth Mattijsen <liz@dijkmat.nl>
60840              Date: Tue, 5 Aug 2003 11:26:04 +0200
60841              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
60842      Branch: perl
60843            ! pod/perlthrtut.pod
60844 ____________________________________________________________________________
60845 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
60846         Log: Add META.yml and Stas' makemeta (plus extensive reworking
60847              of the Maintainers utility)
60848      Branch: perl
60849            + META.yml Porting/Maintainers.pm Porting/makemeta
60850            ! MANIFEST Makefile.SH Porting/Maintainers
60851            ! Porting/Maintainers.pl
60852 ____________________________________________________________________________
60853 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
60854         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
60855              Try to remove the created message queues and semaphores
60856              even in the case of failures.
60857      Branch: perl
60858            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
60859 ____________________________________________________________________________
60860 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
60861         Log: Subject: PerlIO_{read,write} return value doc patch
60862              From: Gisle Aas <gisle@ActiveState.com>
60863              Date: 04 Aug 2003 13:25:28 -0700
60864              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
60865      Branch: perl
60866            ! pod/perlapio.pod
60867 ____________________________________________________________________________
60868 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
60869         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
60870              From: "Craig A. Berry" <craigberry@mac.com>
60871              Date: Mon, 04 Aug 2003 19:29:51 -0500
60872              Message-ID: <3F2EFA7F.6070801@mac.com>
60873      Branch: perl
60874            ! utils/dprofpp.PL
60875 ____________________________________________________________________________
60876 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
60877         Log: Subject: [PATCH] typos in encoding.pm
60878              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60879              Date: Mon, 4 Aug 2003 20:09:35 +0200
60880              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
60881      Branch: perl
60882            ! ext/Encode/encoding.pm
60883 ____________________________________________________________________________
60884 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
60885         Log: Bytecode patching from Enache.
60886      Branch: perl
60887            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
60888            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
60889 ____________________________________________________________________________
60890 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
60891         Log: Upgrade to Digest::MD5 2.27.
60892      Branch: perl
60893            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
60894            ! ext/Digest/MD5/t/files.t
60895 ____________________________________________________________________________
60896 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
60897         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
60898              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
60899              Date: Tue, 05 Aug 2003 00:27:10 +0900
60900              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
60901      Branch: perl
60902            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
60903 ____________________________________________________________________________
60904 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
60905         Log: Nit in INSTALL about the svr?.sh hint files.
60906      Branch: perl
60907            ! INSTALL
60908 ____________________________________________________________________________
60909 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
60910         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
60911              From: Steve Grazzini <grazz@pobox.com>
60912              Date: Mon, 4 Aug 2003 16:01:45 -0400
60913              Message-ID: <20030804200145.GB21699@grazzini.net>
60914
60915              Prevent the warning "Bareword found where operator expected" in
60916              the case "print $fh foo()" where foo() is an undefined function.
60917      Branch: perl
60918            ! toke.c
60919 ____________________________________________________________________________
60920 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
60921         Log: Fix bug #23141 : localization of readonly magic scalars
60922              now produces an error "Modification of a read-only value
60923              attempted", instead of silently failing.
60924      Branch: perl
60925            ! scope.c t/op/local.t
60926 ____________________________________________________________________________
60927 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
60928         Log: Revert change #19282 : it caused problems for some -Duseshrplib
60929              builds. On the other hand, make sure that your C compiler isn't
60930              a perl script !
60931      Branch: perl
60932            ! Makefile.SH
60933 ____________________________________________________________________________
60934 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
60935         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
60936      Branch: perl
60937            ! perl.c perl.h
60938 ____________________________________________________________________________
60939 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
60940         Log: Oops.
60941      Branch: perl
60942            ! hints/darwin.sh hints/rhapsody.sh
60943 ____________________________________________________________________________
60944 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
60945         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
60946              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
60947              Date: Mon, 4 Aug 2003 10:35:12 +0200
60948              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
60949      Branch: perl
60950            ! hints/darwin.sh
60951 ____________________________________________________________________________
60952 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
60953         Log: Test count adjustment from Rafael.
60954      Branch: perl
60955            ! lib/Test/Simple/t/is_deeply.t
60956 ____________________________________________________________________________
60957 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
60958         Log: Subject: [PATCH] maint, Win32, GCC 3.2
60959              From: Mattia Barbon <mbarbon@dsi.unive.it>
60960              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
60961              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
60962      Branch: perl
60963            ! ext/Errno/Errno_pm.PL
60964 ____________________________________________________________________________
60965 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
60966         Log: Apparently the newly introduce -DDARWIN did conflict with
60967              some Apple definition, how ironic...
60968      Branch: perl
60969            ! hints/darwin.sh perl.h
60970 ____________________________________________________________________________
60971 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
60972         Log: Subject: Debian patch that skips podless modules
60973              From: Alexey Tourbin <at@altlinux.ru>
60974              Date: Sun, 3 Aug 2003 21:33:00 +0400
60975              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
60976
60977              (plus Schwern's and Robert's nits)
60978      Branch: perl
60979            ! installman
60980 ____________________________________________________________________________
60981 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
60982         Log: Subject: [PATCH] 4 bugs in Test::More
60983              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
60984              Date: Fri, 21 Mar 2003 10:57:31 +0000
60985              Message-Id: <200303211057.31879.fergal@esatclear.ie>
60986      Branch: perl
60987            ! lib/Test/More.pm lib/Test/Simple/t/More.t
60988            ! lib/Test/Simple/t/is_deeply.t
60989 ____________________________________________________________________________
60990 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
60991         Log: Upgrade to ExtUtils::MakeMaker 6.15.
60992      Branch: perl
60993            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
60994            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
60995            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
60996 ____________________________________________________________________________
60997 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
60998         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
60999              From: Michael G Schwern <schwern@pobox.com>
61000              Date: Sun, 3 Aug 2003 16:12:35 -0700
61001              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
61002      Branch: perl
61003            ! lib/Benchmark.pm lib/Benchmark.t
61004 ____________________________________________________________________________
61005 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
61006         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
61007              From: Enache Adrian <enache@rdslink.ro>
61008              Date: Sun, 3 Aug 2003 18:00:05 +0300
61009              Message-ID: <20030803150005.GA1319@ratsnest.hole>
61010      Branch: perl
61011            ! pp.c t/op/substr.t
61012 ____________________________________________________________________________
61013 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
61014         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
61015              From: alian <alian@cpan.org>
61016              Date: Sat, 02 Aug 2003 16:19:25 +0200
61017              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
61018
61019              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
61020      Branch: perl
61021            ! ext/POSIX/t/posix.t
61022 ____________________________________________________________________________
61023 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
61024         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
61025              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
61026              Date: Mon, 4 Aug 2003 00:01:08 +0400
61027              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
61028      Branch: perl
61029            ! wince/makedist.pl
61030 ____________________________________________________________________________
61031 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
61032         Log: Subject: [PATCH perlreftut.pod] Minor edits
61033              From: mjd@plover.com
61034              Date: 3 Aug 2003 17:46:08 -0000
61035              Message-ID: <20030803174608.15792.qmail@plover.com>
61036      Branch: perl
61037            ! pod/perlreftut.pod
61038 ____________________________________________________________________________
61039 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
61040         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
61041              From: mjd@plover.com
61042              Date: 3 Aug 2003 19:37:49 -0000
61043              Message-ID: <20030803193749.3733.qmail@plover.com>
61044      Branch: perl
61045            ! ext/Time/HiRes/HiRes.pm
61046 ____________________________________________________________________________
61047 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
61048         Log: Subject: [PATCH] Re: win32.c bug - handle leak
61049              From: Jan Dubois <jand@ActiveState.com>
61050              Date: Sat, 02 Aug 2003 10:25:05 -0700
61051              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
61052      Branch: perl
61053            ! win32/win32.c
61054 ____________________________________________________________________________
61055 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
61056         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
61057              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
61058              Date: Sat, 2 Aug 2003 09:38:50 -0700
61059              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
61060      Branch: perl
61061            ! os2/os2ish.h
61062 ____________________________________________________________________________
61063 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
61064         Log: Subject: [PATCH] Storable and uninitalized array values
61065              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
61066              Date: Sat, 2 Aug 2003 13:40:16 +0200
61067              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
61068      Branch: perl
61069            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
61070 ____________________________________________________________________________
61071 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
61072         Log: Upgrade to Unicode::Collate 0.26.
61073      Branch: perl
61074            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
61075            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
61076            ! lib/Unicode/Collate/t/test.t
61077 ____________________________________________________________________________
61078 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
61079         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
61080              From: "Craig A. Berry" <craigberry@mac.com>
61081              Date: Sat, 02 Aug 2003 10:25:44 -0500
61082              Message-ID: <3F2BD7F8.8090003@mac.com>
61083      Branch: perl
61084            ! lib/Net/Ping.pm
61085 ____________________________________________________________________________
61086 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
61087         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
61088              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
61089              Date: Sun, 3 Aug 2003 06:21:41 -0700
61090              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
61091      Branch: perl
61092            ! lib/Shell.t
61093 ____________________________________________________________________________
61094 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
61095         Log: C++ (or C99) sneak attack ("inline" function keyword).
61096      Branch: perl
61097            ! ext/Devel/DProf/DProf.xs
61098 ____________________________________________________________________________
61099 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
61100         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
61101              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
61102              Date: Fri, 1 Aug 2003 13:12:14 +0200
61103              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
61104      Branch: perl
61105            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
61106            ! ext/File/Glob/t/basic.t
61107 ____________________________________________________________________________
61108 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
61109         Log: Only show the message if the locale settings look risky.
61110      Branch: perl
61111            ! ext/Time/HiRes/Makefile.PL
61112 ____________________________________________________________________________
61113 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
61114         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
61115              update Changes.
61116      Branch: perl
61117            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
61118 ____________________________________________________________________________
61119 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
61120         Log: Subject: [PATCH] Small nit to pad.c
61121              From: Enache Adrian <enache@rdslink.ro>
61122              Date: Sat, 2 Aug 2003 01:50:40 +0300
61123              Message-ID: <20030801225040.GB1281@ratsnest.hole>
61124      Branch: perl
61125            ! pad.c
61126 ____________________________________________________________________________
61127 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
61128         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
61129              From: Radu Greab <rgreab@fx.ro>
61130              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
61131              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
61132      Branch: perl
61133            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
61134            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
61135            ! t/lib/dprof/test8_v
61136 ____________________________________________________________________________
61137 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
61138         Log: Subject: [PATCH] ioctl for VMS
61139              From: "Craig A. Berry" <craigberry@mac.com>
61140              Date: Fri, 01 Aug 2003 23:34:31 -0500
61141              Message-ID: <3F2B3F57.4050609@mac.com>
61142      Branch: perl
61143            ! configure.com vms/vmsish.h
61144 ____________________________________________________________________________
61145 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
61146         Log: Subject: [PATCH] argv case nit for VMS
61147              From: "Craig A. Berry" <craigberry@mac.com>
61148              Date: Fri, 01 Aug 2003 19:16:30 -0500
61149              Message-ID: <3F2B02DE.10207@mac.com>
61150      Branch: perl
61151            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
61152 ____________________________________________________________________________
61153 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
61154         Log: Hugo's second thoughts: drop the relatively rare and
61155              slow optimization for now.
61156      Branch: perl
61157            ! regexec.c
61158 ____________________________________________________________________________
61159 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
61160         Log: Missed this bit in the last update: couldn't answer ''
61161              or ' ' to get 'none'.
61162      Branch: perl
61163            ! Configure
61164 ____________________________________________________________________________
61165 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
61166         Log: Encode pre-1.98 update from Dan Kogai, sent from
61167              the ashes of his smoldering motherboard.
61168      Branch: perl
61169            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
61170            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
61171            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
61172            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
61173 ____________________________________________________________________________
61174 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
61175         Log: More runperl(switches => ...) finds (bleadperl only).
61176      Branch: perl
61177            ! t/op/readline.t
61178 ____________________________________________________________________________
61179 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
61180         Log: Regen perltoc.
61181      Branch: perl
61182            ! pod/perltoc.pod
61183 ____________________________________________________________________________
61184 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
61185         Log: pod likes whitespace.
61186      Branch: perl
61187            ! ext/ByteLoader/ByteLoader.pm
61188 ____________________________________________________________________________
61189 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
61190         Log: Faulty check.
61191      Branch: perl
61192            ! t/test.pl
61193 ____________________________________________________________________________
61194 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
61195         Log: Update INSTALL on the *dir.
61196      Branch: perl
61197            ! INSTALL
61198 ____________________________________________________________________________
61199 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
61200         Log: Regen Glossary et al.
61201      Branch: perl
61202            ! Porting/Glossary Porting/config.sh Porting/config_H
61203 ____________________________________________________________________________
61204 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
61205         Log: Now the test should be really testing what it's supposed to.
61206      Branch: perl
61207            ! ext/B/t/bytecode.t
61208 ____________________________________________________________________________
61209 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
61210         Log: Fix the options.
61211      Branch: perl
61212            ! ext/B/t/bytecode.t
61213 ____________________________________________________________________________
61214 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
61215         Log: Argument sanity checking.
61216      Branch: perl
61217            ! t/test.pl
61218 ____________________________________________________________________________
61219 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
61220         Log: Regen Configure to use the *html*dir files.
61221              (installhtml uses none of that, though)
61222      Branch: perl
61223            ! Configure Policy_sh.SH config_h.SH
61224 ____________________________________________________________________________
61225 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
61226         Log: More for the *dir changes.
61227      Branch: perl
61228            ! Policy_sh.SH config_h.SH hints/darwin.sh
61229 ____________________________________________________________________________
61230 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
61231         Log: Regen Configure for the new *dir installation variables.
61232              If these don't work, ask Schwern.
61233      Branch: perl
61234            ! Configure
61235 ____________________________________________________________________________
61236 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
61237         Log: Upgrade to MakeMaker 6.13.
61238      Branch: perl
61239            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
61240            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
61241            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
61242            ! lib/ExtUtils/t/basic.t
61243 ____________________________________________________________________________
61244 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
61245         Log: JAPH patch :-) from Abigail.
61246      Branch: perl
61247            ! t/japh/abigail.t
61248 ____________________________________________________________________________
61249 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
61250         Log: Regen perlapi.
61251      Branch: perl
61252            ! perlapi.c
61253 ____________________________________________________________________________
61254 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
61255         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
61256              From: Dave Mitchell <davem@fdgroup.com>
61257              Date: Fri, 1 Aug 2003 01:16:31 +0100
61258              Message-ID: <20030801001631.GA11233@fdgroup.com>
61259      Branch: perl
61260            ! regcomp.c t/op/pat.t
61261 ____________________________________________________________________________
61262 [ 20404] By: ams                                   on 2003/08/01  03:28:17
61263         Log: Subject: [PATCH] LotR quote for perlapi.c
61264              From: Autrijus Tang <autrijus@autrijus.org>
61265              Date: Fri, 1 Aug 2003 10:00:29 +0800
61266              Message-Id: <20030801020029.GA28241@not.autrijus.org>
61267      Branch: perl
61268            ! embed.pl
61269 ____________________________________________________________________________
61270 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
61271         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
61272      Branch: perl
61273            ! INSTALL
61274 ____________________________________________________________________________
61275 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
61276         Log: Integrate README.macosx more.
61277      Branch: perl
61278            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
61279            ! win32/Makefile win32/makefile.mk
61280 ____________________________________________________________________________
61281 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
61282         Log: README.macosx from Sherm Pendley.
61283      Branch: perl
61284            + README.macosx
61285            ! MANIFEST
61286 ____________________________________________________________________________
61287 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
61288         Log: Unportable subtest needs rethink.
61289      Branch: perl
61290            ! ext/B/t/bytecode.t
61291 ____________________________________________________________________________
61292 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
61293         Log: Enache again.
61294      Branch: perl
61295            ! ext/ByteLoader/bytecode.h
61296 ____________________________________________________________________________
61297 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
61298         Log: Retract #20385.
61299      Branch: perl
61300            ! ext/ByteLoader/bytecode.h
61301 ____________________________________________________________________________
61302 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
61303         Log: Yet another bytecode tweak from Enache.
61304      Branch: perl
61305            ! ext/B/B/Bytecode.pm
61306 ____________________________________________________________________________
61307 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
61308         Log: Subject: [DOC PATCH] pod/perlguts.pod
61309              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
61310              Date: Thu, 31 Jul 2003 22:39:01 +0200
61311              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
61312      Branch: perl
61313            ! pod/perlguts.pod
61314 ____________________________________________________________________________
61315 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
61316         Log: Subject: Re: [perl #23171] Regex too selfish
61317              From: hv@crypt.org
61318              Date: Thu, 31 Jul 2003 18:59:43 +0100
61319              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
61320
61321              (choose the second code patch)
61322      Branch: perl
61323            ! regexec.c t/op/re_tests
61324 ____________________________________________________________________________
61325 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
61326         Log: Make consistent with installperl (and working in MPE/iX)
61327              (Mark Bixby)
61328      Branch: perl
61329            ! installman
61330 ____________________________________________________________________________
61331 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
61332         Log: (retracted by #20390)
61333      Branch: perl
61334            ! ext/ByteLoader/bytecode.h
61335 ____________________________________________________________________________
61336 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
61337         Log: Upgrade to real CPAN.pm 1.76.
61338      Branch: perl
61339            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
61340            + lib/CPAN/t/signature.t
61341            ! MANIFEST lib/CPAN.pm
61342 ____________________________________________________________________________
61343 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
61344         Log: One more tweak for Mac OS X hints.
61345      Branch: perl
61346            ! hints/darwin.sh
61347 ____________________________________________________________________________
61348 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
61349         Log: The new PKI system is far too untested and rough yet
61350              (think machines with no network, machines behind firewalls,
61351              corporate and national encryption policies).  It cannot be
61352              considered useable at this stage.
61353
61354              Therefore, create a fake CPAN 1.76.
61355      Branch: perl
61356            ! lib/CPAN.pm
61357 ____________________________________________________________________________
61358 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
61359         Log: This test is pretty useless as it stands.
61360      Branch: perl
61361            - lib/CPAN/t/signature.t
61362            ! MANIFEST
61363 ____________________________________________________________________________
61364 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
61365         Log: Document the requirements for Module::Signature a bit.
61366      Branch: perl
61367            ! lib/CPAN.pm
61368 ____________________________________________________________________________
61369 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
61370         Log: We are change #20316 ahead of 1.75.
61371      Branch: perl
61372            ! lib/CPAN.pm
61373 ____________________________________________________________________________
61374 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
61375         Log: Integrate from maint:
61376              [ 20359]
61377              No more wince/README.compile here, either.
61378      Branch: perl
61379           !> Porting/makerel
61380 ____________________________________________________________________________
61381 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
61382         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
61383              (Schwern)
61384      Branch: perl
61385            ! lib/ExtUtils/MakeMaker.pm
61386 ____________________________________________________________________________
61387 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
61388         Log: Schwern says this is most probably an old VMS MakeMaker
61389              bug workaround that can go now.
61390      Branch: perl
61391            ! ext/SDBM_File/sdbm/Makefile.PL
61392 ____________________________________________________________________________
61393 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
61394         Log: Final touches to "Apple-like" installation directories.
61395      Branch: perl
61396            ! hints/darwin.sh
61397 ____________________________________________________________________________
61398 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
61399         Log: Tests for change #20367 (and change use overload; to
61400              just require overload;)
61401      Branch: perl
61402            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
61403 ____________________________________________________________________________
61404 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
61405         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
61406              From: Xavier Noria <fxn@hashref.com>
61407              Date: Thu, 31 Jul 2003 00:29:13 +0200
61408              Message-Id: <200307310029.13567.fxn@hashref.com>
61409      Branch: perl
61410            ! lib/Tie/RefHash.pm
61411 ____________________________________________________________________________
61412 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
61413         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
61414              From: Enache Adrian <enache@rdslink.ro>
61415              Date: Thu, 31 Jul 2003 03:49:40 +0300
61416              Message-ID: <20030731004940.GB1266@ratsnest.hole>
61417
61418              (but use test.pl:run_perl() instead of manual `$^X ...`)
61419      Branch: perl
61420            + ext/B/t/bytecode.t
61421            ! MANIFEST
61422 ____________________________________________________________________________
61423 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
61424         Log: Silence spurious noise from MakeMaker :
61425              hint files shouldn't return undef and have set $!.
61426      Branch: perl
61427            ! ext/DynaLoader/hints/linux.pl
61428 ____________________________________________________________________________
61429 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
61430         Log: Upgrade to NEXT 0.52.
61431      Branch: perl
61432            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
61433            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
61434 ____________________________________________________________________________
61435 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
61436         Log: Might as well.
61437      Branch: perl
61438            ! pod/perlhist.pod
61439 ____________________________________________________________________________
61440 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
61441         Log: Silly gcc.
61442      Branch: perl
61443            ! perl.c
61444 ____________________________________________________________________________
61445 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
61446         Log: This is getting comical.  (Practical tip: never ask
61447              for opinions from one than one person at one time.)
61448              Now back to -Dprefix='/usr' replacing the system Perl,
61449              but don't use the Apple internal DSTROOT.
61450      Branch: perl
61451            ! hints/darwin.sh
61452 ____________________________________________________________________________
61453 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
61454         Log: Mac OS X hints dance continues.  Now drop any special
61455              installation directory mangling.  In other words, if
61456              you want to overwrite the system perl, you really need
61457              to find out how to do that.
61458      Branch: perl
61459            ! hints/darwin.sh
61460 ____________________________________________________________________________
61461 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
61462         Log: Try again with the Mac OS X hints.  Now the three cases
61463              (no -Dprefix, /usr, and something else) all install
61464              into separate places.  No prefix installs to /usr/local.
61465              The /usr overwrites the Apple install (modulo the version).
61466      Branch: perl
61467            ! hints/darwin.sh
61468 ____________________________________________________________________________
61469 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
61470         Log: Subject: [PATCH] NEXT and Diamond Inheritance
61471              From: Casey West <casey@geeknest.com>
61472              Date: Tue, 29 Jul 2003 17:37:15 -0400
61473              Message-ID: <20030729213715.GY76899@geeknest.com>
61474
61475              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
61476      Branch: perl
61477            ! lib/NEXT.pm lib/NEXT/t/unseen.t
61478 ____________________________________________________________________________
61479 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
61480         Log: Match also on full name and email (though the email is
61481              now less interesting than it used to be).
61482      Branch: perl
61483            ! Porting/Maintainers
61484 ____________________________________________________________________________
61485 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
61486         Log: Maintainers script tweaks.
61487      Branch: perl
61488            ! Porting/Maintainers
61489 ____________________________________________________________________________
61490 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
61491         Log: rmdir t/lib/IO.
61492      Branch: perl
61493            ! ext/IO/t/IO.t
61494 ____________________________________________________________________________
61495 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
61496         Log: Adjust the list of rmdired lib directories.
61497      Branch: perl
61498            ! Makefile.SH
61499 ____________________________________________________________________________
61500 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
61501         Log: Be paranoid about PL_origargv.
61502              Paranoia warranted by Win32 mod_perl.
61503      Branch: perl
61504            ! perl.c
61505 ____________________________________________________________________________
61506 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
61507         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
61508              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
61509              Date: Wed, 30 Jul 2003 14:56:32 +0400
61510              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
61511      Branch: perl
61512            ! perlio.c
61513 ____________________________________________________________________________
61514 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
61515         Log: Upgrade to ExtUtils::MakeMaker 6.12.
61516      Branch: perl
61517            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
61518            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
61519            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
61520            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
61521 ____________________________________________________________________________
61522 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
61523         Log: That's M. Schwern to you, earthling.
61524      Branch: perl
61525            ! Porting/Maintainers.pl
61526 ____________________________________________________________________________
61527 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
61528         Log: Arthur maintains Safe.
61529      Branch: perl
61530            ! Porting/Maintainers.pl
61531 ____________________________________________________________________________
61532 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
61533         Log: Use the CPAN id where available.
61534      Branch: perl
61535            ! Porting/Maintainers.pl
61536 ____________________________________________________________________________
61537 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
61538         Log: Rename Modules and Modules.pl as Maintainers and
61539              Maintainers.pl since the same framework can be used
61540              for more than just modules.
61541      Branch: perl
61542            + Porting/Maintainers Porting/Maintainers.pl
61543            - Porting/Modules Porting/Modules.pl
61544            ! MANIFEST
61545 ____________________________________________________________________________
61546 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
61547         Log: Strip leading ./
61548      Branch: perl
61549            ! Porting/Modules
61550 ____________________________________________________________________________
61551 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
61552         Log: More Modules.pl.
61553      Branch: perl
61554            ! Porting/Modules.pl
61555 ____________________________________________________________________________
61556 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
61557         Log: Modules.pl: add B::Deparse.
61558      Branch: perl
61559            ! Porting/Modules.pl
61560 ____________________________________________________________________________
61561 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
61562         Log: Mac OS X: tweak once again the installation directories.
61563      Branch: perl
61564            ! hints/darwin.sh
61565 ____________________________________________________________________________
61566 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
61567         Log: Modules.pl tweaks.
61568      Branch: perl
61569            ! Porting/Modules.pl
61570 ____________________________________________________________________________
61571 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
61572         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
61573              From: Jan Dubois <jand@ActiveState.com>
61574              Date: Tue, 29 Jul 2003 19:14:10 -0700
61575              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
61576      Branch: perl
61577            ! lib/Win32.pod win32/win32.c
61578 ____________________________________________________________________________
61579 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
61580         Log: FAQ sync.
61581      Branch: perl
61582            ! pod/perlfaq4.pod pod/perlfaq7.pod
61583 ____________________________________________________________________________
61584 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
61585         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
61586              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
61587              Date: Wed, 30 Jul 2003 02:02:41 +0400
61588              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
61589      Branch: perl
61590            ! wince/wince.c
61591 ____________________________________________________________________________
61592 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
61593         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
61594      Branch: perl
61595            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
61596 ____________________________________________________________________________
61597 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
61598         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
61599              important for IPv6 (Spider).  Since there is no way to
61600              otherwise detect 3.X, use the hints.
61601      Branch: perl
61602            ! hints/dec_osf.sh perl.h
61603 ____________________________________________________________________________
61604 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
61605         Log: Don't nag about Module::Signature if there is no
61606              way for the user to use it (based on Autrijus' patch).
61607      Branch: perl
61608            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
61609 ____________________________________________________________________________
61610 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
61611         Log: Oops.
61612      Branch: perl
61613            ! sv.c
61614 ____________________________________________________________________________
61615 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
61616         Log: Slight rewording on the destdir.
61617      Branch: perl
61618            ! INSTALL
61619 ____________________________________________________________________________
61620 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
61621         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
61622              From: "Brendan O'Dea" <bod@debian.org>
61623              Date: Tue, 29 Jul 2003 23:49:18 +1000
61624              Message-ID: <20030729134918.GA4339@londo.c47.org>
61625      Branch: perl
61626            ! pod/perlvar.pod
61627 ____________________________________________________________________________
61628 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
61629         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
61630              From: PPrymmer@factset.com
61631              Date: Tue, 22 Jul 2003 11:12:05 -0400
61632              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
61633      Branch: perl
61634            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
61635            ! ext/Encode/t/perlio.t
61636 ____________________________________________________________________________
61637 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
61638         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
61639              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
61640              Date: Sun, 13 Jul 2003 10:23:35 +0900
61641              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
61642      Branch: perl
61643            ! ext/Encode/lib/Encode/Alias.pm
61644 ____________________________________________________________________________
61645 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
61646         Log: The --destdir option to installman should be made
61647              optional so that it doesn't complain when passed
61648              an empty value (from Rafael)
61649      Branch: perl
61650            ! installman
61651 ____________________________________________________________________________
61652 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
61653         Log: Too many my $fh:s.
61654      Branch: perl
61655            ! lib/CPAN.pm
61656 ____________________________________________________________________________
61657 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
61658         Log: Quieten MSVC6.
61659      Branch: perl
61660            ! pp.c
61661 ____________________________________________________________________________
61662 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
61663         Log: Subject: DESTDIR in perl-5.8.1 package?
61664              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
61665              Date: Fri, 11 Jul 2003 14:48:41 +0200
61666              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
61667
61668              Subject: Re: DESTDIR in perl-5.8.1 package?
61669              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
61670              Date: Mon, 14 Jul 2003 12:00:25 +0200
61671              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
61672
61673              (blindly prepending and s///ing away the $destdir does not work
61674              at least in VMS, but the --destdir should help rpm builders
61675              and the like)
61676      Branch: perl
61677            ! INSTALL Makefile.SH installman installperl
61678 ____________________________________________________________________________
61679 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
61680         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
61681              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
61682              Date: 26 Jul 2003 21:44:06 -0000
61683              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
61684
61685              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
61686              releases 4.x and 5.x.
61687      Branch: perl
61688            ! perl.h
61689 ____________________________________________________________________________
61690 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
61691         Log: Cleanup the sv_gets() logic for platforms with small stacks.
61692              (I think hogging 8K of stack sounds like bad behaviour on any
61693              platform, big stack or not.)
61694      Branch: perl
61695            ! sv.c
61696 ____________________________________________________________________________
61697 [ 20299] By: merijn                                on 2003/07/29  10:57:37
61698         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
61699      Branch: perl
61700            ! README.hpux
61701 ____________________________________________________________________________
61702 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
61703         Log: DEC OSF/1 3.x did (does) not do sizer -v.
61704      Branch: perl
61705            ! hints/dec_osf.sh
61706 ____________________________________________________________________________
61707 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
61708         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
61709              From: Autrijus Tang <autrijus@autrijus.org>
61710              Date: Tue, 29 Jul 2003 09:58:35 +0800
61711              Message-ID: <20030729015834.GA7149@not.autrijus.org>
61712      Branch: perl
61713            ! lib/CPAN.pm
61714 ____________________________________________________________________________
61715 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
61716         Log: There is no skip() since we are not using Test*.
61717      Branch: perl
61718            ! lib/CPAN/t/signature.t
61719 ____________________________________________________________________________
61720 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
61721         Log: Upgrade to CPAN.pm 1.74.
61722      Branch: perl
61723            ! lib/CPAN.pm lib/CPAN/t/signature.t
61724 ____________________________________________________________________________
61725 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
61726         Log: Most importantly, don't try HvNAME(gp->gp_hv)
61727              unless PL_stashcache exists, otherwise we get
61728              an invalid read (detected by valgrind, and crashes
61729              ext/threads/t/basic.t in Windows).
61730
61731              Also add a few if:s for the refcnt decrements,
61732              no need to call Perl_sv_free() if there's nothing to free.
61733      Branch: perl
61734            ! gv.c
61735 ____________________________________________________________________________
61736 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
61737         Log: Tabify.
61738      Branch: perl
61739            ! MANIFEST
61740 ____________________________________________________________________________
61741 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
61742         Log: Subject: [perl #22969] fix $hash{utf8bareword}
61743              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
61744              Date: Tue, 29 Jul 2003 11:09:37 +0200
61745              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
61746      Branch: perl
61747            ! t/op/utfhash.t toke.c
61748 ____________________________________________________________________________
61749 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
61750         Log: Subject: [PATCH pointer] B::Deparse 0.64
61751              From: Stephen McCamant <smcc@mit.edu>
61752              Date: Mon, 28 Jul 2003 16:57:19 -0400
61753              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
61754      Branch: perl
61755            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
61756 ____________________________________________________________________________
61757 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
61758         Log: More perlio docs from Stas.
61759      Branch: perl
61760            ! pod/perliol.pod
61761 ____________________________________________________________________________
61762 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
61763         Log: Reintroduce Porting/Modules.  No, it's not duplicating
61764              the information in Module::CoreList.
61765      Branch: perl
61766            + Porting/Modules Porting/Modules.pl
61767            ! AUTHORS MANIFEST
61768 ____________________________________________________________________________
61769 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
61770         Log: The better prefixify() patch from Ed Moy.
61771      Branch: perl
61772            ! lib/ExtUtils/MM_Unix.pm
61773 ____________________________________________________________________________
61774 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
61775         Log: PerlIO_popped doc addition from NI-S.
61776      Branch: perl
61777            ! pod/perliol.pod
61778 ____________________________________________________________________________
61779 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
61780         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
61781              From: "Craig A. Berry" <craigberry@mac.com>
61782              Date: Tue, 29 Jul 2003 00:11:46 -0500
61783              Message-ID: <3F260212.9000104@mac.com>
61784      Branch: perl
61785            ! lib/File/Find.pm
61786 ____________________________________________________________________________
61787 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
61788         Log: More bytecode tweaks.
61789      Branch: perl
61790            ! ext/B/B.xs ext/B/B/Bytecode.pm
61791 ____________________________________________________________________________
61792 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
61793         Log: No more wince/README.compile.
61794      Branch: perl
61795            ! Porting/curliff.pl
61796 ____________________________________________________________________________
61797 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
61798         Log: Slightly better failure output.
61799      Branch: perl
61800            ! ext/Devel/Peek/t/Peek.t
61801 ____________________________________________________________________________
61802 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
61803         Log: These directories no more exist during cleanup.
61804      Branch: perl
61805            ! Makefile.SH
61806 ____________________________________________________________________________
61807 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
61808         Log: No more ext/*/*.t, move them all to ext/*/t.
61809      Branch: perl
61810            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
61811            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
61812            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
61813            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
61814            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
61815            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
61816            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
61817            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
61818            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
61819            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
61820            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
61821            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
61822            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
61823            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
61824            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
61825            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
61826            - ext/Socket/Socket.t ext/Socket/socketpair.t
61827            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
61828            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
61829            - ext/re/re.t
61830            ! MANIFEST ext/IPC/SysV/MANIFEST
61831 ____________________________________________________________________________
61832 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
61833         Log: Move the ext/IO tests to a more standard location so that
61834              the *.t do not get copied to the build tree (lib/IO/).
61835      Branch: perl
61836            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
61837            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
61838            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
61839            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
61840            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
61841            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
61842            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
61843            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
61844            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
61845            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
61846            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
61847            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
61848            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
61849            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
61850            ! MANIFEST
61851 ____________________________________________________________________________
61852 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
61853         Log: Retract #20260.
61854      Branch: perl
61855            ! perlio.c perliol.h
61856 ____________________________________________________________________________
61857 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
61858         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
61859      Branch: perl
61860            ! lib/File/Spec.pm
61861 ____________________________________________________________________________
61862 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
61863         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
61864              From: "Craig A. Berry" <craigberry@mac.com>
61865              Date: Mon, 28 Jul 2003 08:04:32 -0500
61866              Message-ID: <3F251F60.6050607@mac.com>
61867      Branch: perl
61868            ! t/op/write.t
61869 ____________________________________________________________________________
61870 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
61871         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
61872              From: Michael G Schwern <schwern@pobox.com>
61873              Date: Mon, 28 Jul 2003 05:54:19 -0700
61874              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
61875      Branch: perl
61876            ! t/op/write.t
61877 ____________________________________________________________________________
61878 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
61879         Log: Make Storable work with blead/maint by making PL_sv_placeholder
61880              a true global, bump $VERSION to 2.08.  Will take a look at the
61881              portability issue of placeholders soon.
61882      Branch: perl
61883            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
61884            ! intrpvar.h perlapi.h perlvars.h sv.c
61885 ____________________________________________________________________________
61886 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
61887         Log: Storable test nosewipe.
61888      Branch: perl
61889            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
61890 ____________________________________________________________________________
61891 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
61892         Log: Solaris cc didn't appreciate casting a long to a pointer
61893              with no cast, and lval casts are unportable, so introduce
61894              a rval cast.
61895      Branch: perl
61896            ! bytecode.pl ext/ByteLoader/byterun.c
61897 ____________________________________________________________________________
61898 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
61899         Log: (Retracted by #20267)
61900      Branch: perl
61901            ! perlio.c perliol.h
61902 ____________________________________________________________________________
61903 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
61904         Log: Subject: CPAN/t/signature.t noisy
61905              From: Michael G Schwern <schwern@pobox.com>
61906              Date: Mon, 28 Jul 2003 02:14:19 -0700
61907              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
61908      Branch: perl
61909            ! lib/CPAN/t/signature.t
61910 ____________________________________________________________________________
61911 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
61912         Log: Extra noise from File::Spec.
61913      Branch: perl
61914            ! lib/File/Spec/t/rel2abs2rel.t
61915 ____________________________________________________________________________
61916 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
61917         Log: Prettyprint the constants list of defsubs_h.PL.
61918      Branch: perl
61919            ! ext/B/defsubs_h.PL
61920 ____________________________________________________________________________
61921 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
61922         Log: Subject: [PATCH] B enhancements
61923              From: Stephen McCamant <smcc@mit.edu>
61924              Date: Sun, 27 Jul 2003 14:07:46 -0400
61925              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
61926      Branch: perl
61927            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
61928 ____________________________________________________________________________
61929 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
61930         Log: More clarification about the hash randomisation defines.
61931      Branch: perl
61932            ! perl.h
61933 ____________________________________________________________________________
61934 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
61935         Log: Clarify the process a bit.
61936      Branch: perl
61937            ! INSTALL
61938 ____________________________________________________________________________
61939 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
61940         Log: Add $VERSION to B::Bytecode.
61941      Branch: perl
61942            ! ext/B/B/Bytecode.pm
61943 ____________________________________________________________________________
61944 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
61945         Log: Missing test file.  (Not very useful since Module::Signature
61946              is not in the core, but let's not make an exception.)
61947      Branch: perl
61948            ! MANIFEST
61949 ____________________________________________________________________________
61950 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
61951         Log: Subject: Re: downrev modules in RC2
61952              From: Gisle Aas <gisle@ActiveState.com>
61953              Date: 27 Jul 2003 20:25:07 -0700
61954              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
61955
61956              (upgrade to Digest::MD5 2.26)
61957      Branch: perl
61958            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61959            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
61960 ____________________________________________________________________________
61961 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
61962         Log: Upgrade to CGI 2.97.
61963      Branch: perl
61964            ! lib/CGI.pm
61965 ____________________________________________________________________________
61966 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
61967         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
61968              (from Enache)
61969      Branch: perl
61970            ! bytecode.pl ext/ByteLoader/byterun.c
61971 ____________________________________________________________________________
61972 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
61973         Log: Upgrade to CPAN 1.72.
61974      Branch: perl
61975            + lib/CPAN/t/signature.t
61976            ! MANIFEST lib/CPAN.pm
61977 ____________________________________________________________________________
61978 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
61979         Log: We now return to your normally scheduled hash randomisation.
61980      Branch: perl
61981            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
61982            ! pod/perlsec.pod
61983 ____________________________________________________________________________
61984 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
61985         Log: fresh_perl_(is|like) were printing out the wrong file/line
61986              number on failure because _where() was hard coded to only
61987              look one level up the call stack.  In these cases it has to
61988              look two.
61989              (Schwern)
61990      Branch: perl
61991            ! t/test.pl
61992 ____________________________________________________________________________
61993 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
61994         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
61995              (Schwern)
61996      Branch: perl
61997            ! t/op/tiehandle.t
61998 ____________________________________________________________________________
61999 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
62000         Log: Upgrade to Test::Harness 2.29.
62001      Branch: perl
62002            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
62003            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
62004            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
62005            ! lib/Test/Harness/t/test-harness.t
62006 ____________________________________________________________________________
62007 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
62008         Log: Missing MakeMaker test.
62009      Branch: perl
62010            + lib/ExtUtils/t/postamble.t
62011            ! MANIFEST
62012 ____________________________________________________________________________
62013 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
62014         Log: Add -l (one file per line) option to manicheck.
62015      Branch: perl
62016            ! Porting/manicheck
62017 ____________________________________________________________________________
62018 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
62019         Log: Further Byteloader tweaks from Enache.
62020      Branch: perl
62021            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
62022            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
62023            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
62024            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
62025            ! ext/ByteLoader/byterun.h t/TEST
62026 ____________________________________________________________________________
62027 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
62028         Log: Reapply some perldoc changes not in 3.09.
62029      Branch: perl
62030            ! lib/Pod/Perldoc.pm
62031 ____________________________________________________________________________
62032 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
62033         Log: Upgrade to Pod::Perldoc 3.09.
62034      Branch: perl
62035            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
62036 ____________________________________________________________________________
62037 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
62038         Log: A bug reported in perl-unicode by Terry Jones, fixed
62039              by Andreas Koenig, and add a test.
62040      Branch: perl
62041            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
62042 ____________________________________________________________________________
62043 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
62044         Log: Unicode::UCD doc nit from Andreas Koenig.
62045      Branch: perl
62046            ! lib/Unicode/UCD.pm
62047 ____________________________________________________________________________
62048 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
62049         Log: Upgrade to I18N::LangTags 0.28.
62050      Branch: perl
62051            + lib/I18N/LangTags/t/01test.t
62052            - lib/I18N/LangTags/test.pl
62053            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
62054 ____________________________________________________________________________
62055 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
62056         Log: Skip the test until Enache fixes it.
62057      Branch: perl
62058            ! ext/B/t/assembler.t
62059 ____________________________________________________________________________
62060 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
62061         Log: Upgrade to File::Spec 0.85.
62062      Branch: perl
62063            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
62064            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
62065            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
62066            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
62067            ! lib/File/Spec/t/rel2abs2rel.t
62068 ____________________________________________________________________________
62069 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
62070         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
62071              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62072              Date: Sun, 20 Jul 2003 22:36:02 +0200
62073              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
62074      Branch: perl
62075            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
62076            ! perl.c perlapi.h sv.c universal.c
62077 ____________________________________________________________________________
62078 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
62079         Log: Regen byterun once more: the incav is not yet right, but at
62080              least it compiles now (Tru64 cc choked on the lvalue cast).
62081      Branch: perl
62082            ! bytecode.pl ext/ByteLoader/byterun.c
62083 ____________________________________________________________________________
62084 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
62085         Log: Regenerated because of #20220.
62086      Branch: perl
62087            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
62088            ! ext/ByteLoader/byterun.h
62089 ____________________________________________________________________________
62090 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
62091         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
62092              From: "Craig A. Berry" <craigberry@mac.com>
62093              Date: Mon, 21 Jul 2003 19:40:20 -0500
62094              Message-ID: <3F1C87F4.2070401@mac.com>
62095      Branch: perl
62096            ! lib/File/Find.pm
62097 ____________________________________________________________________________
62098 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
62099         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
62100              From: Enache Adrian <enache@rdslink.ro>
62101              Date: Fri, 18 Jul 2003 23:15:37 +0300
62102              Message-ID: <20030718201537.GA1574@ratsnest.hole>
62103      Branch: perl
62104            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
62105            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
62106            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
62107            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
62108 ____________________________________________________________________________
62109 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
62110         Log: Subject: [PATCH-for-RC2] WinCE port addition
62111              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
62112              Date: Fri, 25 Jul 2003 22:17:11 +0400
62113              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
62114      Branch: perl
62115            - wince/README.compile
62116            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
62117            ! wince/compile.bat wince/wince.c wince/wince.h
62118 ____________________________________________________________________________
62119 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
62120         Log: Another missing hunk for MakeMaker from .org.
62121      Branch: perl
62122            ! lib/ExtUtils/MakeMaker.pm
62123 ____________________________________________________________________________
62124 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
62125         Log: Grabbed from www.makemaker.org.
62126      Branch: perl
62127            + t/lib/MakeMaker/Test/Setup/Recurs.pm
62128            ! MANIFEST
62129 ____________________________________________________________________________
62130 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
62131         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
62132              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
62133              Date: 14 Jul 2003 05:35:15 -0000
62134              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
62135      Branch: perl
62136            ! utf8.c
62137 ____________________________________________________________________________
62138 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
62139         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
62140              From: Stas Bekman <stas@stason.org>
62141              Date: Thu, 24 Jul 2003 16:49:27 +0200
62142              Message-ID: <3F1FF1F7.30500@stason.org>
62143      Branch: perl
62144            ! pod/perlapi.pod sv.c
62145 ____________________________________________________________________________
62146 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
62147         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
62148              From: Michael G Schwern <schwern@pobox.com>
62149              Date: Thu, 24 Jul 2003 01:28:07 -0700
62150              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
62151      Branch: perl
62152            ! lib/ExtUtils/MakeMaker.pm
62153 ____________________________________________________________________________
62154 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
62155         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
62156              From: Michael G Schwern <schwern@pobox.com>
62157              Date: Mon, 21 Jul 2003 20:12:25 -0700
62158              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
62159      Branch: perl
62160            + lib/ExtUtils/t/recurs.t
62161            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
62162            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
62163            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
62164            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
62165            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
62166            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
62167            ! lib/ExtUtils/t/basic.t
62168 ____________________________________________________________________________
62169 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
62170         Log: (accidentally empty checkin)
62171      Branch: perl
62172            ! lib/perl5db.pl
62173 ____________________________________________________________________________
62174 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
62175         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
62176              From: Steve Hay <steve.hay@uk.radan.com>
62177              Date: Fri, 18 Jul 2003 10:03:21 +0100
62178              Message-ID: <3F17B7D9.80805@uk.radan.com>
62179      Branch: perl
62180            ! makedef.pl
62181 ____________________________________________________________________________
62182 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
62183         Log: Subject: [patch] perldebug.pod clarification
62184              From: Stéphane Payrard <stef@payrard.net>
62185              Date: Mon, 21 Jul 2003 21:36:59 +0200
62186              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
62187      Branch: perl
62188            ! pod/perldebug.pod
62189 ____________________________________________________________________________
62190 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
62191         Log: Subject: PATCH: More edge tests on t/op/pow.t
62192              From: Andy Lester <andy@petdance.com>
62193              Date: Wed, 23 Jul 2003 16:38:35 -0500
62194              Message-ID: <20030723213834.GA20468@petdance.com>
62195      Branch: perl
62196            ! t/op/pow.t
62197 ____________________________________________________________________________
62198 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
62199         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
62200              From: Stephen McCamant <smcc@mit.edu>
62201              Date: Tue, 22 Jul 2003 09:41:10 -0400
62202              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
62203      Branch: perl
62204            ! toke.c
62205 ____________________________________________________________________________
62206 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
62207         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
62208              From: Dave Mitchell <davem@fdgroup.com>
62209              Date: Fri, 18 Jul 2003 18:49:43 +0100
62210              Message-ID: <20030718174943.GB6427@fdgroup.com>
62211      Branch: perl
62212            ! sv.c t/op/tie.t
62213 ____________________________________________________________________________
62214 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
62215         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
62216              From: Stephen McCamant <smcc@mit.edu>
62217              Date: Sat, 19 Jul 2003 12:06:31 -0400
62218              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
62219      Branch: perl
62220            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
62221 ____________________________________________________________________________
62222 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
62223         Log: Subject: [PATCH] typo in VMS::Filespec
62224              From: Ken Williams <ken@mathforum.org>
62225              Date: Tue, 22 Jul 2003 15:18:21 -0500
62226              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
62227      Branch: perl
62228            ! vms/ext/Filespec.pm
62229 ____________________________________________________________________________
62230 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
62231         Log: EBCDIC fix from Thomas Dorner.
62232      Branch: perl
62233            ! Makefile.SH
62234 ____________________________________________________________________________
62235 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
62236         Log: POSIX-BC patch from Thomas Dorner.
62237      Branch: perl
62238            ! hints/posix-bc.sh
62239 ____________________________________________________________________________
62240 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
62241         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
62242              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
62243              Date: 14 Jul 2003 05:37:15 -0000
62244              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
62245      Branch: perl
62246            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
62247 ____________________________________________________________________________
62248 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
62249         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
62250              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
62251              Date: 14 Jul 2003 05:37:02 -0000
62252              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
62253      Branch: perl
62254            ! ext/IO/lib/IO/Socket.pm
62255 ____________________________________________________________________________
62256 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
62257         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
62258              From: Dave Mitchell <davem@fdgroup.com>
62259              Date: Thu, 17 Jul 2003 20:33:29 +0100
62260              Message-ID: <20030717193329.GA2699@fdgroup.com>
62261      Branch: perl
62262            ! pad.c t/lib/warnings/pad
62263 ____________________________________________________________________________
62264 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
62265         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
62266              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
62267              Date: 22 Jul 2003 02:59:13 -0000
62268              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
62269      Branch: perl
62270            ! pod/perlfunc.pod
62271 ____________________________________________________________________________
62272 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
62273         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
62274              From: Stephen Clouse <stephenc@theiqgroup.com>
62275              Date: Tue, 22 Jul 2003 21:31:38 -0500
62276              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
62277      Branch: perl
62278            ! perl.h
62279 ____________________________________________________________________________
62280 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
62281         Log: Subject: [PATCH] configure.gnu --prefix
62282              From: slaven@rezic.de
62283              Date: Thu, 10 Jul 2003 09:33:27 +0000
62284              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
62285      Branch: perl
62286            ! configure.gnu
62287 ____________________________________________________________________________
62288 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
62289         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
62290              From: Edward Moy <emoy@apple.com>
62291              Date: Sun, 13 Jul 2003 14:12:57 -0700
62292              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
62293      Branch: perl
62294            ! lib/ExtUtils/MM_Unix.pm
62295 ____________________________________________________________________________
62296 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
62297         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
62298              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
62299              Date: Tue, 15 Jul 2003 07:46:58 -0700
62300              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
62301      Branch: perl
62302            ! makedef.pl malloc.c malloc_ctl.h
62303 ____________________________________________________________________________
62304 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
62305         Log: This should make Stas happy.
62306      Branch: perl
62307            ! hv.h perl.c
62308 ____________________________________________________________________________
62309 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
62310         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
62311      Branch: perl
62312            ! installperl
62313 ____________________________________________________________________________
62314 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
62315         Log: As the perldoc.pod is now in a separate file under pod/,
62316              the installman script was installing an empty perldoc.1 manpage.
62317      Branch: perl
62318            ! installperl utils.lst
62319 ____________________________________________________________________________
62320 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
62321         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
62322              From: Steve Grazzini <grazz@pobox.com>
62323              Date: Wed, 16 Jul 2003 08:56:21 -0400
62324              Message-ID: <20030716125620.GA7022@grazzini.net>
62325      Branch: perl
62326            ! pod/perlipc.pod pod/perlvar.pod
62327 ____________________________________________________________________________
62328 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
62329         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
62330              From: Dave Mitchell <davem@fdgroup.com>
62331              Date: Tue, 15 Jul 2003 20:46:07 +0100
62332              Message-ID: <20030715194607.GA24592@fdgroup.com>
62333
62334              plus the regression test :
62335              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
62336              From: Nicholas Clark <nick@ccl4.org>
62337              Date: Tue, 15 Jul 2003 22:24:04 +0100
62338              Message-ID: <20030715222404.L20414@plum.flirble.org>
62339      Branch: perl
62340            ! pp_ctl.c t/op/write.t
62341 ____________________________________________________________________________
62342 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
62343         Log: Subject: Re: [PATCH] h2xs and extra_libraries
62344              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
62345              Date: Tue, 15 Jul 2003 07:28:52 +0200
62346              Message-id: <20030715052852.GA494@ethan>
62347      Branch: perl
62348            ! utils/h2xs.PL
62349 ____________________________________________________________________________
62350 [ 20175] By: merijn                                on 2003/07/21  14:26:43
62351         Log: Subject: Re: [PATCH] test clean-up for VMS
62352              From: "Craig A. Berry" <craigberry@mac.com>
62353              Date: Sun, 20 Jul 2003 10:43:32 -0500
62354              Message-ID: <3F1AB8A4.2070207@mac.com>
62355      Branch: perl
62356            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
62357            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
62358            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
62359            ! t/uni/write.t
62360 ____________________________________________________________________________
62361 [ 20174] By: hv                                    on 2003/07/21  10:26:07
62362         Log: Update Changes.
62363      Branch: perl
62364            ! Changes patchlevel.h
62365 ____________________________________________________________________________
62366 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
62367         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
62368              (bug #22968)
62369      Branch: perl
62370            ! pod/perlfaq3.pod pod/perlrun.pod
62371 ____________________________________________________________________________
62372 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
62373         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
62374              From: Andy Dougherty <doughera@lafayette.edu>
62375              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
62376              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
62377
62378              plus a clarification to INSTALL :
62379              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
62380              From: Andy Dougherty <doughera@lafayette.edu>
62381              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
62382              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
62383      Branch: perl
62384            ! INSTALL Makefile.SH
62385 ____________________________________________________________________________
62386 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
62387         Log: The warning "Possible precedence problem on bitwise operator"
62388              was incorrectly produced with the bitwise-assignment operators.
62389              Fix it. (bug #23065 concerning 5.8.1 RC2)
62390      Branch: perl
62391            ! op.c t/lib/warnings/op
62392 ____________________________________________________________________________
62393 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
62394         Log: Rename get_seed() to get_hash_seed(), as suggested by
62395              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
62396      Branch: perl
62397            ! embed.fnc embed.h perl.c proto.h util.c
62398 ____________________________________________________________________________
62399 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
62400         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
62401              From: Andreas J Koenig <andreas.koenig@anima.de>
62402              Date: Fri, 18 Jul 2003 09:36:47 +0200
62403              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
62404      Branch: perl
62405            ! t/op/pow.t
62406 ____________________________________________________________________________
62407 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
62408         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
62409              From: Dave Mitchell <davem@fdgroup.com>
62410              Date: Thu, 17 Jul 2003 21:51:12 +0100
62411              Message-ID: <20030717205112.GA2994@fdgroup.com>
62412      Branch: perl
62413            ! t/op/universal.t universal.c
62414 ____________________________________________________________________________
62415 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
62416         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
62417              From: Stephen McCamant <smcc@mit.edu>
62418              Date: Fri, 18 Jul 2003 02:26:14 -0400
62419              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
62420      Branch: perl
62421            ! pp.c t/op/pow.t
62422 ____________________________________________________________________________
62423 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
62424         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
62425              From: Stephen McCamant <smcc@mit.edu>
62426              Date: Tue, 15 Jul 2003 09:57:26 -0400
62427              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
62428
62429              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
62430              From: Stephen McCamant <smcc@mit.edu>
62431              Date: Tue, 15 Jul 2003 09:57:31 -0400
62432              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
62433      Branch: perl
62434            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
62435 ____________________________________________________________________________
62436 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
62437         Log: Subject: [PATCH] Re: POSIX::div
62438              From: Michael G Schwern <schwern@pobox.com>
62439              Date: Mon, 14 Jul 2003 14:00:58 -0700
62440              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
62441      Branch: perl
62442            ! ext/POSIX/POSIX.pm
62443 ____________________________________________________________________________
62444 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
62445         Log: PERL5LIB is not colon-separated everywhere
62446      Branch: perl
62447            ! pod/perlrun.pod
62448 ____________________________________________________________________________
62449 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
62450         Log: Subject: [PATCH] fix $^N-related coredump
62451              From: Anton Berezin <tobez@tobez.org>
62452              Date: Mon, 14 Jul 2003 13:50:35 +0200
62453              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
62454      Branch: perl
62455            ! pp_hot.c sv.c
62456 ____________________________________________________________________________
62457 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
62458         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
62459              From: Tony Bowden <tony@kasei.com>
62460              Date: Thu, 17 Jul 2003 16:49:35 +0100
62461              Message-ID: <20030717154935.GA20302@soto.kasei.com>
62462      Branch: perl
62463            ! pod/perlfunc.pod
62464 ____________________________________________________________________________
62465 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
62466         Log: Minor nits in perlsyn.pod
62467      Branch: perl
62468            ! pod/perlsyn.pod
62469 ____________________________________________________________________________
62470 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
62471         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
62472              From: Claes Jacobsson <claes@surfar.nu>
62473              Date: Sat, 12 Jul 2003 16:30:42 +0200
62474              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
62475      Branch: perl
62476            ! lib/Attribute/Handlers.pm
62477 ____________________________________________________________________________
62478 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
62479         Log: Add a TODO test for perlbug #19049
62480              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
62481              From: Alex Gough <alex-p5p@earth.li>
62482              Date: Fri, 11 Jul 2003 01:12:42 +0100
62483              Message-ID: <20030711001242.GD2484@the.earth.li>
62484      Branch: perl
62485            ! t/op/pat.t
62486 ____________________________________________________________________________
62487 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
62488         Log: Minor updates of the charnames documentation.
62489      Branch: perl
62490            ! lib/charnames.pm
62491 ____________________________________________________________________________
62492 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
62493         Log: Subject: Re: Sort sub and NaNs
62494              From: "John P. Linderman" <jpl@research.att.com>
62495              Date: Thu, 10 Jul 2003 10:45:06 -0400
62496              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
62497
62498              Warn against a potential edge case with sort, <=> and NaNs.
62499      Branch: perl
62500            ! pod/perlfunc.pod
62501 ____________________________________________________________________________
62502 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
62503         Log: Subject: [DOCPATCH] perlfunc/read
62504              From: Steve Grazzini <grazz@pobox.com>
62505              Date: Tue, 8 Jul 2003 10:23:03 -0400
62506              Message-ID: <20030708142303.GB23698@grazzini.net>
62507
62508              Clarify the OFFSET parameter to read().
62509      Branch: perl
62510            ! pod/perlfunc.pod
62511 ____________________________________________________________________________
62512 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
62513         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
62514              From: Michael G Schwern <schwern@pobox.com>
62515              Date: Tue, 13 May 2003 18:33:05 -0700
62516              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
62517      Branch: perl
62518            ! pod/perlsyn.pod pod/perltrap.pod
62519 ____________________________________________________________________________
62520 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
62521         Log: I think the API for mod_perl v2 should be simply that
62522              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
62523              itself, hopefully from a good source of random bits.
62524      Branch: perl
62525            ! perl.c
62526 ____________________________________________________________________________
62527 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
62528         Log: pTHX.
62529      Branch: perl
62530            ! util.c
62531 ____________________________________________________________________________
62532 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
62533         Log: New order of seed.
62534      Branch: perl
62535            ! pod/perlrun.pod
62536 ____________________________________________________________________________
62537 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
62538         Log: More retraction.
62539      Branch: perl
62540            ! INSTALL
62541 ____________________________________________________________________________
62542 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
62543         Log: Retract the statements.
62544      Branch: perl
62545            ! pod/perlfunc.pod pod/perlsec.pod
62546 ____________________________________________________________________________
62547 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
62548         Log: Chicken out: the hash randomisation is not on by default.
62549              We switch over to the explicit mode: in other words, if
62550              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
62551              randomise only if PL_hash_seed_set is FALSE (this means
62552              one can use PERL_HASH() before perl_run.)  Also, since
62553              now PERL_HASH_SEED is okay even under -T, all should be fine.
62554              (Ha!)
62555      Branch: perl
62556            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
62557            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
62558 ____________________________________________________________________________
62559 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
62560         Log: Check PERL_HASH_SEED even when tainted.
62561      Branch: perl
62562            ! perl.c pod/perlrun.pod
62563 ____________________________________________________________________________
62564 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
62565         Log: &Time::HiRes::d_nanosleep was broken.
62566      Branch: perl
62567            ! ext/Time/HiRes/Makefile.PL
62568 ____________________________________________________________________________
62569 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
62570         Log: Subject: [PATCH} db-recno.t on Mac OS X
62571              From: slaven@rezic.de
62572              Date: Thu, 10 Jul 2003 12:41:05 +0000
62573              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
62574      Branch: perl
62575            ! ext/DB_File/t/db-recno.t
62576 ____________________________________________________________________________
62577 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
62578         Log: Subject: [comment patch]
62579              From: Stas Bekman <stas@stason.org>
62580              Date: Thu, 10 Jul 2003 14:19:22 -0700
62581              Message-ID: <3F0DD85A.1070902@stason.org>
62582      Branch: perl
62583            ! perl.c
62584 ____________________________________________________________________________
62585 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
62586         Log: Be vague enough.
62587      Branch: perl
62588            ! pod/perldata.pod
62589 ____________________________________________________________________________
62590 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
62591         Log: regen embed.pl for the bleadperl branch as well.
62592      Branch: perl
62593            ! embedvar.h
62594 ____________________________________________________________________________
62595 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
62596         Log: Time travel noticed by Enache.
62597      Branch: perl
62598            ! pod/perlhist.pod
62599 ____________________________________________________________________________
62600 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
62601         Log: I can see the future.  It is cloudy.
62602      Branch: perl
62603            ! pod/perlhist.pod
62604 ____________________________________________________________________________
62605 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
62606         Log: Subject: [PATCH] configure.gnu --prefix
62607              From: slaven@rezic.de
62608              Date: Thu, 10 Jul 2003 09:33:27 +0000
62609              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
62610      Branch: perl
62611            ! configure.gnu
62612 ____________________________________________________________________________
62613 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
62614         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
62615      Branch: perl
62616            ! malloc.c
62617 ____________________________________________________________________________
62618 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
62619         Log: Subject: [PATCH] Restore SIGFPE on exec()
62620              From: Chip Salzenberg <chip@pobox.com>
62621              Date: Thu, 10 Jul 2003 13:13:20 -0400
62622              Message-ID: <20030710171319.GA21588@perlsupport.com>
62623      Branch: perl
62624            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
62625 ____________________________________________________________________________
62626 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
62627         Log: The *right* way to make the csighandler visible.
62628      Branch: perl
62629            ! embed.fnc embed.h global.sym
62630 ____________________________________________________________________________
62631 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
62632         Log: Retract #20112.
62633      Branch: perl
62634            ! embed.fnc embedvar.h intrpvar.h perlapi.h
62635 ____________________________________________________________________________
62636 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
62637         Log: Argh.  At least AIX builds choke because of this.
62638      Branch: perl
62639            ! embed.fnc embedvar.h intrpvar.h perlapi.h
62640 ____________________________________________________________________________
62641 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
62642         Log: Upgrade to podlators 1.27.
62643      Branch: perl
62644            ! lib/Pod/Text/Termcap.pm
62645 ____________________________________________________________________________
62646 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
62647         Log: Deprecate v-strings.
62648      Branch: perl
62649            ! pod/perldata.pod
62650 ____________________________________________________________________________
62651 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
62652         Log: perlfaq sync.
62653      Branch: perl
62654            ! pod/perlfaq1.pod
62655 ____________________________________________________________________________
62656 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
62657         Log: Detypo.
62658      Branch: perl
62659            ! hints/darwin.sh
62660 ____________________________________________________________________________
62661 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
62662         Log: Fixes from Ron Kimball.
62663      Branch: perl
62664            ! pod/perldata.pod
62665 ____________________________________________________________________________
62666 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
62667         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
62668      Branch: perl
62669            ! toke.c
62670 ____________________________________________________________________________
62671 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
62672         Log: More Darwin/MacOSX paths twiddling.
62673      Branch: perl
62674            ! hints/darwin.sh
62675 ____________________________________________________________________________
62676 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
62677         Log: Play safe and use the system malloc in FreeBSD.
62678              Yes, performance suffers.  But that is better than
62679              random core dumps.
62680      Branch: perl
62681            ! hints/freebsd.sh
62682 ____________________________________________________________________________
62683 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
62684         Log: Upgrade to Encode 1.97.
62685      Branch: perl
62686            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
62687            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
62688            ! ext/Encode/lib/Encode/Encoder.pm
62689            ! ext/Encode/lib/Encode/Guess.pm
62690            ! ext/Encode/lib/Encode/JP/JIS7.pm
62691 ____________________________________________________________________________
62692 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
62693         Log: Rework the perldata vXX => ... entry a bit.
62694      Branch: perl
62695            ! pod/perldata.pod
62696 ____________________________________________________________________________
62697 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
62698         Log: Document the vXX => change in perldata, too.
62699      Branch: perl
62700            ! pod/perldata.pod
62701 ____________________________________________________________________________
62702 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
62703         Log: Test the vX => ... fix.
62704      Branch: perl
62705            ! t/op/ver.t
62706 ____________________________________________________________________________
62707 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
62708         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
62709              From: John Peacock <jpeacock@rowman.com>
62710              Date: Wed, 09 Jul 2003 01:05:38 -0700
62711              Message-ID: <3F0BCCD2.1020009@rowman.com>
62712      Branch: perl
62713            ! embed.fnc pod/perlapi.pod toke.c util.c
62714 ____________________________________________________________________________
62715 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
62716         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
62717              for the install dirs.
62718      Branch: perl
62719            ! hints/darwin.sh
62720 ____________________________________________________________________________
62721 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
62722         Log: Enable avoiding /System/Library in Mac OS X by
62723              doing Configure -Dprefix=/some/where -Uvendorlib.
62724      Branch: perl
62725            ! hints/darwin.sh
62726 ____________________________________________________________________________
62727 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
62728         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
62729              From: Chip Salzenberg <chip@pobox.com>
62730              Date: Wed, 9 Jul 2003 01:49:10 -0400
62731              Message-ID: <20030709054910.GH2021@perlsupport.com>
62732      Branch: perl
62733            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
62734            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
62735 ____________________________________________________________________________
62736 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
62737         Log: The CHECKOP macro was not invoked on some newly created ops
62738              (to match them against the current opmask.) As a consequence,
62739              Safe compartments were unable to trap some ops (pattern
62740              match, slices, conditionals.) This fixes the holes.
62741      Branch: perl
62742            ! op.c
62743 ____________________________________________________________________________
62744 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
62745         Log: Revert #20077.
62746      Branch: perl
62747            ! lib/CPAN.pm
62748 ____________________________________________________________________________
62749 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
62750         Log: Don't recommend to upgrade the base.pm in the core with
62751              the base.pm from Class::Fields.  They are not the same.
62752      Branch: perl
62753            ! lib/CPAN.pm
62754 ____________________________________________________________________________
62755 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
62756         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
62757              From: Enache Adrian <enache@rdslink.ro>
62758              Date: Tue, 8 Jul 2003 20:47:58 +0300
62759              Message-ID: <20030708174758.GA1177@ratsnest.hole>
62760
62761              (ByteLoader tweak avoiding a leaked scalar)
62762      Branch: perl
62763            ! op.c
62764 ____________________________________________________________________________
62765 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
62766         Log: In 5.8.x, fast stdio places still do use stdio.
62767      Branch: perl
62768            ! ext/Digest/MD5/t/badfile.t
62769 ____________________________________________________________________________
62770 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
62771         Log: Subject: [PATCH] format 'botched' in malloc.c
62772              From: Enache Adrian <enache@rdslink.ro>
62773              Date: Mon, 7 Jul 2003 21:57:06 +0300
62774              Message-ID: <20030707185706.GB7017@ratsnest.hole>
62775      Branch: perl
62776            ! malloc.c
62777 ____________________________________________________________________________
62778 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
62779         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
62780              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
62781              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
62782              Message-ID: <12022.1057655645@www59.gmx.net>
62783      Branch: perl
62784            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
62785 ____________________________________________________________________________
62786 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
62787         Log: Retract #20065: I don't think this is the right way
62788              to patch this issue.
62789      Branch: perl
62790            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
62791 ____________________________________________________________________________
62792 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
62793         Log: Configure tweak from Johnny Lam so that the
62794              INSTALLSITEMAN[13]DIR get correctly set.
62795      Branch: perl
62796            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
62797 ____________________________________________________________________________
62798 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
62799         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
62800      Branch: perl
62801            ! pod/perlsyn.pod
62802 ____________________________________________________________________________
62803 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
62804         Log: Mark Bixby ++.
62805      Branch: perl
62806            ! perl.c
62807 ____________________________________________________________________________
62808 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
62809         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
62810      Branch: perl
62811            ! ext/Time/HiRes/Makefile.PL
62812 ____________________________________________________________________________
62813 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
62814         Log: Good catch from Gisle.
62815      Branch: perl
62816            ! pod/perlfunc.pod
62817 ____________________________________________________________________________
62818 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
62819         Log: Refashioned #20055: we cannot trust stdio to fail here.
62820      Branch: perl
62821            ! ext/Digest/MD5/t/badfile.t
62822 ____________________________________________________________________________
62823 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
62824         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
62825              are just breaking more than they are fixing.
62826      Branch: perl
62827            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
62828            ! ext/Digest/MD5/t/files.t perlio.c
62829 ____________________________________________________________________________
62830 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
62831         Log: Returning zero from PerlIO_read() is okay;
62832              update MD5 sums.
62833      Branch: perl
62834            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
62835 ____________________________________________________________________________
62836 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
62837         Log: If perlio is completely out of the picture, we can
62838              get tripped by different stdio implementations.
62839      Branch: perl
62840            ! ext/Digest/MD5/t/badfile.t
62841 ____________________________________________________________________________
62842 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
62843         Log: AUTHORS tweak.
62844      Branch: perl
62845            ! AUTHORS
62846 ____________________________________________________________________________
62847 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
62848         Log: Subject: Patch to README.solaris
62849              From: Alan Burlison <Alan.Burlison@sun.com>
62850              Date: Mon, 07 Jul 2003 14:15:57 +0100
62851              Message-ID: <3F09728D.1070408@sun.com>
62852      Branch: perl
62853            ! README.solaris
62854 ____________________________________________________________________________
62855 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
62856         Log: Update MD5 checksums.
62857      Branch: perl
62858            ! ext/Digest/MD5/t/files.t
62859 ____________________________________________________________________________
62860 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
62861         Log: Be more explicit than just 'characters'.
62862      Branch: perl
62863            ! pod/perlfunc.pod
62864 ____________________________________________________________________________
62865 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
62866         Log: Try making PerlIO errors more consistent.
62867              (1) Check early whether the filehandle is capable of
62868              the requested action.
62869              (2) PerlIO_read() really can return -1, and so can
62870              PerlIOUnix_read().
62871              (3) Some stdio implementations are more forgiving
62872              than others, so check also for errors recorded
62873              by PerlIO in PerlStdio_errno().
62874      Branch: perl
62875            ! perlio.c
62876 ____________________________________________________________________________
62877 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
62878         Log: Linewrapping.
62879      Branch: perl
62880            ! pod/perlapio.pod
62881 ____________________________________________________________________________
62882 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
62883         Log: PerlIO_read() can return negative.
62884      Branch: perl
62885            ! ext/Digest/MD5/MD5.xs
62886 ____________________________________________________________________________
62887 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
62888         Log: Use the existence, instead of the truth, to decide
62889              whether to scan for a symbol.
62890              (Also remove trailing spaces.)
62891      Branch: perl
62892            ! ext/Time/HiRes/Makefile.PL
62893 ____________________________________________________________________________
62894 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
62895         Log: MPE/iX tweak from Mark Bixby.
62896      Branch: perl
62897            ! ext/Time/HiRes/Makefile.PL
62898 ____________________________________________________________________________
62899 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
62900         Log: Upgrade BigInt and BigRat
62901              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
62902              From: Tels <perl_dummy@bloodgate.com>
62903              Date: Sun, 6 Jul 2003 15:41:36 +0200
62904              Message-Id: <200307061158.23576@bloodgate.com>
62905      Branch: perl
62906            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
62907            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
62908            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
62909            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
62910            ! lib/Math/BigRat/t/bigratpm.t
62911 ____________________________________________________________________________
62912 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
62913         Log: Subject: Re: [perl #5025] #line directive explination wrong
62914              From: Casey West <casey@geeknest.com>
62915              Date: Sun, 6 Jul 2003 18:24:46 -0400
62916              Message-ID: <20030706222446.GL7506@geeknest.com>
62917      Branch: perl
62918            ! pod/perlsyn.pod
62919 ____________________________________________________________________________
62920 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
62921         Log: Update the CPAN mirrors list.
62922      Branch: perl
62923            ! pod/perlmodlib.PL pod/perlmodlib.pod
62924 ____________________________________________________________________________
62925 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
62926         Log: yet another symbol missing in change#20018
62927      Branch: perl
62928            ! makedef.pl
62929 ____________________________________________________________________________
62930 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
62931         Log: PerlIOBase_pushed seems to have gone missing in change#20018
62932      Branch: perl
62933            ! makedef.pl
62934 ____________________________________________________________________________
62935 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
62936         Log: Subject: [PATCH @19834] DProf fixes
62937              From: Radu Greab <radu@netsoft.ro>
62938              Date: Sun, 6 Jul 2003 20:09:12 +0300
62939              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
62940      Branch: perl
62941            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
62942            + t/lib/dprof/test8_v
62943            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
62944            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
62945            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
62946 ____________________________________________________________________________
62947 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
62948         Log: Forgotten from change #20031.
62949      Branch: perl
62950            ! makedef.pl malloc_ctl.h
62951 ____________________________________________________________________________
62952 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
62953         Log: Subject: [PATCH] improve WinCE port
62954              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
62955              Date: Sun, 6 Jul 2003 18:46:09 +0400
62956              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
62957
62958              Subject: [PATCH] improve WinCE port -- addition
62959              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
62960              Date: Sun, 6 Jul 2003 19:50:47 +0400
62961              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
62962      Branch: perl
62963            + wince/perlhost.h wince/vdir.h wince/vmem.h
62964            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
62965            ! wince/win32.h wince/win32io.c wince/win32iop.h
62966            ! wince/win32thread.c wince/win32thread.h wince/wince.c
62967            ! wince/wince.h
62968 ____________________________________________________________________________
62969 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
62970         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
62971              From: merlyn@stonehenge.com (Randal L. Schwartz)
62972              Date: 05 Jul 2003 16:29:14 -0700
62973              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
62974      Branch: perl
62975            ! pod/perlfaq2.pod
62976 ____________________________________________________________________________
62977 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
62978         Log: FreeBSD: if someone *really* wants to use the system malloc.
62979      Branch: perl
62980            ! hints/freebsd.sh
62981 ____________________________________________________________________________
62982 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
62983         Log: Make the 'slow ok' feature optional.
62984      Branch: perl
62985            ! lib/Test/Harness.pm
62986 ____________________________________________________________________________
62987 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
62988         Log: The change #20022 didn't work for Command.t.
62989      Branch: perl
62990            ! lib/ExtUtils/t/Command.t
62991 ____________________________________________________________________________
62992 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
62993         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
62994              From: Michael G Schwern <schwern@pobox.com>
62995              Date: Sat, 5 Jul 2003 13:34:37 -0700
62996              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
62997
62998              Print out the "ok" messages only once every second,
62999              this should make output much less and therefore testing
63000              much faster, especially on slower connections.
63001      Branch: perl
63002            ! lib/Test/Harness.pm
63003 ____________________________________________________________________________
63004 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
63005         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
63006              From: Michael G Schwern <schwern@pobox.com>
63007              Date: Sat, 5 Jul 2003 16:59:49 -0700
63008              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
63009      Branch: perl
63010            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
63011            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
63012            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
63013            ! lib/ExtUtils/t/Command.t
63014 ____________________________________________________________________________
63015 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
63016         Log: Reintroduce changes #19723 and #19723 that were not
63017              in Net::Ping 2.31; needed for Windows.
63018      Branch: perl
63019            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
63020 ____________________________________________________________________________
63021 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
63022         Log: Upgrade to Digest::MD5 2.25.
63023      Branch: perl
63024            + ext/Digest/MD5/t/clone.t
63025            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
63026            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
63027            ! ext/Digest/MD5/t/files.t
63028 ____________________________________________________________________________
63029 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
63030         Log: Make a read from a write-only fh to set errno
63031              (found by Gisle)
63032      Branch: perl
63033            ! perlio.c
63034 ____________________________________________________________________________
63035 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
63036         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
63037              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
63038              duplicates.
63039      Branch: perl
63040            ! makedef.pl
63041 ____________________________________________________________________________
63042 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
63043         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
63044              From: Dave Mitchell <davem@fdgroup.com>
63045              Date: Sat, 5 Jul 2003 19:12:51 +0100
63046              Message-ID: <20030705181251.GA14502@fdgroup.com>
63047      Branch: perl
63048            ! ext/threads/t/problems.t
63049 ____________________________________________________________________________
63050 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
63051         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
63052      Branch: perl
63053            ! lib/Benchmark.t
63054 ____________________________________________________________________________
63055 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
63056         Log: Be explicit about the $0 pain in Linux 2.2.
63057      Branch: perl
63058            ! pod/perlvar.pod
63059 ____________________________________________________________________________
63060 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
63061         Log: Comment out some debugging output in Math::BigInt, that
63062              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
63063      Branch: perl
63064            ! lib/Math/BigInt.pm
63065 ____________________________________________________________________________
63066 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
63067         Log: The logic for additional randomisation for 64-bit UV
63068              cases was wrong.
63069      Branch: perl
63070            ! perl.c
63071 ____________________________________________________________________________
63072 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
63073         Log: IIRC gcc would complain about if (s = ...).
63074      Branch: perl
63075            ! perl.c
63076 ____________________________________________________________________________
63077 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
63078         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
63079              since CGI scripts are (should be) run under -T, being able
63080              to show the HASH_SEED in case of problems is good.
63081              The $ENV{PERL_HASH_SEED} is still ignored under taint.
63082      Branch: perl
63083            ! perl.c
63084 ____________________________________________________________________________
63085 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
63086         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
63087              From: "Craig A. Berry" <craigberry@mac.com>
63088              Date: Sat, 05 Jul 2003 00:38:28 -0500
63089              Message-ID: <3F066454.90003@mac.com>
63090      Branch: perl
63091            ! lib/ExtUtils/MM_VMS.pm
63092 ____________________________________________________________________________
63093 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
63094         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
63095              From: Robin Barker <Robin.Barker@npl.co.uk>
63096              Date: Fri, 4 Jul 2003 19:15:01 +0100
63097              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
63098      Branch: perl
63099            ! dump.c
63100 ____________________________________________________________________________
63101 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
63102         Log: Allow to create more than one Shell object :
63103              Subject: [patch] Shell.pm fix
63104              From: Stéphane Payrard <stef@payrard.net>
63105              Date: Sat, 5 Jul 2003 01:16:50 +0200
63106              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
63107      Branch: perl
63108            ! lib/Shell.pm
63109 ____________________________________________________________________________
63110 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
63111         Log: Author list update (to be continued...)
63112      Branch: perl
63113            ! AUTHORS
63114 ____________________________________________________________________________
63115 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
63116         Log: Add a new test target in the makefile, test_harness_notty.
63117              It's like test_harness, but sets HARNESS_NOTTY=1 to make
63118              Test::Harness' output less blinking.
63119      Branch: perl
63120            ! Makefile.SH
63121 ____________________________________________________________________________
63122 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
63123         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
63124              and bignum v0.14.
63125      Branch: perl
63126            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
63127            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
63128            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
63129            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
63130            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
63131            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
63132            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
63133            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
63134            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
63135            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
63136            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
63137            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
63138            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
63139            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
63140            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
63141            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
63142            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
63143            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
63144            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
63145            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
63146            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
63147            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
63148            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
63149            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
63150            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
63151            ! t/lib/Math/BigInt/Subclass.pm
63152 ____________________________________________________________________________
63153 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
63154         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
63155              appears just before the name of the command to be run. See
63156
63157              Subject: Re: PERL_SKIP_TTY_TEST fix
63158              From: Alexey Tourbin <at@altlinux.ru>
63159              Date: Fri, 4 Jul 2003 17:25:34 +0400
63160              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
63161      Branch: perl
63162            ! Makefile.SH
63163 ____________________________________________________________________________
63164 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
63165         Log: Fix non-numeric $VERSION.
63166      Branch: perl
63167            ! lib/Math/BigInt.pm
63168 ____________________________________________________________________________
63169 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
63170         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
63171      Branch: perl
63172            ! lib/Math/BigInt.pm
63173 ____________________________________________________________________________
63174 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
63175         Log: More $0 sad tales.
63176      Branch: perl
63177            ! pod/perlvar.pod
63178 ____________________________________________________________________________
63179 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
63180         Log: Oops.
63181      Branch: perl
63182            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
63183 ____________________________________________________________________________
63184 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
63185         Log: Upgrade to PodParser 1.23; but do not update
63186              t/pod/find.t or t/pod/testp2pt.pl since the
63187              first one does not work at all under core,
63188              and the second change would drop MacOS Classic
63189              portability tweaks introduced by change #18669.
63190      Branch: perl
63191            ! lib/Pod/Find.pm lib/Pod/Usage.pm
63192 ____________________________________________________________________________
63193 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
63194         Log: Upgrade to Text::Balanced 1.94.
63195      Branch: perl
63196            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
63197            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
63198            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
63199 ____________________________________________________________________________
63200 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
63201         Log: Upgrade to Net::Ping 2.31.
63202      Branch: perl
63203            ! lib/Net/Ping.pm lib/Net/Ping/Changes
63204            ! lib/Net/Ping/t/250_ping_hires.t
63205            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
63206 ____________________________________________________________________________
63207 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
63208         Log: Upgrade to Locale::Maketext 1.06.
63209      Branch: perl
63210            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
63211            + lib/Locale/Maketext/t/90utf8.t
63212            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
63213 ____________________________________________________________________________
63214 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
63215         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
63216              (1) make the PATCHLEVEL logic as it is with List::Util
63217              (more portable to older Perls)
63218              (2) regen the MD5 checksums with ...
63219              (3) ... the Mac OS Classic checksums generated via MacRoman
63220              (just a guess)
63221              (4) Keep the core Makefile.PL.
63222      Branch: perl
63223            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
63224            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
63225 ____________________________________________________________________________
63226 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
63227         Log: Upgrade to CPAN 1.71.
63228      Branch: perl
63229            ! lib/CPAN.pm
63230 ____________________________________________________________________________
63231 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
63232         Log: Upgrade to CGI.pm 2.97.
63233      Branch: perl
63234            ! lib/CGI.pm lib/CGI/Carp.pm
63235 ____________________________________________________________________________
63236 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
63237         Log: No energy now to figure out what is wrong with $0
63238              (or ps) in Tru64.  The test works fine when run from
63239              command line.
63240      Branch: perl
63241            ! ext/threads/t/join.t
63242 ____________________________________________________________________________
63243 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
63244         Log: AUTHORS updates.
63245      Branch: perl
63246            ! AUTHORS
63247 ____________________________________________________________________________
63248 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
63249         Log: line_t is U32, not I32.
63250      Branch: perl
63251            ! bytecode.pl
63252 ____________________________________________________________________________
63253 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
63254         Log: Remove PL_earlytaint since the hash seed code
63255              can be delayed until perl_parse().
63256      Branch: perl
63257            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
63258            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
63259            ! plan9/plan9ish.h unixish.h vms/vmsish.h
63260 ____________________________________________________________________________
63261 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
63262         Log: $0 is pain.
63263      Branch: perl
63264            ! ext/threads/t/join.t
63265 ____________________________________________________________________________
63266 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
63267         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
63268              From: PPrymmer@factset.com
63269              Date: Thu, 3 Jul 2003 23:59:51 -0400
63270              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
63271      Branch: perl
63272            ! vms/vms.c vms/vmspipe.com
63273 ____________________________________________________________________________
63274 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
63275         Log: Bump Time::HiRes version to 1.50.
63276      Branch: perl
63277            ! ext/Time/HiRes/HiRes.pm
63278 ____________________________________________________________________________
63279 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
63280         Log: Subject: [PATCH] installperl -n
63281              From: Slaven Rezic <slaven@rezic.de>
63282              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
63283              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
63284      Branch: perl
63285            ! installperl
63286 ____________________________________________________________________________
63287 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
63288         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
63289              From: Slaven Rezic <slaven@rezic.de>
63290              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
63291              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
63292      Branch: perl
63293            ! t/op/magic.t
63294 ____________________________________________________________________________
63295 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
63296         Log: Ask Schwern.
63297      Branch: perl
63298            - Porting/Modules
63299            ! AUTHORS MANIFEST
63300 ____________________________________________________________________________
63301 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
63302         Log: Add autarch and Time::Local to Modules.
63303      Branch: perl
63304            ! Porting/Modules
63305 ____________________________________________________________________________
63306 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
63307         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
63308              From: Dave Rolsky <autarch@urth.org>
63309              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
63310              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
63311      Branch: perl
63312            ! lib/Time/Local.pm
63313 ____________________________________________________________________________
63314 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
63315         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
63316              From: Mattia Barbon <mbarbon@dsi.unive.it>
63317              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
63318              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
63319      Branch: perl
63320            ! win32/win32.c
63321 ____________________________________________________________________________
63322 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
63323         Log: Subject: Re: randomly untainting?
63324              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63325              Date: Thu, 3 Jul 2003 17:35:09 +0200
63326              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
63327      Branch: perl
63328            ! t/TestInit.pm
63329 ____________________________________________________________________________
63330 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
63331         Log: Revert #19957 as requested by Rafael.
63332      Branch: perl
63333            ! ext/List/Util/t/tainted.t
63334 ____________________________________________________________________________
63335 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
63336         Log: Add at least meager beginnings of assertion checks for
63337              the UTF-8 length/pos cache.  It's not as full as I would
63338              like since the exact behaviour of the second half of the
63339              cache, used in substr(), eludes me right now.
63340      Branch: perl
63341            ! sv.c
63342 ____________________________________________________________________________
63343 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
63344         Log: Extra light testing for the UTF-8 cache
63345              (that it isn't broken, not that it helps).
63346      Branch: perl
63347            ! t/op/length.t
63348 ____________________________________________________________________________
63349 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
63350         Log: Subject: Re: randomly untainting?
63351              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
63352              Date: Thu, 3 Jul 2003 14:58:18 +0200
63353              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
63354              (plus extra debug printing)
63355      Branch: perl
63356            ! ext/List/Util/t/tainted.t
63357 ____________________________________________________________________________
63358 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
63359         Log: Subject: Re: maint @ 19923
63360              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
63361              Date: Thu, 3 Jul 2003 15:57:55 +0400
63362              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
63363      Branch: perl
63364            ! wince/Makefile.ce wince/wince.c
63365 ____________________________________________________________________________
63366 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
63367         Log: Tiny tweak to perlartistic from Robin Barker.
63368      Branch: perl
63369            ! pod/perlartistic.pod
63370 ____________________________________________________________________________
63371 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
63372         Log: Mention Modules in AUTHORS.
63373      Branch: perl
63374            ! AUTHORS
63375 ____________________________________________________________________________
63376 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
63377         Log: No fancy binmode() if no perlio.
63378      Branch: perl
63379            ! ext/IO/lib/IO/t/io_sock.t
63380 ____________________________________________________________________________
63381 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
63382         Log: Underline the fact that XSLoader is not DynaLoader
63383              ([perl #21974] dl_load_flags not honored by XSLoader)
63384      Branch: perl
63385            ! ext/DynaLoader/XSLoader_pm.PL
63386 ____________________________________________________________________________
63387 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
63388         Log: Apply Schwern's suggested warning code from
63389              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
63390      Branch: perl
63391            ! lib/Test/Harness/Straps.pm
63392 ____________________________________________________________________________
63393 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
63394         Log: Subject: [PATCH] "without parens" vs "without parentheses"
63395              From: Iain Truskett <spoon@cpan.org>
63396              Date: Thu, 3 Jul 2003 12:40:42 +1000
63397              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
63398      Branch: perl
63399            ! t/lib/warnings/toke toke.c
63400 ____________________________________________________________________________
63401 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
63402         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
63403              From: Dave Mitchell <davem@fdgroup.com>
63404              Date: Thu, 3 Jul 2003 01:32:11 +0100
63405              Message-ID: <20030703003211.GB3747@fdgroup.com>
63406      Branch: perl
63407            ! mg.c sv.c
63408 ____________________________________________________________________________
63409 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
63410         Log: Nicer options for Porting/Modules.
63411      Branch: perl
63412            ! MANIFEST Porting/Modules
63413 ____________________________________________________________________________
63414 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
63415         Log: Minor test adjustments :
63416              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
63417              - prototypes added to some public functions in t/test.pl,
63418              as suggested by Enache Adrian
63419      Branch: perl
63420            ! t/op/concat.t t/test.pl
63421 ____________________________________________________________________________
63422 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
63423         Log: Skip a socketpair test on SCO OSR
63424      Branch: perl
63425            ! ext/Socket/socketpair.t
63426 ____________________________________________________________________________
63427 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
63428         Log: Subject: [PATCH] various Deparse fixes
63429              From: Dave Mitchell <davem@fdgroup.com>
63430              Date: Wed, 2 Jul 2003 18:10:45 +0100
63431              Message-ID: <20030702171045.GF2137@fdgroup.com>
63432      Branch: perl
63433            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
63434            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
63435 ____________________________________________________________________________
63436 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
63437         Log: It would seem that in Linux 2.2 there is no way
63438              we can do the right thing to make ps(1) see $0
63439              our way.  Also amend the $0 documentation a bit.
63440      Branch: perl
63441            ! pod/perlvar.pod t/op/magic.t
63442 ____________________________________________________________________________
63443 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
63444         Log: Subject: [PATCH] line numbers are given % 64k
63445              From: James Jurach <muaddib@erf.net>
63446              Date: Wed, 2 Jul 2003 13:31:05 -0500
63447              Message-ID: <20030702183105.GA4837@lebowski>
63448      Branch: perl
63449            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
63450            ! handy.h pp_ctl.c scope.h
63451 ____________________________________________________________________________
63452 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
63453         Log: Subject: Re: maint @ 19923
63454              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
63455              Date: Wed, 2 Jul 2003 11:43:05 -0400
63456              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
63457      Branch: perl
63458            ! pod/perlfunc.pod
63459 ____________________________________________________________________________
63460 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
63461         Log: Subject: Re: maint @ 19923
63462              From: Jim Cromie <jcromie@divsol.com>
63463              Date: Wed, 02 Jul 2003 05:35:06 -0600
63464              Message-ID: <3F02C36A.9030704@divsol.com>
63465      Branch: perl
63466            ! pod/perlfunc.pod
63467 ____________________________________________________________________________
63468 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
63469         Log: Fix for [perl #22759 insufficient format string checking];
63470              using ewix makes no sense, assuming evix was intended,
63471              no old tests fail; add the test case.
63472      Branch: perl
63473            ! sv.c t/op/sprintf.t
63474 ____________________________________________________________________________
63475 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
63476         Log: Better links.
63477      Branch: perl
63478            ! pod/perlipc.pod pod/perlrun.pod
63479 ____________________________________________________________________________
63480 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
63481         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
63482      Branch: perl
63483            ! hints/darwin.sh
63484 ____________________________________________________________________________
63485 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
63486         Log: ...and getting the comma right, too.
63487      Branch: perl
63488            ! t/op/magic.t
63489 ____________________________________________________________________________
63490 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
63491         Log: Getting the whitespace right.
63492      Branch: perl
63493            ! t/op/magic.t
63494 ____________________________________________________________________________
63495 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
63496         Log: FreeBSD $0 dance.
63497      Branch: perl
63498            ! pod/perlvar.pod t/op/magic.t
63499 ____________________________________________________________________________
63500 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
63501         Log: Fix from Enache Adrian for the magic.t failure in
63502              FreeBSD: setproctitle() cannot get rid of the " (perl)".
63503      Branch: perl
63504            ! t/op/magic.t
63505 ____________________________________________________________________________
63506 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
63507         Log: VMS: with this, 100% make test in Compaq C V6.5-001
63508              on OpenVMS Alpha V7.3-1, from Craig Berry.
63509      Branch: perl
63510            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
63511 ____________________________________________________________________________
63512 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
63513         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
63514              The latest releases of NetBSD don't require the hack.  From
63515              Johnny Lam.
63516      Branch: perl
63517            ! hints/netbsd.sh
63518 ____________________________________________________________________________
63519 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
63520         Log: Add a new utility, Porting/Modules.
63521      Branch: perl
63522            + Porting/Modules
63523            ! MANIFEST
63524 ____________________________________________________________________________
63525 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
63526         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
63527              From: Robin Barker <Robin.Barker@npl.co.uk>
63528              Date: Tue, 1 Jul 2003 18:21:34 +0100
63529              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
63530
63531              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
63532              From: Robin Barker <Robin.Barker@npl.co.uk>
63533              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
63534              Date: Tue, 1 Jul 2003 18:25:17 +0100
63535
63536              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
63537              From: Robin Barker <Robin.Barker@npl.co.uk>
63538              Date: Tue, 1 Jul 2003 18:29:09 +0100
63539              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
63540      Branch: perl
63541            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
63542 ____________________________________________________________________________
63543 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
63544         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
63545              From: Enache Adrian <enache@rdslink.ro>
63546              Date: Tue, 1 Jul 2003 19:51:25 +0300
63547              Message-ID: <20030701165125.GA1521@ratsnest.hole>
63548      Branch: perl
63549            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
63550            ! ext/B/typemap t/op/magic.t
63551 ____________________________________________________________________________
63552 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
63553         Log: Upgrade to Unicode::Normalize 0.23.
63554      Branch: perl
63555            ! ext/Unicode/Normalize/Changes
63556            ! ext/Unicode/Normalize/Normalize.pm
63557            ! ext/Unicode/Normalize/Normalize.xs
63558 ____________________________________________________________________________
63559 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
63560         Log: A naked values() caused shuffling of lib/Config.pm,
63561              which in turn caused unnecessary rebuilds.
63562      Branch: perl
63563            ! configpm
63564 ____________________________________________________________________________
63565 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
63566         Log: Even more :utf8 socket testing, now in both directions.
63567      Branch: perl
63568            ! ext/IO/lib/IO/t/io_sock.t
63569 ____________________________________________________________________________
63570 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
63571         Log: One more test (does binmode()ing a socket succeed)
63572              and add -w.
63573      Branch: perl
63574            ! ext/IO/lib/IO/t/io_sock.t
63575 ____________________________________________________________________________
63576 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
63577         Log: Tweak an existing IO test to test also the change #19910.
63578      Branch: perl
63579            ! ext/IO/lib/IO/t/io_sock.t
63580 ____________________________________________________________________________
63581 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
63582         Log: Integrate from perlio:
63583              [ 19909]
63584              binmode() should affect IoOFP() as well as IoIFP() if it is
63585              distinct (e.g. sockets).
63586      Branch: perl
63587           !> pp_sys.c
63588 ____________________________________________________________________________
63589 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
63590         Log: Do the "aligned contiguous" check only if the arguments
63591              look like aligned; re-introduce the "traditional contiguous"
63592              checks with OS/2 special quirks and all.
63593      Branch: perl
63594            ! perl.c
63595 ____________________________________________________________________________
63596 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
63597         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
63598      Branch: perl
63599            ! perl.c
63600 ____________________________________________________________________________
63601 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
63602         Log: Regen Glossary et al.
63603      Branch: perl
63604            ! Porting/Glossary Porting/config.sh Porting/config_H
63605 ____________________________________________________________________________
63606 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
63607         Log: Regen Configure.
63608      Branch: perl
63609            ! Configure
63610 ____________________________________________________________________________
63611 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
63612         Log: More nanosleep removal.
63613      Branch: perl
63614            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
63615            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
63616            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
63617            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
63618 ____________________________________________________________________________
63619 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
63620         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
63621      Branch: perl
63622            + ext/Time/HiRes/hints/dec_osf.pl
63623            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
63624            ! ext/Time/HiRes/hints/sco.pl
63625 ____________________________________________________________________________
63626 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
63627         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
63628              From: Alan Burlison <Alan.Burlison@sun.com>
63629              Date: Tue, 01 Jul 2003 00:03:24 +0100
63630              Message-ID: <3F00C1BC.3020103@sun.com>
63631      Branch: perl
63632            ! Configure Makefile.SH config_h.SH configure.com
63633            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
63634 ____________________________________________________________________________
63635 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
63636         Log: Integrate #19892, #19895 from perlio to compile and avoid
63637              crashing on Win32.
63638      Branch: perl
63639           !> perl.c
63640 ____________________________________________________________________________
63641 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
63642         Log: int is not UV.
63643      Branch: perl
63644            ! perl.c
63645 ____________________________________________________________________________
63646 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
63647         Log: The 'contiguous' test for argv[], envp[] was bogus
63648              since those need not be in memory end-to-end, e.g.
63649              in Tru64 they are aligned by eight.  Loosen the test
63650              so that 'contiguousness' is fulfilled if the elements
63651              are within PTRSIZE alignment.  This makes Tru64 to pass
63652              the join.t, too.
63653      Branch: perl
63654            ! ext/threads/t/join.t mg.c perl.c
63655 ____________________________________________________________________________
63656 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
63657         Log: $0 doc tweakage.
63658      Branch: perl
63659            ! pod/perlvar.pod
63660 ____________________________________________________________________________
63661 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
63662         Log: $0 test tweaks from Andreas.
63663      Branch: perl
63664            ! ext/threads/t/join.t t/op/magic.t
63665 ____________________________________________________________________________
63666 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
63667         Log: Misc Pod Nits.
63668      Branch: perl
63669            ! ext/B/B.pm pod/perlrun.pod
63670 ____________________________________________________________________________
63671 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
63672         Log: Fix a faulty alias.
63673      Branch: perl
63674            ! ext/Encode/lib/Encode/Alias.pm
63675 ____________________________________________________________________________
63676 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
63677         Log: The joy of $0.  Undoing the #16399 makes Andreas'
63678              tests (see [perl #22811]) pass (yes, padding with space    instead
63679              of nul makes no sense, but that seems to work, maybe Linux does
63680              some deep magic in ps(1)?); moving the PL_origalen computation
63681              earlier makes also the threaded-first case fully pass.
63682
63683              But in general modifying the argv[] is very non-portable.
63684              (e.g. in Tru64 it seems to be limited to the size of the
63685              original argv[0] since the argv[] are not contiguous?)
63686
63687              Everybody should just have setproctitle().
63688      Branch: perl
63689            ! mg.c perl.c pod/perlvar.pod
63690 ____________________________________________________________________________
63691 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
63692         Log: More on the macro debugging and expansion.
63693      Branch: perl
63694            ! pod/perlhack.pod
63695 ____________________________________________________________________________
63696 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
63697         Log: Perl_doing_taint must be public, for programs that embed perl
63698      Branch: perl
63699            ! embed.fnc embed.h global.sym
63700 ____________________________________________________________________________
63701 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
63702         Log: More coffee...
63703      Branch: perl
63704            ! lib/Test/Harness.pm
63705 ____________________________________________________________________________
63706 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
63707         Log: argc, argv.
63708      Branch: perl
63709            ! perl.h
63710 ____________________________________________________________________________
63711 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
63712         Log: Another spot where a zero $test{$max} can make things go boom.
63713      Branch: perl
63714            ! lib/Test/Harness.pm
63715 ____________________________________________________________________________
63716 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
63717         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
63718              as per suggestion from Sarathy.
63719      Branch: perl
63720            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
63721            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
63722 ____________________________________________________________________________
63723 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
63724         Log: The #19842 is no more needed thanks to #19876,
63725              and the #19842 was wrong anyway (it affected
63726              only the threaded case.)
63727      Branch: perl
63728            ! hints/dec_osf.sh
63729 ____________________________________________________________________________
63730 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
63731         Log: Subject: Re: your malloc patches
63732              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
63733              Date: Fri, 27 Jun 2003 06:54:06 -0700
63734              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
63735
63736              More malloc patches: now they seem to work even in Tru64.
63737      Branch: perl
63738            ! malloc.c
63739 ____________________________________________________________________________
63740 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
63741         Log: Duh.
63742      Branch: perl
63743            ! perl.h
63744 ____________________________________________________________________________
63745 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
63746         Log: Retract #19867; the bug was really much simpler:
63747              the < max must be <= max instead.
63748      Branch: perl
63749            ! hv.c
63750 ____________________________________________________________________________
63751 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
63752         Log: Using $1 without testing success of the regexp, bad.
63753      Branch: perl
63754            ! pod/perlretut.pod
63755 ____________________________________________________________________________
63756 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
63757         Log: Some clarification about the current semantics of CHECK and
63758              INIT blocks. See bug [perl #22826].
63759      Branch: perl
63760            ! pod/perlmod.pod
63761 ____________________________________________________________________________
63762 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
63763         Log: Subject: [Encode] pre-1.97 patches
63764              From: Dan Kogai <dankogai@dan.co.jp>
63765              Date: Sat, 28 Jun 2003 01:20:59 +0900
63766              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
63767      Branch: perl
63768            ! ext/Encode/Changes ext/Encode/Encode.pm
63769            ! ext/Encode/lib/Encode/Guess.pm
63770 ____________________________________________________________________________
63771 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
63772         Log: Two debugging patches.
63773              The first allows to hold symbolic switches in $^D
63774              and more generally fixes assignment to $^D. The
63775              second one improves the information given by -Dl.
63776
63777              Subject: [PATCH] allow $^D = "flags"
63778              From: Dave Mitchell <davem@fdgroup.com>
63779              Date: Fri, 27 Jun 2003 22:26:24 +0100
63780              Message-ID: <20030627212624.GB12887@fdgroup.com>
63781
63782              Subject: [PATCH] make -Dl show more scope info
63783              From: Dave Mitchell <davem@fdgroup.com>
63784              Date: Fri, 27 Jun 2003 23:00:36 +0100
63785              Message-ID: <20030627220036.GC12887@fdgroup.com>
63786      Branch: perl
63787            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
63788            ! proto.h scope.h
63789 ____________________________________________________________________________
63790 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
63791         Log: Fix test count, by Abe Timmerman.
63792      Branch: perl
63793            ! t/comp/require.t
63794 ____________________________________________________________________________
63795 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
63796         Log: The two-for-loops is no more a valid way to walk through
63797              a hash (this was the reason the Hash/Util.t intermittently
63798              failed, the two-loop didn't find all the SVs of the HV).
63799      Branch: perl
63800            ! hv.c
63801 ____________________________________________________________________________
63802 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
63803         Log: Some warnings about the (im)proper uses of the hash randomisation.
63804      Branch: perl
63805            ! pod/perlsec.pod
63806 ____________________________________________________________________________
63807 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
63808         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
63809              is larger than INT_MAX (atoi() returns -1 in that case).
63810      Branch: perl
63811            ! perl.c
63812 ____________________________________________________________________________
63813 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
63814         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
63815              not per-interp, since perl_construct() is not passed
63816              the argc, argv, and therefore it can't set the per-interp
63817              PL_tainting.)
63818      Branch: perl
63819            ! perl.c perl.h
63820 ____________________________________________________________________________
63821 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
63822         Log: Introduce (global) variable PL_earlytaint which
63823              is set very early in main(), before perl_parse()
63824              has been called and PL_tainting (or PL_taint_warn)
63825              might have been set.
63826      Branch: perl
63827            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
63828            ! perlvars.h proto.h
63829 ____________________________________________________________________________
63830 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
63831         Log: Make doing_taint() always available (though not
63832              part of the public API).
63833      Branch: perl
63834            ! embed.fnc embed.h perl.c proto.h
63835 ____________________________________________________________________________
63836 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
63837         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
63838              if tainting-- but is this a good thing or a bad thing?
63839              (At least it makes debugging lib/Hash/Util.t harder,
63840              since it has, for no apparent good reason, -T: one must
63841              make a copy of it without the -T.)
63842      Branch: perl
63843            ! perl.c
63844 ____________________________________________________________________________
63845 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
63846         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
63847              From: Tim Bunce <Tim.Bunce@pobox.com>
63848              Date: Thu, 26 Jun 2003 10:53:22 +0100
63849              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
63850      Branch: perl
63851            ! INSTALL
63852 ____________________________________________________________________________
63853 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
63854         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
63855              random failures.  To make these easier to reproduce,
63856              add a variable, PERL_HASH_SEED_DEBUG, to display the
63857              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
63858              of 82972356 makes the first one to fail.
63859      Branch: perl
63860            ! perl.c pod/perlrun.pod
63861 ____________________________________________________________________________
63862 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
63863         Log: perlhack update, by Steve Grazzini
63864              about macro support in gdb and gcc.
63865      Branch: perl
63866            ! pod/perlhack.pod
63867 ____________________________________________________________________________
63868 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
63869         Log: Bite the bullet and apply the hash randomisation patch.
63870              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
63871      Branch: perl
63872            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
63873            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
63874            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
63875            ! sv.c
63876 ____________________________________________________________________________
63877 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
63878         Log: Subject: Re: P and V
63879              From: "Philip Newton" <pnewton@gmx.de>
63880              Date: Wed, 25 Jun 2003 17:50:22 +0200
63881              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
63882      Branch: perl
63883            ! lib/Thread/Semaphore.pm
63884 ____________________________________________________________________________
63885 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
63886         Log: Enhance some macro robustness.
63887      Branch: perl
63888            ! opcode.h opcode.pl
63889 ____________________________________________________________________________
63890 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
63891         Log: Fix [perl #21742] :
63892              require() should always be called in scalar context,
63893              even when it's the last statement in an eval("").
63894      Branch: perl
63895            ! pp_ctl.c t/comp/require.t
63896 ____________________________________________________________________________
63897 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
63898         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
63899              From: Dave Mitchell <davem@fdgroup.com>
63900              Date: Tue, 24 Jun 2003 13:16:18 +0100
63901              Message-ID: <20030624121618.GC22675@fdgroup.com>
63902      Branch: perl
63903            ! sv.c t/op/ref.t
63904 ____________________________________________________________________________
63905 [ 19848] By: merijn                                on 2003/06/24  08:06:57
63906         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
63907              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
63908              Date: Tue, 24 Jun 2003 11:00:34 +0200
63909              Message-ID: <186930306740.20030624110034@familiehaase.de>
63910      Branch: perl
63911            ! lib/Pod/Perldoc.pm
63912 ____________________________________________________________________________
63913 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
63914         Log: Subject: [PATCH] version.pm up to date with CPAN
63915              From: John Peacock <jpeacock@rowman.com>
63916              Date: Mon, 23 Jun 2003 21:58:18 -0400
63917              Message-ID: <3EF7B03A.2060705@rowman.com>
63918      Branch: perl
63919            ! lib/version.pm lib/version.t universal.c
63920 ____________________________________________________________________________
63921 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
63922         Log: Subject: [perlport.pod] code point of \cU
63923              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
63924              Date: Tue, 24 Jun 2003 01:00:16 +0900
63925              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
63926      Branch: perl
63927            ! pod/perlport.pod
63928 ____________________________________________________________________________
63929 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
63930         Log: Test tweaks for VMS from Craig Berry.
63931      Branch: perl
63932            ! lib/strict.t lib/warnings.t
63933 ____________________________________________________________________________
63934 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
63935         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
63936      Branch: perl
63937            ! embed.fnc embed.h pp.c proto.h util.c
63938 ____________________________________________________________________________
63939 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
63940         Log: Until the Perl malloc problems in Tru64 are fixed.
63941      Branch: perl
63942            ! hints/dec_osf.sh
63943 ____________________________________________________________________________
63944 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
63945         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
63946              From: Enache Adrian <enache@rdslink.ro>
63947              Date: Sat, 21 Jun 2003 03:19:31 +0300
63948              Message-ID: <20030621001931.GB1255@ratsnest.hole>
63949      Branch: perl
63950            ! op.c t/op/concat.t
63951 ____________________________________________________________________________
63952 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
63953         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
63954              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
63955              Date: 21 Jun 2003 19:02:30 -0000
63956              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
63957      Branch: perl
63958            ! lib/overload.pm lib/overload.t
63959 ____________________________________________________________________________
63960 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
63961         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
63962              From: "Craig A. Berry" <craigberry@mac.com>
63963              Date: Sat, 21 Jun 2003 10:31:59 -0500
63964              Message-ID: <3EF47A6F.9060904@mac.com>
63965      Branch: perl
63966            ! lib/FileCache.pm lib/FileCache/t/01open.t
63967            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
63968 ____________________________________________________________________________
63969 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
63970         Log: Debian fix from Brendan O'Dea:
63971              Adjust output to screen width.
63972              (adjusted to probe for the stty command)
63973      Branch: perl
63974            ! utils/dprofpp.PL
63975 ____________________________________________________________________________
63976 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
63977         Log: Debian fix from Brendan O'Dea:
63978              Use a temporary directory to avoid symlink attacks.
63979              Specify -gstabs explicitly (not the default format for gcc 3.2).
63980      Branch: perl
63981            ! utils/c2ph.PL
63982 ____________________________________________________________________________
63983 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
63984         Log: Debian fix from Brendan O'Dea:
63985              Bug#156284: the stucture used by pp_accept is too small to hold an
63986              IPv6 address.
63987      Branch: perl
63988            ! pp_sys.c
63989 ____________________________________________________________________________
63990 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
63991         Log: For characters beyond the BMP the $bits will be undef,
63992              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
63993              analysis and fix from SADAHIRO Tomoyuki)
63994      Branch: perl
63995            ! lib/utf8_heavy.pl
63996 ____________________________________________________________________________
63997 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
63998         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
63999      Branch: perl
64000            ! malloc.c
64001 ____________________________________________________________________________
64002 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
64003         Log: Don't do sprintf().
64004      Branch: perl
64005            ! malloc.c
64006 ____________________________________________________________________________
64007 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
64008         Log: Show the source code location of an "assertion botch".
64009      Branch: perl
64010            ! malloc.c
64011 ____________________________________________________________________________
64012 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
64013         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
64014              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
64015              malloc.c, found in AIX since there is no such header.
64016              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
64017              memory was overwritten?"
64018              (In IRIX compiles but that doesn't prove much since in IRIX
64019              Perl's malloc is simply not used.)
64020      Branch: perl
64021            + malloc_ctl.h
64022            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
64023            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
64024 ____________________________________________________________________________
64025 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
64026         Log: Retract #19785 and #19756: JPL nowadays works without this
64027              (verified by a true JPL user).
64028      Branch: perl
64029            ! perl.c
64030 ____________________________________________________________________________
64031 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
64032         Log: Apparently this is needed for VMS (Craig Berry).
64033      Branch: perl
64034            ! lib/Tie/File.pm
64035 ____________________________________________________________________________
64036 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
64037         Log: Bump Time::HiRes to 1.49.
64038      Branch: perl
64039            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
64040            ! ext/Time/HiRes/HiRes.xs
64041 ____________________________________________________________________________
64042 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
64043         Log: This change chunk doesn't work well with blead.
64044      Branch: perl
64045            ! lib/ExtUtils/t/Command.t
64046 ____________________________________________________________________________
64047 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
64048         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
64049              make happy.
64050      Branch: perl
64051            ! lib/ExtUtils/MM_Unix.pm
64052 ____________________________________________________________________________
64053 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
64054         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
64055              as of 2003-06-19 18:39 EET).
64056      Branch: perl
64057            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
64058            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
64059            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
64060            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
64061 ____________________________________________________________________________
64062 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
64063         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
64064              From: grazz@pobox.com (Steve Grazzini)
64065              Date: Wed, 18 Jun 2003 19:42:37 -0400
64066              Message-ID: <20030618234237.GA6267@grazzini.net>
64067      Branch: perl
64068            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
64069            ! t/op/runlevel.t t/op/tiehandle.t util.c
64070 ____________________________________________________________________________
64071 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
64072         Log: Subject: [PATCH -current] email address correction
64073              Date: Thu, 19 Jun 2003 02:19:31 -0700
64074              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
64075              From: rs@crystalflame.net (Richard Soderberg)
64076      Branch: perl
64077            ! ext/threads/threads.pm
64078 ____________________________________________________________________________
64079 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
64080         Log: MPE/iX gets serious indigestion on w-packed infinities.
64081      Branch: perl
64082            ! t/op/pack.t
64083 ____________________________________________________________________________
64084 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
64085         Log: A bunch of minor changes to perlguts.pod.
64086      Branch: perl
64087            ! pod/perlguts.pod
64088 ____________________________________________________________________________
64089 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
64090         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
64091              From: Enache Adrian <enache@rdslink.ro>
64092              Date: Wed, 18 Jun 2003 23:00:43 +0300
64093              Message-ID: <20030618200043.GA1249@ratsnest.hole>
64094      Branch: perl
64095            ! pp.c regexec.c t/op/pat.t
64096 ____________________________________________________________________________
64097 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
64098         Log: Upgrade to Tie::File 0.97.
64099      Branch: perl
64100            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
64101            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
64102            ! lib/Tie/File/t/29_downcopy.t
64103 ____________________________________________________________________________
64104 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
64105         Log: Sync with libnet 1.16
64106      Branch: perl
64107            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
64108 ____________________________________________________________________________
64109 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
64110         Log: Subject: Encode] 1.96 Released
64111              From: Dan Kogai <dankogai@dan.co.jp>
64112              Date: Wed, 18 Jun 2003 19:09:11 +0900
64113              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
64114      Branch: perl
64115            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
64116            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
64117            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
64118            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
64119            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
64120            ! ext/Encode/t/guess.t
64121 ____________________________________________________________________________
64122 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
64123         Log: Oops in change #19809.
64124      Branch: perl
64125            ! ext/POSIX/POSIX.xs
64126 ____________________________________________________________________________
64127 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
64128         Log: If the first argument of sigaction() was a string, not a number
64129              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
64130              isn't numeric in subroutine entry ...' but after that one got
64131              (depending on the OS) either a coredump (because of trying to
64132              assign to *0 in mg_get) or a hang (because of the sigprocmask()
64133              blocking signals inside POSIX::sigaction, a nasty hang since
64134              one obviously cannot interrupt it...only SIGKILL works).
64135              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
64136              because of the string becoming zero due to the XS typemap magic.
64137              Resolved by making the POSIX::sigaction to try harder to figure
64138              out a valid signal number (one still gets the warning, though),
64139              and returning undef if no sense can be made.
64140      Branch: perl
64141            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
64142 ____________________________________________________________________________
64143 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
64144         Log: Some docs for the assertions.
64145      Branch: perl
64146            ! lib/assertions.pm lib/assertions/activate.pm
64147            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
64148 ____________________________________________________________________________
64149 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
64150         Log: io_dir.t tweak from Craig Berry.
64151      Branch: perl
64152            ! ext/IO/lib/IO/t/io_dir.t
64153 ____________________________________________________________________________
64154 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
64155         Log: Subject: /ext/DynaLoader/dl_dyld.xs
64156              From: "Peter O'Gorman" <peter@pogma.com>
64157              Date: Tue, 17 Jun 2003 23:45:47 +0900
64158              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
64159
64160              No need to see dlclose() and dlsym() outside the dl_dyld.xs
64161              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
64162              of OpenDarwin.
64163      Branch: perl
64164            ! ext/DynaLoader/dl_dyld.xs
64165 ____________________________________________________________________________
64166 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
64167         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
64168              From: david nicol <whatever@davidnicol.com>
64169              Date: 16 Jun 2003 20:35:24 -0500
64170              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
64171
64172              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
64173              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
64174              Date: Tue, 17 Jun 2003 00:12:04 -0400
64175              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
64176      Branch: perl
64177            ! pod/perlre.pod pod/perltrap.pod
64178 ____________________________________________________________________________
64179 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
64180         Log: UNICOS: try papering over the Configure symbol scan problems
64181              by disavowing any knowledge of dynaloading.
64182      Branch: perl
64183            ! hints/unicos.sh
64184 ____________________________________________________________________________
64185 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
64186         Log: Revert change #19126, a poor attempt at fixing bug #21742.
64187              The test for #21742 is marked as TODO.
64188              Plus new regression tests from :
64189
64190              Subject: [perl #22708] void context in string eval is broken
64191              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
64192              Date: 15 Jun 2003 23:09:03 -0000
64193              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
64194      Branch: perl
64195            ! pp_ctl.c t/comp/require.t t/op/eval.t
64196 ____________________________________________________________________________
64197 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
64198         Log: Subject: [PATCH] unnecessary stringification in eval/die
64199              From: Steve Grazzini <grazz@pobox.com>
64200              Date: 15 Jun 2003 21:02:26 -0000
64201              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
64202              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
64203              in c.l.p.misc and bug #17763)
64204      Branch: perl
64205            ! pod/perlfunc.pod pp_ctl.c
64206 ____________________________________________________________________________
64207 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
64208         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
64209              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
64210              Date: 9 Jun 2003 15:48:09 -0000
64211              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
64212      Branch: perl
64213            ! lib/File/Copy.pm
64214 ____________________________________________________________________________
64215 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
64216         Log: And even more glibc fcntl constants, this time mostly F_XXX.
64217              Be more conservative and use @EXPORT_OK instead of @EXPORT.
64218      Branch: perl
64219            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
64220 ____________________________________________________________________________
64221 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
64222         Log: Even more glibc O_ modes.
64223      Branch: perl
64224            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
64225 ____________________________________________________________________________
64226 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
64227         Log: Add O_NOATIME.
64228      Branch: perl
64229            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
64230 ____________________________________________________________________________
64231 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
64232         Log: Instead of fancy condvar footwork do a simple join,
64233              as suggested by Arthur.
64234      Branch: perl
64235            ! ext/threads/shared/t/hv_refs.t
64236 ____________________________________________________________________________
64237 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
64238         Log: Rename again the warning about $* being no longer supported
64239              (and update perldiag this time!)
64240      Branch: perl
64241            ! gv.c pod/perldiag.pod t/lib/warnings/gv
64242 ____________________________________________________________________________
64243 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
64244         Log: Remove all magic in untie()
64245
64246              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
64247              From: Aaron J Mackey <ajm6q@virginia.edu>
64248              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
64249              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
64250              (plus a test case)
64251      Branch: perl
64252            ! pp_sys.c t/op/tie.t
64253 ____________________________________________________________________________
64254 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
64255         Log: Start using Perl malloc in FreeBSD since the system malloc
64256              is reaaally slooow for Perl.
64257
64258              Subject: FreeBSD 5.1 vs. -Uusemymalloc
64259              From: Dan Kogai <dankogai@dan.co.jp>
64260              Date: Mon, 16 Jun 2003 01:48:49 +0900
64261              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
64262      Branch: perl
64263            ! hints/freebsd.sh
64264 ____________________________________________________________________________
64265 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
64266         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
64267              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
64268              Date: Sat, 14 Jun 2003 17:49:57 -0700
64269              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
64270      Branch: perl
64271            + os2/OS2/typemap os2/perlrexx.cmd
64272            - os2/OS2/PrfDB/typemap
64273            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
64274            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
64275            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
64276            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
64277            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
64278            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
64279            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
64280 ____________________________________________________________________________
64281 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
64282         Log: Reindent a section of the file.
64283      Branch: perl
64284            ! universal.c
64285 ____________________________________________________________________________
64286 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
64287         Log: Unused variable.
64288      Branch: perl
64289            ! universal.c
64290 ____________________________________________________________________________
64291 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
64292         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
64293              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64294              Date: Sun, 15 Jun 2003 10:48:40 +0200
64295              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
64296      Branch: perl
64297            ! embed.fnc embed.h proto.h sv.c
64298 ____________________________________________________________________________
64299 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
64300         Log: Most often unused variables.
64301      Branch: perl
64302            ! perl.c
64303 ____________________________________________________________________________
64304 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
64305         Log: Rename the warning about $* being removed,
64306              as suggested by Dave Mitchell
64307      Branch: perl
64308            ! gv.c t/lib/warnings/gv
64309 ____________________________________________________________________________
64310 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
64311         Log: The FileCache 1.03 tests from belg4mit.
64312      Branch: perl
64313            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
64314            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
64315            + lib/FileCache/t/05override.t
64316            - lib/FileCache.t
64317            ! MANIFEST
64318 ____________________________________________________________________________
64319 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
64320         Log: Mention the Unicode::Regex::Set module.
64321      Branch: perl
64322            ! pod/perlunicode.pod
64323 ____________________________________________________________________________
64324 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
64325         Log: Followup on #19779: make the helper function static,
64326              and rename it for paranoia reasons.
64327      Branch: perl
64328            ! embed.fnc embed.h proto.h sv.c
64329 ____________________________________________________________________________
64330 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
64331         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
64332              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64333              Date: Sat, 14 Jun 2003 12:51:31 +0200
64334              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
64335
64336              (choosing the safe alternative)
64337      Branch: perl
64338            ! sv.c
64339 ____________________________________________________________________________
64340 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
64341         Log: Exercise the utf8:: "internal" functions.
64342      Branch: perl
64343            ! lib/utf8.pm lib/utf8.t
64344 ____________________________________________________________________________
64345 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
64346         Log: Having to pull in the whole Encode just to get SvUTF8()
64347              is a bit too much: introduce utf8::is_utf8().
64348      Branch: perl
64349            ! lib/utf8.pm pod/perluniintro.pod universal.c
64350 ____________________________________________________________________________
64351 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
64352         Log: Slight tweaks on the length() and chr() entries,
64353              passing-by rewrapping on the rmdir entry.
64354      Branch: perl
64355            ! pod/perlfunc.pod
64356 ____________________________________________________________________________
64357 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
64358         Log: test.pl-ify and add a couple of tests.
64359      Branch: perl
64360            ! lib/bytes.t
64361 ____________________________________________________________________________
64362 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
64363         Log: Slight reorg of the binmode() entry.
64364      Branch: perl
64365            ! pod/perlfunc.pod
64366 ____________________________________________________________________________
64367 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
64368         Log: Illegal cpp.
64369      Branch: perl
64370            ! util.c
64371 ____________________________________________________________________________
64372 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
64373         Log: Subject: Re: FileCache
64374              From: belg4mit <belg4mit@MIT.EDU>
64375              Date: Sat, 14 Jun 2003 01:35:05 -0400
64376              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
64377
64378              FileCache 1.03.
64379      Branch: perl
64380            ! lib/FileCache.pm
64381 ____________________________________________________________________________
64382 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
64383         Log: Remove the deprecated $* variable.
64384              Incidentally, this fixes bug #22354, about unwanted
64385              action-at-distance of the /m regexp modifier.
64386              Add a new warning to advertise this fact.
64387      Branch: perl
64388            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
64389            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
64390            ! t/op/pat.t t/op/study.t
64391 ____________________________________________________________________________
64392 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
64393         Log: Encode simply needs more work on EBCDIC.
64394      Branch: perl
64395            ! ext/Encode/t/Unicode.t
64396 ____________________________________________________________________________
64397 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
64398         Log: Redundancy removal from Brian De Pradine;
64399              both the forms, pthread_mutexattr_settype() and
64400              pthread_mutexattr_setkind_np(), exist on z/OS.
64401      Branch: perl
64402            ! thread.h
64403 ____________________________________________________________________________
64404 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
64405         Log: Somehow MPE/iX managed to get
64406              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
64407      Branch: perl
64408            ! lib/Test/Harness.pm
64409 ____________________________________________________________________________
64410 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
64411         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
64412              From: alan <alan@pair.com>
64413              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
64414              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
64415
64416              (the first alternative)
64417      Branch: perl
64418            ! util.c
64419 ____________________________________________________________________________
64420 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
64421         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
64422              way of detecting Darwin/Mac OS X; instead it is recommended to
64423              detect the OS at a higher level and pass the information manually
64424              down to the application, using e.g. a -Ddefinition.
64425      Branch: perl
64426            ! hints/darwin.sh perl.h x2p/util.c
64427 ____________________________________________________________________________
64428 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
64429         Log: Define a cpp symbol, BSDish, if that looks appropriate.
64430      Branch: perl
64431            ! perl.h
64432 ____________________________________________________________________________
64433 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
64434         Log: Even more tweakage on symbol scanning from Alan Burlison.
64435      Branch: perl
64436            ! Configure
64437 ____________________________________________________________________________
64438 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
64439         Log: Sync with libnet 1.15
64440      Branch: perl
64441            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
64442 ____________________________________________________________________________
64443 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
64444         Log: The changes #8803 and #8896 that fixed JPL for use with
64445              JDK 1.2/1.3 had somehow disappeared.
64446      Branch: perl
64447            ! perl.c perl.h
64448 ____________________________________________________________________________
64449 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
64450         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
64451              to be issued if the string to be left-justified by s?printf contains
64452              a newline.
64453
64454              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
64455              From: Robin Barker <Robin.Barker@npl.co.uk>
64456              Date: Wed, 11 Jun 2003 18:10:14 +0100
64457              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
64458      Branch: perl
64459            ! pod/perldiag.pod sv.c t/lib/warnings/sv
64460 ____________________________________________________________________________
64461 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
64462         Log: Patch for a warning emitted twice, from :
64463              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
64464              From: Steve Grazzini <grazz@pobox.com>
64465              Date: Wed, 11 Jun 2003 00:46:47 -0400
64466              Message-ID: <20030611044647.GA16696@grazzini.net>
64467      Branch: perl
64468            ! pp_sys.c
64469 ____________________________________________________________________________
64470 [ 19750] By: sky                                   on 2003/06/12  15:03:55
64471         Log: In free we want to destroy, not init, thanks to Tim Bunce for
64472              detecting this. Should hopefully fix memory leak on Tru64
64473      Branch: perl
64474            ! ext/threads/shared/shared.xs
64475 ____________________________________________________________________________
64476 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
64477         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
64478              no ->Open, not if ->Open returns NULL.
64479      Branch: perl
64480            ! perlio.c
64481 ____________________________________________________________________________
64482 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
64483         Log: Further perlio doc tweaks.
64484      Branch: perl
64485            ! lib/PerlIO.pm pod/perlrun.pod
64486 ____________________________________________________________________________
64487 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
64488         Log: Slightly amended version of the proposed patch for
64489              "[perl #22390] export PERLIO=bytes segfaults";
64490              the amendment is to set errno.
64491              TODO: we really should not get here if the layer
64492              stack is corrupt or non-sensical (like "bytes").
64493      Branch: perl
64494            ! perlio.c
64495 ____________________________________________________________________________
64496 [ 19746] By: sky                                   on 2003/06/12  08:37:39
64497         Log: Be polite and destroy the mutexes and conditions we use!
64498      Branch: perl
64499            ! ext/threads/shared/shared.xs
64500 ____________________________________________________________________________
64501 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
64502         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
64503              From: Andy Dougherty <doughera@lafayette.edu>
64504              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
64505              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
64506      Branch: perl
64507            ! lib/File/Temp/t/security.t
64508 ____________________________________________________________________________
64509 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
64510         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
64511              From: Andy Dougherty <doughera@lafayette.edu>
64512              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
64513              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
64514      Branch: perl
64515            ! Configure
64516 ____________________________________________________________________________
64517 [ 19741] By: merijn                                on 2003/06/11  14:06:49
64518         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
64519              From: PPrymmer@factset.com
64520              Date: Wed, 11 Jun 2003 09:00:34 -0400
64521              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
64522      Branch: perl
64523            ! lib/vmsish.t
64524 ____________________________________________________________________________
64525 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
64526         Log: Doc nit.
64527      Branch: perl
64528            ! INSTALL
64529 ____________________________________________________________________________
64530 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
64531         Log: Integrate from maint:
64532              [ 19738]
64533              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
64534              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64535              Date: Tue, 10 Jun 2003 22:10:47 +0200
64536              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
64537      Branch: perl
64538           !> ext/Encode/encengine.c ext/List/Util/Util.xs
64539           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
64540           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
64541           !> sv.c
64542 ____________________________________________________________________________
64543 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
64544         Log: Upgrade to Unicode::Normalize 0.22.
64545      Branch: perl
64546            ! ext/Unicode/Normalize/Changes
64547            ! ext/Unicode/Normalize/Makefile.PL
64548            ! ext/Unicode/Normalize/Normalize.pm
64549            ! ext/Unicode/Normalize/Normalize.xs
64550            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
64551            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
64552            ! ext/Unicode/Normalize/t/test.t
64553 ____________________________________________________________________________
64554 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
64555         Log: Upgrade to Unicode::Collate 0.25.
64556      Branch: perl
64557            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
64558            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
64559            ! lib/Unicode/Collate/t/test.t
64560 ____________________________________________________________________________
64561 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
64562         Log: On a real multicpu box the child thread could still be running
64563              when the parent thread was already testing.
64564      Branch: perl
64565            ! ext/threads/shared/t/hv_refs.t
64566 ____________________________________________________________________________
64567 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
64568         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
64569              From: Andy Dougherty <doughera@lafayette.edu>
64570              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
64571              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
64572      Branch: perl
64573            ! INSTALL
64574 ____________________________________________________________________________
64575 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
64576         Log: Subject: [PATCH] Re: nitpick with \(0..2)
64577              From: Steve Grazzini <grazz@pobox.com>
64578              Date: Fri, 6 Jun 2003 01:42:59 -0400
64579              Message-ID: <20030606054259.GA30249@grazzini.net>
64580      Branch: perl
64581            ! op.c pod/perlop.pod t/op/ref.t
64582 ____________________________________________________________________________
64583 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
64584         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
64585      Branch: perl
64586            ! ext/Unicode/Normalize/Normalize.pm
64587 ____________________________________________________________________________
64588 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
64589         Log: In the debugger, flush stdout/stderr before the prompt is printed
64590              Subject: Re: [PATCH] Perlbug #15228
64591              From: Alex Vandiver <alexmv@MIT.EDU>
64592              Date: 04 Jun 2003 04:50:10 -0400
64593              Message-Id: <1054716610.21402.45.camel@supox>
64594      Branch: perl
64595            ! lib/perl5db.pl
64596 ____________________________________________________________________________
64597 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
64598         Log: mark 450_service.t#18 as a todo test on windows
64599      Branch: perl
64600            ! lib/Net/Ping/t/450_service.t
64601 ____________________________________________________________________________
64602 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
64603         Log: one of the Net::Ping time-dependent tests fails sporadically
64604              when the response from localhost is "too quick"
64605      Branch: perl
64606            ! lib/Net/Ping/t/250_ping_hires.t
64607 ____________________________________________________________________________
64608 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
64609         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
64610              From: Michael G Schwern <schwern@pobox.com>
64611              Date: Sat, 7 Jun 2003 01:16:32 -0700
64612              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
64613      Branch: perl
64614            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
64615            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
64616            ! lib/ExtUtils/t/Liblist.t
64617 ____________________________________________________________________________
64618 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
64619         Log: fix for perlio.t failures on windows (from Dan Kogai)
64620      Branch: perl
64621            ! ext/Encode/t/perlio.t
64622 ____________________________________________________________________________
64623 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
64624         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
64625              From: PPrymmer@factset.com
64626              Date: Mon, 9 Jun 2003 09:57:43 -0400
64627              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
64628      Branch: perl
64629            ! configure.com utils/perlivp.PL
64630 ____________________________________________________________________________
64631 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
64632         Log: windows: fix memory leak in %ENV handling (shows up as a
64633              leak even in the simplest fork() loop, because perl_construct()
64634              now does the equivalent of %ENV assignments using mg_set())
64635      Branch: perl
64636            ! win32/perlhost.h
64637 ____________________________________________________________________________
64638 [ 19715] By: sky                                   on 2003/06/09  09:35:47
64639         Log: Support blessed shared references.
64640      Branch: perl
64641            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
64642            ! ext/threads/shared/t/hv_refs.t
64643 ____________________________________________________________________________
64644 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
64645         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
64646              From: "Craig A. Berry" <craigberry@mac.com>
64647              Date: Sun, 08 Jun 2003 16:49:43 -0500
64648              Message-ID: <3EE3AF77.7060302@mac.com>
64649      Branch: perl
64650            ! t/op/pack.t
64651 ____________________________________________________________________________
64652 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
64653         Log: Subject: Re: forwarded you a test result
64654              From: Dan Kogai <dankogai@dan.co.jp>
64655              Date: Sun, 8 Jun 2003 11:04:43 +0900
64656              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
64657      Branch: perl
64658            ! ext/Encode/t/Encode.t
64659 ____________________________________________________________________________
64660 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
64661         Log: Regen Configure et al.
64662      Branch: perl
64663            ! Configure Porting/config.sh Porting/config_H
64664 ____________________________________________________________________________
64665 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
64666         Log: More symbol scan logic from Alan Burlison.
64667      Branch: perl
64668            ! Configure Porting/Glossary hints/solaris_2.sh
64669 ____________________________________________________________________________
64670 [ 19708] By: sky                                   on 2003/06/07  13:28:50
64671         Log: Major (internal) change to make it much more easy to embed
64672              threaded perl because we don't use our own TLS for the current
64673              thread info, but instead use PL_modglobal. Should make the
64674              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
64675      Branch: perl
64676            ! ext/threads/threads.xs
64677 ____________________________________________________________________________
64678 [ 19707] By: sky                                   on 2003/06/07  13:27:01
64679         Log: Last patch broke this slightly because INC was wrong.
64680      Branch: perl
64681            ! ext/threads/t/thread.t
64682 ____________________________________________________________________________
64683 [ 19706] By: sky                                   on 2003/06/07  13:07:53
64684         Log: Remove warnings from tests.
64685      Branch: perl
64686            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
64687            ! ext/threads/t/list.t
64688 ____________________________________________________________________________
64689 [ 19705] By: sky                                   on 2003/06/07  12:42:28
64690         Log: Work in non core env.
64691      Branch: perl
64692            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
64693            ! ext/threads/t/libc.t ext/threads/t/list.t
64694            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
64695            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
64696            ! ext/threads/t/thread.t
64697 ____________________________________________________________________________
64698 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
64699         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
64700              From: Michael G Schwern <schwern@pobox.com>
64701              Date: Fri, 6 Jun 2003 18:41:45 -0700
64702              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
64703      Branch: perl
64704            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
64705            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
64706            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
64707            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
64708            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
64709            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
64710            ! lib/ExtUtils/t/zz_cleanup_dummy.t
64711 ____________________________________________________________________________
64712 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
64713         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
64714      Branch: perl
64715            ! lib/Time/Local.pm lib/Time/Local.t
64716 ____________________________________________________________________________
64717 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
64718         Log: Complement to change #19698 :
64719              add also this information (=> and curly braces doesn't
64720              quote compound identifiers) to the strict manpage.
64721              As an experiment in documentation, add a "HISTORY" section
64722              to the strict manpage.
64723      Branch: perl
64724            ! lib/strict.pm
64725 ____________________________________________________________________________
64726 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
64727         Log: Minor grammatical nit.
64728      Branch: perl
64729            ! README.hpux
64730 ____________________________________________________________________________
64731 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
64732         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
64733              From: Stas Bekman <stas@stason.org>
64734              Date: Thu, 05 Jun 2003 10:10:36 +1000
64735              Message-ID: <3EDE8A7C.2080302@stason.org>
64736
64737              Subject: [patch] perlguts authors dup
64738              From: Stas Bekman <stas@stason.org>
64739              Date: Thu, 05 Jun 2003 10:14:12 +1000
64740              Message-ID: <3EDE8B54.6090808@stason.org>
64741      Branch: perl
64742            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
64743 ____________________________________________________________________________
64744 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
64745         Log: Clarify that => doesn't quote compound identifiers.
64746      Branch: perl
64747            ! pod/perldata.pod
64748 ____________________________________________________________________________
64749 [ 19696] By: merijn                                on 2003/06/06  12:21:43
64750         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
64751              as the compiler supports it)
64752      Branch: perl
64753            ! README.hpux
64754 ____________________________________________________________________________
64755 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
64756         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
64757              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64758              Date: Wed, 04 Jun 2003 00:08:32 -0700
64759              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
64760      Branch: perl
64761            ! t/run/switches.t toke.c
64762 ____________________________________________________________________________
64763 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
64764         Log: Subject: [PATCH] RE: maint @ 19683
64765              From: Robin Barker <Robin.Barker@npl.co.uk>
64766              Date: Thu, 5 Jun 2003 17:16:58 +0100
64767              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
64768
64769              (skipped the MIME::Base64 part, leaving that to Gisle)
64770      Branch: perl
64771            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
64772 ____________________________________________________________________________
64773 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
64774         Log: SKIP label was missing.
64775      Branch: perl
64776            ! t/io/utf8.t
64777 ____________________________________________________________________________
64778 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
64779         Log: z/OS makedepend fix from Peter Prymmer;
64780              still needed as reported by Brian De Pradine.
64781      Branch: perl
64782            ! makedepend.SH
64783 ____________________________________________________________________________
64784 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
64785         Log: Even more getspecific patches from Brian De Pradine;
64786              macrofy the construct.
64787      Branch: perl
64788            ! ext/threads/threads.xs
64789 ____________________________________________________________________________
64790 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
64791         Log: z/OS threads tweak from Brian De Pradine.
64792      Branch: perl
64793            ! ext/threads/threads.xs
64794 ____________________________________________________________________________
64795 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
64796         Log: Upgrade to Time::HiRes 1.48.
64797      Branch: perl
64798            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
64799 ____________________________________________________________________________
64800 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
64801         Log: Prevent a potential null pointer dereference.
64802              Noticed by Ryan Koga <rkoga@caida.org> in
64803              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
64804      Branch: perl
64805            ! perlio.c
64806 ____________________________________________________________________________
64807 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
64808         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
64809              From: Andy Dougherty <doughera@lafayette.edu>
64810              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
64811              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
64812      Branch: perl
64813            ! hints/darwin.sh
64814 ____________________________________________________________________________
64815 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
64816         Log: On closer reading the proposed UTS#18 update required
64817              even more changes.
64818      Branch: perl
64819            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
64820            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
64821            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
64822            ! lib/unicore/mktables
64823 ____________________________________________________________________________
64824 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
64825         Log: Align the 'graph' property definition with the proposed
64826              Unicode UTS #18 update (v7).
64827      Branch: perl
64828            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
64829 ____________________________________________________________________________
64830 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
64831         Log: Subject: [MacOS X] consider useshrplib='false' by default
64832              From: Dan Kogai <dankogai@dan.co.jp>
64833              Date: Wed, 4 Jun 2003 01:29:42 +0900
64834              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
64835      Branch: perl
64836            ! hints/darwin.sh
64837 ____________________________________________________________________________
64838 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
64839         Log: Urk.  Joe's patches were for the maint branch,
64840              not for the blead (which has assertions and stuff).
64841              Retract #19677, #19676, #19674.
64842      Branch: perl
64843            ! lib/perl5db.pl
64844 ____________________________________________________________________________
64845 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
64846         Log: According to Arthur this should help
64847              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
64848      Branch: perl
64849            ! ext/threads/threads.xs
64850 ____________________________________________________________________________
64851 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
64852         Log: Tiny tweaks from Joe McMahon.
64853      Branch: perl
64854            ! lib/perl5db.pl
64855 ____________________________________________________________________________
64856 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
64857         Log: Tiny pod and speling tweaks.
64858      Branch: perl
64859            ! lib/perl5db.pl
64860 ____________________________________________________________________________
64861 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
64862         Log: Subject: Extensive documentation patch redux
64863              From: Joe McMahon <mcmahon@ibiblio.org>
64864              Date: Mon, 2 Jun 2003 09:53:40 -0400
64865              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
64866
64867              Subject: RE: [PATCH] RE: Extensive documentation patch redux
64868              From: Robin Barker <Robin.Barker@npl.co.uk>
64869              Date: Tue, 3 Jun 2003 10:00:22 +0100
64870              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
64871      Branch: perl
64872            ! lib/perl5db.pl
64873 ____________________________________________________________________________
64874 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
64875         Log: Salvage parts of #19667.
64876      Branch: perl
64877            ! perlio.c win32/win32.c win32/win32iop.h
64878 ____________________________________________________________________________
64879 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
64880         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
64881              still is there).
64882      Branch: perl
64883            ! MANIFEST pod/perlfunc.pod
64884 ____________________________________________________________________________
64885 [ 19671] By: merijn                                on 2003/06/03  08:27:07
64886         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
64887              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64888              Date: Tue, 03 Jun 2003 01:55:06 -0700
64889              Message-ID: <qJG3+gzkgajL092yn@efn.org>
64890      Branch: perl
64891            ! README.cygwin
64892 ____________________________________________________________________________
64893 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
64894         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
64895              #19655, #19418; File::Temp no more used internally.
64896              Some parts of these will be salvaged later.
64897      Branch: perl
64898            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
64899            ! proto.h win32/win32.c win32/win32iop.h
64900 ____________________________________________________________________________
64901 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
64902         Log: fix for 09_gen_rs.t#59 failure on windows
64903      Branch: perl
64904            ! lib/Tie/File/t/09_gen_rs.t
64905 ____________________________________________________________________________
64906 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
64907         Log: resurrect change#19628 and make it work by generalizing
64908              a spot that had a hardcoded dependency on the cmd.exe
64909              arguments being "/x/c" or "/c"
64910      Branch: perl
64911            ! pod/perlrun.pod win32/win32.c
64912 ____________________________________________________________________________
64913 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
64914         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
64915              reuse the straightforward native implementation instead
64916
64917              this fixes the warning from io_xs.t
64918
64919              NOTE: File::Temp has a less-than-robust implementation on windows
64920              that relies on END blocks being run (this may not happen always)
64921      Branch: perl
64922            ! op.c win32/win32.c win32/win32iop.h
64923 ____________________________________________________________________________
64924 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
64925         Log: change#19628 broke many win32/system.t tests, so back it out
64926      Branch: perl
64927            ! pod/perlrun.pod win32/win32.c
64928 ____________________________________________________________________________
64929 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
64930         Log: A little bit more of weird-code-proofing in B::Deparse.
64931              Fixes a bug reported by Alexey Tourbin in
64932              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
64933      Branch: perl
64934            ! ext/B/B/Deparse.pm
64935 ____________________________________________________________________________
64936 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
64937         Log: Upgrade to the CGI.pm 2.93.
64938
64939              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
64940      Branch: perl
64941            + lib/CGI/t/util-58.t
64942            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
64943            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
64944            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
64945            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
64946            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
64947            ! lib/CGI/t/switch.t lib/CGI/t/util.t
64948 ____________________________________________________________________________
64949 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
64950         Log: Whitespace tweaks.
64951      Branch: perl
64952            ! hints/uwin.sh
64953 ____________________________________________________________________________
64954 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
64955         Log: U/WIN: final (for now) touches from John P. Linderman;
64956              now we get 97% success rate, the remaining failures are
64957              quite obscure.
64958      Branch: perl
64959            ! hints/uwin.sh lib/locale.t
64960 ____________________________________________________________________________
64961 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
64962         Log: Sync with libnet 1.14
64963      Branch: perl
64964            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
64965            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
64966            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
64967            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
64968 ____________________________________________________________________________
64969 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
64970         Log: Beautification.
64971      Branch: perl
64972            ! op.c
64973 ____________________________________________________________________________
64974 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
64975         Log: Duplicate definition bad.
64976      Branch: perl
64977            ! op.c
64978 ____________________________________________________________________________
64979 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
64980         Log: I thought I tried building threaded.  Never think.  Try.
64981      Branch: perl
64982            ! perlio.c
64983 ____________________________________________________________________________
64984 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
64985         Log: Stick with the original (5.8.0) logic.
64986      Branch: perl
64987            ! op.c
64988 ____________________________________________________________________________
64989 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
64990         Log: Since pulling in File::Temp for tempfiles would pull in
64991              also Fcntl, miniperl could not open up tempfiles.  This broke
64992              the use of miniperl in VMS, as noticed by Craig Berry.
64993              Try to cure this by moving the creation of tempfile into its
64994              own routine, my_tmpfp(), which gets compiled differently
64995              for miniperl and perl.
64996      Branch: perl
64997            ! embed.fnc embed.h op.c perlio.c proto.h
64998 ____________________________________________________________________________
64999 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
65000         Log: A pointless test, noticed by Craig Berry.
65001      Branch: perl
65002            ! perlio.c
65003 ____________________________________________________________________________
65004 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
65005         Log: Two Cygwin patches from Gerrit.
65006
65007              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
65008              From: "Gerrit P. Haase" <gp@familiehaase.de>
65009              Date: Sat, 31 May 2003 14:12:07 +0200
65010              Message-ID: <179860591535.20030531141207@familiehaase.de>
65011
65012              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
65013              Date: Sat, 31 May 2003 13:57:49 +0200
65014              Message-ID: <11859733881.20030531135749@familiehaase.de>
65015      Branch: perl
65016            ! README.cygwin perl.h t/io/layers.t
65017 ____________________________________________________________________________
65018 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
65019         Log: Fix a case of segfault in gv_check(), by making
65020              it ignore non-GV values in stashes.
65021      Branch: perl
65022            ! gv.c t/op/stash.t
65023 ____________________________________________________________________________
65024 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
65025         Log: Don't install test.pl files.
65026      Branch: perl
65027            ! installperl
65028 ____________________________________________________________________________
65029 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
65030         Log: Regenerate internals pods.
65031      Branch: perl
65032            ! pod/perlapi.pod pod/perlintern.pod
65033 ____________________________________________________________________________
65034 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
65035         Log: Subject: [PATCH] jumbo closure patch broke formats
65036              From: Dave Mitchell <davem@fdgroup.com>
65037              Date: Sat, 31 May 2003 19:54:48 +0100
65038              Message-ID: <20030531185448.GA6055@fdgroup.com>
65039              Plus restore the original test script for bug #22372
65040      Branch: perl
65041            ! pad.c t/op/write.t
65042 ____________________________________________________________________________
65043 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
65044         Log: Better patch from Inaba Hiroto for
65045              [perl #22375] 'split'/'index' problem for utf8
65046      Branch: perl
65047            ! sv.c
65048 ____________________________________________________________________________
65049 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
65050         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
65051              From: Enache Adrian <enache@rdslink.ro>
65052              Date: Sat, 31 May 2003 14:18:11 +0300
65053              Message-ID: <20030531111811.GA1240@ratsnest.hole>
65054      Branch: perl
65055            ! t/op/write.t
65056 ____________________________________________________________________________
65057 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
65058         Log: Interesting patch(1) glitch.
65059      Branch: perl
65060            ! lib/Tie/File.pm
65061 ____________________________________________________________________________
65062 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
65063         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
65064              From: Enache Adrian <enache@rdslink.ro>
65065              Date: Fri, 30 May 2003 18:52:28 +0300
65066              Message-ID: <20030530155228.GA872@ratsnest.hole>
65067      Branch: perl
65068            ! sv.c t/op/write.t
65069 ____________________________________________________________________________
65070 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
65071         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
65072              From: "Craig A. Berry" <craigberry@mac.com>
65073              Date: Fri, 30 May 2003 13:08:01 -0500
65074              Message-ID: <3ED79E01.8050401@mac.com>
65075      Branch: perl
65076            ! ext/Encode/t/perlio.t
65077 ____________________________________________________________________________
65078 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
65079         Log: Upgrade to Tie::File 0.96.
65080      Branch: perl
65081            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
65082            ! lib/Tie/File/t/09_gen_rs.t
65083 ____________________________________________________________________________
65084 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
65085         Log: test.pl-isation.
65086      Branch: perl
65087            ! t/op/index.t
65088 ____________________________________________________________________________
65089 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
65090         Log: A bit of networking notworking negativity.
65091              (Inspiration from Jos.)
65092      Branch: perl
65093            ! pod/perlport.pod
65094 ____________________________________________________________________________
65095 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
65096         Log: Fix for "#22375 'split'/'index' problem for utf8".
65097      Branch: perl
65098            ! sv.c t/op/index.t
65099 ____________________________________________________________________________
65100 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
65101         Log: Add the test case for the already fixed
65102              [perl #22351] perl bug with 'e' substitution modifier
65103      Branch: perl
65104            ! t/op/subst.t
65105 ____________________________________________________________________________
65106 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
65107         Log: Comment tweakage.
65108      Branch: perl
65109            ! intrpvar.h
65110 ____________________________________________________________________________
65111 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
65112         Log: Subject: [PATCH] jumbo closure fix
65113              From: Dave Mitchell <davem@fdgroup.com>
65114              Date: Wed, 26 Feb 2003 14:49:47 +0000
65115              Message-ID: <20030226144947.A14444@fdgroup.com>
65116      Branch: perl
65117            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
65118            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
65119            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
65120            ! t/op/closure.t
65121 ____________________________________________________________________________
65122 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
65123         Log: Subject: Credits patch
65124              From: Ed Avis <ed@membled.com>
65125              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
65126              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
65127      Branch: perl
65128            ! lib/Tie/RefHash.pm
65129 ____________________________________________________________________________
65130 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
65131         Log: Subject: [patch] IO::File->open() with encoding
65132              From: Pradeep Hodigere <phodigere@yahoo.com>
65133              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
65134              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
65135      Branch: perl
65136            + ext/IO/lib/IO/t/io_utf8.t
65137            ! MANIFEST ext/IO/lib/IO/File.pm
65138 ____________________________________________________________________________
65139 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
65140         Log: A *much* cut-down version of the patches in the thread
65141              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
65142              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
65143              Date: 16 May 2003 19:04:28 -0000
65144              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
65145      Branch: perl
65146            ! pod/perldiag.pod
65147 ____________________________________________________________________________
65148 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
65149         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
65150              From: Dave Mitchell <davem@fdgroup.com>
65151              Date: Tue, 27 May 2003 19:31:10 +0100
65152              Message-ID: <20030527183110.GA22715@fdgroup.com>
65153      Branch: perl
65154            ! hv.c
65155 ____________________________________________________________________________
65156 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
65157         Log: Document that setvbuf() is not probably any more available.
65158              Many reports, most recently by mjd in
65159              [perl #22339] IO::Handle::setvbuf not defined properly
65160      Branch: perl
65161            ! ext/IO/lib/IO/Handle.pm
65162 ____________________________________________________________________________
65163 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
65164         Log: Subject: typo in pod/perlfunc.pod
65165              From: Alexey Mahotkin <alexm@w-m.ru>
65166              Date: Wed, 28 May 2003 15:18:04 +0400
65167              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
65168      Branch: perl
65169            ! pod/perlfunc.pod
65170 ____________________________________________________________________________
65171 [ 19629] By: merijn                                on 2003/05/28  12:24:42
65172         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
65173              From: Andy Dougherty <doughera@lafayette.edu>
65174              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
65175              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
65176      Branch: perl
65177            ! x2p/Makefile.SH
65178 ____________________________________________________________________________
65179 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
65180         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
65181              From: Jan Dubois <jand@ActiveState.com>
65182              Date: Mon, 26 May 2003 23:33:53 -0700
65183              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
65184      Branch: perl
65185            ! pod/perlrun.pod win32/win32.c
65186 ____________________________________________________________________________
65187 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
65188         Log: OpenZaurus cross-compilation patches from Redvers Davies.
65189      Branch: perl
65190            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
65191            ! Cross/config.sh-arm-linux Cross/generate_config_sh
65192            ! Cross/installperl.patch
65193 ____________________________________________________________________________
65194 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
65195         Log: For now reword the sysread/syswrite description to
65196              stress the fact that by default everything is still bytes.
65197      Branch: perl
65198            ! pod/perlfunc.pod
65199 ____________________________________________________________________________
65200 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
65201         Log: Subject: Re: [perl #22299] goto doesn't find label
65202              From: Dave Mitchell <davem@fdgroup.com>
65203              Date: Sat, 24 May 2003 12:25:17 +0100
65204              Message-ID: <20030524112517.GA11761@fdgroup.com>
65205
65206              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
65207              From: Dave Mitchell <davem@fdgroup.com>
65208              Date: Mon, 26 May 2003 13:47:11 +0100
65209              Message-ID: <20030526124710.GA17670@fdgroup.com>
65210      Branch: perl
65211            ! pp_ctl.c t/op/goto.t
65212 ____________________________________________________________________________
65213 [ 19623] By: merijn                                on 2003/05/26  11:19:38
65214         Log: Subject: [PATCH] for cygwin/perlld.in
65215              From: "Gerrit P. Haase" <gp@familiehaase.de>
65216              Date: Sat, 24 May 2003 16:51:29 +0200
65217              Message-ID: <162265353578.20030524165129@familiehaase.de>
65218      Branch: perl
65219            ! cygwin/perlld.in
65220 ____________________________________________________________________________
65221 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
65222         Log: Regen modlib and toc.
65223      Branch: perl
65224            ! pod/perlmodlib.pod pod/perltoc.pod
65225 ____________________________________________________________________________
65226 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
65227         Log: Run external commands only with localized sanitized $ENV{PATH}.
65228      Branch: perl
65229            ! ext/Sys/Hostname/Hostname.pm
65230 ____________________________________________________________________________
65231 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
65232         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
65233              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
65234              Date: Sun, 25 May 2003 21:17:42 +0200
65235              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
65236      Branch: perl
65237            ! perlio.h
65238 ____________________________________________________________________________
65239 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
65240         Log: Protect against race conditions: if the pid is not seen,
65241              neither will be the $0 change be seen (and vice versa).
65242      Branch: perl
65243            ! ext/threads/t/join.t
65244 ____________________________________________________________________________
65245 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
65246         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
65247              From: Dan Kogai <dankogai@dan.co.jp>
65248              Date: 24 May 2003 19:50:48 -0000
65249              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
65250      Branch: perl
65251            ! ext/Encode/bin/piconv
65252 ____________________________________________________________________________
65253 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
65254         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
65255              From: Dave Mitchell <davem@fdgroup.com>
65256              Date: Thu, 22 May 2003 10:13:19 +0100
65257              Message-ID: <20030522091319.GA4568@fdgroup.com>
65258
65259              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
65260              From: Dave Mitchell <davem@fdgroup.com>
65261              Date: Fri, 23 May 2003 17:09:44 +0100
65262              Message-ID: <20030523160944.GC9194@fdgroup.com>
65263      Branch: perl
65264            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
65265            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
65266 ____________________________________________________________________________
65267 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
65268         Log: Missing "to".
65269      Branch: perl
65270            ! NetWare/config_H.wc Porting/config_H config_h.SH
65271            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
65272            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65273            ! win32/config_H.vc64 wince/config_H.ce
65274 ____________________________________________________________________________
65275 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
65276         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
65277      Branch: perl
65278            ! Cross/config.sh-arm-linux NetWare/config.wc
65279            ! NetWare/config_H.wc configure.com epoc/config.sh
65280            ! plan9/config.plan9 plan9/config_h.sample
65281            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
65282            ! win32/config.gc win32/config.vc win32/config.vc64
65283            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65284            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
65285 ____________________________________________________________________________
65286 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
65287         Log: Regen Glossary et al.
65288      Branch: perl
65289            ! Porting/Glossary Porting/config.sh Porting/config_H
65290 ____________________________________________________________________________
65291 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
65292         Log: Add a real scan for pthread_attr_setscope().
65293      Branch: perl
65294            ! Configure config_h.SH ext/threads/threads.xs
65295 ____________________________________________________________________________
65296 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
65297         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
65298      Branch: perl
65299            - lib/ftp.pl
65300            ! MANIFEST
65301 ____________________________________________________________________________
65302 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
65303         Log: Noticed by John P. Linderman.
65304      Branch: perl
65305            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
65306 ____________________________________________________________________________
65307 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
65308         Log: Subject: [PATCH] RE: state of deparse?
65309              From: Robin Barker <Robin.Barker@npl.co.uk>
65310              Date: Fri, 23 May 2003 17:42:37 +0100
65311              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
65312      Branch: perl
65313            ! ext/B/B/Deparse.pm
65314 ____________________________________________________________________________
65315 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
65316         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
65317              From: Robin Barker <Robin.Barker@npl.co.uk>
65318              Date: Fri, 23 May 2003 17:37:09 +0100
65319              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
65320      Branch: perl
65321            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
65322            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
65323 ____________________________________________________________________________
65324 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
65325         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
65326              From: Robin Barker <Robin.Barker@npl.co.uk>
65327              Date: Fri, 23 May 2003 17:32:22 +0100
65328              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
65329      Branch: perl
65330            ! embed.pl perl.h perlio.c perlio.h proto.h
65331 ____________________________________________________________________________
65332 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
65333         Log: Hasty editing, grumble.
65334      Branch: perl
65335            ! ext/POSIX/POSIX.xs
65336 ____________________________________________________________________________
65337 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
65338         Log: Linewrapping MUAs, grumble.
65339      Branch: perl
65340            ! ext/POSIX/POSIX.xs
65341 ____________________________________________________________________________
65342 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
65343         Log: U/WIN extension fix from John P. Linderman.
65344      Branch: perl
65345            ! ext/POSIX/POSIX.xs
65346 ____________________________________________________________________________
65347 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
65348         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
65349              From: Dan Kogai <dankogai@dan.co.jp>
65350              Date: Sat, 24 May 2003 00:15:49 +0900
65351              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
65352      Branch: perl
65353            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
65354            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
65355 ____________________________________________________________________________
65356 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
65357         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
65358              From: Michael G Schwern <schwern@pobox.com>
65359              Date: Fri, 23 May 2003 02:10:46 -0700
65360              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
65361      Branch: perl
65362            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
65363            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
65364            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
65365            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
65366            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
65367            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
65368            ! lib/ExtUtils/MakeMaker/FAQ.pod
65369            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
65370            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
65371            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
65372 ____________________________________________________________________________
65373 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
65374         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
65375              From: Dan Kogai <dankogai@dan.co.jp>
65376              Date: Fri, 23 May 2003 20:17:16 +0900
65377              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
65378      Branch: perl
65379            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
65380            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
65381            ! ext/Encode/lib/Encode/Encoding.pm
65382            ! ext/PerlIO/encoding/encoding.xs
65383 ____________________________________________________________________________
65384 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
65385         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
65386      Branch: perl
65387            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
65388            ! ext/Time/HiRes/HiRes.xs
65389 ____________________________________________________________________________
65390 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
65391         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
65392              From: Dan Kogai <dankogai@dan.co.jp>
65393              Date: Thu, 22 May 2003 18:46:40 +0900
65394              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
65395      Branch: perl
65396            ! ext/Encode/encoding.pm
65397 ____________________________________________________________________________
65398 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
65399         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
65400              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
65401              Date: Tue, 13 May 2003 10:36:32 +0200
65402              Message-id: <20030513083631.GA21782@ethan>
65403      Branch: perl
65404            ! utils/h2xs.PL
65405 ____________________________________________________________________________
65406 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
65407         Log: New warning "Useless localization of %s", based on
65408              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
65409              From: Dave Mitchell <davem@fdgroup.com>
65410              Date: Wed, 30 Apr 2003 21:17:38 +0100
65411              Message-ID: <20030430201738.GA22054@fdgroup.com>
65412
65413              The proposed patch added this warning in the 'deprecated' category ;
65414              I think this category is for things that exist and will be removed,
65415              rather than for things that don't exist and that will maybe be added.
65416      Branch: perl
65417            ! op.c pod/perldiag.pod t/lib/warnings/op
65418 ____________________________________________________________________________
65419 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
65420         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
65421              disable the loading of .pmc files if defined.
65422              Rename the function S_doopen_pmc to S_doopen_pm.
65423      Branch: perl
65424            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
65425 ____________________________________________________________________________
65426 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
65427         Log: More U/WIN tweaks from John P. Linderman.
65428      Branch: perl
65429            ! t/io/layers.t t/io/tell.t
65430 ____________________________________________________________________________
65431 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
65432         Log: Subject: [PATCH] perldata.pod revamp rev. 3
65433              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
65434              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
65435              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
65436      Branch: perl
65437            ! pod/perldata.pod
65438 ____________________________________________________________________________
65439 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
65440         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
65441              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
65442              Date: Mon, 19 May 2003 17:53:25 -0400
65443              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
65444
65445              (the bug id corrected to be #22231, not #22238)
65446      Branch: perl
65447            ! lib/Switch.pm
65448 ____________________________________________________________________________
65449 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
65450         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
65451      Branch: perl
65452            ! ext/MIME/Base64/Makefile.PL
65453 ____________________________________________________________________________
65454 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
65455         Log: U/WIN test tweak from John P. Linderman.
65456      Branch: perl
65457            ! t/op/chdir.t
65458 ____________________________________________________________________________
65459 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
65460         Log: VMS test tweak from Craig Berry.
65461      Branch: perl
65462            ! lib/DirHandle.t
65463 ____________________________________________________________________________
65464 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
65465         Log: U/WIN test nit for John P. Linderman.
65466      Branch: perl
65467            ! ext/Cwd/t/cwd.t
65468 ____________________________________________________________________________
65469 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
65470         Log: Subject: [Encode] 1.95 released
65471              From: Dan Kogai <dankogai@dan.co.jp>
65472              Date: Wed, 21 May 2003 18:26:26 +0900
65473              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
65474      Branch: perl
65475            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
65476            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
65477            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
65478            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
65479            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
65480            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
65481            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
65482            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
65483            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
65484            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
65485            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
65486            ! ext/Encode/ucm/8859-9.ucm
65487 ____________________________________________________________________________
65488 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
65489         Log: Enhance the failure reporting for the pod2html tests
65490      Branch: perl
65491            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
65492 ____________________________________________________________________________
65493 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
65494         Log: Upgrade to Getopt::Long 2.33
65495              (mostly a version number increment)
65496      Branch: perl
65497            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
65498            ! lib/Getopt/Long/README
65499 ____________________________________________________________________________
65500 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
65501         Log: Upgrade to CPAN 1.70_54
65502              Subject: Re: CPAN.pm into blead
65503              From: Andreas J Koenig <andreas.koenig@anima.de>
65504              Date: Tue, 20 May 2003 11:31:16 +0200
65505              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
65506      Branch: perl
65507            - lib/CPAN/README
65508            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
65509 ____________________________________________________________________________
65510 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
65511         Log: Further -Uuseperlio tweaking.
65512      Branch: perl
65513            ! ext/Encode/t/Unicode.t
65514 ____________________________________________________________________________
65515 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
65516         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
65517              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65518              Date: Sun, 18 May 2003 19:21:01 -0700
65519              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
65520              (with tweaks to perldiag.pod)
65521      Branch: perl
65522            ! op.c pod/perldiag.pod
65523 ____________________________________________________________________________
65524 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
65525         Log: More Ultrix double definition avoidance.
65526      Branch: perl
65527            ! ext/Socket/Socket.xs
65528 ____________________________________________________________________________
65529 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
65530         Log: Integrate perlio:
65531              [ 19556]
65532              Fix ticket 18265
65533
65534              [ 19557]
65535              EINTR retry should exit on count >= 0 not !=0
65536      Branch: perl
65537           !> perlio.c
65538 ____________________________________________________________________________
65539 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
65540         Log: Nekkid numbers.
65541      Branch: perl
65542            ! ext/threads/threads.xs
65543 ____________________________________________________________________________
65544 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
65545         Log: Meaningless cosmetics.
65546      Branch: perl
65547            ! ext/threads/threads.xs
65548 ____________________________________________________________________________
65549 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
65550         Log: Make Perl_ithread_self() a bit more helpful when
65551              finding the thread fails (suggested by Stas in
65552              perl-ithreads Mar 01)
65553      Branch: perl
65554            ! ext/threads/threads.xs
65555 ____________________________________________________________________________
65556 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
65557         Log: Slightly wrong panic messages.
65558      Branch: perl
65559            ! ext/threads/threads.xs
65560 ____________________________________________________________________________
65561 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
65562         Log: Ultrix: the #19435 helped the IO extension, so this should
65563              help the Socket extension (socket structs redefinitions).
65564      Branch: perl
65565            ! ext/Socket/Socket.xs
65566 ____________________________________________________________________________
65567 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
65568         Log: Based on
65569
65570              Subject: [PATCH threads.xs] no system scope on VMS
65571              From: "Craig A. Berry" <craigberry@mac.com>
65572              Date: Sun, 18 May 2003 23:02:07 -0500
65573              Message-ID: <3EC8573F.6050005@mac.com>
65574
65575              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
65576      Branch: perl
65577            ! ext/threads/threads.xs
65578 ____________________________________________________________________________
65579 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
65580         Log: Make the test work without perlio, from Dan Kogai.
65581      Branch: perl
65582            ! ext/Encode/t/Unicode.t
65583 ____________________________________________________________________________
65584 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
65585         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
65586              From: Michael G Schwern <schwern@pobox.com>
65587              Date: Wed, 14 May 2003 15:36:23 -0700
65588              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
65589      Branch: perl
65590            ! pod/perlsyn.pod pod/perltrap.pod
65591 ____________________________________________________________________________
65592 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
65593         Log: Integrate from perlio:
65594              [ 19542]
65595              Fix ticket #22219
65596
65597              [ 19543]
65598              Spotted a bare close() where PerlLIO_close() seems correct.
65599      Branch: perl
65600           !> doio.c perlio.c
65601 ____________________________________________________________________________
65602 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
65603         Log: UTF-7 tweak from Dan Kogai.
65604      Branch: perl
65605            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
65606 ____________________________________________________________________________
65607 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
65608         Log: The 'quotes' really are important (caught by Enache Adrian).
65609      Branch: perl
65610            ! Makefile.SH
65611 ____________________________________________________________________________
65612 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
65613         Log: Subject: [Encode] UTF-7 Support
65614              From: Dan Kogai <dankogai@dan.co.jp>
65615              Date: Sun, 18 May 2003 00:45:35 +0900
65616              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
65617      Branch: perl
65618            + ext/Encode/lib/Encode/Unicode/UTF7.pm
65619            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
65620            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
65621            ! ext/Encode/lib/Encode/Config.pm
65622            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
65623 ____________________________________________________________________________
65624 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
65625         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
65626              non-left-aligned heredocs.
65627      Branch: perl
65628            ! Makefile.SH
65629 ____________________________________________________________________________
65630 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
65631         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
65632              From: Alan Burlison <Alan.Burlison@sun.com>
65633              Date: Thu, 15 May 2003 22:17:55 +0100
65634              Message-ID: <3EC40403.9000804@sun.com>
65635
65636              (fixed symbol scanning for Solaris 10)
65637      Branch: perl
65638            ! Configure
65639 ____________________________________________________________________________
65640 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
65641         Log: Upgrade to Getopt::Long 2.32_05
65642      Branch: perl
65643            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
65644            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
65645            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
65646            ! lib/Getopt/Long/t/gol-oo.t
65647 ____________________________________________________________________________
65648 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
65649         Log: Clarify the explanation of the warning "Possible precedence problem
65650              on bitwise operator".
65651      Branch: perl
65652            ! pod/perldiag.pod
65653 ____________________________________________________________________________
65654 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
65655         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
65656              with fractional version numbers or v-strings.
65657      Branch: perl
65658            ! ext/B/B/Deparse.pm
65659 ____________________________________________________________________________
65660 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
65661         Log: missing init in change#19533
65662      Branch: perl
65663            ! win32/win32sck.c
65664 ____________________________________________________________________________
65665 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
65666         Log: apply Net::Ping patch that makes the fork()-based approach
65667              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
65668
65669              the code this affects is currently not enabled anywhere, but
65670              could be enabled if the non-blocking approach runs into problems
65671              on older windows versions
65672      Branch: perl
65673            ! lib/Net/Ping.pm
65674 ____________________________________________________________________________
65675 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
65676         Log: improve the implementation of Net::Ping on windows by avoiding
65677              fork(), which is pretty heavy-weight for this kind of
65678              application; use non-blocking sockets instead
65679
65680              has been verified to work on Win2k but will need testing on
65681              other flavors of windows
65682
65683              there is a single known failure on windows in 450_service.t (test 18)
65684              due to what appears to be bugs in the ping_syn()/ack() code
65685      Branch: perl
65686            ! lib/Net/Ping.pm
65687 ____________________________________________________________________________
65688 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
65689         Log: change#16723 broke the ioctl() return value on platforms
65690              that have ioctl() but no fcntl() (e.g. windows)
65691
65692              change#17577 then attempted to fix the bustage, but got
65693              it wrong
65694      Branch: perl
65695            ! pp_sys.c
65696 ____________________________________________________________________________
65697 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
65698         Log: avoid select() on windows destroying errno (used to typically
65699              always sets it to EINVAL due to the way it maps the FD_SETs)
65700      Branch: perl
65701            ! win32/win32sck.c
65702 ____________________________________________________________________________
65703 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
65704         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
65705              compile error on ia64/HP-UX (comparing incompatible pointers)"
65706              plus a possible cure for the warning mentioned in the case.
65707      Branch: perl
65708            ! ext/Storable/Storable.xs
65709 ____________________________________________________________________________
65710 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
65711         Log: Apply the supplied patch for [perl #22195]
65712              "File::Find, sorted directory traversal order is inverted"
65713      Branch: perl
65714            ! lib/File/Find.pm
65715 ____________________________________________________________________________
65716 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
65717         Log: Subject: [PATCH] RE: maint snapshot @ 19525
65718              From: Robin Barker <Robin.Barker@npl.co.uk>
65719              Date: Fri, 16 May 2003 17:16:57 +0100
65720              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
65721
65722              (Part #2: the hv.c SVf)
65723      Branch: perl
65724            ! hv.c
65725 ____________________________________________________________________________
65726 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
65727         Log: Subject: [PATCH] RE: maint snapshot @ 19525
65728              From: Robin Barker <Robin.Barker@npl.co.uk>
65729              Date: Fri, 16 May 2003 17:16:57 +0100
65730              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
65731
65732              (Part #1: the __format__ and __printf__)
65733      Branch: perl
65734            ! Configure embed.pl perlio.c proto.h
65735 ____________________________________________________________________________
65736 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
65737         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
65738              From: Gisle Aas <gisle@ActiveState.com>
65739              Date: 13 May 2003 19:51:19 -0700
65740              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
65741      Branch: perl
65742            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
65743            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
65744            ! ext/MIME/Base64/t/quoted-print.t
65745 ____________________________________________________________________________
65746 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
65747         Log: More Panther moves.
65748      Branch: perl
65749            ! Makefile.SH hints/darwin.sh
65750 ____________________________________________________________________________
65751 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
65752         Log: Curliff and liff with ease.
65753      Branch: perl
65754            + Porting/curliff.pl
65755            ! MANIFEST
65756 ____________________________________________________________________________
65757 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
65758         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
65759      Branch: perl
65760            ! Porting/sort_perldiag.pl
65761 ____________________________________________________________________________
65762 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
65763         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
65764              From: Casey West <casey@geeknest.com>
65765              Date: Fri, 9 May 2003 04:00:44 -0400
65766              Message-ID: <20030509080044.GA49820@geeknest.com>
65767
65768              (except for the dup.t patch which diddled with system().)
65769      Branch: perl
65770            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
65771            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
65772            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
65773            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
65774            ! win32/config_H.vc64 wince/config_H.ce
65775 ____________________________________________________________________________
65776 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
65777         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
65778              From: Gisle Aas <gisle@ActiveState.com>
65779              Date: 13 May 2003 09:59:50 -0700
65780              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
65781      Branch: perl
65782            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
65783            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
65784            ! ext/MIME/Base64/t/quoted-print.t
65785 ____________________________________________________________________________
65786 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
65787         Log: Subject: [PATCH] More perldiag.pod sorting
65788              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
65789              Date: Tue, 13 May 2003 15:13:53 -0400
65790              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
65791
65792              (plus add 'no locale;')
65793      Branch: perl
65794            + Porting/sort_perldiag.pl
65795            ! MANIFEST pod/perldiag.pod
65796 ____________________________________________________________________________
65797 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
65798         Log: Detypo.
65799      Branch: perl
65800            ! lib/Unicode/UCD.pm
65801 ____________________________________________________________________________
65802 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
65803         Log: make it easier to reproduce the bug
65804      Branch: perl
65805            ! lib/Tie/File.pm
65806 ____________________________________________________________________________
65807 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
65808         Log: the \do {local *FH} trick in Tie::File was really only needed
65809              on 5.005 and earlier, since later versions can autovivify
65810              the handle
65811
65812              however, a search in the p5p archives reveals the trick doesn't
65813              fully work in the versions it is needed in, so use the more
65814              standard Symbol::gensym() way
65815      Branch: perl
65816            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
65817 ____________________________________________________________________________
65818 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
65819         Log: $Config{usethreads} wasn't being set on windows
65820      Branch: perl
65821            ! win32/Makefile win32/makefile.mk
65822 ____________________________________________________________________________
65823 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
65824         Log: Reinstate the #19498 but now skip the crashing
65825              tests (when threaded) as TODOs.
65826      Branch: perl
65827            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
65828 ____________________________________________________________________________
65829 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
65830         Log: Revert #19498 since it broke threaded builds.
65831      Branch: perl
65832            ! lib/Tie/File.pm
65833 ____________________________________________________________________________
65834 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
65835         Log: Better be explicit with dangling elses.
65836      Branch: perl
65837            ! pp.c
65838 ____________________________________________________________________________
65839 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
65840         Log: Detypo Pantherisms.
65841      Branch: perl
65842            ! Makefile.SH hints/darwin.sh
65843 ____________________________________________________________________________
65844 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
65845         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
65846              From: Alex Vandiver <alexmv@MIT.EDU>
65847              Date: 02 May 2003 06:45:05 -0400
65848              Message-Id: <1051872303.26203.104.camel@supox>
65849              (plus perldiag nit)
65850      Branch: perl
65851            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
65852            ! t/comp/package.t
65853 ____________________________________________________________________________
65854 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
65855         Log: Small nit in perlsyn about the new // operator
65856      Branch: perl
65857            ! pod/perlsyn.pod
65858 ____________________________________________________________________________
65859 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
65860         Log: Use a more sophisticated heuristics to produce the warning
65861              'Parentheses missing around "%s" list'. This fixes bug #22147.
65862              Also, the warning is now produced for C<local *a,*b;>.
65863      Branch: perl
65864            ! op.c t/lib/warnings/op
65865 ____________________________________________________________________________
65866 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
65867         Log: Work also without perlio.
65868      Branch: perl
65869            ! t/io/dup.t
65870 ____________________________________________________________________________
65871 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
65872         Log: Panther preparation.
65873      Branch: perl
65874            ! Makefile.SH hints/darwin.sh
65875 ____________________________________________________________________________
65876 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
65877         Log: More moves to intrpvar.h.
65878      Branch: perl
65879            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
65880 ____________________________________________________________________________
65881 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
65882         Log: fix for Tie::File test failures on windows: the problem was
65883              that Tie::File did not close any file handles it opens internally,
65884              leading to file handle leaks and t/tf* temporary file littering;
65885              we now close the handle iff Tie::File opened it
65886
65887              this fix unearths what appears to be a perl bug in localizing globs:
65888              09_gen_rs.t fails due to a prematurely closed filehandle, although
65889              it wasn't explicitly closed anywhere by the code (renaming the
65890              *FH at line 97 to *FH1 makes it work, but I haven't done this
65891              to allow the bug to be tracked down)
65892      Branch: perl
65893            ! lib/Tie/File.pm
65894 ____________________________________________________________________________
65895 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
65896         Log: Move the thread *hook into interpreter.
65897      Branch: perl
65898            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
65899 ____________________________________________________________________________
65900 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
65901         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
65902              From: Dave Mitchell <davem@fdgroup.com>
65903              Date: Sat, 10 May 2003 01:45:23 +0100
65904              Message-ID: <20030510004523.GC20871@fdgroup.com>
65905      Branch: perl
65906            ! pp_ctl.c
65907 ____________________________________________________________________________
65908 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
65909         Log: Open UNIX is not really "formerly Unixware", since the most
65910              recent releases are known as Unixware, not as Open UNIX.
65911      Branch: perl
65912            ! pod/perlport.pod
65913 ____________________________________________________________________________
65914 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
65915         Log: Slight tweaks to the platform list.
65916      Branch: perl
65917            ! pod/perlport.pod
65918 ____________________________________________________________________________
65919 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
65920         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
65921              From: Casey West <casey@geeknest.com>
65922              Date: Fri, 9 May 2003 10:30:13 -0400
65923              Message-ID: <20030509143013.GM49820@geeknest.com>
65924      Branch: perl
65925            ! pod/perlop.pod
65926 ____________________________________________________________________________
65927 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
65928         Log: perlport.pod nit for doc bug #8253.
65929      Branch: perl
65930            ! pod/perlport.pod
65931 ____________________________________________________________________________
65932 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
65933         Log: Use test.pl.
65934      Branch: perl
65935            ! t/io/fflush.t
65936 ____________________________________________________________________________
65937 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
65938         Log: Try to handle a $^X with spaces in it.
65939      Branch: perl
65940            ! t/test.pl
65941 ____________________________________________________________________________
65942 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
65943         Log: Separate the creation of the command to run by
65944              runperl() into its own function, _create_runperl().
65945      Branch: perl
65946            ! t/test.pl
65947 ____________________________________________________________________________
65948 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
65949         Log: Fixup the method behaviour table.
65950      Branch: perl
65951            ! pod/perliol.pod
65952 ____________________________________________________________________________
65953 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
65954         Log: Integrate from perlio:
65955              [ 19474]
65956              Tweaks to Jarkko's NULL deref checks in perlio.c
65957
65958              [ 19475]
65959              Fix for bugs 21717 and 22140.
65960              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
65961              and derived layers. So have :unix's "pushed" method stat() the fd and
65962              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
65963              UNIX behaviour.
65964
65965              [ 19479]
65966              Better but still unproven fix for lseek() on pipes.
65967
65968              [ 19483]
65969              Unused variable
65970
65971              [ 19485]
65972              Tests to prove Ticket 9468 is fixed.
65973
65974              [ 19486]
65975              add test for change#19475,19479 (bugs#21717,22140)
65976      Branch: perl
65977           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
65978           !> t/io/fflush.t
65979 ____________________________________________________________________________
65980 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
65981         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
65982              in terms of an exported function rather than as an inlined
65983              macro (latter wants PL_op_mutex which isn't exported as such)
65984
65985              Jarkko: please merge into maint-5.8
65986      Branch: perl
65987            ! dosish.h makedef.pl win32/win32.c win32/win32.h
65988 ____________________________________________________________________________
65989 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
65990         Log: Test _getcode().
65991      Branch: perl
65992            ! lib/Unicode/UCD.t
65993 ____________________________________________________________________________
65994 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
65995         Log: Clarify the doc (and the code) for Unicode code points.
65996      Branch: perl
65997            ! lib/Unicode/UCD.pm
65998 ____________________________________________________________________________
65999 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
66000         Log: Another doc suggestion from terry@eatoni.com (terry jones):
66001              use codepoints that return undef.
66002      Branch: perl
66003            ! lib/Unicode/UCD.pm
66004 ____________________________________________________________________________
66005 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
66006         Log: Add Encode's META.yml.
66007      Branch: perl
66008            + ext/Encode/META.yml
66009            ! MANIFEST
66010 ____________________________________________________________________________
66011 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
66012         Log: Upgrade to Encode 1.94.
66013      Branch: perl
66014            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
66015            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
66016            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
66017            ! ext/Encode/t/mime-header.t
66018 ____________________________________________________________________________
66019 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
66020         Log: Doc bug noticed by terry@eatoni.com (terry jones).
66021      Branch: perl
66022            ! lib/Unicode/UCD.pm
66023 ____________________________________________________________________________
66024 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
66025         Log: Try to plug more potential PerlIO NULL method
66026              dereferences; try to document the matter.
66027      Branch: perl
66028            ! perlio.c pod/perliol.pod
66029 ____________________________________________________________________________
66030 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
66031         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
66032      Branch: perl
66033            ! perlio.c
66034 ____________________________________________________________________________
66035 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
66036         Log: In eof() the errno can get stomped by the peek-ahead.
66037      Branch: perl
66038            ! doio.c ext/Socket/socketpair.t
66039 ____________________________________________________________________________
66040 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
66041         Log: A regression test for the remaining "Final $ should be..." error.
66042      Branch: perl
66043            ! t/comp/parser.t
66044 ____________________________________________________________________________
66045 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
66046         Log: Remove the error messages "Final @ should be \@ or @name"
66047              and "Final % should be \% or %name", that appear to be
66048              only produced in addition to another syntax error, and therefore
66049              misleading, if I understand correctly that kind of black magic.
66050      Branch: perl
66051            ! pod/perldiag.pod toke.c
66052 ____________________________________________________________________________
66053 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
66054         Log: Have to think this test more when I'm awake.
66055      Branch: perl
66056            ! ext/Socket/socketpair.t
66057 ____________________________________________________________________________
66058 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
66059         Log: Document that perl tries to load .pmc files before .pm files.
66060              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
66061              From: Casey West <casey@geeknest.com>
66062              Date: Fri, 9 May 2003 17:03:50 -0400
66063              Message-ID: <20030509210350.GW49820@geeknest.com>
66064      Branch: perl
66065            ! pod/perlfunc.pod
66066 ____________________________________________________________________________
66067 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
66068         Log: Fix for doc bug #8602 : clarify eof() example comments
66069      Branch: perl
66070            ! pod/perlfunc.pod
66071 ____________________________________________________________________________
66072 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
66073         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
66074              From: Casey West <casey@geeknest.com>
66075              Date: Fri, 9 May 2003 11:09:39 -0400
66076              Message-ID: <20030509150939.GN49820@geeknest.com>
66077      Branch: perl
66078            ! pod/perltrap.pod
66079 ____________________________________________________________________________
66080 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
66081         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
66082              From: Casey West <casey@geeknest.com>
66083              Date: Fri, 9 May 2003 15:25:59 -0400
66084              Message-ID: <20030509192559.GS49820@geeknest.com>
66085      Branch: perl
66086            ! pod/perlfunc.pod
66087 ____________________________________________________________________________
66088 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
66089         Log: Try to comprehensively have a plan B if a PerlIO
66090              layer doesn't have a particular function.
66091              (1) If there's a corresponding PerlIOBase, call it.
66092              (2) If not having the function is 'harmless', be silently happy.
66093              (Currently only Flush is in this category.)
66094              (3) Otherwise set errno and return failure.
66095      Branch: perl
66096            ! perlio.c
66097 ____________________________________________________________________________
66098 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
66099         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
66100              From: Casey West <casey@geeknest.com>
66101              Date: Fri, 9 May 2003 11:17:53 -0400
66102              Message-ID: <20030509151753.GO49820@geeknest.com>
66103      Branch: perl
66104            ! pod/perltrap.pod
66105 ____________________________________________________________________________
66106 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
66107         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
66108      Branch: perl
66109            ! makedef.pl
66110 ____________________________________________________________________________
66111 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
66112         Log: Result of change #19458.
66113      Branch: perl
66114            ! MANIFEST
66115 ____________________________________________________________________________
66116 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
66117         Log: Subject: Weekend fun: MANIFEST sorting
66118              From: andreas.koenig@anima.de (Andreas J. Koenig)
66119              Date: Fri, 09 May 2003 15:12:05 +0200
66120              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
66121
66122              (both sorts need LC_ALL=C)
66123              (add also manicheck target)
66124      Branch: perl
66125            ! Makefile.SH
66126 ____________________________________________________________________________
66127 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
66128         Log: Better skip this test on OpenBSD and BSD/OS since it
66129              does not seem to work (Slaven Rezic).
66130      Branch: perl
66131            ! lib/filetest.t
66132 ____________________________________________________________________________
66133 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
66134         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
66135              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66136              Date: Wed, 07 May 2003 23:37:47 -0700
66137              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
66138      Branch: perl
66139            ! pod/perlfunc.pod
66140 ____________________________________________________________________________
66141 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
66142         Log: Missing files.
66143      Branch: perl
66144            ! MANIFEST
66145 ____________________________________________________________________________
66146 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
66147         Log: Suppress a few compilation warnings in pp_hot.c.
66148      Branch: perl
66149            ! pp_hot.c
66150 ____________________________________________________________________________
66151 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
66152         Log: Remove duplicate entries from perldiag
66153      Branch: perl
66154            ! pod/perldiag.pod
66155 ____________________________________________________________________________
66156 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
66157         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
66158              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66159              Date: Wed, 07 May 2003 15:27:07 -0700
66160              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
66161      Branch: perl
66162            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
66163            ! pp_hot.c t/op/magic.t
66164 ____________________________________________________________________________
66165 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
66166         Log: Tiny nit from mjd.
66167      Branch: perl
66168            ! lib/Tie/File.pm
66169 ____________________________________________________________________________
66170 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
66171         Log: Upgrade to Tie::File 0.95.
66172      Branch: perl
66173            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
66174            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
66175            + lib/Tie/File/t/42_offset.t
66176            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
66177            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
66178            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
66179            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
66180            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
66181            ! lib/Tie/File/t/30_defer.t
66182 ____________________________________________________________________________
66183 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
66184         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
66185              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
66186              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
66187              Date: 8 May 2003 00:42:18 -0000
66188      Branch: perl
66189            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
66190            ! ext/Time/HiRes/Makefile.PL
66191 ____________________________________________________________________________
66192 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
66193         Log: Subject: [PATCH] alphabetize perldiag.pod
66194              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
66195              Date: Thu, 8 May 2003 11:52:39 -0400
66196              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
66197      Branch: perl
66198            ! pod/perldiag.pod
66199 ____________________________________________________________________________
66200 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
66201         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
66202              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
66203              Date: Thu, 08 May 2003 08:42:20 +0200
66204              Message-id: <20030508064220.GA763@ethan>
66205      Branch: perl
66206            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
66207            ! ext/Devel/PPPort/t/test.t
66208 ____________________________________________________________________________
66209 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
66210         Log: A variant of
66211
66212              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
66213              From: enache@rdslink.ro (Enache Adrian)
66214              Date: Tue, 22 Apr 2003 02:54:05 +0300
66215              Message-ID: <20030421235405.GA1162@ratsnest.hole>
66216
66217              to quench the black smoke from the BSD builds.
66218      Branch: perl
66219            ! lib/ExtUtils/MM_Unix.pm
66220 ____________________________________________________________________________
66221 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
66222         Log: Subject: Re: [DOC PATCH] & More File::Path issues
66223              From: Casey West <casey@geeknest.com>
66224              Date: Mon, 5 May 2003 13:25:47 -0400
66225              Message-ID: <20030505172547.GB20508@geeknest.com>
66226      Branch: perl
66227            ! lib/File/Path.pm
66228 ____________________________________________________________________________
66229 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
66230         Log: Spelling correction from Nicholas Clark.
66231      Branch: perl
66232            ! ext/POSIX/POSIX.pod
66233 ____________________________________________________________________________
66234 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
66235         Log: One more possible extensions permutation.
66236      Branch: perl
66237            ! Configure
66238 ____________________________________________________________________________
66239 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
66240         Log: Allow platforms to manipulate their archname by creating
66241              a archname.cbu in their hints files.
66242      Branch: perl
66243            ! Configure
66244 ____________________________________________________________________________
66245 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
66246         Log: More long double logic from Alan Burlison.
66247      Branch: perl
66248            ! Configure
66249 ____________________________________________________________________________
66250 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
66251         Log: Worth a try for [perl #17146]
66252      Branch: perl
66253            ! ext/IO/poll.c
66254 ____________________________________________________________________________
66255 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
66256         Log: Document which interfaces are NOT Unicode-aware.
66257      Branch: perl
66258            ! pod/perltodo.pod pod/perlunicode.pod
66259 ____________________________________________________________________________
66260 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
66261         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
66262              From: Casey West <casey@geeknest.com>
66263              Date: Mon, 28 Apr 2003 11:07:36 -0400
66264              Message-ID: <20030428150736.GD62281@geeknest.com>
66265      Branch: perl
66266            ! pod/perlfilter.pod
66267 ____________________________________________________________________________
66268 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
66269         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
66270              From: Enache Adrian <enache@rdslink.ro>
66271              Date: Fri, 28 Mar 2003 23:53:09 +0200
66272              Message-ID: <20030328215309.GA6413@ratsnest.hole>
66273              (with minor tweaks)
66274      Branch: perl
66275            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
66276 ____________________________________________________________________________
66277 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
66278         Log: Fix doc bug #22067, noticed by Mark Knutsen
66279      Branch: perl
66280            ! pod/perlfunc.pod
66281 ____________________________________________________________________________
66282 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
66283         Log: Fix : the svr5 hints file doesn't propagate libswanted with
66284              threads enabled. Now threads are OK on OpenUNIX 8, except a
66285              mysterious failure in ext/POSIX/t/sigaction.t.
66286      Branch: perl
66287            ! hints/svr5.sh
66288 ____________________________________________________________________________
66289 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
66290         Log: Snip away the perlunicode slowness demo since the new
66291              caching scheme should help things a bit.
66292      Branch: perl
66293            ! pod/perlunicode.pod
66294 ____________________________________________________________________________
66295 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
66296         Log: Subject: Re: Minor change to strict.pm. Who? How?
66297              From: Adam Kennedy <adam@ali.as>
66298              Date: Wed, 30 Apr 2003 00:02:40 +1000
66299              Message-ID: <3EAE8600.2000806@ali.as>
66300
66301              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
66302              From: Michael G Schwern <schwern@pobox.com>
66303              Date: Tue, 29 Apr 2003 12:26:32 -0700
66304              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
66305      Branch: perl
66306            ! lib/strict.pm
66307 ____________________________________________________________________________
66308 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
66309         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
66310              From: "Jos I.Boumans" <kane@dwim.org>
66311              Date: 30 Apr 2003 09:45:16 -0000
66312              Message-ID: <20030430114513165+0200@nntp.perl.org>
66313      Branch: perl
66314            ! lib/File/Path.pm
66315 ____________________________________________________________________________
66316 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
66317         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
66318              From: Michael G Schwern <schwern@pobox.com>
66319              Date: Sat, 3 May 2003 15:30:16 -0700
66320              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
66321      Branch: perl
66322            ! pod/perlmod.pod
66323 ____________________________________________________________________________
66324 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
66325         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
66326              From: Dave Mitchell <davem@fdgroup.com>
66327              Date: Thu, 1 May 2003 21:06:57 +0100
66328              Message-ID: <20030501200657.GA25456@fdgroup.com>
66329      Branch: perl
66330            ! hv.c t/op/undef.t
66331 ____________________________________________________________________________
66332 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
66333         Log: Subject: Re: hv.c patch - pathological hashes too easy
66334              From: "Tye McQueen" <tye@metronet.com>
66335              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
66336              Message-Id: <200305011834.h41IYoE08503@metronet.com>
66337      Branch: perl
66338            ! hv.c
66339 ____________________________________________________________________________
66340 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
66341         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
66342              From: Casey West <casey@geeknest.com>
66343              Date: Tue, 29 Apr 2003 16:14:20 -0400
66344              Message-ID: <20030429201420.GT62281@geeknest.com>
66345      Branch: perl
66346            ! pod/perlrequick.pod
66347 ____________________________________________________________________________
66348 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
66349         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
66350              From: Slaven Rezic <slaven@rezic.de>
66351              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
66352              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
66353      Branch: perl
66354            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
66355 ____________________________________________________________________________
66356 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
66357         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
66358              From: Steve Hay <steve.hay@uk.radan.com>
66359              Date: Wed, 30 Apr 2003 09:52:30 +0100
66360              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
66361      Branch: perl
66362            ! utils/h2xs.PL
66363 ____________________________________________________________________________
66364 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
66365         Log: Reintroduce the mention of the fact that the Artistic/GPL
66366              also are Perl's own licenses.
66367      Branch: perl
66368            ! pod/perlartistic.pod pod/perlgpl.pod
66369 ____________________________________________________________________________
66370 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
66371         Log: Switch the new perlio way of opening anonymous temporary files
66372              open my $fh, '+>', undef
66373              to using File::Temp.  Test it, and test also the "accidental
66374              feature" of +< working the same way.
66375              This should address [perl #21937].
66376      Branch: perl
66377            + ext/PerlIO/t/open.t
66378            ! MANIFEST perlio.c pod/perlfunc.pod
66379 ____________________________________________________________________________
66380 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
66381         Log: perlartistic and perlgpl reformatting from Sean Burke.
66382      Branch: perl
66383            ! pod/perlartistic.pod pod/perlgpl.pod
66384 ____________________________________________________________________________
66385 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
66386         Log: pack/unpack fixes from Wolfgang Laun:
66387              - fix bug in UNICOS (where SIZE16 != sizeof(short))
66388              - introduce and use new internal pack/unpack API
66389              (packlist, unpackstring)
66390              that does away with the unused arguments in the old API
66391              (pack_cat, unpack_str).
66392      Branch: perl
66393            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
66394 ____________________________________________________________________________
66395 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
66396         Log: Subject: [PATCH] Embed.t flushing problem
66397              From: "Craig A. Berry" <craigberry@mac.com>
66398              Date: Sun, 04 May 2003 16:25:38 -0500
66399              Message-ID: <3EB58552.2070207@mac.com>
66400      Branch: perl
66401            ! lib/ExtUtils/t/Embed.t
66402 ____________________________________________________________________________
66403 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
66404         Log: Doc nit from mjd.
66405      Branch: perl
66406            ! ext/DB_File/DB_File.pm
66407 ____________________________________________________________________________
66408 [ 19413] By: ams                                   on 2003/05/05  04:03:10
66409         Log: None of that "our" stuff here, please.
66410      Branch: perl
66411            ! ext/Storable/t/tied.t
66412 ____________________________________________________________________________
66413 [ 19412] By: ams                                   on 2003/05/05  03:57:06
66414         Log: Oops. More Storable 2.07 preparations.
66415      Branch: perl
66416            ! ext/Storable/README ext/Storable/Storable.pm
66417 ____________________________________________________________________________
66418 [ 19411] By: ams                                   on 2003/05/05  03:53:44
66419         Log: Update changelog for 2.07 release.
66420      Branch: perl
66421            ! ext/Storable/ChangeLog
66422 ____________________________________________________________________________
66423 [ 19410] By: ams                                   on 2003/05/05  03:31:36
66424         Log: Update Changes.
66425      Branch: perl
66426            ! Changes
66427 ____________________________________________________________________________
66428 [ 19409] By: ams                                   on 2003/05/05  03:21:41
66429         Log: Subject: Re: Bug in Storable???
66430              From: Slaven Rezic <slaven@rezic.de>
66431              Date: 04 May 2003 18:00:40 +0200
66432              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
66433      Branch: perl
66434            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
66435 ____________________________________________________________________________
66436 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
66437         Log: This way reads a bit better with pod2man.
66438      Branch: perl
66439            ! pod/perlartistic.pod pod/perlgpl.pod
66440 ____________________________________________________________________________
66441 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
66442         Log: Integrate from maint:
66443              [ 18568]
66444              Add the POSIX::sigaction() trick by Slaven Rezic
66445              for [perl #17341].
66446      Branch: perl
66447           !> pod/perlfunc.pod pod/perlipc.pod
66448 ____________________________________________________________________________
66449 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
66450         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
66451              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
66452              the perlartistic is a straightforward podification.
66453      Branch: perl
66454            + pod/perlartistic.pod pod/perlgpl.pod
66455            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
66456            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
66457 ____________________________________________________________________________
66458 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
66459         Log: Doesn't make any difference for the test but is more logical.
66460      Branch: perl
66461            ! t/lib/Devel/switchd.pm
66462 ____________________________________________________________________________
66463 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
66464         Log: Plagued by thinkos tonight.
66465      Branch: perl
66466            ! lib/filetest.t
66467 ____________________________________________________________________________
66468 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
66469         Log: Must skip more.
66470      Branch: perl
66471            ! lib/filetest.t
66472 ____________________________________________________________________________
66473 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
66474         Log: Subject: Re: Does filetest work at all?
66475              From: Slaven Rezic <slaven@rezic.de>
66476              Date: 03 May 2003 18:26:49 +0200
66477              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
66478      Branch: perl
66479            ! lib/filetest.t pp_sys.c
66480 ____________________________________________________________________________
66481 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
66482         Log: Extra tweakage from Rafael for #19392.
66483      Branch: perl
66484            ! ext/B/B/Concise.pm lib/filetest.pm
66485 ____________________________________________________________________________
66486 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
66487         Log: Salvage 'use filetest "access"' from compiletime to runtime.
66488      Branch: perl
66489            ! dump.c op.c op.h pp_sys.c
66490 ____________________________________________________________________________
66491 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
66492         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
66493              the Unicode character database to 4.0.0.)
66494      Branch: perl
66495            + lib/unicore/HangulSyllableType.txt
66496            + lib/unicore/NormalizationCorrections.txt
66497            + lib/unicore/StandardizedVariants.txt
66498            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
66499            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
66500            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
66501            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
66502            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
66503            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
66504            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
66505            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
66506            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
66507            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
66508            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
66509            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
66510            ! (edit 129 files)
66511 ____________________________________________________________________________
66512 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
66513         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
66514              the fp offset, which was quite a big larger than the input file,
66515              which meant that the SvGROW tried to grow the file to about
66516              2**64-2**20, which made safesysrealloc() to understandably
66517              croak (in argv.t).
66518      Branch: perl
66519            ! sv.c
66520 ____________________________________________________________________________
66521 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
66522         Log: Regen Configure (no changes but that's fine).
66523      Branch: perl
66524            ! Configure
66525 ____________________________________________________________________________
66526 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
66527         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
66528              From: Andy Dougherty <doughera@lafayette.edu>
66529              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
66530              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
66531      Branch: perl
66532            ! Configure
66533 ____________________________________________________________________________
66534 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
66535         Log: Subject: [PATCH] OpenUNIX 8 support
66536              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
66537              Date: Fri, 2 May 2003 12:12:08 +0200
66538              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
66539      Branch: perl
66540            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
66541 ____________________________________________________________________________
66542 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
66543         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
66544              From: Abe Timmerman <abe@ztreet.demon.nl>
66545              Date: Fri, 2 May 2003 00:51:42 +0200
66546              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
66547      Branch: perl
66548            ! win32/win32.c
66549 ____________________________________________________________________________
66550 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
66551         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
66552              From: Abe Timmerman <abe@ztreet.demon.nl>
66553              Date: Thu, 1 May 2003 18:34:35 +0200
66554              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
66555      Branch: perl
66556            ! win32/win32.h
66557 ____________________________________________________________________________
66558 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
66559         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
66560              From: Michael G Schwern <schwern@pobox.com>
66561              Date: Wed, 30 Apr 2003 18:19:32 -0700
66562              Message-ID: <20030501011932.GM701@windhund.schwern.org>
66563      Branch: perl
66564            ! ext/POSIX/POSIX.pod
66565 ____________________________________________________________________________
66566 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
66567         Log: Forgot to check in the -d: file.
66568      Branch: perl
66569            + t/lib/Devel/switchd.pm
66570            ! MANIFEST t/run/switchd.t
66571 ____________________________________________________________________________
66572 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
66573         Log: Solaris: make -Duse64bitall'ed to have an archname of
66574              sun4-solaris-64, from Alan Burlison.  (The default is to not
66575              to suffix anything with -Duse64bitall if longs are 64 bit.
66576              This may lead into confusion and much sorrow if 32-bit binaries
66577              and 64-bit binaries are installed under the same directories.
66578              Why is "-64" or something like that the default?  Well, there
66579              are platforms where 64 bits really is the default default.
66580              There adding a "-64" would be kind of odd.  Better to let
66581              each 64-bit capable platform to choose their archnames.)
66582      Branch: perl
66583            ! hints/solaris_2.sh
66584 ____________________________________________________________________________
66585 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
66586         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
66587              by change #18589 (it was broken by change #9754); add test case.
66588      Branch: perl
66589            + t/run/switchd.t
66590            ! MANIFEST
66591 ____________________________________________________________________________
66592 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
66593         Log: great_circle_direction() was broken,
66594              reported by Alexander Becher.
66595      Branch: perl
66596            ! lib/Math/Trig.pm lib/Math/Trig.t
66597 ____________________________________________________________________________
66598 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
66599         Log: OS X: could not -Doptimize=-g.
66600      Branch: perl
66601            ! hints/darwin.sh
66602 ____________________________________________________________________________
66603 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
66604         Log: OS X test tweak.
66605      Branch: perl
66606            ! ext/Cwd/t/cwd.t
66607 ____________________________________________________________________________
66608 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
66609         Log: Subject: [PATCH] RE: perl@19333
66610              From: Robin Barker <Robin.Barker@npl.co.uk>
66611              Date: Tue, 29 Apr 2003 17:30:23 +0100
66612              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
66613      Branch: perl
66614            ! embed.pl pp_hot.c pp_pack.c proto.h
66615 ____________________________________________________________________________
66616 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
66617         Log: miniperl cannot handle layers.t.
66618      Branch: perl
66619            ! t/io/layers.t
66620 ____________________________________________________________________________
66621 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
66622         Log: The solution in change #19363 was too unportable.
66623      Branch: perl
66624            ! t/io/openpid.t
66625 ____________________________________________________________________________
66626 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
66627         Log: perlreftut updates from mjd.
66628      Branch: perl
66629            ! pod/perlreftut.pod
66630 ____________________________________________________________________________
66631 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
66632         Log: z/OS: More threaded build tweaks from Brian De Pradine--
66633              apparently now it works!
66634      Branch: perl
66635            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
66636 ____________________________________________________________________________
66637 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
66638         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
66639              From: Enache Adrian <enache@rdslink.ro>
66640              Date: Sat, 19 Apr 2003 01:41:07 +0300
66641              Message-ID: <20030418224107.GA2751@ratsnest.hole>
66642      Branch: perl
66643            ! t/comp/parser.t toke.c
66644 ____________________________________________________________________________
66645 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
66646         Log: If it's S_, it should be STATIC.
66647      Branch: perl
66648            ! embed.fnc embed.h numeric.c proto.h
66649 ____________________________________________________________________________
66650 [ 19365] By: sky                                   on 2003/04/28  16:30:03
66651         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
66652              From: Casey West <casey@geeknest.com>
66653              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
66654              Message-Id: <20030428140005.GC62281@geeknest.com>
66655      Branch: perl
66656            ! pod/perlop.pod
66657 ____________________________________________________________________________
66658 [ 19364] By: sky                                   on 2003/04/28  16:20:43
66659         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
66660              From: Casey West <casey@geeknest.com>
66661              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
66662              Message-Id: <20030428172206.GK62281@geeknest.com>
66663      Branch: perl
66664            ! pod/perlop.pod
66665 ____________________________________________________________________________
66666 [ 19363] By: sky                                   on 2003/04/28  15:32:35
66667         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
66668              open.
66669      Branch: perl
66670            ! t/io/openpid.t
66671 ____________________________________________________________________________
66672 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
66673         Log: Feel-good cleanup.
66674      Branch: perl
66675            ! intrpvar.h sv.c
66676 ____________________________________________________________________________
66677 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
66678         Log: SysV msg queues can be something hanging (witnessed in IRIX),
66679              so let's use IPC_NOWAIT.
66680      Branch: perl
66681            ! ext/IPC/SysV/t/msg.t t/op/taint.t
66682 ____________________________________________________________________________
66683 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
66684         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
66685              when returning an int can either return the error in the return
66686              value or in the errno.  We need a new per-interp variable to store
66687              the return value instead of clobbering the errno with it.  The new
66688              variable, PL_reentrant_retint, is only used within the reentrancy
66689              framework, and immediately after it's set, so there should not be
66690              similar visibility issues as for the errno.  Spotted by Edward Moy.
66691      Branch: perl
66692            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
66693 ____________________________________________________________________________
66694 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
66695         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
66696              Check errno to see if the call to nice(2) succeeded.
66697              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
66698              From: Enache Adrian <enache@rdslink.ro>
66699              Date: Wed, 23 Apr 2003 22:48:20 +0300
66700              Message-ID: <20030423194820.GA874@ratsnest.hole>
66701      Branch: perl
66702            ! ext/POSIX/POSIX.xs
66703 ____________________________________________________________________________
66704 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
66705         Log: Document a faint compilation noise.
66706      Branch: perl
66707            ! README.aix
66708 ____________________________________________________________________________
66709 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
66710         Log: $[ clarifications.
66711      Branch: perl
66712            ! pod/perlvar.pod
66713 ____________________________________________________________________________
66714 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
66715         Log: utime() doc clarifications
66716              based on :
66717              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
66718              From: Casey West <casey@geeknest.com>
66719              Date: Fri, 25 Apr 2003 08:00:54 -0400
66720              Message-ID: <20030425120054.GQ34510@geeknest.com>
66721      Branch: perl
66722            ! pod/perlfunc.pod
66723 ____________________________________________________________________________
66724 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
66725         Log: Add a test case for [perl #15288] (already solved).
66726      Branch: perl
66727            ! t/op/pack.t
66728 ____________________________________________________________________________
66729 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
66730         Log: Add Dave Mitchell's test case for fields.
66731      Branch: perl
66732            ! lib/fields.t
66733 ____________________________________________________________________________
66734 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
66735         Log: Subject: [PATCH] VMS::Stdio test tweak
66736              From: "Craig A. Berry" <craigberry@mac.com>
66737              Date: Sat, 26 Apr 2003 15:53:07 -0500
66738              Message-ID: <3EAAF1B3.7020708@mac.com>
66739      Branch: perl
66740            ! vms/ext/Stdio/test.pl
66741 ____________________________________________________________________________
66742 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
66743         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
66744              From: Casey West <casey@geeknest.com>
66745              Date: Thu, 24 Apr 2003 08:18:42 -0400
66746              Message-ID: <20030424121842.GW34510@geeknest.com>
66747      Branch: perl
66748            ! lib/UNIVERSAL.pm
66749 ____________________________________________________________________________
66750 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
66751         Log: Document that restricted hashes are not atomic
66752              (from Dave Mitchell).
66753      Branch: perl
66754            ! lib/Hash/Util.pm
66755 ____________________________________________________________________________
66756 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
66757         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
66758              From: Dave Mitchell <davem@fdgroup.com>
66759              Date: Sat, 26 Apr 2003 18:45:28 +0100
66760              Message-ID: <20030426174528.GA9588@fdgroup.com>
66761      Branch: perl
66762            ! hv.c lib/Hash/Util.t pod/perldiag.pod
66763 ____________________________________________________________________________
66764 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
66765         Log: Some doc patches by Casey West :
66766
66767              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
66768              From: Casey West <casey@geeknest.com>
66769              Date: Fri, 25 Apr 2003 10:46:39 -0400
66770              Message-ID: <20030425144639.GY34510@geeknest.com>
66771
66772              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
66773              From: Casey West <casey@geeknest.com>
66774              Date: Fri, 25 Apr 2003 07:52:13 -0400
66775              Message-ID: <20030425115213.GP34510@geeknest.com>
66776
66777              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
66778              From: Casey West <casey@geeknest.com>
66779              Date: Thu, 24 Apr 2003 21:27:22 -0400
66780              Message-ID: <20030425012722.GN34510@geeknest.com>
66781      Branch: perl
66782            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
66783 ____________________________________________________________________________
66784 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
66785         Log: Document that splice() doesn't extend arrays
66786              Subject: Re: slice autoextending ? still another revised doc patch; COW
66787              From: david nicol <whatever@davidnicol.com>
66788              Date: 22 Apr 2003 22:05:02 -0500
66789              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
66790      Branch: perl
66791            ! pod/perlfunc.pod
66792 ____________________________________________________________________________
66793 [ 19342] By: sky                                   on 2003/04/26  21:43:32
66794         Log: Fix bug #15161 by increasing the refcount on the RE and making
66795              sure to restore it correctly. Deals with both s//e and s///g.
66796      Branch: perl
66797            ! pp_ctl.c pp_hot.c
66798 ____________________________________________________________________________
66799 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
66800         Log: Integrate:
66801              [ 19340]
66802              Caught by Mark Lutz in UNICOS: A declaration cannot appear
66803              after an executable statement in a block.
66804      Branch: perl
66805           !> pp_pack.c
66806 ____________________________________________________________________________
66807 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
66808         Log: Now the -Dnoextensions and -Dnoextensions have the
66809              chance of actually doing something.
66810      Branch: perl
66811            ! Configure
66812 ____________________________________________________________________________
66813 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
66814         Log: Subject: [PATCH] Configure's extension sanity check is too strict
66815              From: Andy Dougherty <doughera@lafayette.edu>
66816              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
66817              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
66818      Branch: perl
66819            ! Configure
66820 ____________________________________________________________________________
66821 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
66822         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
66823              From: "Craig A. Berry" <craigberry@mac.com>
66824              Date: Thu, 24 Apr 2003 20:09:48 -0500
66825              Message-ID: <3EA88ADC.3000300@mac.com>
66826      Branch: perl
66827            ! ext/Encode/t/enc_module.t
66828 ____________________________________________________________________________
66829 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
66830         Log: Upgrade to Time::HiRes 1.46.
66831      Branch: perl
66832            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
66833            ! ext/Time/HiRes/Makefile.PL
66834 ____________________________________________________________________________
66835 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
66836         Log: Subject: typo in Time::HiRes docs
66837              From: mjd@plover.com
66838              Date: 19 Apr 2003 15:13:44 -0000
66839              Message-ID: <20030419151344.28237.qmail@plover.com>
66840      Branch: perl
66841            ! ext/Time/HiRes/HiRes.pm
66842 ____________________________________________________________________________
66843 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
66844         Log: Clarify(?) the perlio default layers table.
66845      Branch: perl
66846            ! lib/PerlIO.pm t/io/layers.t
66847 ____________________________________________________________________________
66848 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
66849         Log: Upgrade to Test::Harness 2.28.
66850      Branch: perl
66851            ! lib/Test/Harness.pm lib/Test/Harness/Changes
66852            ! lib/Test/Harness/t/pod.t
66853 ____________________________________________________________________________
66854 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
66855         Log: Upgrade to Encode 1.93.
66856      Branch: perl
66857            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
66858            ! ext/Encode/lib/Encode/CJKConstants.pm
66859            ! ext/Encode/lib/Encode/CN/HZ.pm
66860            ! ext/Encode/lib/Encode/Encoding.pm
66861            ! ext/Encode/lib/Encode/Guess.pm
66862            ! ext/Encode/lib/Encode/KR/2022_KR.pm
66863            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
66864            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
66865            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
66866            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
66867 ____________________________________________________________________________
66868 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
66869         Log: VMS patch for faststdio from Craig Berry.
66870      Branch: perl
66871            ! configure.com
66872 ____________________________________________________________________________
66873 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
66874         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
66875              From: Casey West <casey@geeknest.com>
66876              Date: Wed, 23 Apr 2003 14:03:20 -0400
66877              Message-ID: <20030423180320.GZ15574@geeknest.com>
66878      Branch: perl
66879            ! pod/perlmodlib.PL pod/perlmodlib.pod
66880 ____________________________________________________________________________
66881 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
66882         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
66883              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
66884              Date: 22 Apr 2003 04:31:17 -0000
66885              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
66886              (with minor further corrections)
66887      Branch: perl
66888            ! pod/perlmod.pod
66889 ____________________________________________________________________________
66890 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
66891         Log: A new fatal error :
66892              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
66893              From: Dave Mitchell <davem@fdgroup.com>
66894              Date: Mon, 21 Apr 2003 13:19:50 +0100
66895              Message-ID: <20030421121950.GB18189@fdgroup.com>
66896              Message-ID: <20030421125433.GC18189@fdgroup.com>
66897      Branch: perl
66898            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
66899 ____________________________________________________________________________
66900 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
66901         Log: Introduce 'fast stdio' symbols to non-Configure lands.
66902      Branch: perl
66903            ! NetWare/config.wc NetWare/config_H.wc configure.com
66904            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
66905            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
66906            ! win32/config.gc win32/config.vc win32/config.vc64
66907            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
66908            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
66909 ____________________________________________________________________________
66910 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
66911         Log: Regen Configure, Glossary, et alia.
66912      Branch: perl
66913            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
66914            ! config_h.SH
66915 ____________________________________________________________________________
66916 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
66917         Log: Handle the combination of dosish and non-faststdio.
66918      Branch: perl
66919            ! t/io/layers.t
66920 ____________________________________________________________________________
66921 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
66922         Log: Subject: 5.8.0: two problems
66923              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
66924              Date: Tue, 22 Apr 2003 11:43:17 -0700
66925              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
66926      Branch: perl
66927            ! XSUB.h
66928 ____________________________________________________________________________
66929 [ 19307] By: ams                                   on 2003/04/22  16:39:51
66930         Log: Subject: [PATCH] Doc pointers in perlbot.
66931              From: Casey West <casey@geeknest.com>
66932              Date: Tue, 22 Apr 2003 11:19:09 -0400
66933              Message-Id: <20030422151909.GC11119@geeknest.com>
66934              (Applied by hand.)
66935      Branch: perl
66936            ! pod/perlbot.pod
66937 ____________________________________________________________________________
66938 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
66939         Log: z/OS: changes for building threaded from "Brian De Pradine"
66940              <PRADINE@uk.ibm.com>.
66941      Branch: perl
66942            ! Makefile.SH hints/os390.sh thread.h util.c
66943 ____________________________________________________________________________
66944 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
66945         Log: Enache's turn.
66946      Branch: perl
66947            ! ext/Encode/t/enc_module.t
66948 ____________________________________________________________________________
66949 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
66950         Log: Re-merge Encode 1.92.
66951      Branch: perl
66952            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
66953 ____________________________________________________________________________
66954 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
66955         Log: Argh, cut-and-pasto.
66956      Branch: perl
66957            ! perlio.c
66958 ____________________________________________________________________________
66959 [ 19301] By: sky                                   on 2003/04/21  21:33:14
66960         Log: Fix bug 17964 by properly refcounting the gv top.
66961              Seems like the entries in rsfp are way different than
66962              normal PVIO objects.
66963      Branch: perl
66964            ! sv.c
66965 ____________________________________________________________________________
66966 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
66967         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
66968
66969              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
66970              From: Enache Adrian <enache@rdslink.ro>
66971              Date: Sun, 20 Apr 2003 02:45:48 +0300
66972              Message-ID: <20030419234548.GA849@ratsnest.hole>
66973              and
66974              Date: Wed, 2 Apr 2003 07:52:28 +0300
66975              Message-ID: <20030402045227.GA1023@ratsnest.hole>
66976      Branch: perl
66977            ! pp_sys.c t/op/ref.t util.c
66978 ____________________________________________________________________________
66979 [ 19299] By: sky                                   on 2003/04/21  17:05:31
66980         Log: Croak on non ref to shared methods instead of segfault.
66981              This can really only happen for &share("string").
66982      Branch: perl
66983            ! ext/threads/shared/shared.xs
66984 ____________________________________________________________________________
66985 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
66986         Log: Add OpenZaurus cross-compilation patches.
66987      Branch: perl
66988            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
66989            + Cross/config.sh-arm-linux Cross/generate_config_sh
66990            + Cross/installperl.patch Cross/warp
66991            ! Cross/README INSTALL MANIFEST
66992 ____________________________________________________________________________
66993 [ 19289] By: sky                                   on 2003/04/21  13:24:40
66994         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
66995              Allows people to override the resetting by using srand() in CLONE.
66996      Branch: perl
66997            ! ext/threads/t/thread.t ext/threads/threads.xs
66998 ____________________________________________________________________________
66999 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
67000         Log: Introduce two new Configure symbols:
67001              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
67002              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
67003              [2] usefaststdio = do we use fast stdio if we have it?
67004              For 5.[68], we do.  For anything else, we don't.
67005              (At least, unless otherwise instructed by -Dusefaststdio.)
67006              This means that for bleadperl we no more use stdio, but instead
67007              default to perlio: the effect of PERLIO=perlio, in other words.
67008              (PERLIO=stdio will still switch to using stdio.)
67009              This change may endanger extensions using FILE*-- but if we are
67010              to migrate fully to perlio, better start swallowing the poison now.
67011              For maintperl, the usefaststdio still defaults to yes.
67012      Branch: perl
67013            ! Configure config_h.SH perlio.c t/io/layers.t
67014 ____________________________________________________________________________
67015 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
67016         Log: Upgrade to Locale::Maketext 1.05.
67017      Branch: perl
67018            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
67019 ____________________________________________________________________________
67020 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
67021         Log: Upgrade to Test 1.24.
67022      Branch: perl
67023            ! lib/Test.pm
67024 ____________________________________________________________________________
67025 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
67026         Log: Subject: [PATCH] goto &sub doesn't empty @_
67027              From: Dave Mitchell <davem@fdgroup.com>
67028              Date: Sun, 20 Apr 2003 21:46:51 +0100
67029              Message-ID: <20030420204651.GE15591@fdgroup.com>
67030      Branch: perl
67031            ! pp_ctl.c
67032 ____________________________________________________________________________
67033 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
67034         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
67035              the commands that invoke $(CC).
67036              Subject: Re: Smoke failure
67037              From: Enache Adrian <enache@rdslink.ro>
67038              Date: Fri, 18 Apr 2003 19:06:07 +0300
67039              Message-ID: <20030418160606.GA797@ratsnest.hole>
67040      Branch: perl
67041            ! Makefile.SH
67042 ____________________________________________________________________________
67043 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
67044         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
67045              From: Enache Adrian <enache@rdslink.ro>
67046              Date: Sat, 19 Apr 2003 20:12:18 +0300
67047              Message-ID: <20030419171218.GA974@ratsnest.hole>
67048      Branch: perl
67049            ! sv.c
67050 ____________________________________________________________________________
67051 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
67052         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
67053              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
67054              From: Steve Hay <steve.hay@uk.radan.com>
67055              Date: Wed, 16 Apr 2003 11:12:22 +0100
67056              Message-ID: <3E9D2C86.8040104@uk.radan.com>
67057      Branch: perl
67058            ! INSTALL win32/Makefile
67059 ____________________________________________________________________________
67060 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
67061         Log: Give more information of what to do when -Dusexxx fail.
67062      Branch: perl
67063            ! Configure
67064 ____________________________________________________________________________
67065 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
67066         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
67067              by adding a dummy destructor method Regexp::DESTROY.
67068              This prevents infinite recursion, since Regexp::DESTROY
67069              is no more autoloaded.
67070
67071              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
67072              From: Enache Adrian <enache@rdslink.ro>
67073              Date: Wed, 2 Apr 2003 05:02:42 +0300
67074              Message-ID: <20030402020242.GA2966@ratsnest.hole>
67075      Branch: perl
67076            ! ext/B/t/stash.t t/op/ref.t universal.c
67077 ____________________________________________________________________________
67078 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
67079         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
67080              From: Dave Mitchell <davem@fdgroup.com>
67081              Date: Sat, 19 Apr 2003 20:06:51 +0100
67082              Message-ID: <20030419190651.GD13333@fdgroup.com>
67083      Branch: perl
67084            ! t/comp/parser.t toke.c
67085 ____________________________________________________________________________
67086 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
67087         Log: Restore the two variables retired by the change #19268
67088              (for binary backward compatibility)
67089      Branch: perl
67090            ! embedvar.h perlapi.h thrdvar.h
67091 ____________________________________________________________________________
67092 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
67093         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
67094              (And undo a doublesize probe glitch from change #19272.)
67095      Branch: perl
67096            ! Configure
67097 ____________________________________________________________________________
67098 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
67099         Log: If long doubles fail, we really cannot sensibly
67100              drop back to doubles anymore, therefore abort.
67101              Pointed out by Slaven Rezic. (I tried to fix this
67102              via metaconfig but ended up with a vicious cyclic
67103              dependency.)
67104      Branch: perl
67105            ! Configure
67106 ____________________________________________________________________________
67107 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
67108         Log: Upgrade to Net::Ping 2.30.
67109      Branch: perl
67110            ! lib/Net/Ping.pm lib/Net/Ping/Changes
67111            ! lib/Net/Ping/t/450_service.t
67112 ____________________________________________________________________________
67113 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
67114         Log: Bump the test count.
67115      Branch: perl
67116            ! ext/Storable/t/tied.t
67117 ____________________________________________________________________________
67118 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
67119         Log: Subject: [PATCH] allow recursive FETCHes
67120              From: Dave Mitchell <davem@fdgroup.com>
67121              Date: Mon, 7 Apr 2003 10:00:41 +0100
67122              Message-ID: <20030407100041.A1617@fdgroup.com>
67123      Branch: perl
67124            ! av.c dump.c embed.fnc embed.h embedvar.h
67125            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
67126            ! sv.h t/op/tie.t thrdvar.h
67127 ____________________________________________________________________________
67128 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
67129         Log: Subject: [PATCH] readline.t tweak for VMS
67130              From: "Craig A. Berry" <craigberry@mac.com>
67131              Date: Thu, 17 Apr 2003 17:18:19 -0500
67132              Message-ID: <3E9F282B.6090603@mac.com>
67133      Branch: perl
67134            ! t/op/readline.t
67135 ____________________________________________________________________________
67136 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
67137         Log: Subject: [PATCH] Re: any takers for this Storable bug?
67138              From: Enache Adrian <enache@rdslink.ro>
67139              Date: Wed, 16 Apr 2003 21:11:11 +0300
67140              Message-ID: <20030416181111.GA6687@ratsnest.hole>
67141
67142              ams had already fixed the bug by #19227, but take the
67143              test case.
67144      Branch: perl
67145            ! ext/Storable/t/tied.t
67146 ____________________________________________________________________________
67147 [ 19265] By: sky                                   on 2003/04/19  00:40:42
67148         Log: Don't use the stack to allocate a SV that we hand out to another
67149              function, only badness can ensure.
67150              Message-Id: <20030418180131.GD10086@fdgroup.com>
67151              Thanks go to Dave Mitchell for help in tracking down the bug!
67152      Branch: perl
67153            ! sv.c
67154 ____________________________________________________________________________
67155 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
67156         Log: UTF8 regexp patch from Inaba Hiroto.
67157      Branch: perl
67158            ! regcomp.c t/op/pat.t
67159 ____________________________________________________________________________
67160 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
67161         Log: Unused variables.
67162      Branch: perl
67163            ! perlio.c universal.c
67164 ____________________________________________________________________________
67165 [ 19262] By: sky                                   on 2003/04/17  20:02:33
67166         Log: Another needle in the voodoo doll.
67167              Now I think it should work with the shared
67168              strings.
67169      Branch: perl
67170            ! sv.c
67171 ____________________________________________________________________________
67172 [ 19254] By: sky                                   on 2003/04/17  17:31:52
67173         Log: Extreme Voodoo programming, by not pinching the SV if it is a
67174              PADTMP it happily keeps it's value later on!
67175      Branch: perl
67176            ! sv.c
67177 ____________________________________________________________________________
67178 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
67179         Log: Implement -Dnoextensions=... and -Donlyextensions=...
67180      Branch: perl
67181            ! Configure INSTALL
67182 ____________________________________________________________________________
67183 [ 19252] By: ams                                   on 2003/04/17  16:19:31
67184         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
67185              Anything that's broken by this change should be fixed.
67186      Branch: perl
67187            ! gv.c
67188 ____________________________________________________________________________
67189 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
67190         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
67191      Branch: perl
67192            ! NetWare/config.wc NetWare/config_H.wc configure.com
67193            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
67194            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
67195            ! win32/config.gc win32/config.vc win32/config.vc64
67196            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67197            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
67198 ____________________________________________________________________________
67199 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
67200         Log: Regen Glossary et alia.
67201      Branch: perl
67202            ! Porting/Glossary Porting/config.sh Porting/config_H
67203 ____________________________________________________________________________
67204 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
67205         Log: Small tidying up of the selectminbits code, but most
67206              importantly allocate the buffer from the heap using
67207              malloc, not from the stack: using stack causes unaligned
67208              access in LP64 Solaris since stack data is not guaranteed
67209              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
67210              (via Alan Burlison)
67211      Branch: perl
67212            ! Configure
67213 ____________________________________________________________________________
67214 [ 19247] By: ams                                   on 2003/04/17  12:24:57
67215         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
67216              From: Enache Adrian <enache@rdslink.ro>
67217              Date: Thu, 17 Apr 2003 14:35:36 +0300
67218              Message-Id: <20030417113536.GA898@ratsnest.hole>
67219      Branch: perl
67220            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
67221 ____________________________________________________________________________
67222 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
67223         Log: Document that the open pragma does not affect
67224              the three-headed hydra, ummm, open.
67225      Branch: perl
67226            ! lib/open.pm
67227 ____________________________________________________________________________
67228 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
67229         Log: More maneuvering closer to proposed POSIX classes
67230              mapping to Unicode: (1) The definitions of "graph" and
67231              "print" are still in flux: move closer back to how Perl
67232              5.8.0 defined it (though drop Co, that did not make sense)
67233              (2) Add U+0085 (NEL) to "space".
67234      Branch: perl
67235            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
67236            ! lib/unicore/lib/Space.pl lib/unicore/mktables
67237 ____________________________________________________________________________
67238 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
67239         Log: Detect the 'fast stdio' case.
67240      Branch: perl
67241            ! lib/PerlIO.pm t/io/layers.t
67242 ____________________________________________________________________________
67243 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
67244         Log: Fix up Larry's copyright statements to my best knowledge.
67245              (Lots of Perl 5 source code archaeology was involved.)
67246              Larry didn't make strangled noises when I showed him
67247              the patch, either :-)
67248      Branch: perl
67249            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
67250            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
67251            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
67252            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
67253            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
67254            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
67255            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
67256            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
67257            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
67258            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
67259            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
67260            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
67261            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
67262            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
67263            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
67264 ____________________________________________________________________________
67265 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
67266         Log: Handle PERLIO= and document a bit.
67267      Branch: perl
67268            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
67269 ____________________________________________________________________________
67270 [ 19240] By: sky                                   on 2003/04/16  16:27:43
67271         Log: Fix double join problem for those places where free
67272              actually means free (solaris for example :)
67273              Fixes bug #16681
67274      Branch: perl
67275            ! ext/threads/t/join.t ext/threads/threads.xs
67276 ____________________________________________________________________________
67277 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
67278         Log: Try to get the layers.t working also for dosish platforms.
67279      Branch: perl
67280            ! lib/PerlIO.pm t/io/layers.t
67281 ____________________________________________________________________________
67282 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
67283         Log: A -C parsed from the #! line can still have line endings in it.
67284      Branch: perl
67285            ! util.c
67286 ____________________________________________________________________________
67287 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
67288         Log: What does an empty PERLIO= mean, anyway?
67289      Branch: perl
67290            ! t/io/layers.t
67291 ____________________________________________________________________________
67292 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
67293         Log: Document the effect of thread creation context.
67294      Branch: perl
67295            ! ext/threads/threads.pm
67296 ____________________________________________________________________________
67297 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
67298         Log: Use the right prototype and a glob is fine (from Rafael).
67299      Branch: perl
67300            ! lib/PerlIO.pm universal.c
67301 ____________________________________________________________________________
67302 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
67303         Log: PerlIO::get_layers() usage tip.
67304      Branch: perl
67305            ! lib/PerlIO.pm
67306 ____________________________________________________________________________
67307 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
67308         Log: Syntax terror.
67309      Branch: perl
67310            ! lib/unicore/mktables
67311 ____________________________________________________________________________
67312 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
67313         Log: Redundant test.
67314      Branch: perl
67315            ! lib/unicore/mktables
67316 ____________________________________________________________________________
67317 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
67318         Log: Synchronize the specifications of the POSIX character
67319              classes alnum, graph, and print closer to the planned
67320              Unicode proposal.
67321      Branch: perl
67322            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
67323            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
67324 ____________________________________________________________________________
67325 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
67326         Log: Patch from Merijn.
67327      Branch: perl
67328            ! perl.h
67329 ____________________________________________________________________________
67330 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
67331         Log: Thinko in modfl detection.
67332      Branch: perl
67333            ! Configure
67334 ____________________________________________________________________________
67335 [ 19227] By: ams                                   on 2003/04/16  02:32:11
67336         Log: Storable now handles self-tied scalars with NULL mg_obj.
67337      Branch: perl
67338            ! ext/Storable/Storable.xs
67339 ____________________________________________________________________________
67340 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
67341         Log: Upgrade to Pod::LaTeX 0.55.
67342      Branch: perl
67343            + lib/Pod/t/pod2latex.t
67344            - lib/Pod/t/latex.t
67345            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
67346 ____________________________________________________________________________
67347 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
67348         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
67349      Branch: perl
67350            ! Configure
67351 ____________________________________________________________________________
67352 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
67353         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
67354      Branch: perl
67355            ! t/io/layers.t
67356 ____________________________________________________________________________
67357 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
67358         Log: False alarm: no cyclic dependency.
67359      Branch: perl
67360            ! Configure config_h.SH
67361 ____________________________________________________________________________
67362 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
67363         Log: Backport of _most_ of the changes in #19218: not one big
67364              cyclic dependency, though, it must be broken up somehow.
67365      Branch: perl
67366            ! Configure config_h.SH
67367 ____________________________________________________________________________
67368 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
67369         Log: Big patch from Alan Burlison to make Solaris long doubles work.
67370              (Also spreads more <stdlib.h> joy.)
67371              Needs backporting to metaconfig units and introducing the new
67372              symbols to non-Configure lands.
67373      Branch: perl
67374            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
67375 ____________________________________________________________________________
67376 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
67377         Log: Don't skip the whole test for PERLIO=perlio.
67378      Branch: perl
67379            ! t/io/layers.t
67380 ____________________________________________________________________________
67381 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
67382         Log: Add a test for [perl #17753].
67383      Branch: perl
67384            ! t/op/undef.t
67385 ____________________________________________________________________________
67386 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
67387         Log: "proto.h": 'id' is a reserved word in Objective-C.
67388      Branch: perl
67389            ! embed.fnc op.c proto.h
67390 ____________________________________________________________________________
67391 [ 19213] By: sky                                   on 2003/04/14  21:42:10
67392         Log: Ook, run tests on correct build-dir next time.
67393              We must check if the hv is a stash, otherwise we try to delete
67394              something that is a HvNAME of null.....  tests pass better now
67395      Branch: perl
67396            ! gv.c
67397 ____________________________________________________________________________
67398 [ 19212] By: sky                                   on 2003/04/14  21:15:00
67399         Log: Fixes to bugs introduced by PL_stashcache
67400              A) Follow suggestion by Benjamin Goldberg to use hv_delete
67401              instead of hv_delete_ent to avoid creating a temporary SV
67402              B) Don't increment the refcount, sneak it into an IV instead
67403              C) When a GP is a deleted that contains a stash, remove the
67404              corresponding entry since hv might be in use in other places.
67405              D) Note that no test cases test the deletion of packages to catch
67406              this bug.
67407      Branch: perl
67408            ! gv.c hv.c pp_hot.c
67409 ____________________________________________________________________________
67410 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
67411         Log: Mention that "make test_harness" lets messages sent through
67412              standard error out. Complements change #19206.
67413      Branch: perl
67414            ! pod/perlhack.pod
67415 ____________________________________________________________________________
67416 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
67417         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
67418              From: Inaba Hiroto <inaba@st.rim.or.jp>
67419              Date: Fri, 21 Mar 2003 17:35:21 +0900
67420              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
67421              Date: Sat, 22 Mar 2003 11:28:05 +0900
67422              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
67423      Branch: perl
67424            ! regexec.c t/op/pat.t
67425 ____________________________________________________________________________
67426 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
67427         Log: PERLIO=perlio requires extra steps.
67428      Branch: perl
67429            ! lib/PerlIO.pm t/io/layers.t
67430 ____________________________________________________________________________
67431 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
67432         Log: Skip as early as possible if no perlio since the
67433              use open would be compile-time.
67434      Branch: perl
67435            ! t/io/layers.t
67436 ____________________________________________________________________________
67437 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
67438         Log: Document and test autovivified dirhandles.
67439              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
67440              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
67441              Date: 12 Apr 2003 12:40:45 -0000
67442              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
67443      Branch: perl
67444            ! pod/perlfunc.pod t/op/readdir.t
67445 ____________________________________________________________________________
67446 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
67447         Log: More docs about running tests and the test suite.
67448              Update perlhack.pod in various places.
67449              Add 'test_harness' as a .PHONY dependency in the Makefile.
67450      Branch: perl
67451            ! Makefile.SH pod/perlhack.pod t/README
67452 ____________________________________________________________________________
67453 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
67454         Log: Build get_layers() also under -Uuseperlio.
67455      Branch: perl
67456            ! universal.c
67457 ____________________________________________________________________________
67458 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
67459         Log: Bump up the version and admonish against aspiring (ab)use.
67460      Branch: perl
67461            ! lib/PerlIO.pm
67462 ____________________________________________________________________________
67463 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
67464         Log: Introduce PerlIO::get_layers() to allow people to peek
67465              at the PerlIO layer stack.
67466      Branch: perl
67467            + t/io/layers.t
67468            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
67469            ! universal.c
67470 ____________________________________________________________________________
67471 [ 19202] By: merijn                                on 2003/04/14  05:42:18
67472         Log: Subject: [PATCH] vms/vms.c waitpid tweak
67473              From: "Craig A. Berry" <craigberry@mac.com>
67474              Date: Mon, 14 Apr 2003 00:43:00 -0500
67475              Message-ID: <3E9A4A64.6030205@mac.com>
67476      Branch: perl
67477            ! vms/vms.c
67478 ____________________________________________________________________________
67479 [ 19201] By: sky                                   on 2003/04/13  19:26:46
67480         Log: Fix bug #16253, use all the CPU that we can :-)
67481      Branch: perl
67482            ! ext/threads/threads.xs
67483 ____________________________________________________________________________
67484 [ 19200] By: sky                                   on 2003/04/13  18:38:58
67485         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
67486              instead of 2 and make push and pop increase the refcount.
67487      Branch: perl
67488            ! ext/threads/shared/shared.xs
67489 ____________________________________________________________________________
67490 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
67491         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
67492              ../../lib for the lc() at line 66 (UTF-8 data possible
67493              if using UTF-8 locales).
67494      Branch: perl
67495            ! lib/ExtUtils/t/Install.t
67496 ____________________________________________________________________________
67497 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
67498         Log: The lib/ipc_sysv.t test has a new name.
67499      Branch: perl
67500            ! INSTALL
67501 ____________________________________________________________________________
67502 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
67503         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
67504              most probably introduced by the change #19157.  The tweak suggested
67505              by Stephen McCamant trades a possible dangling pointer (CopFILE()
67506              is tricky like that with threads) to a memory leak.  (This means
67507              that this tweak shouldn't be left in as-is, but if this helps,
67508              we at least know that the failure was caused by the #19157.)
67509      Branch: perl
67510            ! op.c
67511 ____________________________________________________________________________
67512 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
67513         Log: Upgrade to Net::Ping 2.29.
67514      Branch: perl
67515            + lib/Net/Ping/t/510_ping_udp.t
67516            - lib/Net/Ping/README
67517            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
67518 ____________________________________________________________________________
67519 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
67520         Log: Upgrade to Test::Harness 2.27_04.
67521      Branch: perl
67522            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
67523            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
67524            ! lib/Test/Harness/t/test-harness.t
67525 ____________________________________________________________________________
67526 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
67527         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
67528      Branch: perl
67529            ! hints/darwin.sh hints/rhapsody.sh
67530 ____________________________________________________________________________
67531 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
67532         Log: The debugging aid #19182 didn't.
67533      Branch: perl
67534            ! ext/B/t/deparse.t
67535 ____________________________________________________________________________
67536 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
67537         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
67538              be a negative zero, -0).
67539      Branch: perl
67540            ! lib/Benchmark.t
67541 ____________________________________________________________________________
67542 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
67543         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
67544              From: Michael G Schwern <schwern@pobox.com>
67545              Date: Fri, 11 Apr 2003 00:32:02 -0700
67546              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
67547      Branch: perl
67548            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
67549            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
67550            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
67551            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
67552            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
67553            ! lib/ExtUtils/t/zz_cleanup_dummy.t
67554 ____________________________________________________________________________
67555 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
67556         Log: Peter Scott suggests that the docs for base.pm should
67557              state explicitely that base.pm doesn't call import()
67558              on base classes. Plus a few typos.
67559      Branch: perl
67560            ! lib/base.pm
67561 ____________________________________________________________________________
67562 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
67563         Log: PerlFAQ sync.
67564      Branch: perl
67565            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
67566            ! pod/perlfaq7.pod pod/perlfaq9.pod
67567 ____________________________________________________________________________
67568 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
67569         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
67570              There used to be a nullstash (%{"<none>::"}) to hold illegal
67571              variables under strict 'vars'. It has been removed by change #17942.
67572              This can lead to segfaults during the parsing, because some illegal
67573              variables might have been discarded before the compilation of the
67574              current statement had completed.
67575              Bug analysis and test case by Enache Adrian.
67576      Branch: perl
67577            ! gv.c t/lib/strict/vars
67578 ____________________________________________________________________________
67579 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
67580         Log: Be more descriptive.
67581      Branch: perl
67582            ! MANIFEST
67583 ____________________________________________________________________________
67584 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
67585         Log: Noted by Nat: -0 didn't work that well with Unicode.
67586      Branch: perl
67587            ! perl.c pod/perlrun.pod
67588 ____________________________________________________________________________
67589 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
67590         Log: Add an option for the grok_xxx() to silently ignore bad digits.
67591      Branch: perl
67592            ! numeric.c perl.h
67593 ____________________________________________________________________________
67594 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
67595         Log: The test doesn't work that well when -Uusedl.
67596              Some of the tests could be salvaged even then I guess.
67597      Branch: perl
67598            ! lib/ExtUtils/t/Constant.t
67599 ____________________________________________________________________________
67600 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
67601         Log: A temporary debugging aid for Tru64 threaded builds.
67602      Branch: perl
67603            ! ext/B/t/deparse.t
67604 ____________________________________________________________________________
67605 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
67606         Log: Unless Inuits are involved...
67607      Branch: perl
67608            ! pod/perlrun.pod
67609 ____________________________________________________________________________
67610 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
67611         Log: With AFS the cwds have little chance of agreeing.
67612      Branch: perl
67613            ! ext/Cwd/t/cwd.t
67614 ____________________________________________________________________________
67615 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
67616         Log: I assume the idea was to use the *cwd variables for testing.
67617      Branch: perl
67618            ! ext/Cwd/t/cwd.t
67619 ____________________________________________________________________________
67620 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
67621         Log: perlport information about portably embedding string data.
67622      Branch: perl
67623            ! pod/perlport.pod
67624 ____________________________________________________________________________
67625 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
67626         Log: Also locale names can contain illegal UTF-8.
67627      Branch: perl
67628            ! lib/locale.t
67629 ____________________________________________________________________________
67630 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
67631         Log: In case someone is using UTF-8 locales.
67632      Branch: perl
67633            ! lib/ExtUtils/MM_MacOS.pm
67634 ____________________________________________________________________________
67635 [ 19174] By: merijn                                on 2003/04/09  14:33:12
67636         Log: Even more promotion for -lc128 (long doubles on AIX)
67637              More obvious detection of C compiler
67638              cc_type should not promote to config.sh
67639
67640              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67641              Date: Wed, 09 Apr 2003 14:31:48 +0200
67642              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
67643      Branch: perl
67644            ! hints/aix.sh
67645 ____________________________________________________________________________
67646 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
67647         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
67648      Branch: perl
67649            ! op.c t/io/open.t
67650 ____________________________________________________________________________
67651 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
67652         Log: Try to be more descriptive than just __ANONIO__ which is what
67653              you get when you autovivify filehandles into array/hash elements.
67654      Branch: perl
67655            ! doio.c op.c t/io/open.t
67656 ____________________________________________________________________________
67657 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
67658         Log: Implement support for --help and --version in Getopt::Std
67659              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
67660              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
67661              Date: Mon, 7 Apr 2003 17:07:15 -0700
67662              Message-ID: <20030408000714.GA953@math.berkeley.edu>
67663      Branch: perl
67664            ! lib/Getopt/Std.pm
67665 ____________________________________________________________________________
67666 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
67667         Log: Subject: [PATCH] Re: Error: Unknown error
67668              From: Enache Adrian <enache@rdslink.ro>
67669              Date: Tue, 8 Apr 2003 07:12:13 +0300
67670              Message-ID: <20030408041213.GA13553@ratsnest.hole>
67671      Branch: perl
67672            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
67673 ____________________________________________________________________________
67674 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
67675         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
67676              From: Dave Mitchell <davem@fdgroup.com>
67677              Date: Mon, 7 Apr 2003 21:43:17 +0100
67678              Message-ID: <20030407204317.GA8796@fdgroup.com>
67679
67680              The new XTERMORDORDOR lexer expectation must also be named
67681              in debugging perls, to be used in the output of -DT.
67682      Branch: perl
67683            ! perl.h toke.c
67684 ____________________________________________________________________________
67685 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
67686         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
67687      Branch: perl
67688            ! vms/perlvms.pod
67689 ____________________________________________________________________________
67690 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
67691         Log: Typos fixes by Stas Bekman.
67692      Branch: perl
67693            ! cv.h lib/attributes.pm sv.h
67694 ____________________________________________________________________________
67695 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
67696         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
67697              From: Robin Barker <Robin.Barker@npl.co.uk>
67698              Date: Tue, 8 Apr 2003 14:23:04 +0100
67699              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
67700      Branch: perl
67701            ! pod/perlpod.pod
67702 ____________________________________________________________________________
67703 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
67704         Log: Few more words about safe/unsafe signals.
67705      Branch: perl
67706            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
67707 ____________________________________________________________________________
67708 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
67709         Log: The SvGROW() might move the PV.
67710      Branch: perl
67711            ! pp.c
67712 ____________________________________________________________________________
67713 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
67714         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
67715              From: Michael G Schwern <schwern@pobox.com>
67716              Date: Mon, 7 Apr 2003 02:09:17 -0700
67717              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
67718      Branch: perl
67719            + lib/ExtUtils/t/MM_Any.t
67720            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
67721            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
67722            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
67723            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
67724            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
67725            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
67726            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
67727            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
67728            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
67729            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
67730            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
67731            ! lib/ExtUtils/README lib/ExtUtils/TODO
67732            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
67733            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
67734 ____________________________________________________________________________
67735 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
67736         Log: Time::HiRes: Do not create files in blib directories under core
67737              (from Rafael)
67738      Branch: perl
67739            ! ext/Time/HiRes/Makefile.PL
67740 ____________________________________________________________________________
67741 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
67742         Log: Future binary compat wishful thinking:
67743              maint will use the stashcache, but not the dbassertion.
67744      Branch: perl
67745            ! intrpvar.h
67746 ____________________________________________________________________________
67747 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
67748         Log: More WinCE tweaking for Vadim Konovalov.
67749      Branch: perl
67750            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
67751            ! wince/makedist.pl
67752 ____________________________________________________________________________
67753 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
67754         Log: Subject: CvFILE for constant subs
67755              From: Stephen McCamant <smcc@mit.edu>
67756              Date: Sun, 6 Apr 2003 16:39:13 -0400
67757              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
67758      Branch: perl
67759            ! op.c
67760 ____________________________________________________________________________
67761 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
67762         Log: Subject: [PATCH] B::Deparse: sv_no != 0
67763              From: Stephen McCamant <smcc@mit.edu>
67764              Date: Sun, 6 Apr 2003 17:00:48 -0400
67765              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
67766      Branch: perl
67767            ! ext/B/B/Deparse.pm
67768 ____________________________________________________________________________
67769 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
67770         Log: An unconditional carp is not nice.
67771      Branch: perl
67772            ! ext/Sys/Syslog/Syslog.pm
67773 ____________________________________________________________________________
67774 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
67775         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
67776              From: Robert Spier <rspier@pobox.com>
67777              Date: Sat, 05 Apr 2003 21:12:20 -0800
67778              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
67779      Branch: perl
67780            ! README.solaris
67781 ____________________________________________________________________________
67782 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
67783         Log: Remove unportable ">|" shell syntax
67784              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
67785              From: Enache Adrian <enache@rdslink.ro>
67786              Date: Sun, 6 Apr 2003 21:13:27 +0300
67787              Message-ID: <20030406181326.GA873@ratsnest.hole>
67788      Branch: perl
67789            ! Makefile.SH
67790 ____________________________________________________________________________
67791 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
67792         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
67793              From: Joost van Baal <J.E.vanBaal@uvt.nl>
67794              Date: Mon, 25 Nov 2002 17:35:37 +0100
67795              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
67796
67797              (The .pm patch modified a bit, and removed the false
67798              claim that _PATH_INFO would be coming from syslog.ph)
67799      Branch: perl
67800            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
67801            ! ext/Sys/Syslog/syslog.t
67802 ____________________________________________________________________________
67803 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
67804         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
67805              From: Enache Adrian <enache@rdslink.ro>
67806              Date: Thu, 3 Apr 2003 15:50:48 +0300
67807              Message-ID: <20030403125048.GA6107@ratsnest.hole>
67808
67809              On linux, when building a shared library, generate
67810              a small shell wrapper, "preload", that preloads libperl.so
67811              only if it exists. Useful when the 'make' process stops
67812              before the link phase.
67813      Branch: perl
67814            ! Makefile.SH
67815 ____________________________________________________________________________
67816 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
67817         Log: Upgrade to Locale::Maketext 1.04.
67818      Branch: perl
67819            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
67820            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
67821            - lib/Locale/Maketext/test.pl
67822            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
67823            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
67824 ____________________________________________________________________________
67825 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
67826         Log: perluniintro.pod: nice_string() doesn't escape
67827              literal escape chars -- use Sadahiro-san's fix(es).
67828      Branch: perl
67829            ! pod/perluniintro.pod
67830 ____________________________________________________________________________
67831 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
67832         Log: Subject: [PATCH 5.8.1 @19053] Embedding
67833              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
67834              Date: Mon, 31 Mar 2003 12:39:24 -0800
67835              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
67836
67837              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
67838              to be used in a C program's main function.
67839      Branch: perl
67840            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
67841 ____________________________________________________________________________
67842 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
67843         Log: Heredocs and use encoding didn't work for SJIS;
67844              patch from Inaba Hiroto.
67845      Branch: perl
67846            ! toke.c
67847 ____________________________________________________________________________
67848 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
67849         Log: The manpages don't have to be built by MakeMaker for the
67850              core modules in ext/. Disable this in Devel::PPPort (not
67851              up-to-date on CPAN), Unicode::Normalize (the CPAN version
67852              uses a different Makefile.PL anyway) and XS::APItest
67853              (not CPANized.)
67854      Branch: perl
67855            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
67856            ! ext/XS/APItest/Makefile.PL
67857 ____________________________________________________________________________
67858 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
67859         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
67860              by SADAHIRO Tomoyuki.
67861      Branch: perl
67862            ! ext/Unicode/Normalize/Changes
67863            ! ext/Unicode/Normalize/Normalize.pm
67864            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
67865            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
67866            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
67867            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
67868            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
67869 ____________________________________________________________________________
67870 [ 19143] By: merijn                                on 2003/04/03  08:55:33
67871         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
67872              From: "Craig A. Berry" <craigberry@mac.com>
67873              Date: Wed, 02 Apr 2003 18:09:03 -0600
67874              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
67875      Branch: perl
67876            ! vms/vms.c vms/vmsish.h
67877 ____________________________________________________________________________
67878 [ 19142] By: merijn                                on 2003/04/03  08:50:55
67879         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
67880              From: andreas.koenig@anima.de (Andreas J. Koenig)
67881              Date: Thu, 03 Apr 2003 08:28:52 +0200
67882              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
67883      Branch: perl
67884            ! lib/Pod/t/Functions.t
67885 ____________________________________________________________________________
67886 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
67887         Log: Don't recurse from threads to threads/shared (since
67888              threads/shared is built separately, temp solution from
67889              Schwern while MM is being fixed.)
67890      Branch: perl
67891            ! ext/threads/Makefile.PL
67892 ____________________________________________________________________________
67893 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
67894         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
67895              From: Steve Hay <steve.hay@uk.radan.com>
67896              Date: Thu, 20 Mar 2003 11:55:01 +0000
67897              Message-ID: <3E79AC15.80307@uk.radan.com>
67898      Branch: perl
67899            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
67900 ____________________________________________________________________________
67901 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
67902         Log: Make perldiag agree with #19138.
67903      Branch: perl
67904            ! pod/perldiag.pod
67905 ____________________________________________________________________________
67906 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
67907         Log: Make at least the thread count make sense.
67908      Branch: perl
67909            ! ext/threads/threads.xs
67910 ____________________________________________________________________________
67911 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
67912         Log: Adjust test for the recent change (#19136) to Pod::Html
67913      Branch: perl
67914            ! lib/Pod/t/htmlview.t
67915 ____________________________________________________________________________
67916 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
67917         Log: Fixes for "installhtml --splithead", based on :
67918              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
67919              From: Steve Hay <steve.hay@uk.radan.com>
67920              Date: Wed, 02 Apr 2003 11:33:41 +0100
67921              Message-ID: <3E8ABC85.5060807@uk.radan.com>
67922
67923              This also includes a small patch to Pod::Html : when generating
67924              anchor names, play on the safe side and turn every non-alphanumeric
67925              character into an '_'. Moreover, Pod::Html::anchorify() is now
67926              optionally exported.
67927      Branch: perl
67928            ! installhtml lib/Pod/Html.pm
67929 ____________________________________________________________________________
67930 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
67931         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
67932              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67933              Date: Tue, 01 Apr 2003 16:32:46 -0800
67934              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
67935      Branch: perl
67936            ! pp.c t/op/split.t
67937 ____________________________________________________________________________
67938 [ 19134] By: sky                                   on 2003/04/02  18:01:40
67939         Log: Fix some small nits, thanks to Rafael.
67940      Branch: perl
67941            ! pp_hot.c
67942 ____________________________________________________________________________
67943 [ 19133] By: sky                                   on 2003/04/02  13:41:14
67944         Log: Add packname->stash cache before the check if a packname is a
67945              filehandle or a package, it works because only packnames
67946              that have been resolved to stashes are added to the cache,
67947              and when a newIO is created we clean the cache.
67948              Results in roughly 1.8 speed increase for class->method()
67949              calls.
67950      Branch: perl
67951            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
67952 ____________________________________________________________________________
67953 [ 19132] By: merijn                                on 2003/04/02  11:28:02
67954         Log: #19122 should have been tested on non-glibc system (like AIX)
67955      Branch: perl
67956            ! pp.c
67957 ____________________________________________________________________________
67958 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
67959         Log: Spread IlyaZ's PERL_CORE detection trick.
67960      Branch: perl
67961            ! ext/Encode/Makefile.PL
67962 ____________________________________________________________________________
67963 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
67964         Log: Cannot portably compare files if one of them is still open
67965              (from Craig Berry).
67966      Branch: perl
67967            ! ext/Encode/t/enc_module.t
67968 ____________________________________________________________________________
67969 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
67970         Log: MM_VMS tweak from Craig Berry:
67971              http://nntp.x.perl.org/group/perl.makemaker/1002
67972      Branch: perl
67973            ! lib/ExtUtils/MM_VMS.pm
67974 ____________________________________________________________________________
67975 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
67976         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
67977              From: Steve Hay <steve.hay@uk.radan.com>
67978              Date: Thu, 20 Mar 2003 12:34:15 +0000
67979              Message-ID: <3E79B547.6030201@uk.radan.com>
67980              (with a few minor tweaks)
67981      Branch: perl
67982            ! installhtml
67983 ____________________________________________________________________________
67984 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
67985         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
67986              From: Enache Adrian <enache@rdslink.ro>
67987              Date: Sat, 29 Mar 2003 19:45:41 +0200
67988              Message-ID: <20030329174541.GA8138@ratsnest.hole>
67989      Branch: perl
67990            ! ext/B/B/Deparse.pm
67991 ____________________________________________________________________________
67992 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
67993         Log: Fix bug #21742. require should be always invoked in
67994              scalar context. This wasn't the case when called from
67995              an eval(""), because the void context doesn't propagate
67996              through the leaveeval op. Instead of making scalarvoid()
67997              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
67998              a workaround in doeval().
67999      Branch: perl
68000            ! pp_ctl.c t/comp/require.t
68001 ____________________________________________________________________________
68002 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
68003         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
68004              From: "Green, Paul" <Paul.Green@stratus.com>
68005              Date: Tue, 1 Apr 2003 12:37:38 -0500
68006              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
68007      Branch: perl
68008            ! hints/vos.sh
68009 ____________________________________________________________________________
68010 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
68011         Log: Integrate:
68012              [ 19119]
68013              Address "5.8.1@19053: crypt_r() takes 128K per thread".
68014      Branch: perl
68015           !> pp.c reentr.c reentr.h reentr.pl
68016 ____________________________________________________________________________
68017 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
68018         Log: Integrate:
68019              [ 19109]
68020              Subject: [PATCH 5.8.1 @19053] Time::HiRes
68021              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
68022              Date: Mon, 31 Mar 2003 12:53:01 -0800
68023              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
68024
68025              [ 19111]
68026              A cleaner way to detect PERL_CORE, from IlyaZ.
68027      Branch: perl
68028           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
68029 ____________________________________________________________________________
68030 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
68031         Log: Integrate:
68032              [ 19106]
68033              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
68034              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
68035              Date: Mon, 31 Mar 2003 12:43:37 -0800
68036              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
68037
68038              and regen Configure.
68039      Branch: perl
68040            ! Configure config_h.SH embedvar.h
68041           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
68042           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
68043           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
68044           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
68045           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
68046           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
68047           !> reentr.h reentr.pl sv.c
68048 ____________________________________________________________________________
68049 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
68050         Log: Document the _exit() issue with threads in Linux [perl #17057].
68051      Branch: perl
68052            ! ext/POSIX/POSIX.pod
68053 ____________________________________________________________________________
68054 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
68055         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
68056              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
68057              Date: Tue, 1 Apr 2003 11:02:35 +0200
68058              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
68059      Branch: perl
68060            ! t/op/getpid.t
68061 ____________________________________________________________________________
68062 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
68063         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
68064              From: Michael G Schwern <schwern@pobox.com>
68065              Date: Mon, 31 Mar 2003 15:16:57 -0800
68066              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
68067      Branch: perl
68068            ! ext/SDBM_File/sdbm/Makefile.PL
68069 ____________________________________________________________________________
68070 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
68071         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
68072              From: Richard.Foley@ubsw.com
68073              Date: Mon, 31 Mar 2003 16:27:14 +0200
68074              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
68075      Branch: perl
68076            ! pod/perlhack.pod
68077 ____________________________________________________________________________
68078 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
68079         Log: Subject: [PATCH] Text::Abbrev warnings safe
68080              From: Peter Scott <Peter@PSDT.com>
68081              Date: Fri, 28 Mar 2003 16:34:47 -0800
68082              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
68083      Branch: perl
68084            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
68085 ____________________________________________________________________________
68086 [ 19113] By: merijn                                on 2003/04/01  14:12:33
68087         Log: Implemented AIX longdouble support in hints/aix.sh, which now
68088              actually work.  Thanks to John L. Allen for the hint.
68089
68090              Subject: Re: AIX longdoubles
68091              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68092              Date: Tue, 01 Apr 2003 17:18:57 +0200
68093              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
68094      Branch: perl
68095            ! hints/aix.sh
68096 ____________________________________________________________________________
68097 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
68098         Log: Tabify; strictly speaking unnecessary but anyway...
68099      Branch: perl
68100            ! MANIFEST
68101 ____________________________________________________________________________
68102 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
68103         Log: Upgrade to Test::Harness 2.27_02.
68104      Branch: perl
68105            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
68106            + t/lib/sample-tests/too_many
68107            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
68108            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
68109            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
68110 ____________________________________________________________________________
68111 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
68112         Log: Upgrade to podlators 1.26.
68113      Branch: perl
68114            ! lib/Pod/Man.pm
68115 ____________________________________________________________________________
68116 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
68117         Log: Upgrade to Encode 1.92.
68118      Branch: perl
68119            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
68120            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
68121            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
68122            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
68123            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
68124            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
68125 ____________________________________________________________________________
68126 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
68127         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
68128              From: Michael G Schwern <schwern@pobox.com>
68129              Date: Mon, 31 Mar 2003 02:42:58 -0800
68130              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
68131      Branch: perl
68132            + lib/ExtUtils/MakeMaker/FAQ.pod
68133            + lib/ExtUtils/MakeMaker/Tutorial.pod
68134            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
68135            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
68136            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
68137            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
68138            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
68139            + t/lib/TieIn.pm
68140            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
68141            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
68142            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
68143            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
68144            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
68145            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
68146            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
68147            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
68148            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
68149            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
68150            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
68151            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
68152            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
68153            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
68154            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
68155            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
68156            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
68157            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
68158 ____________________________________________________________________________
68159 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
68160         Log: Subject: [PATCH dump.c] stray n_a
68161              From: Michael G Schwern <schwern@pobox.com>
68162              Date: Mon, 31 Mar 2003 00:55:49 -0800
68163              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
68164      Branch: perl
68165            ! dump.c
68166 ____________________________________________________________________________
68167 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
68168         Log: Some low-hanging fruit for EBCDIC portability
68169              (or for marking as EBCDIC todos)
68170      Branch: perl
68171            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
68172            ! t/uni/write.t
68173 ____________________________________________________________________________
68174 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
68175         Log: Upgrade to Time::HiRes 1.44.
68176      Branch: perl
68177            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
68178 ____________________________________________________________________________
68179 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
68180         Log: IRIX 5.3 update.
68181      Branch: perl
68182            ! README.irix
68183 ____________________________________________________________________________
68184 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
68185         Log: Not all compilers like #ifdefs within cpp macros
68186              (follow-up on #19086)
68187      Branch: perl
68188            ! pp_sys.c
68189 ____________________________________________________________________________
68190 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
68191         Log: Ending strings is customary (typo from #19084).
68192      Branch: perl
68193            ! ext/Socket/Socket.t
68194 ____________________________________________________________________________
68195 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
68196         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
68197      Branch: perl
68198            ! MANIFEST
68199 ____________________________________________________________________________
68200 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
68201         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
68202              as the test expects.
68203      Branch: perl
68204            ! lib/Net/hostent.t
68205 ____________________________________________________________________________
68206 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
68207         Log: In IRIX 5.3 turn off some of the warnings that cannot
68208              really be helped (e.g. warnings coming from system headers,
68209              or linker warnings during Configure).
68210      Branch: perl
68211            ! hints/irix_5.sh
68212 ____________________________________________________________________________
68213 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
68214         Log: In IRIX 5.3 the cc is awfully confused about the prototype
68215              of select().
68216      Branch: perl
68217            ! hints/irix_5.sh pp_sys.c
68218 ____________________________________________________________________________
68219 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
68220         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
68221      Branch: perl
68222            + ext/Time/HiRes/hints/irix.pl
68223            ! MANIFEST
68224 ____________________________________________________________________________
68225 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
68226         Log: gethostbyname('localhost') is not that portable.
68227              inet_aton('localhost') in IRIX 5.3 returned an undef,
68228              which in turn made pack_sockaddr_in to barf on zero
68229              length in_addr.
68230      Branch: perl
68231            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
68232 ____________________________________________________________________________
68233 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
68234         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
68235              From: Nicholas Clark <nick@unfortu.net>
68236              Date: Sun, 30 Mar 2003 00:35:48 +0000
68237              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
68238      Branch: perl
68239            ! sv.c
68240 ____________________________________________________________________________
68241 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
68242         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
68243              not defined AF_LINK.
68244      Branch: perl
68245            ! ext/Socket/Socket.xs
68246 ____________________________________________________________________________
68247 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
68248         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
68249              From: Nicholas Clark <nick@unfortu.net>
68250              Date: Sat, 29 Mar 2003 18:58:09 +0000
68251              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
68252      Branch: perl
68253            ! dump.c
68254 ____________________________________________________________________________
68255 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
68256         Log: Minor rephrasing in perlopentut,
68257              noticed by Bob Wilkinson (RT [perl #21725])
68258      Branch: perl
68259            ! pod/perlopentut.pod
68260 ____________________________________________________________________________
68261 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
68262         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
68263              From: Nicholas Clark <nick@unfortu.net>
68264              Date: Thu, 27 Mar 2003 22:37:35 +0000
68265              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
68266      Branch: perl
68267            ! pod/perlapi.pod sv.h
68268 ____________________________________________________________________________
68269 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
68270         Log: It seems that in Tru64 V5 gcc cannot be used to
68271              compile a threaded Perl because <pthread.h> explicitly
68272              checks for supported compilers (gcc not being one of them).
68273              This is not so bad since the system C compiler is always there.
68274      Branch: perl
68275            ! README.tru64 hints/dec_osf.sh
68276 ____________________________________________________________________________
68277 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
68278         Log: Feeding illegal QP (like \x80) to this
68279              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
68280              caused a coredump in av_length() <- nextargv() because
68281              the av was NULL.  I don't know that returning Nullfp is
68282              the best thing to do, but it dodges the segfault and
68283              introduces no test failures.
68284      Branch: perl
68285            ! doio.c
68286 ____________________________________________________________________________
68287 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
68288         Log: Missing final \n.
68289      Branch: perl
68290            ! lib/Attribute/Handlers/Changes
68291 ____________________________________________________________________________
68292 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
68293         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
68294              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
68295              Date: 24 Mar 2003 16:29:08 -0000
68296              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
68297              plus a regression test
68298      Branch: perl
68299            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
68300 ____________________________________________________________________________
68301 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
68302         Log: Better version of change #19069
68303              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
68304              From: Nicholas Clark <nick@unfortu.net>
68305              Date: Wed, 26 Mar 2003 23:01:46 +0000
68306              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
68307      Branch: perl
68308            ! pp_hot.c sv.c t/op/readline.t
68309 ____________________________________________________________________________
68310 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
68311         Log: Subject: [patch] for Stratus VOS
68312              From: "Green, Paul" <Paul.Green@stratus.com>
68313              Date: Wed, 26 Mar 2003 17:24:38 -0500
68314              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
68315              (plus a small tweak to the test script)
68316      Branch: perl
68317            ! README.vos t/op/pack.t
68318 ____________________________________________________________________________
68319 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
68320         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
68321              From: Nicholas Clark <nick@unfortu.net>
68322              Date: Tue, 25 Mar 2003 22:59:17 +0000
68323              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
68324      Branch: perl
68325            ! sv.c t/op/readline.t
68326 ____________________________________________________________________________
68327 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
68328         Log: Win32 counterpart of change #19065
68329      Branch: perl
68330            ! win32/Makefile win32/makefile.mk
68331 ____________________________________________________________________________
68332 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
68333         Log: VMS counterpart of change #19065
68334      Branch: perl
68335            ! vms/descrip_mms.template
68336 ____________________________________________________________________________
68337 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
68338         Log: Upgrade to Term::ANSIColor 1.07.
68339      Branch: perl
68340            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
68341            ! lib/Term/ANSIColor/README
68342 ____________________________________________________________________________
68343 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
68344         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
68345              also separately maintained on CPAN, and now moved as
68346              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
68347              this last file.
68348      Branch: perl
68349            + utils/cpan.PL
68350           +> lib/CPAN/bin/cpan
68351            - utils/cpan
68352            ! MANIFEST installperl utils/Makefile
68353 ____________________________________________________________________________
68354 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
68355         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
68356              From: Dave Mitchell <davem@fdgroup.com>
68357              Date: Thu, 20 Mar 2003 01:26:19 +0000
68358              Message-ID: <20030320012619.C19869@fdgroup.com>
68359
68360              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
68361              From: Dave Mitchell <davem@fdgroup.com>
68362              Date: Mon, 24 Mar 2003 16:06:51 +0000
68363              Message-ID: <20030324160651.D1798@fdgroup.com>
68364      Branch: perl
68365            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
68366 ____________________________________________________________________________
68367 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
68368         Log: Subject: [perl #21648] Doc typo in Net::servent
68369              From: Andy Lester (via RT) <perlbug-followup@perl.org>
68370              Date: 22 Mar 2003 05:02:31 -0000
68371              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
68372      Branch: perl
68373            ! lib/Net/servent.pm
68374 ____________________________________________________________________________
68375 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
68376         Log: Subject: [PATCH README.qnx] for QNX 6.2
68377              From: Norton Allen <allen@huarp.harvard.edu>
68378              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
68379              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
68380      Branch: perl
68381            ! README.qnx
68382 ____________________________________________________________________________
68383 [ 19060] By: merijn                                on 2003/03/26  13:13:23
68384         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
68385              From: "Craig A. Berry" <craigberry@mac.com>
68386              Date: Tue, 25 Mar 2003 22:52:58 -0600
68387              Message-ID: <3E81322A.3040508@mac.com>
68388      Branch: perl
68389            ! lib/vmsish.t
68390 ____________________________________________________________________________
68391 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
68392         Log: Change 19056 wasn't good enough.
68393              ldlibpth should be changed later, to avoid spaces to be quoted.
68394      Branch: perl
68395            ! Makefile.SH
68396 ____________________________________________________________________________
68397 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
68398         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
68399              From: Michael G Schwern <schwern@pobox.com>
68400              Date: Mon, 24 Mar 2003 00:50:39 -0800
68401              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
68402      Branch: perl
68403            ! pod/perlhist.pod
68404 ____________________________________________________________________________
68405 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
68406         Log: Typo, spotted by Doru Petrescu
68407              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
68408      Branch: perl
68409            ! ext/Data/Dumper/Dumper.pm
68410 ____________________________________________________________________________
68411 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
68412         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
68413              From: Enache Adrian <enache@rdslink.ro>
68414              Date: Mon, 24 Mar 2003 23:56:25 +0200
68415              Message-ID: <20030324215625.GB853@ratsnest.hole>
68416      Branch: perl
68417            ! Makefile.SH
68418 ____________________________________________________________________________
68419 [ 19055] By: merijn                                on 2003/03/24  07:05:39
68420         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
68421              From: Enache Adrian <enache@rdslink.ro>
68422              Date: Sat, 22 Mar 2003 22:49:49 +0200
68423              Message-ID: <20030322204949.GB794@ratsnest.hole>
68424
68425              This is a slightly more defensive patch than Chip's patch that
68426              fell through the cracks, but does the same
68427              Subject: Shared libperl.so and build issues
68428              From: Chip Turner <cturner@redhat.com>
68429              Date: Tue 31 Dec 2002 17:21
68430      Branch: perl
68431            ! Makefile.SH
68432 ____________________________________________________________________________
68433 [ 19054] By: merijn                                on 2003/03/24  06:54:23
68434         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
68435              From: "Craig A. Berry" <craigberry@mac.com>
68436              Date: Sun, 23 Mar 2003 15:32:58 -0600
68437              Message-ID: <3E7E280A.5000304@mac.com>
68438      Branch: perl
68439            ! vms/vms.c
68440 ____________________________________________________________________________
68441 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
68442         Log: For change #19051: a new .bat to CRLF.
68443      Branch: perl
68444            ! Porting/makerel
68445 ____________________________________________________________________________
68446 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
68447         Log: WinCE update from Vadim Konovalov.
68448      Branch: perl
68449            + wince/compile-all.bat wince/makedist.pl
68450            - wince/include/sys/stat.h wince/xbuildall.ksh
68451            - wince/xdistclean.ksh wince/xmakediffs.ksh
68452            ! MANIFEST README.ce dosish.h wince/Makefile.ce
68453            ! wince/compile.bat wince/config.ce
68454 ____________________________________________________________________________
68455 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
68456         Log: Oops (change #19013 missed changing the Perl version number).
68457      Branch: perl
68458            ! cygwin/perlld.in
68459 ____________________________________________________________________________
68460 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
68461         Log: Integrate from maint-5.8:
68462              [ 19045]
68463              If no IVSIZE == 8, no need for modulo_1.
68464      Branch: perl
68465           !> pp.c
68466 ____________________________________________________________________________
68467 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
68468         Log: Subject: [PATCH] p4genpatch
68469              From: andreas.koenig@anima.de (Andreas J. Koenig)
68470              Date: Sat, 15 Mar 2003 12:04:18 +0100
68471              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
68472      Branch: perl
68473            ! Porting/p4genpatch
68474 ____________________________________________________________________________
68475 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
68476         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
68477              From: Martien Verbruggen <mgjv@tradingpost.com.au>
68478              Date: Sat, 15 Mar 2003 12:31:47 +1100
68479              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
68480      Branch: perl
68481            ! pod/perlsub.pod pod/perlsyn.pod
68482 ____________________________________________________________________________
68483 [ 19042] By: merijn                                on 2003/03/21  07:45:54
68484         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
68485              From: "Craig A. Berry" <craigberry@mac.com>
68486              Date: Thu, 20 Mar 2003 23:03:36 -0600
68487              Message-ID: <3E7A9D28.1040706@mac.com>
68488      Branch: perl
68489            ! configure.com vms/vms.c vms/vmsish.h
68490 ____________________________________________________________________________
68491 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
68492         Log: Subject: Re: [patch] [perl #21628] rcatline issue
68493              From: Enache Adrian <enache@rdslink.ro>
68494              Date: Thu, 20 Mar 2003 22:39:06 +0200
68495              Message-ID: <20030320203906.GA31199@ratsnest.hole>
68496      Branch: perl
68497            ! MANIFEST pp_hot.c t/op/readline.t
68498 ____________________________________________________________________________
68499 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
68500         Log: Subject: Re: Bytecode? Back into service.
68501              From: Enache Adrian <enache@rdslink.ro>
68502              Date: Thu, 20 Mar 2003 07:38:39 +0200
68503              Message-ID: <20030320053839.GA4044@ratsnest.hole>
68504      Branch: perl
68505            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
68506            ! ext/ByteLoader/byterun.h op.c
68507 ____________________________________________________________________________
68508 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
68509         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
68510              From: "Gerrit P. Haase" <gp@familiehaase.de>
68511              Date: Thu, 20 Mar 2003 21:23:28 +0100
68512              Message-ID: <941032389637.20030320212328@familiehaase.de>
68513      Branch: perl
68514            ! README.cygwin
68515 ____________________________________________________________________________
68516 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
68517         Log: Integrate:
68518              [ 19033]
68519              file test operators weren't doing the right thing if the SV
68520              passed to them wasn't NUL-terminated
68521
68522              [ 19034]
68523              ensure SVs returned by Win32::Get{Short,Full}PathName() are
68524              NUL-terminated
68525      Branch: perl
68526           !> doio.c win32/win32.c
68527 ____________________________________________________________________________
68528 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
68529         Log: Better wording as requested by Rafael, and
68530              the module is BerkeleyDB, not BerkeleyFile.
68531      Branch: perl
68532            ! README.tru64
68533 ____________________________________________________________________________
68534 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
68535         Log: Update the DB_File instructions in Tru64.
68536      Branch: perl
68537            ! README.tru64
68538 ____________________________________________________________________________
68539 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
68540         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
68541              From: Dave Mitchell <davem@fdgroup.com>
68542              Date: Tue, 18 Mar 2003 21:55:05 +0000
68543              Message-ID: <20030318215505.A16787@fdgroup.com>
68544      Branch: perl
68545            ! pp_ctl.c t/op/goto.t
68546 ____________________________________________________________________________
68547 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
68548         Log: Subject: [PATCH] VMS pod install tweaks
68549              From: "Craig A. Berry" <craigberry@mac.com>
68550              Date: Sat, 15 Mar 2003 16:06:07 -0600
68551              Message-ID: <3E73A3CF.3060502@mac.com>
68552      Branch: perl
68553            ! vms/descrip_mms.template
68554 ____________________________________________________________________________
68555 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
68556         Log: Subject: [PATCH] poll() help for VMS
68557              From: "Craig A. Berry" <craigberry@mac.com>
68558              Date: Tue, 18 Mar 2003 01:10:10 -0600
68559              Message-ID: <3E76C652.30205@mac.com>
68560      Branch: perl
68561            ! configure.com ext/IO/poll.h
68562 ____________________________________________________________________________
68563 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
68564         Log: The description of SIG_SIZE was off.
68565      Branch: perl
68566            ! Configure NetWare/config_H.wc Porting/Glossary
68567            ! Porting/config.sh Porting/config_H config_h.SH
68568            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
68569            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
68570            ! wince/config_H.ce
68571 ____________________________________________________________________________
68572 [ 19020] By: merijn                                on 2003/03/18  05:45:50
68573         Log: Minor updates of Wolfgang's pack patch
68574
68575              Subject: Re: pack changes and related fixes
68576              From: Philip Newton <Philip.Newton@gmx.net>
68577              Date: Tue, 18 Mar 2003 06:19:30 +0100
68578              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
68579      Branch: perl
68580            ! embed.fnc pod/perldiag.pod
68581 ____________________________________________________________________________
68582 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
68583         Log: regenerate win32/config_H.*
68584      Branch: perl
68585            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68586            ! win32/config_H.vc64
68587 ____________________________________________________________________________
68588 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
68589         Log: there is no trailing NULL in sig_name or sig_num, so don't
68590              talk about it
68591      Branch: perl
68592            ! Porting/Glossary
68593 ____________________________________________________________________________
68594 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
68595         Log: according to the new Porting/Glossary, sig_num doesn't have an
68596              extra '0' at the end
68597      Branch: perl
68598            ! win32/config.bc win32/config.gc win32/config.vc
68599            ! win32/config.vc64
68600 ____________________________________________________________________________
68601 [ 19016] By: hv                                    on 2003/03/18  00:52:09
68602         Log: add tests for existing behaviour of undef postinc/dec
68603      Branch: perl
68604            ! t/op/inc.t
68605 ____________________________________________________________________________
68606 [ 19015] By: hv                                    on 2003/03/18  00:46:18
68607         Log: add comment at undef postinc special case
68608      Branch: perl
68609            ! pp.c
68610 ____________________________________________________________________________
68611 [ 19014] By: hv                                    on 2003/03/18  00:27:19
68612         Log: clarify behaviour of $a++
68613      Branch: perl
68614            ! pod/perlop.pod
68615 ____________________________________________________________________________
68616 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
68617         Log: Integrate:
68618              [ 19012]
68619              We don't have the new Perl at this stage.
68620      Branch: perl
68621           !> cygwin/perlld.in
68622 ____________________________________________________________________________
68623 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
68624         Log: Subject: pack changes and related fixes
68625              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
68626              Date: Mon, 17 Mar 2003 13:55:37 +0100
68627              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
68628      Branch: perl
68629            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
68630            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
68631            ! t/lib/warnings/pp_pack t/op/pack.t
68632 ____________________________________________________________________________
68633 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
68634         Log: Integrate:
68635              [ 19006]
68636              Subject: Re: [Patch] Maintperl versioning for Cygwin
68637              From: Slaven Rezic <slaven@rezic.de>
68638              Date: 17 Mar 2003 00:42:43 +0100
68639              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
68640      Branch: perl
68641           !> cygwin/perlld.in
68642 ____________________________________________________________________________
68643 [ 19005] By: hv                                    on 2003/03/17  02:06:20
68644         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
68645              From: chocolateboy <chocolateboy@chocolatey.com>
68646              Date: Sat, 22 Feb 2003 12:17:28 +0000
68647              Message-ID: <3E576A58.8010901@chocolatey.com>
68648      Branch: perl
68649            + ext/Data/Dumper/t/pair.t
68650            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
68651 ____________________________________________________________________________
68652 [ 19004] By: hv                                    on 2003/03/17  01:38:23
68653         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
68654              From: Stas Bekman <stas@stason.org>
68655              Date: Fri, 14 Feb 2003 11:59:53 +1100
68656              Message-ID: <3E4C3F89.6050005@stason.org>
68657      Branch: perl
68658            ! utils/h2xs.PL
68659 ____________________________________________________________________________
68660 [ 19003] By: hv                                    on 2003/03/17  01:23:02
68661         Log: Subject: [perl #20724] Patch for dprofpp
68662              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
68663              Date: 5 Feb 2003 08:41:17 -0000
68664              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
68665      Branch: perl
68666            ! utils/dprofpp.PL
68667 ____________________________________________________________________________
68668 [ 19002] By: hv                                    on 2003/03/16  23:36:57
68669         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
68670              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
68671              Date: 10 Jan 2003 10:59:44 -0000
68672              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
68673      Branch: perl
68674            ! lib/IPC/Open3.pm
68675 ____________________________________________________________________________
68676 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
68677         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
68678              for 3.3, but only might)
68679      Branch: perl
68680            ! hints/openbsd.sh
68681 ____________________________________________________________________________
68682 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
68683         Log: Stay within known facts: what platforms the skippage helps,
68684              and in which it is not needed.
68685      Branch: perl
68686            ! ext/POSIX/t/posix.t
68687 ____________________________________________________________________________
68688 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
68689         Log: This seems to fix (well, dodge) the problems in FreeBSD for
68690              Enache Adrian; in _theory_ this patch could be good for NetBSD,
68691              too, but Alian gets a core dump already at subtest #9 (anyone
68692              with a real NetBSD, Alian's is a VMware one, which has in the
68693              past caused similar odd crashes).  OpenBSD threaded build result
68694              still unknown.
68695      Branch: perl
68696            ! ext/POSIX/t/posix.t
68697 ____________________________________________________________________________
68698 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
68699         Log: IRIX ls -l marks sockets with 'S'.
68700      Branch: perl
68701            ! t/op/stat.t
68702 ____________________________________________________________________________
68703 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
68704         Log: Turn on UTF-8 flag only if the $str is valid utf8
68705              (pointed out by Dan Kogai).
68706      Branch: perl
68707            ! lib/Term/ReadLine.pm
68708 ____________________________________________________________________________
68709 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
68710         Log: Signedness nits.
68711      Branch: perl
68712            ! regcomp.c
68713 ____________________________________________________________________________
68714 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
68715         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
68716              Should work both for PERL_UNICODE/-C and use encoding 'foo';
68717      Branch: perl
68718            ! lib/Term/ReadLine.pm
68719 ____________________________________________________________________________
68720 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
68721         Log: Pod fix from Philip Newton.
68722      Branch: perl
68723            ! pod/perlfunc.pod
68724 ____________________________________________________________________________
68725 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
68726         Log: Further potential pitfalls for the utf8 len/pos cache
68727              found by Inaba Hiroto.  No test cases, yet.
68728      Branch: perl
68729            ! regcomp.c
68730 ____________________________________________________________________________
68731 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
68732         Log: Make the :bytes conditional on PerlIO.
68733      Branch: perl
68734            ! ext/Encode/t/CJKT.t
68735 ____________________________________________________________________________
68736 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
68737         Log: Needs PerlIO for :bytes.
68738      Branch: perl
68739            ! ext/Encode/t/CJKT.t
68740 ____________________________________________________________________________
68741 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
68742         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
68743              From: Enache Adrian <enache@rdslink.ro>
68744              Date: Fri, 14 Mar 2003 23:02:42 +0200
68745              Message-ID: <20030314210242.GA1159@ratsnest.hole>
68746              (with an added test)
68747      Branch: perl
68748            ! t/comp/parser.t toke.c
68749 ____________________________________________________________________________
68750 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
68751         Log: Time::HiRes is a core module
68752      Branch: perl
68753            ! pod/perlfunc.pod
68754 ____________________________________________________________________________
68755 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
68756         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
68757              From: Stas Bekman <stas@stason.org>
68758              Date: Fri, 14 Mar 2003 17:45:09 +1100
68759              Message-ID: <3E717A75.2060300@stason.org>
68760      Branch: perl
68761            ! ext/B/typemap
68762 ____________________________________________________________________________
68763 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
68764         Log: Better pass in the $self for a method.
68765      Branch: perl
68766            ! lib/File/Spec/Unix.pm
68767 ____________________________________________________________________________
68768 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
68769         Log: Cleanup the File::Spec tmpdir() implementations:
68770              now all the platforms specific modules call _tmpdir()
68771              (inherited from Unix.pm) with the list of platform
68772              specific list of temporary directories, and _tmpdir()
68773              then does the appropriate suitability checking.
68774      Branch: perl
68775            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
68776            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
68777            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
68778            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
68779 ____________________________________________________________________________
68780 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
68781         Log: whichsig() really does return -1 for unknown signals.
68782      Branch: perl
68783            ! mg.c
68784 ____________________________________________________________________________
68785 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
68786         Log: Rework the @Config{/sig.*/} tests.
68787      Branch: perl
68788            ! lib/Config.t
68789 ____________________________________________________________________________
68790 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
68791         Log: Subject: [PATCH] configure.com: sig_num, etc.
68792              From: "Craig A. Berry" <craigberry@mac.com>
68793              Date: Thu, 13 Mar 2003 21:38:19 -0600
68794              Message-ID: <3E714EAB.6030001@mac.com>
68795      Branch: perl
68796            ! configure.com
68797 ____________________________________________________________________________
68798 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
68799         Log: Make whichsig() to work also if some system defines
68800              zero signals (now -1 is the "not found").  Note that
68801              in couple of mg.c spots only whichsig() > 0 branches
68802              are taken because signal handlers et al don't make
68803              much sense for the zero signal.
68804      Branch: perl
68805            ! doio.c mg.c
68806 ____________________________________________________________________________
68807 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
68808         Log: Since Configure does the signal name/number probe with awk
68809              based on the cpp results (not by really running code), testing
68810              for the signum value is not really helpful if we have runtime
68811              function calls (some signal numbers are dynamic, for example)
68812              (or other extra stuff where the signum value is expected).
68813              (Runtimeness also means that Configure cannot get these right,
68814              anyway.) Better filter in just the constant non-negative numbers.
68815      Branch: perl
68816            ! Configure
68817 ____________________________________________________________________________
68818 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
68819         Log: Signal issues.
68820              (1) Filter out negative signals.
68821              (2) Correct sig_num* and sig_name* descriptions.
68822      Branch: perl
68823            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68824            ! config_h.SH
68825 ____________________________________________________________________________
68826 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
68827         Log: Hopefully this works also in Win32.
68828      Branch: perl
68829            ! ext/Encode/t/CJKT.t
68830 ____________________________________________________________________________
68831 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
68832         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
68833              From: "Craig A. Berry" <craigberry@mac.com>
68834              Date: Thu, 13 Mar 2003 13:44:55 -0600
68835              Message-ID: <3E70DFB7.8070405@mac.com>
68836      Branch: perl
68837            ! lib/Pod/Perldoc.pm
68838 ____________________________________________________________________________
68839 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
68840         Log: fix for switchC.t test#6 failure on windows
68841      Branch: perl
68842            ! perl.c
68843 ____________________________________________________________________________
68844 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
68845         Log: Config.t wasn't getting the sig_num and sig_size relationship
68846              right, and therefore failed test#35 on windows
68847
68848              note that config_h.SH documents that $sig_size does NOT include
68849              the final NULL in $sig_num!
68850      Branch: perl
68851            ! lib/Config.t
68852 ____________________________________________________________________________
68853 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
68854         Log: another fix for failing test on windows ("use encoding" puts
68855              STDIN in :raw mode, so chomp() wasn't stripping the CR)
68856      Branch: perl
68857            ! ext/Encode/t/enc_module.t
68858 ____________________________________________________________________________
68859 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
68860         Log: fix CJKT.t failures on windows due to incorrect binmode()
68861      Branch: perl
68862            ! ext/Encode/t/CJKT.t
68863 ____________________________________________________________________________
68864 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
68865         Log: Skip the last test of Config.t on HP-UX.
68866              (This test should be skipped for every system that
68867              actually defines a negative signal number. Maybe that
68868              test should be removed, to be future-proof.)
68869      Branch: perl
68870            ! lib/Config.t
68871 ____________________________________________________________________________
68872 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
68873         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
68874              From: Kurt Starsinic <kstar@cpan.org>
68875              Date: Mon, 10 Mar 2003 00:54:49 -0500
68876              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
68877      Branch: perl
68878            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
68879 ____________________________________________________________________________
68880 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
68881         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
68882              From: "Craig A. Berry" <craigberry@mac.com>
68883              Date: Tue, 11 Mar 2003 21:29:31 -0600
68884              Message-ID: <3E6EA99B.9060902@mac.com>
68885              Patch by Scott Lepage (scott.lepage@hp.com)
68886      Branch: perl
68887            ! hv.c
68888 ____________________________________________________________________________
68889 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
68890         Log: Some more stdlib.h inclusions and change the gccversion
68891              test to use return (could have used that for all, sigh).
68892      Branch: perl
68893            ! Configure
68894 ____________________________________________________________________________
68895 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
68896         Log: Trims slashes from the argument to rmdir(), likewise
68897              to what happens with rmdir(). Factorize the code in a
68898              local macro, TRIMSLASHES.
68899      Branch: perl
68900            ! pp_sys.c
68901 ____________________________________________________________________________
68902 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
68903         Log: VOS nit from Paul Green.
68904      Branch: perl
68905            ! vos/configure_full_perl.sh
68906 ____________________________________________________________________________
68907 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
68908         Log: File::Spec: Do not fall back to '', use curdir instead.
68909              Note: Mac used to use cwd(), now curdir, slight change
68910              (relative vs. absolute).
68911      Branch: perl
68912            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
68913            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
68914            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
68915 ____________________________________________________________________________
68916 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
68917         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
68918              was unset (the tests attempted to create files at the /)
68919      Branch: perl
68920            ! lib/File/Spec/Cygwin.pm
68921 ____________________________________________________________________________
68922 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
68923         Log: Another finding by IRIX cc: non-void function
68924              sv_cat_decode() should return a value.
68925      Branch: perl
68926            ! sv.c
68927 ____________________________________________________________________________
68928 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
68929         Log: Integrate:
68930              [ 18949]
68931              pudge> never integrate anything from macos/
68932      Branch: perl
68933            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
68934            - macos/macperl.sym
68935           !> MANIFEST
68936 ____________________________________________________________________________
68937 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
68938         Log: Integrate:
68939              [ 18946]
68940              Integrate from maint-5.8/macperl:
68941              [ 18937]
68942              Various MacOS portability fixes for tests
68943
68944              [ 18938]
68945              File::Spec::Unix method should be called on $self
68946
68947              [ 18939]
68948              lib.pm:_get_dirs() should use $_[0], not $_
68949
68950              [ 18940]
68951              Update MacOS for new configpm
68952
68953              [ 18941]
68954              Update MacOS build
68955              Update Makefile for new source files,
68956              update test script, add additional symbol for APItest
68957      Branch: perl
68958           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
68959           +> macos/macperl.sym
68960           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
68961           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
68962           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
68963           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
68964           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
68965           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
68966 ____________________________________________________________________________
68967 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
68968         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
68969              (Too early? If inited there the pthread_mutex_init() returns
68970              an integer much too large be an errno), but initing the mutex
68971              later, in perl_alloc(), seems to be okay with Cygwin, and also
68972              with Linux.
68973      Branch: perl
68974            ! perl.c
68975 ____________________________________________________________________________
68976 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
68977         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
68978      Branch: perl
68979            ! Configure
68980 ____________________________________________________________________________
68981 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
68982         Log: Tell how to possibly dodge 'Out of memory' errors.
68983      Branch: perl
68984            ! pod/perldiag.pod
68985 ____________________________________________________________________________
68986 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
68987         Log: WinCE tweaks from Vadim Konovalov.
68988      Branch: perl
68989            ! perl.c perlio.c wince/Makefile.ce
68990 ____________________________________________________________________________
68991 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
68992         Log: Missed one.
68993      Branch: perl
68994            ! Configure
68995 ____________________________________________________________________________
68996 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
68997         Log: Single vs doublequoted context is important...
68998      Branch: perl
68999            ! Configure
69000 ____________________________________________________________________________
69001 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
69002         Log: """glob.*""" patch for VMS, from Peter Prymmer.
69003      Branch: perl
69004            ! vms/perlvms.pod vms/vms.c
69005 ____________________________________________________________________________
69006 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
69007         Log: Questionable construct.
69008      Branch: perl
69009            ! pod/perltooc.pod
69010 ____________________________________________________________________________
69011 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
69012         Log: Better setmode() prototype for cygwin.
69013      Branch: perl
69014            ! perl.h
69015 ____________________________________________________________________________
69016 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
69017         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
69018      Branch: perl
69019            ! Configure
69020 ____________________________________________________________________________
69021 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
69022         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
69023              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
69024              So make the macro to include the , and the non-gcc case empty.
69025      Branch: perl
69026            ! sv.h
69027 ____________________________________________________________________________
69028 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
69029         Log: Uid_t and Gid_t can easily be shorts and one cannot
69030              pull shorts off the va_args, int is the shortest (ahem).
69031      Branch: perl
69032            ! reentr.c reentr.pl
69033 ____________________________________________________________________________
69034 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
69035         Log: Subject: [PATCH] io_sock.t
69036              From: Norton Allen <allen@huarp.harvard.edu>
69037              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
69038              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
69039      Branch: perl
69040            ! README.qnx ext/IO/lib/IO/t/io_sock.t
69041 ____________________________________________________________________________
69042 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
69043         Log: Get rid of one Cygwin warning by introducing a prototype
69044              for the init_os_extras().  Since there is no header file
69045              in Perl specific to cygwin, use perl.h.
69046      Branch: perl
69047            ! perl.h
69048 ____________________________________________________________________________
69049 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
69050         Log: Upgrade to Time-HiRes 1.43.
69051      Branch: perl
69052            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
69053            ! ext/Time/HiRes/Makefile.PL
69054 ____________________________________________________________________________
69055 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
69056         Log: Be more lax about the out of memory error message.
69057      Branch: perl
69058            ! t/op/recurse.t
69059 ____________________________________________________________________________
69060 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
69061         Log: Try to handle hitting the heap/data limit in small systems.
69062              (One can simulate this with e.g. 32MB or 64MB datasize,
69063              use your shell's ulimit/limit/limits command.)
69064      Branch: perl
69065            ! t/op/recurse.t
69066 ____________________________________________________________________________
69067 [ 18912] By: hv                                    on 2003/03/11  07:36:00
69068         Log: typo for utf8locale in #18907
69069      Branch: perl
69070            ! sv.c
69071 ____________________________________________________________________________
69072 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
69073         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
69074              From: "Craig A. Berry" <craigberry@mac.com>
69075              Date: Tue, 11 Mar 2003 00:34:39 -0600
69076              Message-ID: <3E6D837F.7000506@mac.com>
69077      Branch: perl
69078            ! perl.c
69079 ____________________________________________________________________________
69080 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
69081         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
69082      Branch: perl
69083            ! emacs/cperl-mode.el
69084 ____________________________________________________________________________
69085 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
69086         Log: Missed some, cryptically.
69087      Branch: perl
69088            ! pod/perlfunc.pod
69089 ____________________________________________________________________________
69090 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
69091         Log: Add missing intrpvar clonings to perl_clone.
69092              Also move the IDBassertion to the end since there's
69093              no particular reason to break bincompat for that.
69094      Branch: perl
69095            ! intrpvar.h sv.c
69096 ____________________________________________________________________________
69097 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
69098         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
69099      Branch: perl
69100            ! intrpvar.h
69101 ____________________________________________________________________________
69102 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
69103         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
69104              From: Stas Bekman <stas@stason.org>
69105              Date: Tue, 11 Mar 2003 17:09:02 +1100
69106              Message-ID: <3E6D7D7E.5000704@stason.org>
69107      Branch: perl
69108            ! sv.c
69109 ____________________________________________________________________________
69110 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
69111         Log: Subject: [PATCH] typos and other minor things
69112              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
69113              Date: Mon, 10 Mar 2003 21:00:55 -0700
69114              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
69115      Branch: perl
69116            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
69117            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
69118            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
69119            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
69120            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
69121            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
69122            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
69123            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
69124            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
69125 ____________________________________________________________________________
69126 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
69127         Log: A rejected hunk of #18902 reapplied.
69128      Branch: perl
69129            ! t/io/utf8.t
69130 ____________________________________________________________________________
69131 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
69132         Log: Patch from Craig Berry to resolve test failures in VMS.
69133              Will poke the Net::Ping author.
69134      Branch: perl
69135            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
69136            ! t/io/utf8.t t/op/magic.t
69137 ____________________________________________________________________________
69138 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
69139         Log: Integrate (by hand) change #18386 from maint-5.8
69140      Branch: perl
69141            ! t/op/split.t
69142 ____________________________________________________________________________
69143 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
69144         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
69145      Branch: perl
69146            ! t/run/switchC.t
69147 ____________________________________________________________________________
69148 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
69149         Log: A new test, to check that signal numbers are actually positive,
69150              and that there is a consistent number of signals available.
69151      Branch: perl
69152            ! lib/Config.t
69153 ____________________________________________________________________________
69154 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
69155         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
69156              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69157              Date: Fri, 07 Mar 2003 13:12:49 -0800
69158              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
69159      Branch: perl
69160            ! mg.c pod/perldiag.pod t/op/tie.t
69161 ____________________________________________________________________________
69162 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
69163         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
69164              From: Nicholas Clark <nick@unfortu.net>
69165              Date: Sun, 9 Mar 2003 21:24:46 +0000
69166              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
69167      Branch: perl
69168            ! lib/Config.t
69169 ____________________________________________________________________________
69170 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
69171         Log: Integrate from maint:
69172              [ 18428]
69173              Somehow I managed to get makefile.olds that didn't get cleaned away.
69174      Branch: perl
69175           !> Makefile.SH x2p/Makefile.SH
69176 ____________________________________________________________________________
69177 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
69178         Log: Comment fix.
69179      Branch: perl
69180            ! t/io/utf8.t
69181 ____________________________________________________________________________
69182 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
69183         Log: Remove the foo-old files.
69184      Branch: perl
69185            ! opcode.pl
69186 ____________________________________________________________________________
69187 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
69188         Log: Subject: Re: Shared libperl.so and build issues
69189              From: Chip Turner <cturner@redhat.com>
69190              Date: 05 Jan 2003 10:35:40 -0500
69191              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
69192      Branch: perl
69193            ! INSTALL
69194 ____________________________________________________________________________
69195 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
69196         Log: Bunch of doc patches from Stas; plus regen.
69197
69198              Subject: [doc patch] perl.c's pod api entry
69199              From: Stas Bekman <stas@stason.org>
69200              Date: Mon, 10 Mar 2003 12:35:52 +1100
69201              Message-ID: <3E6BEBF8.80402@stason.org>
69202
69203              Subject: Re: [patch] perlguts.pod
69204              From: Stas Bekman <stas@stason.org>
69205              Date: Mon, 10 Mar 2003 12:38:57 +1100
69206              Message-ID: <3E6BECB1.7050009@stason.org>
69207
69208              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
69209              From: Stas Bekman <stas@stason.org>
69210              Date: Mon, 10 Mar 2003 12:41:46 +1100
69211              Message-ID: <3E6BED5A.801@stason.org>
69212
69213              Subject: Re: [patch] perlapi.pod fix
69214              From: Stas Bekman <stas@stason.org>
69215              Date: Mon, 10 Mar 2003 12:43:33 +1100
69216              Message-ID: <3E6BEDC5.6010405@stason.org>
69217
69218              Subject: Re: [docs patch] replace gets() with fgets() in example
69219              From: Stas Bekman <stas@stason.org>
69220              Date: Mon, 10 Mar 2003 12:45:41 +1100
69221              Message-ID: <3E6BEE45.9030901@stason.org>
69222
69223              Subject: [doc patch] perlrun.pod
69224              From: Stas Bekman <stas@stason.org>
69225              Date: Mon, 10 Mar 2003 14:49:59 +1100
69226              Message-ID: <3E6C0B67.4050606@stason.org>
69227      Branch: perl
69228            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
69229            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
69230 ____________________________________________________________________________
69231 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
69232         Log: Must not hide the protos, though.
69233      Branch: perl
69234            ! embed.pl proto.h
69235 ____________________________________________________________________________
69236 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
69237         Log: I hate embed*.  Tell me what you know.
69238      Branch: perl
69239            ! embed.fnc embed.h
69240 ____________________________________________________________________________
69241 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
69242         Log: Upgrade to Encode 1.91.
69243      Branch: perl
69244            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
69245            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
69246 ____________________________________________________________________________
69247 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
69248         Log: Export the symbols from #18863; do not prototype (but export)
69249              Nicholas Clark's experimental COW functions.
69250              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
69251              a mess of Herculean proportions.  Someone should redesign and
69252              clean up the stables.
69253      Branch: perl
69254            ! embed.fnc embed.pl global.sym proto.h
69255 ____________________________________________________________________________
69256 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
69257         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
69258      Branch: perl
69259            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
69260            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
69261            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
69262            ! ext/Encode/t/enc_module.t
69263 ____________________________________________________________________________
69264 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
69265         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
69266              under 'use encoding'.
69267      Branch: perl
69268            + ext/Encode/t/enc_data.t
69269            ! MANIFEST ext/Encode/MANIFEST toke.c
69270 ____________________________________________________________________________
69271 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
69272         Log: Tru64: additional instructions for building a newer Berkeley DB.
69273      Branch: perl
69274            ! README.tru64 hints/dec_osf.sh
69275 ____________________________________________________________________________
69276 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
69277         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
69278              function stubs, should be helpful for really simple extensions.
69279              Undoes large parts of changes #16289 and #16290.
69280      Branch: perl
69281            ! sv.c
69282 ____________________________________________________________________________
69283 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
69284         Log: ... and add a test case for bug #20798
69285      Branch: perl
69286            ! t/op/eval.t
69287 ____________________________________________________________________________
69288 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
69289         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
69290              From: Enache Adrian <enache@rdslink.ro>
69291              Date: Fri, 7 Mar 2003 23:28:37 +0200
69292              Message-ID: <20030307212837.GB765@ratsnest.hole>
69293
69294              (and few more test cases from the thread)
69295      Branch: perl
69296            ! sv.c t/op/sprintf.t
69297 ____________________________________________________________________________
69298 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
69299         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
69300              From: Enache Adrian <enache@rdslink.ro>
69301              Date: Fri, 7 Mar 2003 00:12:03 +0200
69302              Message-ID: <20030306221203.GB13330@ratsnest.hole>
69303      Branch: perl
69304            ! op.c
69305 ____________________________________________________________________________
69306 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
69307         Log: Adjust test count.
69308      Branch: perl
69309            ! t/op/pat.t
69310 ____________________________________________________________________________
69311 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
69312         Log: From Inaba Hiroto: re_intuit_start set a value to
69313              PL_bostr before calling find_byclass when regexp has
69314              ROPT_UTF8 flag on. But right value for PL_bostr is set
69315              before re_intuit_start is called.  PL_regdata is always
69316              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
69317              can be deleted.
69318      Branch: perl
69319            ! regexec.c t/op/pat.t
69320 ____________________________________________________________________________
69321 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
69322         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
69323              updated when fbm_compile() appended a "\n".
69324      Branch: perl
69325            ! t/op/pat.t util.c
69326 ____________________________________________________________________________
69327 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
69328         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
69329              Print it in B::Debug. Can be used later in B::Deparse to deparse
69330              the open pragma.
69331      Branch: perl
69332            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
69333 ____________________________________________________________________________
69334 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
69335         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
69336              From: Richard.Foley@ubsw.com
69337              Date: Fri, 21 Feb 2003 13:51:51 +0100
69338              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
69339      Branch: perl
69340            ! pod/perldebug.pod
69341 ____________________________________________________________________________
69342 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
69343         Log: Enache Adrian reads comments.
69344      Branch: perl
69345            ! perl.h
69346 ____________________________________________________________________________
69347 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
69348         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
69349              From: Richard Soderberg <perl@crystalflame.net>
69350              Date: Sat, 15 Feb 2003 01:27:17 -0500
69351              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
69352      Branch: perl
69353            ! ext/IO/lib/IO/Select.pm
69354 ____________________________________________________________________________
69355 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
69356         Log: Subject: [PATCH] long %ENV values for VMS
69357              From: "Craig A. Berry" <craigberry@mac.com>
69358              Date: Fri, 07 Mar 2003 13:49:50 -0600
69359              Message-ID: <3E68F7DE.8070603@mac.com>
69360      Branch: perl
69361            ! vms/vms.c
69362 ____________________________________________________________________________
69363 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
69364         Log: regen_headers tiny tidying:
69365              - regen.pl renamed as regen_lib.pl
69366              - regen_headers.pl renamed as regen.pl
69367              - added make target 'regen' (kept target 'regen_headers'
69368              for porters' brains' backward compatibility)
69369              - regen.pl fancified a bit to display the names
69370              of the files that got changed by running the scripts
69371      Branch: perl
69372            + regen_lib.pl
69373            - regen_headers.pl
69374            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
69375            ! keywords.pl opcode.pl regcomp.pl regen.pl
69376 ____________________________________________________________________________
69377 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
69378         Log: Give pointers to runtime Unicode changes.
69379      Branch: perl
69380            ! pod/perlrun.pod pod/perlvar.pod
69381 ____________________________________________________________________________
69382 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
69383         Log: Extra character noticed by Tels.
69384      Branch: perl
69385            ! MANIFEST
69386 ____________________________________________________________________________
69387 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
69388         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
69389              From: Kay Roepke <kay@dolphin-services.de>
69390              Date: Thu, 06 Mar 2003 23:00:10 +0100
69391              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
69392
69393              (plus change the d_gethostbyaddr_r_proto default to "0",
69394              that is what an undefined r_proto looks like)
69395      Branch: perl
69396            ! hints/freebsd.sh
69397 ____________________________________________________________________________
69398 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
69399         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
69400              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
69401              in non-glibc case", from Craig Berry)
69402      Branch: perl
69403            ! pp.c
69404 ____________________________________________________________________________
69405 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
69406         Log: Good observation from Philip Newton.
69407      Branch: perl
69408            ! pod/perlrun.pod
69409 ____________________________________________________________________________
69410 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
69411         Log: Make the -A switch work without an assertion name.
69412              by Salvador Fandiño.
69413      Branch: perl
69414            ! perl.c t/run/switch_A.t
69415 ____________________________________________________________________________
69416 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
69417         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
69418              From: "Jos I. Boumans" <kane@dwim.org>
69419              Date: Fri, 21 Feb 2003 20:33:53 +0100
69420              Message-ID: <3E567F21.6020006@dwim.org>
69421              (with some minor tweaks)
69422      Branch: perl
69423            ! pod/perlmodstyle.pod
69424 ____________________________________________________________________________
69425 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
69426         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
69427              From: Enache Adrian <enache@rdslink.ro>
69428              Date: Sun, 2 Mar 2003 06:05:22 +0200
69429              Message-ID: <20030302040522.GB4905@ratsnest.hole>
69430      Branch: perl
69431            ! t/op/subst.t
69432 ____________________________________________________________________________
69433 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
69434         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
69435              From: Enache Adrian <enache@rdslink.ro>
69436              Date: Wed, 5 Mar 2003 12:06:20 +0200
69437              Message-ID: <20030305100620.GA909@ratsnest.hole>
69438      Branch: perl
69439            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
69440            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
69441 ____________________________________________________________________________
69442 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
69443         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
69444              From: "Craig A. Berry" <craigberry@mac.com>
69445              Date: Thu, 06 Mar 2003 10:42:05 -0600
69446              Message-ID: <3E677A5D.10805@mac.com>
69447      Branch: perl
69448            ! mg.c
69449 ____________________________________________________________________________
69450 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
69451         Log: Thinko fix.
69452      Branch: perl
69453            ! Porting/findrfuncs
69454 ____________________________________________________________________________
69455 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
69456         Log: PERL_UNICODE explanation saga continues.
69457      Branch: perl
69458            ! pod/perlrun.pod
69459 ____________________________________________________________________________
69460 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
69461         Log: Handle also extra directories et alia.
69462      Branch: perl
69463            ! Porting/manicheck
69464 ____________________________________________________________________________
69465 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
69466         Log: Add mani(fest) check(ing) utility.
69467      Branch: perl
69468            + Porting/manicheck
69469            ! MANIFEST
69470 ____________________________________________________________________________
69471 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
69472         Log: Subject: [patch config_h.SH] redefining __attribute__
69473              From: Stas Bekman <stas@stason.org>
69474              Date: Thu, 06 Mar 2003 12:03:39 +1100
69475              Message-ID: <3E669E6B.1060606@stason.org>
69476      Branch: perl
69477            ! Configure NetWare/config_H.wc Porting/config.sh
69478            ! Porting/config_H config_h.SH plan9/config.plan9
69479            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
69480            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
69481 ____________________________________________________________________________
69482 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
69483         Log: Couple more _r possibilities (found in a RH 8.0 box), and
69484              the random() macros were all wrong.  (I don't know why
69485              metaconfig did so much reordering of config_h.SH.)
69486      Branch: perl
69487            ! Configure config_h.SH reentr.h reentr.pl
69488 ____________________________________________________________________________
69489 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
69490         Log: Change #18829 makes this test workaround obsolete.
69491      Branch: perl
69492            ! ext/B/t/deparse.t
69493 ____________________________________________________________________________
69494 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
69495         Log: Patch by Salvador Fandiño to read the warning mask
69496              returned by caller() and ${^WARNING_BITS} from
69497              $warnings::Bits{all} and not from the hardcoded core
69498              constant. (This mask could have been extended by
69499              warnings::register.) Plus tests.
69500      Branch: perl
69501            ! mg.c pp_ctl.c t/op/caller.t
69502 ____________________________________________________________________________
69503 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
69504         Log: Subject: [PATCH] assertions
69505              From: Salvador Fandiño <sfandino@yahoo.com>
69506              Date: Fri, 21 Feb 2003 17:26:16 +0000
69507              Message-ID: <3E566138.4090709@yahoo.com>
69508              and the complement : (with added comments)
69509              Subject: [PATCH] bug in ext/B/t/deparse.t
69510              Message-ID: <3E563E16.7060303@yahoo.com>
69511              plus perldiag.pod patch for the new warning
69512              (previous change was, once again, empty)
69513      Branch: perl
69514            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
69515            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
69516            ! pod/perldiag.pod warnings.h warnings.pl
69517 ____________________________________________________________________________
69518 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
69519         Log: Subject: [PATCH] assertions
69520              From: Salvador Fandiño <sfandino@yahoo.com>
69521              Date: Fri, 21 Feb 2003 17:26:16 +0000
69522              Message-ID: <3E566138.4090709@yahoo.com>
69523              and the complement : (with added comments)
69524              Subject: [PATCH] bug in ext/B/t/deparse.t
69525              Message-ID: <3E563E16.7060303@yahoo.com>
69526              plus perldiag.pod patch for the new warning
69527      Branch: perl
69528            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
69529            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
69530            ! pod/perldiag.pod warnings.h warnings.pl
69531 ____________________________________________________________________________
69532 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
69533         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
69534              The variant is from how List::Util Util.xs does it.
69535      Branch: perl
69536            ! ext/Devel/PPPort/PPPort.pm
69537 ____________________________________________________________________________
69538 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
69539         Log: Doc typos.
69540      Branch: perl
69541            ! lib/File/Find.pm
69542 ____________________________________________________________________________
69543 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
69544         Log: Try to give rcatline() a good jog on Unicode.
69545      Branch: perl
69546            ! t/io/utf8.t
69547 ____________________________________________________________________________
69548 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
69549         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
69550              From: Enache Adrian <enache@rdslink.ro>
69551              Date: Sun, 2 Mar 2003 05:43:54 +0200
69552              Message-ID: <20030302034354.GA4905@ratsnest.hole>
69553      Branch: perl
69554            ! sv.c t/io/utf8.t
69555 ____________________________________________________________________________
69556 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
69557         Log: Can't test this without PerlIO.
69558      Branch: perl
69559            ! t/uni/write.t
69560 ____________________________________________________________________________
69561 [ 18820] By: sky                                   on 2003/03/04  01:01:07
69562         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
69563              What happened was that a constant was freed, the pad released but
69564              the pad slot still held the SV, when pad slot was reallocated
69565              to be a target for a stringify, it did a sv_setpv on the target
69566              and the original SV was wiped out. When this SV was later on
69567              to new places using the constant, they got the wrong value.
69568              By replacing pad_free with pad_swipe for these cases, we
69569              won't have such a problem. (pad_swipe also removes the
69570              pointer to the original SV).
69571      Branch: perl
69572            ! op.c
69573 ____________________________________________________________________________
69574 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
69575         Log: Further clarification on PERL_UNICODE's semantics.
69576      Branch: perl
69577            ! pod/perlrun.pod
69578 ____________________________________________________________________________
69579 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
69580         Log: Sync with libnet-1.13
69581      Branch: perl
69582            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
69583            ! lib/Net/POP3.pm lib/Net/SMTP.pm
69584 ____________________________________________________________________________
69585 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
69586         Log: Upgrade to Unicode::Normalize 0.20.
69587      Branch: perl
69588            ! ext/Unicode/Normalize/Changes
69589            ! ext/Unicode/Normalize/Normalize.pm
69590            ! ext/Unicode/Normalize/Normalize.xs
69591            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
69592            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
69593            ! ext/Unicode/Normalize/t/test.t
69594 ____________________________________________________________________________
69595 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
69596         Log: Upgrade to Encode 1.89.  The enc_module.t required
69597              a little tweak, sending that to Dan.
69598      Branch: perl
69599            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
69600            + ext/Encode/t/enc_module.t
69601            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
69602            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
69603            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
69604            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
69605            ! ext/Encode/ucm/viscii.ucm
69606 ____________________________________________________________________________
69607 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
69608         Log: Use a macro for abs() to avoid the possible truncation to an int;
69609              also make an explicit (double)cast for the arguments to fabs().
69610      Branch: perl
69611            ! perl.h pp.c sv.c util.c
69612 ____________________________________________________________________________
69613 [ 18812] By: hv                                    on 2003/03/02  22:36:05
69614         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
69615              From: andreas.koenig@anima.de (Andreas J. Koenig)
69616              Date: Wed, 19 Feb 2003 11:05:28 +0100
69617              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
69618      Branch: perl
69619            ! patchlevel.h
69620 ____________________________________________________________________________
69621 [ 18811] By: hv                                    on 2003/03/02  22:30:50
69622         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
69623              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
69624              Date: 18 Feb 2003 21:05:15 -0000
69625              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
69626      Branch: perl
69627            ! ext/IPC/SysV/Msg.pm
69628 ____________________________________________________________________________
69629 [ 18810] By: hv                                    on 2003/03/02  21:59:10
69630         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
69631              From: Richard Soderberg <perl@crystalflame.net>
69632              Date: Sat, 15 Feb 2003 01:27:21 -0500
69633              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
69634      Branch: perl
69635            ! lib/File/Basename.pm
69636 ____________________________________________________________________________
69637 [ 18809] By: hv                                    on 2003/03/02  21:54:53
69638         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
69639              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
69640              Date: 15 Feb 2003 00:21:41 -0000
69641              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
69642      Branch: perl
69643            ! lib/File/Find.pm
69644 ____________________________________________________________________________
69645 [ 18807] By: hv                                    on 2003/03/02  21:22:56
69646         Log: Reverse copyright update (#18801) for files not changed in 2003.
69647      Branch: perl
69648            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
69649            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
69650            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
69651            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
69652            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
69653            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
69654            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
69655            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
69656 ____________________________________________________________________________
69657 [ 18805] By: hv                                    on 2003/03/02  16:29:28
69658         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
69659              From: Enache Adrian <enache@rdslink.ro>
69660              Date: Sun, 2 Mar 2003 10:11:27 +0200
69661              Message-ID: <20030302081127.GA10782@ratsnest.hole>
69662      Branch: perl
69663            ! pp.c t/op/pat.t
69664 ____________________________________________________________________________
69665 [ 18803] By: hv                                    on 2003/03/02  16:12:34
69666         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
69667              From: "Anders Johnson" <ajohnson@wischip.com>
69668              Date: Mon, 10 Feb 2003 14:09:46 -0800
69669              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
69670      Branch: perl
69671            ! mg.c t/op/magic.t
69672 ____________________________________________________________________________
69673 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
69674         Log: Narrow down the -C test skippage.
69675      Branch: perl
69676            ! t/run/switchC.t
69677 ____________________________________________________________________________
69678 [ 18801] By: hv                                    on 2003/03/02  15:24:22
69679         Log: Update all copyrights to 2003, from Jarkko
69680      Branch: perl
69681            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
69682            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
69683            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
69684            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
69685            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
69686            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
69687            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
69688            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
69689            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
69690            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
69691            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
69692            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
69693            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
69694            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
69695            ! x2p/util.h x2p/walk.c xsutils.c
69696 ____________________________________________________________________________
69697 [ 18800] By: hv                                    on 2003/03/02  15:16:38
69698         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
69699              From: Richard.Foley@ubsw.com
69700              Date: Wed, 19 Feb 2003 13:24:38 +0100
69701              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
69702      Branch: perl
69703            ! lib/perl5db.pl
69704 ____________________________________________________________________________
69705 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
69706         Log: The -CI cannot be easily tested under UTF-8 locale with
69707              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
69708              Also other small tweaks in the -C neighbourhood.
69709      Branch: perl
69710            ! perl.c perl.h t/run/switchC.t util.c
69711 ____________________________________________________________________________
69712 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
69713         Log: Go with "right = -right" for greater portability, some platforms
69714              might require llabs() to get abs() of long longs.
69715      Branch: perl
69716            ! pp.c
69717 ____________________________________________________________________________
69718 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
69719         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
69720              with negative quads", or also as RedHat bug #65612.
69721      Branch: perl
69722            ! pp.c
69723 ____________________________________________________________________________
69724 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
69725         Log: Forgotten from change #18795.
69726      Branch: perl
69727            ! global.sym
69728 ____________________________________________________________________________
69729 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
69730         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
69731              From: Abe Timmerman <abe@ztreet.demon.nl>
69732              Date: Sun, 2 Mar 2003 02:03:16 +0100
69733              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
69734      Branch: perl
69735            ! embed.fnc embed.h makedef.pl
69736 ____________________________________________________________________________
69737 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
69738         Log: Further Unicode formats patching from Inaba Hiroto.
69739      Branch: perl
69740            + t/uni/write.t
69741            ! MANIFEST pp_ctl.c
69742 ____________________________________________________________________________
69743 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
69744         Log: Integrate change #18788 from maint.
69745      Branch: perl
69746           !> perl.h
69747 ____________________________________________________________________________
69748 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
69749         Log: Subject: [PATCH] Get MSWin32 back compiling
69750              From: Abe Timmerman <abe@ztreet.demon.nl>
69751              Date: Sat, 1 Mar 2003 04:31:19 +0100
69752              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
69753      Branch: perl
69754            ! embed.fnc embed.h global.sym makedef.pl
69755 ____________________________________________________________________________
69756 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
69757         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
69758              From: Inaba Hiroto <inaba@st.rim.or.jp>
69759              Date: Mon, 10 Feb 2003 00:04:51 +0900
69760              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
69761      Branch: perl
69762            ! pp_ctl.c toke.c
69763 ____________________________________________________________________________
69764 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
69765         Log: An already fixed bug from perl-unicode.
69766      Branch: perl
69767            ! t/op/pat.t
69768 ____________________________________________________________________________
69769 [ 18782] By: hv                                    on 2003/02/26  01:36:49
69770         Log: Subject: Re: [perl #20683] [fix] Better Patch
69771              From: Enache Adrian <enache@rdslink.ro>
69772              Date: Sun, 23 Feb 2003 20:16:39 +0200
69773              Message-ID: <20030223181639.GA18713@ratsnest.hole>
69774      Branch: perl
69775            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
69776            ! regexec.c sv.c t/op/pat.t
69777 ____________________________________________________________________________
69778 [ 18781] By: hv                                    on 2003/02/26  01:11:14
69779         Log: regen headers
69780      Branch: perl
69781            ! perlapi.h pod/perlapi.pod
69782 ____________________________________________________________________________
69783 [ 18780] By: hv                                    on 2003/02/26  00:25:32
69784         Log: Two typos found by Philip Newton <pnewton@gmx.de>
69785      Branch: perl
69786            ! configpm ext/DB_File/DB_File.pm
69787 ____________________________________________________________________________
69788 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
69789         Log: Add tests for the -C switch.  Depending on the
69790              CLIs some $^O dance may be needed.
69791      Branch: perl
69792            + t/run/switchC.t
69793            ! MANIFEST
69794 ____________________________________________________________________________
69795 [ 18778] By: hv                                    on 2003/02/25  15:24:17
69796         Log: Add missing file from change #18774.
69797      Branch: perl
69798            + t/op/localref.t
69799 ____________________________________________________________________________
69800 [ 18777] By: hv                                    on 2003/02/25  14:07:59
69801         Log: More variables for change #18776.
69802      Branch: perl
69803            ! op.c
69804 ____________________________________________________________________________
69805 [ 18776] By: hv                                    on 2003/02/25  14:04:03
69806         Log: Subject: [perl #20682] [fix] @- array not visible in s///
69807              From: Enache Adrian <enache@rdslink.ro>
69808              Date: Fri, 21 Feb 2003 17:50:14 +0200
69809              Message-ID: <20030221155014.GB793@ratsnest.hole>
69810      Branch: perl
69811            ! op.c t/op/subst.t
69812 ____________________________________________________________________________
69813 [ 18775] By: hv                                    on 2003/02/25  13:53:11
69814         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
69815              From: Enache Adrian <enache@rdslink.ro>
69816              Date: Fri, 21 Feb 2003 17:49:41 +0200
69817              Message-ID: <20030221154941.GA793@ratsnest.hole>
69818      Branch: perl
69819            ! pp_ctl.c t/op/subst.t
69820 ____________________________________________________________________________
69821 [ 18774] By: hv                                    on 2003/02/25  13:21:19
69822         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
69823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
69824              Date: Sun, 23 Feb 2003 00:03:27 +0100
69825              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
69826      Branch: perl
69827            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
69828 ____________________________________________________________________________
69829 [ 18773] By: hv                                    on 2003/02/25  12:45:01
69830         Log: Subject: [Encode] 1.88 Released
69831              From: Dan Kogai <dankogai@dan.co.jp>
69832              Date: Thu, 20 Feb 2003 23:49:55 +0900
69833              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
69834      Branch: perl
69835            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
69836            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
69837            ! ext/Encode/lib/Encode/CJKConstants.pm
69838            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
69839            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
69840 ____________________________________________________________________________
69841 [ 18772] By: merijn                                on 2003/02/25  12:12:14
69842         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
69843              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69844              Date: Wed, 19 Feb 2003 13:37:39 -0800
69845              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
69846      Branch: perl
69847            ! lib/CGI.pm
69848 ____________________________________________________________________________
69849 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
69850         Log: Cleanup #18770 as suggested by Rafael.
69851      Branch: perl
69852            ! mg.c perl.h
69853 ____________________________________________________________________________
69854 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
69855         Log: A new try at #18765 (for [perl #20920]).
69856      Branch: perl
69857            ! mg.c
69858 ____________________________________________________________________________
69859 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
69860         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
69861      Branch: perl
69862            ! mg.c
69863 ____________________________________________________________________________
69864 [ 18768] By: chip                                  on 2003/02/24  21:42:57
69865         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
69866              until a change has been submitted.
69867      Branch: perl
69868            + Porting/p4d2p
69869            ! MANIFEST
69870 ____________________________________________________________________________
69871 [ 18767] By: chip                                  on 2003/02/24  21:35:56
69872         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
69873      Branch: perl
69874            ! Porting/check83.pl Porting/findvars Porting/fixCORE
69875            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
69876 ____________________________________________________________________________
69877 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
69878         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
69879      Branch: perl
69880            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
69881            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
69882 ____________________________________________________________________________
69883 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
69884         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
69885              From: Slaven Rezic <slaven@rezic.de>
69886              Date: 14 Feb 2003 09:11:15 +0100
69887              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
69888
69889              (with slight tweaks)
69890      Branch: perl
69891            ! mg.c
69892 ____________________________________________________________________________
69893 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
69894         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
69895              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
69896              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
69897      Branch: perl
69898            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
69899 ____________________________________________________________________________
69900 [ 18763] By: chip                                  on 2003/02/24  14:54:36
69901         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
69902      Branch: perl
69903            ! op.c win32/perlhost.h
69904 ____________________________________________________________________________
69905 [ 18762] By: hv                                    on 2003/02/24  00:18:42
69906         Log: Remove no-longer-true line from perlop
69907      Branch: perl
69908            ! pod/perlop.pod
69909 ____________________________________________________________________________
69910 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
69911         Log: Chip noticed that the intended optionality of the 'IV' was
69912              forgotten in the change #18758.
69913      Branch: perl
69914            ! ext/Devel/Peek/Peek.t
69915 ____________________________________________________________________________
69916 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
69917         Log: API doc tweaks.
69918      Branch: perl
69919            ! utf8.c
69920 ____________________________________________________________________________
69921 [ 18759] By: sky                                   on 2003/02/21  09:08:30
69922         Log: Change regex to be a bit more friendly against various
69923              outputs from ps -f, regex suggest by rgs
69924      Branch: perl
69925            ! ext/threads/t/join.t
69926 ____________________________________________________________________________
69927 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
69928         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
69929              From: PPrymmer@factset.com
69930              Date: Thu, 20 Feb 2003 13:28:09 -0500
69931              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
69932      Branch: perl
69933            ! ext/Devel/Peek/Peek.t
69934 ____________________________________________________________________________
69935 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
69936         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
69937              From: PPrymmer@factset.com
69938              Date: Wed, 19 Feb 2003 15:04:40 -0500
69939              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
69940      Branch: perl
69941            ! README.vms configure.com
69942 ____________________________________________________________________________
69943 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
69944         Log: Doc tweakage on -C.
69945      Branch: perl
69946            ! pod/perlrun.pod
69947 ____________________________________________________________________________
69948 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
69949         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
69950              From: Brendan O'Dea <bod@debian.org>
69951              Date: Sun, 16 Feb 2003 21:09:23 +1100
69952              Message-ID: <20030216100923.GA29761@londo.c47.org>
69953      Branch: perl
69954            ! pod/perlcompile.pod
69955 ____________________________________________________________________________
69956 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
69957         Log: Document clearly that "_" is always in package "main".
69958      Branch: perl
69959            ! pod/perlvar.pod
69960 ____________________________________________________________________________
69961 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
69962         Log: Subject: Re: [perl #20716] scope error with brackets
69963              From: Enache Adrian <enache@rdslink.ro>
69964              Date: Thu, 13 Feb 2003 04:52:21 +0200
69965              Message-ID: <20030213025221.GA1215@ratsnest.hole>
69966              (better version of change #18687)
69967      Branch: perl
69968            ! t/comp/parser.t toke.c
69969 ____________________________________________________________________________
69970 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
69971         Log: 'A' is not 65 everywhere.
69972      Branch: perl
69973            ! t/op/pack.t
69974 ____________________________________________________________________________
69975 [ 18751] By: chip                                  on 2003/02/19  03:54:45
69976         Log: Support one-parameter unpack(), which unpacks $_.
69977      Branch: perl
69978            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
69979 ____________________________________________________________________________
69980 [ 18750] By: hv                                    on 2003/02/19  00:53:03
69981         Log: more complex assertions activation:
69982              Subject: Re: Did the assertion patch/feature submission get overlooked?
69983              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
69984              Date: Tue, 18 Feb 2003 19:24:13 +0000
69985              Message-ID: <3E52885D.5060903@yahoo.com>
69986      Branch: perl
69987            ! lib/assertions.pm lib/assertions/activate.pm
69988            ! t/comp/assertions.t
69989 ____________________________________________________________________________
69990 [ 18749] By: hv                                    on 2003/02/19  00:19:21
69991         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
69992              From: andreas.koenig@anima.de (Andreas J. Koenig)
69993              Date: Tue, 18 Feb 2003 11:48:40 +0100
69994              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
69995      Branch: perl
69996            ! patchlevel.h
69997 ____________________________________________________________________________
69998 [ 18748] By: hv                                    on 2003/02/19  00:00:41
69999         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
70000              From: Dave Mitchell <davem@fdgroup.com>
70001              Date: Tue, 18 Feb 2003 21:45:45 +0000
70002              Message-ID: <20030218214545.C18547@fdgroup.com>
70003
70004              and tests for the same:
70005              From: Dave Mitchell <davem@fdgroup.com>
70006              Date: Wed, 19 Feb 2003 00:42:01 +0000
70007              Message-ID: <20030219004201.F18547@fdgroup.com>
70008      Branch: perl
70009            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
70010 ____________________________________________________________________________
70011 [ 18747] By: hv                                    on 2003/02/18  23:47:06
70012         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
70013              problems on case-insensitive file systems. Rename it back to
70014              t/run/switch_A.t
70015      Branch: perl
70016           +> t/run/switch_A.t
70017            - t/run/switchA.t
70018            ! MANIFEST
70019 ____________________________________________________________________________
70020 [ 18746] By: sky                                   on 2003/02/18  21:31:37
70021         Log: Subject: Re: -Os for Darwin why?
70022              From: schwern@pobox.com
70023              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
70024              Message-Id: <20030218113739.D25848@ttul.org>
70025      Branch: perl
70026            ! hints/darwin.sh
70027 ____________________________________________________________________________
70028 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
70029         Log: Format nit.
70030      Branch: perl
70031            ! util.c
70032 ____________________________________________________________________________
70033 [ 18740] By: sky                                   on 2003/02/18  06:33:57
70034         Log: Re: -Os for Darwin why?
70035              From: schwern@pobox.com
70036              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
70037              Message-Id: <20030217191403.A17553@ttul.org>
70038      Branch: perl
70039            ! hints/darwin.sh
70040 ____________________________________________________________________________
70041 [ 18739] By: hv                                    on 2003/02/18  01:04:01
70042         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
70043              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
70044              Date: Mon, 17 Feb 2003 23:38:05 +0000
70045              Message-ID: <3E51725D.5060303@yahoo.com>
70046      Branch: perl
70047            + t/comp/assertions.t t/run/switchA.t
70048            ! MANIFEST
70049 ____________________________________________________________________________
70050 [ 18738] By: hv                                    on 2003/02/18  00:51:24
70051         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
70052              From: Nicholas Clark <nick@ccl4.org>
70053              Date: Mon, 17 Feb 2003 21:07:03 +0000
70054              Message-ID: <20030217210330.A8611@plum.flirble.org>
70055      Branch: perl
70056            ! sv.c
70057 ____________________________________________________________________________
70058 [ 18737] By: hv                                    on 2003/02/18  00:47:00
70059         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
70060              From: Stephen McCamant <smcc@mit.edu>
70061              Date: Mon, 17 Feb 2003 19:34:36 -0500
70062              Date: Mon, 17 Feb 2003 19:34:36 -0500
70063              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
70064      Branch: perl
70065            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
70066            ! ext/B/B/Terse.pm ext/B/t/terse.t
70067 ____________________________________________________________________________
70068 [ 18736] By: hv                                    on 2003/02/17  09:33:47
70069         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
70070              From: Nicholas Clark <nick@unfortu.net>
70071              Date: Sun, 16 Feb 2003 23:09:50 +0000
70072              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
70073      Branch: perl
70074            ! sv.c
70075 ____________________________________________________________________________
70076 [ 18735] By: hv                                    on 2003/02/17  09:13:02
70077         Log: Use the escape E<ntilde> in source files rather than the actual char.
70078      Branch: perl
70079            ! lib/assertions.pm lib/assertions/activate.pm
70080 ____________________________________________________________________________
70081 [ 18734] By: hv                                    on 2003/02/17  09:06:44
70082         Log: Suppress empty #ifdef blocks in embed.pl
70083      Branch: perl
70084            ! embed.h embed.pl
70085 ____________________________________________________________________________
70086 [ 18733] By: hv                                    on 2003/02/17  08:51:53
70087         Log: fix typo in sv.c and regenerate perlapi.pod
70088      Branch: perl
70089            ! pod/perlapi.pod sv.c
70090 ____________________________________________________________________________
70091 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
70092         Log: Philip Newton has eagle eyes :-)
70093      Branch: perl
70094            ! pod/perlrun.pod
70095 ____________________________________________________________________________
70096 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
70097         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
70098      Branch: perl
70099            ! locale.c pod/perlrun.pod pod/perlunicode.pod
70100            ! pod/perluniintro.pod pod/perlvar.pod util.c
70101 ____________________________________________________________________________
70102 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
70103         Log: Make also the -CAL conditional on locale.
70104      Branch: perl
70105            ! perl.c pod/perlrun.pod
70106 ____________________________________________________________________________
70107 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
70108         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
70109      Branch: perl
70110            ! embed.h embed.pl pod/perlembed.pod
70111 ____________________________________________________________________________
70112 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
70113         Log: According to Sarathy it's better have the Ministry
70114              of Information to remove all memory of NO_EMBED.
70115              What NO_EMBED?
70116      Branch: perl
70117            ! embed.h embed.pl
70118 ____________________________________________________________________________
70119 [ 18727] By: hv                                    on 2003/02/16  13:55:10
70120         Log: add support for assertions. Updated form of:
70121              Subject: Re: Did the assertion patch/feature submission get overlooked?
70122              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
70123              Date: Sat, 30 Nov 2002 17:24:09 +0000
70124              Message-ID: <3DE8F439.50402@yahoo.com>
70125      Branch: perl
70126            + lib/assertions.pm lib/assertions/activate.pm
70127            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
70128            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
70129            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
70130 ____________________________________________________________________________
70131 [ 18726] By: hv                                    on 2003/02/16  13:10:32
70132         Log: COW regexps:
70133              Subject: [PATCH] Copy on write for $& and $1...
70134              From: Nicholas Clark <nick@unfortu.net>
70135              Date: Sun, 9 Feb 2003 23:00:09 +0000
70136              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
70137      Branch: perl
70138            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
70139            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
70140 ____________________________________________________________________________
70141 [ 18725] By: hv                                    on 2003/02/16  13:08:52
70142         Log: inline SvREFCNT_dec:
70143              Subject: [PATCH] Copy on write for $& and $1...
70144              From: Nicholas Clark <nick@unfortu.net>
70145              Date: Sun, 9 Feb 2003 23:00:09 +0000
70146              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
70147      Branch: perl
70148            ! embed.fnc embed.h proto.h sv.c sv.h
70149 ____________________________________________________________________________
70150 [ 18723] By: hv                                    on 2003/02/16  11:12:58
70151         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
70152              From: Enache Adrian <enache@rdslink.ro>
70153              Date: Sun, 16 Feb 2003 00:05:10 +0200
70154              Message-ID: <20030215220510.GB893@ratsnest.hole>
70155      Branch: perl
70156            ! op.c
70157 ____________________________________________________________________________
70158 [ 18722] By: hv                                    on 2003/02/16  11:08:06
70159         Log: outdent else-if chain in scope()
70160      Branch: perl
70161            ! op.c
70162 ____________________________________________________________________________
70163 [ 18721] By: hv                                    on 2003/02/16  11:00:47
70164         Log: Subject: [PATCH] arcane tainting bug in vms.c
70165              From: "Craig A. Berry" <craigberry@mac.com>
70166              Date: Sat, 15 Feb 2003 12:29:03 -0600
70167              Message-ID: <3E4E86EF.8090609@mac.com>
70168      Branch: perl
70169            ! vms/vms.c
70170 ____________________________________________________________________________
70171 [ 18720] By: hv                                    on 2003/02/16  10:54:58
70172         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
70173              integer, but extend to runtime. Based on:
70174              Subject: Re: [perl #20827] Unexpected scientific notation.
70175              From: hv@crypt.org
70176              Date: Wed, 12 Feb 2003 03:12:43 +0000
70177              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
70178      Branch: perl
70179            ! op.c pp.c
70180 ____________________________________________________________________________
70181 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
70182         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
70183              which will disable the short forms of the Perl_ API, good for
70184              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
70185      Branch: perl
70186            ! embed.h embed.pl pod/perlembed.pod
70187 ____________________________________________________________________________
70188 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
70189         Log: Clarify the -C syntax a bit.
70190      Branch: perl
70191            ! pod/perlrun.pod
70192 ____________________________________________________________________________
70193 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
70194         Log: Forgotten from #18715.
70195      Branch: perl
70196            ! embed.h proto.h
70197 ____________________________________________________________________________
70198 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
70199         Log: The new(er) way of controlling Unicode I/O (and other) features;
70200              -C (or PERL_UNICODE).  See perlrun/-C for more details.
70201      Branch: perl
70202            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
70203            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
70204            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
70205            ! util.c
70206 ____________________________________________________________________________
70207 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
70208         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
70209      Branch: perl
70210            ! ext/Storable/Storable.xs
70211 ____________________________________________________________________________
70212 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
70213         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
70214              even closer to each other.  The dec_osf.pl is irrelevant
70215              for the current core but adding it makes for one less exception
70216              when integrating.
70217      Branch: perl
70218            + ext/Digest/MD5/hints/dec_osf.pl
70219            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
70220            ! ext/Digest/MD5/t/files.t
70221 ____________________________________________________________________________
70222 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
70223         Log: Update MD5 Changes; update checksums.
70224      Branch: perl
70225            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
70226 ____________________________________________________________________________
70227 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
70228         Log: Update the MD5 checksums.
70229      Branch: perl
70230            ! ext/Digest/MD5/t/files.t
70231 ____________________________________________________________________________
70232 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
70233         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
70234              (problem noticed by Graham with List::Util).
70235      Branch: perl
70236            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
70237            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
70238 ____________________________________________________________________________
70239 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
70240         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
70241              From: Enache Adrian <enache@rdslink.ro>
70242              Date: Sat, 15 Feb 2003 00:37:40 +0200
70243              Message-ID: <20030214223740.GA13575@ratsnest.hole>
70244      Branch: perl
70245            ! pp.c t/op/split.t
70246 ____________________________________________________________________________
70247 [ 18707] By: hv                                    on 2003/02/15  06:38:15
70248         Log: Subject: [doc patch] ext/threads/shared/shared.pm
70249              From: Stas Bekman <stas@stason.org>
70250              Date: Fri, 14 Feb 2003 11:12:39 +1100
70251              Message-ID: <3E4C3477.7030306@stason.org>
70252      Branch: perl
70253            ! ext/threads/shared/shared.pm
70254 ____________________________________________________________________________
70255 [ 18706] By: hv                                    on 2003/02/15  06:32:35
70256         Log: Subject: Re: perlvar phrasing clarification for $^S
70257              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
70258              Date: Fri, 14 Feb 2003 10:12:00 +1100
70259              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
70260      Branch: perl
70261            ! pod/perlvar.pod
70262 ____________________________________________________________________________
70263 [ 18705] By: hv                                    on 2003/02/15  06:27:07
70264         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
70265              From: Dave Mitchell <davem@fdgroup.com>
70266              Date: Fri, 14 Feb 2003 22:48:27 +0000
70267              Message-ID: <20030214224827.B6783@fdgroup.com>
70268
70269              with tests:
70270              From: Slaven Rezic <slaven@rezic.de>
70271              Date: 14 Feb 2003 20:23:20 +0100
70272              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
70273      Branch: perl
70274            ! pp.c t/op/substr.t t/op/vec.t
70275 ____________________________________________________________________________
70276 [ 18704] By: hv                                    on 2003/02/15  06:17:06
70277         Log: Subject: Re: overriding builtins quirk
70278              From: Jerrad Pierce <belg4mit@MIT.EDU>
70279              Date: Fri, 14 Feb 2003 09:28:13 -0500
70280              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
70281      Branch: perl
70282            ! pod/perlsub.pod
70283 ____________________________________________________________________________
70284 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
70285         Log: Subject: Re: trying to fix #20154, #20357
70286              From: Enache Adrian <enache@rdslink.ro>
70287              Date: Sat, 8 Feb 2003 21:05:14 +0200
70288              Message-ID: <20030208190514.GA866@ratsnest.hole>
70289              (fixes #19061 as well)
70290      Branch: perl
70291            ! pp_ctl.c t/op/goto.t
70292 ____________________________________________________________________________
70293 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
70294         Log: Update to Scalar-List-Utils 1.11
70295      Branch: perl
70296            + ext/List/Util/t/proto.t
70297            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
70298            ! ext/List/Util/lib/List/Util.pm
70299            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
70300 ____________________________________________________________________________
70301 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
70302         Log: gcc 3.2.1 does not have -Wall faith that tmp
70303              will not be used uninitialized.
70304      Branch: perl
70305            ! toke.c
70306 ____________________________________________________________________________
70307 [ 18698] By: hv                                    on 2003/02/12  03:01:32
70308         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
70309              From: Slaven Rezic <slaven@rezic.de>
70310              Date: 30 Jan 2003 19:03:41 +0100
70311              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
70312      Branch: perl
70313            ! utils/perlbug.PL
70314 ____________________________________________________________________________
70315 [ 18697] By: hv                                    on 2003/02/12  02:20:39
70316         Log: Subject: [PATCH 5.9.0] to silence compiler warning
70317              From: Robin Barker <Robin.Barker@npl.co.uk>
70318              Date: Tue, 28 Jan 2003 13:27:17 -0000
70319              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
70320      Branch: perl
70321            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
70322            ! universal.c util.c
70323 ____________________________________________________________________________
70324 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
70325         Log: Subject: [perl #20654] %*v02x considered invalid in printf
70326              From: Robin Barker (via RT) <perlbug-followup@perl.org>
70327              Date: 10 Feb 2003 16:43:23 -0000
70328              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
70329      Branch: perl
70330            ! sv.c t/op/sprintf.t
70331 ____________________________________________________________________________
70332 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
70333         Log: Subject: mini-[patch] perlrun "^$W" typo
70334              From: Iain Truskett <spoon@dellah.org>
70335              Date: Tue, 11 Feb 2003 08:38:52 +1100
70336              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
70337      Branch: perl
70338            ! pod/perlrun.pod
70339 ____________________________________________________________________________
70340 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
70341         Log: Subject: [PATCH] More B::Concise fixes
70342              From: Stephen McCamant <smcc@mit.edu>
70343              Date: Sun, 9 Feb 2003 17:28:38 -0500
70344              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
70345      Branch: perl
70346            ! ext/B/B/Concise.pm
70347 ____________________________________________________________________________
70348 [ 18693] By: merijn                                on 2003/02/11  08:14:29
70349         Log: More code cleanup.
70350
70351              Subject: Re: New SV Flag
70352              Date: Fri, 07 Feb 2003 09:57:43 +0100
70353              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70354              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
70355      Branch: perl
70356            ! sv.c sv.h
70357 ____________________________________________________________________________
70358 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
70359         Log: Dueling patches.
70360      Branch: perl
70361            - lib/CPAN/ChangeLog
70362            ! MANIFEST
70363 ____________________________________________________________________________
70364 [ 18691] By: hv                                    on 2003/02/11  00:27:56
70365         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
70366              From: Mark Mielke <mark@mark.mielke.cc>
70367              Date: Mon, 20 Jan 2003 19:56:13 -0500
70368              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
70369      Branch: perl
70370            ! sv.c
70371 ____________________________________________________________________________
70372 [ 18690] By: hv                                    on 2003/02/10  22:08:05
70373         Log: fix comment in change #18689
70374      Branch: perl
70375            ! sv.c
70376 ____________________________________________________________________________
70377 [ 18689] By: hv                                    on 2003/02/10  21:59:34
70378         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
70379              Now allows but ignores the 'l' modifier on floating point formats
70380              and adds a couple of tests.
70381      Branch: perl
70382            ! sv.c t/op/sprintf.t
70383 ____________________________________________________________________________
70384 [ 18688] By: sky                                   on 2003/02/10  19:54:13
70385         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
70386              From: Enache Adrian <enache@rdslink.ro>
70387              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
70388              Message-Id: <20030209201025.GA1247@ratsnest.hole>
70389      Branch: perl
70390            ! pp_ctl.c
70391 ____________________________________________________________________________
70392 [ 18687] By: sky                                   on 2003/02/10  18:13:29
70393         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
70394              From: Enache Adrian <enache@rdslink.ro>
70395              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
70396              Message-id: <20030210174858.GA872@ratsnest.hole>
70397      Branch: perl
70398            ! t/comp/parser.t toke.c
70399 ____________________________________________________________________________
70400 [ 18686] By: sky                                   on 2003/02/10  18:11:35
70401         Log: Compile under threads and MacOSX. For some reason newSVpvf
70402              was not exapnded.
70403      Branch: perl
70404            ! universal.c
70405 ____________________________________________________________________________
70406 [ 18685] By: ams                                   on 2003/02/10  03:44:07
70407         Log: No, we don't really want the utility scripts.
70408      Branch: perl
70409            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
70410            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
70411            ! MANIFEST ext/MIME/Base64/Makefile.PL
70412 ____________________________________________________________________________
70413 [ 18684] By: hv                                    on 2003/02/10  01:43:12
70414         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
70415              Subject: [perl #20536] use if 1, open => ':utf8' fails
70416              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
70417              Date: 24 Jan 2003 22:39:06 -0000
70418              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
70419      Branch: perl
70420            ! lib/if.pm lib/if.t
70421 ____________________________________________________________________________
70422 [ 18683] By: hv                                    on 2003/02/10  01:15:52
70423         Log: Subject: RE: perldebug.pod suggestion
70424              From: "Jay Hannah" <jhannah@omnihotels.com>
70425              Date: Fri, 24 Jan 2003 11:28:44 -0600
70426              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
70427      Branch: perl
70428            ! pod/perldebug.pod
70429 ____________________________________________________________________________
70430 [ 18682] By: hv                                    on 2003/02/10  00:26:50
70431         Log: Subject: [PATCH] version objects final(?) patch
70432              From: John Peacock <jpeacock@rowman.com>
70433              Date: Sun, 05 Jan 2003 21:28:41 -0500
70434              Message-ID: <3E18E9D9.2040908@rowman.com>
70435      Branch: perl
70436            ! lib/version.pm lib/version.t universal.c util.c
70437 ____________________________________________________________________________
70438 [ 18680] By: chip                                  on 2003/02/09  17:39:33
70439         Log: Add CPAN ChangeLog to MANIFEST.
70440      Branch: perl
70441            ! MANIFEST
70442 ____________________________________________________________________________
70443 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
70444         Log: CPAN ChangeLog not needed, says Andreas.
70445      Branch: perl
70446            ! MANIFEST
70447 ____________________________________________________________________________
70448 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
70449         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
70450              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
70451              Date: 8 Feb 2003 11:54:11 -0000
70452              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
70453      Branch: perl
70454            ! ext/PerlIO/encoding/encoding.pm
70455 ____________________________________________________________________________
70456 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
70457         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
70458              From: Stas Bekman <stas@stason.org>
70459              Date: Sat, 08 Feb 2003 11:12:28 +1100
70460              Message-ID: <3E444B6C.5060407@stason.org>
70461      Branch: perl
70462            ! doio.c
70463 ____________________________________________________________________________
70464 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
70465         Log: Possible cruft removal.
70466      Branch: perl
70467            ! x2p/Makefile.SH
70468 ____________________________________________________________________________
70469 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
70470         Log: Signedness nits.
70471      Branch: perl
70472            ! toke.c
70473 ____________________________________________________________________________
70474 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
70475         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
70476      Branch: perl
70477            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
70478            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
70479            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
70480            ! utils.lst
70481 ____________________________________________________________________________
70482 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
70483         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
70484      Branch: perl
70485            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
70486            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
70487            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
70488            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
70489 ____________________________________________________________________________
70490 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
70491         Log: Subject: [PATCH] perluniintro nit
70492              From: Autrijus Tang <autrijus@autrijus.org>
70493              Date: Fri, 7 Feb 2003 00:02:49 +0800
70494              Message-ID: <20030206160249.GA12984@not.autrijus.org>
70495      Branch: perl
70496            ! pod/perluniintro.pod
70497 ____________________________________________________________________________
70498 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
70499         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
70500              From: PPrymmer@factset.com
70501              Date: Wed, 5 Feb 2003 12:00:05 -0500
70502              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
70503      Branch: perl
70504            ! t/pod/find.t
70505 ____________________________________________________________________________
70506 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
70507         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
70508      Branch: perl
70509            ! proto.h
70510 ____________________________________________________________________________
70511 [ 18666] By: sky                                   on 2003/02/06  09:39:24
70512         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
70513              why we are not using SvOOK_on.
70514      Branch: perl
70515            ! sv.c
70516 ____________________________________________________________________________
70517 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
70518         Log: Things forgotten from Encode 1.87.
70519      Branch: perl
70520            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
70521 ____________________________________________________________________________
70522 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
70523         Log: Upgrade to Encode 1.87.
70524      Branch: perl
70525            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
70526            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
70527            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
70528            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
70529            ! ext/Encode/lib/Encode/CJKConstants.pm
70530            ! ext/Encode/lib/Encode/Encoder.pm
70531            ! ext/Encode/lib/Encode/Encoding.pm
70532            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
70533            ! ext/Encode/t/enc_eucjp.t
70534 ____________________________________________________________________________
70535 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
70536         Log: Add the test of [perl #8760] (fixed by change #18656).
70537      Branch: perl
70538            ! t/run/fresh_perl.t
70539 ____________________________________________________________________________
70540 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
70541         Log: has become fixed too (by changes #18653
70542              and #18658, methinks), adding the test(s).
70543      Branch: perl
70544            ! t/op/pat.t
70545 ____________________________________________________________________________
70546 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
70547         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
70548              From: Inaba HIroto <inaba@st.rim.or.jp>
70549              Date: Sat, 01 Feb 2003 21:58:20 +0900
70550              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
70551      Branch: perl
70552            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
70553            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
70554            ! ext/Encode/lib/Encode/Encoding.pm
70555            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
70556            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
70557 ____________________________________________________________________________
70558 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
70559         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
70560              From: PPrymmer@factset.com
70561              Date: Tue, 4 Feb 2003 12:03:17 -0500
70562              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
70563      Branch: perl
70564            ! ext/PerlIO/via/via.xs
70565 ____________________________________________________________________________
70566 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
70567         Log: s/S_cache_re/cache_re/ for building with threads.
70568      Branch: perl
70569            ! regexec.c
70570 ____________________________________________________________________________
70571 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
70572         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
70573              From: Stephen McCamant <smcc@mit.edu>
70574              Date: Mon, 3 Feb 2003 21:01:07 -0500
70575              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
70576      Branch: perl
70577            ! ext/B/B/Concise.pm ext/B/t/concise.t
70578 ____________________________________________________________________________
70579 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
70580         Log: Better version of change #18648, by Enache Adrian
70581              Message-ID: <20030204101533.GA11817@ratsnest.hole>
70582      Branch: perl
70583            ! op.c
70584 ____________________________________________________________________________
70585 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
70586         Log: Add the new test to MANIFEST.
70587      Branch: perl
70588            ! MANIFEST
70589 ____________________________________________________________________________
70590 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
70591         Log: Sync with 1.10
70592      Branch: perl
70593            + ext/List/Util/t/lln.t
70594            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
70595            ! ext/List/Util/lib/List/Util.pm
70596            ! ext/List/Util/lib/Scalar/Util.pm
70597 ____________________________________________________________________________
70598 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
70599         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
70600              The PL_regdata was not set up (S_cache_re()) before it
70601              was needed (S_reginclass()).  The test put in fresh_perl.t
70602              because we need a pristine state to start.
70603      Branch: perl
70604            ! regexec.c t/run/fresh_perl.t
70605 ____________________________________________________________________________
70606 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
70607         Log: Comment tweak.
70608      Branch: perl
70609            ! t/op/pat.t
70610 ____________________________________________________________________________
70611 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
70612         Log: Signedness issue.
70613      Branch: perl
70614            ! ext/MIME/Base64/Base64.xs
70615 ____________________________________________________________________________
70616 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
70617         Log: Force the C locale in makedepend, to prevent gcc from
70618              producing locale-dependent messages.
70619      Branch: perl
70620            ! makedepend.SH
70621 ____________________________________________________________________________
70622 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
70623         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
70624      Branch: perl
70625            ! pod/perlrun.pod
70626 ____________________________________________________________________________
70627 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
70628         Log: Fix bug #8760 : cop_line isn't properly restored
70629              when a module is loaded at runtime behind the scenes.
70630      Branch: perl
70631            ! op.c t/lib/warnings/perlio
70632 ____________________________________________________________________________
70633 [ 18647] By: merijn                                on 2003/02/03  16:14:00
70634         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
70635              From: Abe Timmerman <abe@ztreet.demon.nl>
70636              Date: Sun, 2 Feb 2003 18:27:57 +0100
70637              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
70638      Branch: perl
70639            ! hints/openbsd.sh
70640 ____________________________________________________________________________
70641 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
70642         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
70643              (Made Solaris go boom.)
70644      Branch: perl
70645            ! Configure
70646 ____________________________________________________________________________
70647 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
70648         Log: Detypo.
70649      Branch: perl
70650            ! cop.h
70651 ____________________________________________________________________________
70652 [ 18642] By: ams                                   on 2003/02/03  08:26:36
70653         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
70654              utility scripts?)
70655      Branch: perl
70656            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
70657            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
70658            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
70659            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
70660            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
70661            ! ext/MIME/Base64/t/quoted-print.t
70662 ____________________________________________________________________________
70663 [ 18641] By: sky                                   on 2003/02/02  23:46:24
70664         Log: In any case, never copy this but use the same SV since
70665              if we copy we loose the hash we so badly need.
70666              For op_const we might still need to copy however.
70667      Branch: perl
70668            ! op.c
70669 ____________________________________________________________________________
70670 [ 18640] By: sky                                   on 2003/02/02  23:38:40
70671         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
70672              threading issue. Should perhaps be a PVOP to save memory, but then
70673              we have nowhere to store the hash of the function!
70674      Branch: perl
70675            ! dump.c op.c pp_hot.c
70676 ____________________________________________________________________________
70677 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
70678         Log: Plan 9: Some time has passed.
70679      Branch: perl
70680            ! plan9/buildinfo
70681 ____________________________________________________________________________
70682 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
70683         Log: Subject: Re: typo in checkin 18616
70684              From: Nick Ing-Simmons <nick@ing-simmons.net>
70685              Date: Sun, 02 Feb 2003 17:23:08 +0000
70686              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
70687      Branch: perl
70688            ! XSUB.h
70689 ____________________________________________________________________________
70690 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
70691         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
70692      Branch: perl
70693            + plan9/config_sh.sample
70694            ! MANIFEST
70695 ____________________________________________________________________________
70696 [ 18634] By: ams                                   on 2003/02/02  18:07:01
70697         Log: Subject: [PATCH] pod/perlfunc.pod
70698              From: abigail@abigail.nl
70699              Date: Sun, 2 Feb 2003 16:59:48 +0100
70700              Message-Id: <20030202155948.7971.qmail@abigail.nl>
70701      Branch: perl
70702            ! pod/perlfunc.pod
70703 ____________________________________________________________________________
70704 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
70705         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
70706              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
70707              Date: Wed, 22 Jan 2003 22:35:56 +0100
70708              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
70709      Branch: perl
70710            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
70711 ____________________________________________________________________________
70712 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
70713         Log: Also [perl #3547] has been fixed; add its test case.
70714      Branch: perl
70715            ! t/op/pat.t
70716 ____________________________________________________________________________
70717 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
70718         Log: The [perl #7471] seems to have been fixed; add its test.
70719      Branch: perl
70720            ! t/op/pat.t
70721 ____________________________________________________________________________
70722 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
70723         Log: seems to have been fixed; add its test.
70724      Branch: perl
70725            ! t/op/pat.t
70726 ____________________________________________________________________________
70727 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
70728         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
70729      Branch: perl
70730            + plan9/config_h.sample
70731            ! MANIFEST
70732 ____________________________________________________________________________
70733 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
70734         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
70735      Branch: perl
70736            ! plan9/config.plan9
70737 ____________________________________________________________________________
70738 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
70739         Log: Plan 9: Update the list of object files.
70740      Branch: perl
70741            ! plan9/mkfile
70742 ____________________________________________________________________________
70743 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
70744         Log: Plan 9: No Configure.
70745      Branch: perl
70746            ! Configure
70747 ____________________________________________________________________________
70748 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
70749         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
70750      Branch: perl
70751            ! Configure
70752 ____________________________________________________________________________
70753 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
70754         Log: minitest wasn't working.  (The $^X /miniperl/ test in
70755              io/crlf.t didn't work in Tru64, $^X was "./perl", used
70756              the same 'eval q/use .../' trick everywhere.)
70757      Branch: perl
70758            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
70759            ! t/uni/tr_utf8.t
70760 ____________________________________________________________________________
70761 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
70762         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
70763              (test.pl-ise quotemeta.t, too)
70764      Branch: perl
70765            ! t/op/quotemeta.t toke.c
70766 ____________________________________________________________________________
70767 [ 18618] By: sky                                   on 2003/02/01  21:04:36
70768         Log: Fix bug #15837, temporary from storable call hadn't gotten
70769              freed yet and was cloned but without a real (AvREAL)
70770              reference to it. @_ doesn't refcount!
70771      Branch: perl
70772            ! ext/threads/threads.xs
70773 ____________________________________________________________________________
70774 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
70775         Log: Integrate from perlio:
70776
70777              [ 18591]
70778              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
70779              correct XSUB.h
70780
70781              [ 18611]
70782              Michael Schroeder's fix for re-try if stdio ops after
70783              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
70784
70785              [ 18612]
70786              PerlIO friendly version of speed up of $/ = undef case.
70787
70788              [ 18613]
70789              fflush() before invalidating stdio's fileno.
70790      Branch: perl
70791           !> XSUB.h perlio.c sv.c
70792 ____________________________________________________________________________
70793 [ 18615] By: sky                                   on 2003/02/01  12:01:01
70794         Log: Don't free thread before using it, breaks platforms that
70795              trust that I really want to free what I free, (like HPUX
70796              and AIX).
70797      Branch: perl
70798            ! ext/threads/threads.xs
70799 ____________________________________________________________________________
70800 [ 18614] By: ams                                   on 2003/02/01  12:00:29
70801         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
70802              From: Nick Ing-Simmons <nick@ing-simmons.net>
70803              Date: Sat, 01 Feb 2003 13:03:52 +0000
70804              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
70805      Branch: perl
70806            ! perlio.c
70807 ____________________________________________________________________________
70808 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
70809         Log: Go even further (back) than change #18608 and revert
70810              to the 5.8.0 code, since otherwise split.t #40 fails.
70811              The four new tests of pat.t should keep us more honest.
70812      Branch: perl
70813            ! regexec.c
70814 ____________________________________________________________________________
70815 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
70816         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
70817              From: Enache Adrian <enache@rdslink.ro>
70818              Date: Fri, 31 Jan 2003 09:20:59 +0200
70819              Message-ID: <20030131072059.GB6045@ratsnest.hole>
70820      Branch: perl
70821            ! regexec.c t/op/pat.t
70822 ____________________________________________________________________________
70823 [ 18607] By: ams                                   on 2003/01/31  02:29:56
70824         Log: Fix typo in version check ($[ to $]).
70825      Branch: perl
70826            ! ext/Storable/t/restrict.t
70827 ____________________________________________________________________________
70828 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
70829         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
70830              From: Jose.auguste-etienne@cgss-guyane.fr
70831              Date: Thu, 30 Jan 2003 12:40:53 -0300
70832              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
70833      Branch: perl
70834            ! pod/perlunicode.pod
70835 ____________________________________________________________________________
70836 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
70837         Log: code example in the FAQ that isn't strict-friendly.
70838              Subject: [perl #20616] Tie::IxHash doc error.
70839              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
70840              Date: 30 Jan 2003 11:43:17 -0000
70841              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
70842      Branch: perl
70843            ! pod/perlfaq4.pod
70844 ____________________________________________________________________________
70845 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
70846         Log: FAQ sync.
70847      Branch: perl
70848            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
70849            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
70850            ! pod/perlfaq8.pod
70851 ____________________________________________________________________________
70852 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
70853         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
70854              From: Enache Adrian <enache@rdslink.ro>
70855              Date: Thu, 30 Jan 2003 10:48:09 +0200
70856              Message-ID: <20030130084809.GA16902@ratsnest.hole>
70857
70858              Fix for half of the failures, with an expanded test.
70859      Branch: perl
70860            ! lib/utf8.t sv.c
70861 ____________________________________________________________________________
70862 [ 18602] By: merijn                                on 2003/01/30  06:31:50
70863         Log: Updates to the openbsd hints
70864
70865              Subject: [perl #20606] [no subject]
70866              Date: 29 Jan 2003 18:38:37 -0000
70867              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
70868              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
70869      Branch: perl
70870            ! hints/openbsd.sh
70871 ____________________________________________________________________________
70872 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
70873         Log: More of the #18600.
70874      Branch: perl
70875            ! pad.c
70876 ____________________________________________________________________________
70877 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
70878         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
70879              dumping (but now use SvPV_nolen).  (This change made an empty
70880              prototype to show up as "_" under -Uuseperlio.)
70881      Branch: perl
70882            ! dump.c
70883 ____________________________________________________________________________
70884 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
70885         Log: Fix a very small memory leak in op_free, by reserving the
70886              case op_seq == (U16)-1 for the compiler backend
70887
70888              Subject: Re: Freeing code
70889              From: "Paul Johnson" <paul@pjcj.net>
70890              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
70891              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
70892      Branch: perl
70893            ! op.c
70894 ____________________________________________________________________________
70895 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
70896         Log: Integrate from maint-5.8:
70897              Change 18450 :
70898              Tiny output tweak.
70899              Change 18429 :
70900              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
70901              things like drand48_data are undefined).
70902              Change 18388 :
70903              List the PERL_MAGIC_utf8 ('w') flag.
70904      Branch: perl
70905           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
70906 ____________________________________________________________________________
70907 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
70908         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
70909              From: Slaven Rezic <slaven@rezic.de>
70910              Date: 14 Jan 2003 20:58:54 +0100
70911              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
70912      Branch: perl
70913            ! ext/Sys/Hostname/Hostname.pm
70914 ____________________________________________________________________________
70915 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
70916         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
70917              without the lval context tweak. Used in OP_DBSTATE.
70918              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
70919              From: Dave Mitchell <davem@fdgroup.com>
70920              Date: Sun, 26 Jan 2003 17:42:42 +0000
70921              Message-ID: <20030126174242.H16182@fdgroup.com>
70922      Branch: perl
70923            ! cop.h pp_ctl.c
70924 ____________________________________________________________________________
70925 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
70926         Log: Subject: [PATCH] make Copy On Write work once again
70927              From: Nicholas Clark <nick@unfortu.net>
70928              Date: Sat, 25 Jan 2003 00:25:50 +0000
70929              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
70930      Branch: perl
70931            ! sv.h
70932 ____________________________________________________________________________
70933 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
70934         Log: Update the pod list for Plan 9.
70935      Branch: perl
70936            ! plan9/mkfile
70937 ____________________________________________________________________________
70938 [ 18593] By: sky                                   on 2003/01/26  22:37:21
70939         Log: When we copy things out of a hash and increment the
70940              refcount of the shared scalar, we really must protect
70941              that refcount increase with a lock, or else it might not
70942              happen. Fixes segfault when objects would prematurely
70943              be killed.
70944      Branch: perl
70945            ! ext/threads/shared/shared.xs
70946 ____________________________________________________________________________
70947 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
70948         Log: Missing (STRLEN)casts.
70949      Branch: perl
70950            ! sv.c
70951 ____________________________________________________________________________
70952 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
70953         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
70954
70955              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
70956              From: Dave Mitchell <davem@fdgroup.com>
70957              Date: Fri, 24 Jan 2003 18:44:19 +0000
70958              Message-ID: <20030124184419.F11179@fdgroup.com>
70959      Branch: perl
70960            ! mg.c op.h pp_ctl.c
70961 ____________________________________________________________________________
70962 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
70963         Log: Lest people get worried about not having PerlIO.
70964      Branch: perl
70965            ! pod/perluniintro.pod
70966 ____________________________________________________________________________
70967 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
70968         Log: Plan 9 doesn't do nm, from Russ Cox.
70969      Branch: perl
70970            ! Configure
70971 ____________________________________________________________________________
70972 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
70973         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
70974      Branch: perl
70975            ! plan9/plan9ish.h
70976 ____________________________________________________________________________
70977 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
70978         Log: Plan 9 compiler can't return quads from the ?: (condop).
70979              (There may be more spots like this, so a Configure test
70980              maybe in order, but this works for now.)  From Russ Cox.
70981      Branch: perl
70982            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
70983 ____________________________________________________________________________
70984 [ 18581] By: ams                                   on 2003/01/26  05:29:40
70985         Log: Subject: Re: truncate using a globref
70986              From: Slaven Rezic <slaven@rezic.de>
70987              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
70988              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
70989      Branch: perl
70990            ! pp_sys.c t/io/fs.t
70991 ____________________________________________________________________________
70992 [ 18580] By: ams                                   on 2003/01/26  04:57:47
70993         Log: Subject: patch to speed up Perl's slurp mode
70994              From: Enache Adrian <enache@rdslink.ro>
70995              Date: Fri, 24 Jan 2003 06:23:54 +0200
70996              Message-Id: <20030124042354.GA30362@ratsnest.hole>
70997      Branch: perl
70998            ! sv.c
70999 ____________________________________________________________________________
71000 [ 18579] By: ams                                   on 2003/01/26  02:50:44
71001         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
71002              From: Enache Adrian <enache@rdslink.ro>
71003              Date: Sun, 26 Jan 2003 04:55:48 +0200
71004              Message-Id: <20030126025548.GB812@ratsnest.hole>
71005      Branch: perl
71006            ! pp_ctl.c
71007 ____________________________________________________________________________
71008 [ 18578] By: ams                                   on 2003/01/26  02:40:20
71009         Log: Subject: [PATCH Storable 2.06] const declaration fixup
71010              From: "Craig A. Berry" <craigberry@mac.com>
71011              Date: Thu, 23 Jan 2003 16:24:46 -0600
71012              Message-Id: <3E306BAE.4030807@mac.com>
71013      Branch: perl
71014            ! ext/Storable/Storable.xs
71015 ____________________________________________________________________________
71016 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
71017         Log: Subject: [PATCH] move pad.c warnings to different test file
71018              From: Dave Mitchell <davem@fdgroup.com>
71019              Date: Thu, 23 Jan 2003 20:56:47 +0000
71020              Message-ID: <20030123205647.C8696@fdgroup.com>
71021      Branch: perl
71022            + t/lib/warnings/pad
71023            ! MANIFEST t/lib/warnings/op
71024 ____________________________________________________________________________
71025 [ 18573] By: nick                                  on 2003/01/23  07:26:43
71026         Log: Fix Solaris 32-bit invalidate case.
71027      Branch: perl
71028            ! perlio.c
71029 ____________________________________________________________________________
71030 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
71031         Log: Integrate change 18448 from maint-5.8 :
71032
71033              Subject: Partial Data::Dumper patch
71034              From: Richard Clamp <richardc@unixbeard.net>
71035              Date: Sat, 4 Jan 2003 00:52:47 +0000
71036              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
71037
71038              Subject: Re: Partial Data::Dumper patch
71039              From: Slaven Rezic <slaven@rezic.de>
71040              Date: 04 Jan 2003 02:48:08 +0100
71041              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
71042      Branch: perl
71043           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
71044 ____________________________________________________________________________
71045 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
71046         Log: Subject: [PATCH] Re: difference between my and our before introduction
71047              From: Dave Mitchell <davem@fdgroup.com>
71048              Date: Thu, 16 Jan 2003 17:12:37 +0000
71049              Message-ID: <20030116171237.C420@fdgroup.com>
71050              (with a small test tweak)
71051      Branch: perl
71052            ! pad.c t/comp/our.t toke.c
71053 ____________________________________________________________________________
71054 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
71055         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
71056      Branch: perl
71057            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
71058 ____________________________________________________________________________
71059 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
71060         Log: Integrate from perlio:
71061              [ 18560]
71062              Fixes for open.pm which attempts to load layers:
71063              1. C equivalent of local $SIG{__WARN__} = sub {}
71064              while loading layers to supress warnings lib/open.t does
71065              not want.
71066              2. The loading scheme does not recurse now so look for
71067              new symptom of bad layer which is that a good module
71068              fails to load (as we cannot open any files).
71069
71070              NOTE: In my opinion open.pm should probably die on bad layer
71071              spec rather than just (maybe) warning and then allowing opens
71072              to fail.
71073      Branch: perl
71074           !> lib/open.t perlio.c
71075 ____________________________________________________________________________
71076 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
71077         Log: Upgrade to Encode 1.86.
71078      Branch: perl
71079            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
71080            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
71081            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
71082 ____________________________________________________________________________
71083 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
71084         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
71085              From: Dave Mitchell <davem@fdgroup.com>
71086              Date: Sun, 19 Jan 2003 17:22:05 +0000
71087              Message-ID: <20030119172204.D24444@fdgroup.com>
71088      Branch: perl
71089            ! dump.c
71090 ____________________________________________________________________________
71091 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
71092         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
71093              From: Nicholas Clark <nick@unfortu.net>
71094              Date: Tue, 21 Jan 2003 22:27:21 +0000
71095              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
71096      Branch: perl
71097            ! sv.c t/op/ref.t
71098 ____________________________________________________________________________
71099 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
71100         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
71101              From: Robin Barker <Robin.Barker@npl.co.uk>
71102              Date: Mon, 20 Jan 2003 15:26:21 -0000
71103              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
71104      Branch: perl
71105            ! perlio.h
71106 ____________________________________________________________________________
71107 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
71108         Log: Integrate from perlio:
71109              [ 18539]
71110              Try the invalidate_fileno() idea for non-leaky stdio sockets.
71111
71112              [ 18540]
71113              stdio does NOT set errno==EBADF on invalidated fileno
71114
71115              [ 18547]
71116              Tweak APItest for new semantics of printf.
71117              Now printf() is always real printf() and not #define'd to
71118              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
71119              back to original file does not affect stdout unless we are
71120              using :stdio as implementation. So things printf()ed XS side
71121              are not written to file (and turn up at end of test).
71122              So add an XS function which does fflush(stdout), modify .pm
71123              file to export it and .t file to call it.
71124
71125              [ 18548]
71126              Add defined(__osf__) case to invalidate_fileno (for Tru64).
71127
71128              [ 18549]
71129              Report layer name (without arg) on fail, and attempt to
71130              autoload layer name. (Fix for [perl #20460]).
71131
71132              [ 18550]
71133              #if defined(__irix__) (for stdio invalidate) from Jarkko.
71134      Branch: perl
71135           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
71136           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
71137 ____________________________________________________________________________
71138 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
71139         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
71140              From: Dave Mitchell <davem@fdgroup.com>
71141              Date: Sun, 19 Jan 2003 16:43:54 +0000
71142              Message-ID: <20030119164353.B24444@fdgroup.com>
71143      Branch: perl
71144            ! av.c t/op/array.t
71145 ____________________________________________________________________________
71146 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
71147         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
71148              From: Martti Rahkila <martti.rahkila@hut.fi>
71149              Date: Sat, 18 Jan 2003 00:25:39 +0200
71150              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
71151
71152              (chose the 'even safer' version)
71153      Branch: perl
71154            ! lib/Term/Complete.pm
71155 ____________________________________________________________________________
71156 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
71157         Log: Subject: [PATCH] assert PV isn't RV
71158              From: Nicholas Clark <nick@unfortu.net>
71159              Date: Fri, 17 Jan 2003 19:40:45 +0000
71160              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
71161      Branch: perl
71162            ! sv.h
71163 ____________________________________________________________________________
71164 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
71165         Log: Integrate from maint-5.8:
71166              [ 18375]
71167              Better version of change #18370; use the new 'E' flag
71168              so that cxinc is exposed (as cpp) only to List::Util
71169              (well, any extension) (well, anyone who does -DPERL_EXT),
71170              no need to export it globally.
71171      Branch: perl
71172           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
71173 ____________________________________________________________________________
71174 [ 18545] By: ams                                   on 2003/01/22  06:06:26
71175         Log: Subject: [PATCH perl-current] AUTHORS correction
71176              From: Richard Soderberg <rs@crystalflame.net>
71177              Date: Wed, 22 Jan 2003 02:08:13 -0500
71178              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
71179      Branch: perl
71180            ! AUTHORS
71181 ____________________________________________________________________________
71182 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
71183         Log: Continuation of #18542.
71184      Branch: perl
71185            ! sv.c
71186 ____________________________________________________________________________
71187 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
71188         Log: Update the MD5 checksums.
71189      Branch: perl
71190            ! ext/Digest/MD5/t/files.t
71191 ____________________________________________________________________________
71192 [ 18542] By: hv                                    on 2003/01/22  01:37:52
71193         Log: #18530 misses a couple of pTHX definitions
71194      Branch: perl
71195            ! sv.c
71196 ____________________________________________________________________________
71197 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
71198         Log: Try to make including patchlevel.h a bit more
71199              robust (use <> instead of "") and in case of
71200              failure (PERL_VERSION didn't get defined) try
71201              to fail (by trying to #include an "obviously"
71202              named file that should not exist) (didn't use
71203              #error since IIRC older cpps do not have it)
71204              (Tries to address [perl #20276].)
71205      Branch: perl
71206            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
71207            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
71208            ! ext/Storable/Storable.xs
71209 ____________________________________________________________________________
71210 [ 18538] By: merijn                                on 2003/01/21  16:54:00
71211         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
71212              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71213              Date: Mon, 30 Dec 2002 18:01:16 -0800
71214              Message-ID: <spPE+gzkg+6F092yn@efn.org>
71215      Branch: perl
71216            ! Configure
71217 ____________________________________________________________________________
71218 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
71219         Log: Allow explicit -C enable/disable by -C:1/-C:0
71220              (suggested by Peter Haworth).
71221      Branch: perl
71222            ! perl.c pod/perlrun.pod
71223 ____________________________________________________________________________
71224 [ 18534] By: hv                                    on 2003/01/21  02:22:53
71225         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
71226              From: Chip Turner <cturner@redhat.com>
71227              Date: 02 Jan 2003 11:35:57 -0500
71228              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
71229      Branch: perl
71230            ! lib/Pod/Perldoc.pm
71231 ____________________________________________________________________________
71232 [ 18533] By: hv                                    on 2003/01/21  02:15:29
71233         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
71234              From: hv@crypt.org
71235              Date: Thu, 02 Jan 2003 14:33:49 +0000
71236              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
71237      Branch: perl
71238            ! regexec.c t/op/subst.t
71239 ____________________________________________________________________________
71240 [ 18532] By: hv                                    on 2003/01/21  01:56:31
71241         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
71242              From: Martien Verbruggen <mgjv@tradingpost.com.au>
71243              Date: Tue, 31 Dec 2002 16:42:28 +1100
71244              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
71245      Branch: perl
71246            ! pod/perlsyn.pod
71247 ____________________________________________________________________________
71248 [ 18531] By: hv                                    on 2003/01/21  01:52:49
71249         Log: integrate #18366-18370 from maint-5.8:
71250              Implement the CPP namespace protection from [perl #8610];
71251              unless a function has an 'A' flag, it's defined only if
71252              PERL_CORE.  (Why do we have so many many functions with an
71253              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
71254              could be cut down further by having a state variable and
71255              inserting #ifdefs and #endifs when the state flips.)
71256
71257              Caught by change #18366; thanks to the re extension we have some
71258              functions that are file static but yet part of "the public API"...
71259              Maybe a new class of exportability (a new embed.fnc flag) is
71260              required for this case.
71261
71262              Continue on change #18367; implement the said flag, 'E'.
71263              (Some nm output studying was needed to get the right set
71264              of re symbols defined.)
71265
71266              In AIX (strict symbol exports) the cxinc is needed for List::Util.
71267      Branch: perl
71268            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
71269 ____________________________________________________________________________
71270 [ 18530] By: hv                                    on 2003/01/21  01:37:03
71271         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
71272              Introduce a cache for UTF-8 data: length and byte<->char offset
71273              mapping are stored in a new type of magic.  Speeds up length(),
71274              substr(), index(), rindex(), pos(), and some parts of s///.
71275
71276              The speedup varies a lot (on the usual suspects: what is the
71277              access pattern of the data, compiler, CPU), but should be at
71278              least one order of magnitude, and getting to the same magnitude
71279              as byte string speeds, and in some cases  (length on unchanged data)
71280              even reaching the byte string speed.  On the other hand, in some
71281              cases (index) the byte speed is still faster by a factor of five
71282              or so, but the bottleneck there does not seem to be any more
71283              the byte<->char offset mapping (instead, the fbm_instr() speed).
71284
71285              There is one cache slot for the length, and only two for the
71286              byte<->char offset mapping (the first one for the start->offset,
71287              and the second for the offset->offset+length, when talking
71288              in substr() terms).
71289
71290              Code this hairy is bound to have hairy trolls hiding under it.
71291              [...]
71292              A small tweak on top of #18353: don't display mg_len bytes of
71293              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
71294      Branch: perl
71295            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
71296            ! sv.c util.c
71297 ____________________________________________________________________________
71298 [ 18529] By: hv                                    on 2003/01/21  00:44:20
71299         Log: integrate #18349 from maint-5.8:
71300              At least partially address [perl #10000] by speeding
71301              up both the ASCII case (by about 2-3%) and the UTF-8 case
71302              (by about 45%).  The major trick is to avoid hitting the
71303              costly S_reginclass().  (Even before this patch the speedup
71304              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
71305              still about 30-60% slower than the ASCII case.  (Note that
71306              I'm unable to reproduce the 10-fold speed difference of the
71307              original bug report; I can see a factor of 2 or 3, but no more.)
71308      Branch: perl
71309           !> regexec.c
71310 ____________________________________________________________________________
71311 [ 18528] By: hv                                    on 2003/01/21  00:24:11
71312         Log: Subject: [PATCH pp_ctl.c] silence warning
71313              From: Dave Mitchell <davem@fdgroup.com>
71314              Date: Sun, 29 Dec 2002 15:09:31 +0000
71315              Message-ID: <20021229150931.C2325@fdgroup.com>
71316      Branch: perl
71317            ! pp_ctl.c
71318 ____________________________________________________________________________
71319 [ 18527] By: hv                                    on 2003/01/21  00:04:14
71320         Log: Subject: perl version reporting
71321              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71322              Date: Wed, 18 Dec 2002 08:30:32 +0100
71323              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
71324      Branch: perl
71325            ! perl.c
71326 ____________________________________________________________________________
71327 [ 18526] By: hv                                    on 2003/01/20  23:21:22
71328         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
71329              From: Blair Zajac <blair@orcaware.com>
71330              Date: Wed, 08 Jan 2003 12:28:35 -0800
71331              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
71332      Branch: perl
71333            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
71334            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
71335 ____________________________________________________________________________
71336 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
71337         Log: Integrate from perlio:
71338              [ 18520]
71339              Move #define printf out of perl.h into appropriate
71340              PerlIO files.
71341      Branch: perl
71342           !> fakesdio.h nostdio.h perl.h
71343 ____________________________________________________________________________
71344 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
71345         Log: Upgrade to Digest 1.02.
71346      Branch: perl
71347            ! lib/Digest.pm lib/Digest.t
71348 ____________________________________________________________________________
71349 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
71350         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
71351              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
71352              Date: 20 Jan 2003 01:54:07 -0000
71353              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
71354      Branch: perl
71355            ! pp_hot.c
71356 ____________________________________________________________________________
71357 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
71358         Log: Retract #18154 (integrate of perlio #18507), not enough
71359              threadsafety.
71360      Branch: perl
71361            ! perlio.c
71362 ____________________________________________________________________________
71363 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
71364         Log: Encode MANIFEST update.
71365      Branch: perl
71366            ! ext/Encode/MANIFEST
71367 ____________________________________________________________________________
71368 [ 18517] By: nick                                  on 2003/01/20  08:34:10
71369         Log: Integrate #18405 from maint-5.8 which fixes whitespac
71370              issues in open(FH,"&...")
71371      Branch: perl
71372           !> doio.c
71373 ____________________________________________________________________________
71374 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
71375         Log: microperl update.
71376      Branch: perl
71377            ! Makefile.micro uconfig.h uconfig.sh
71378 ____________________________________________________________________________
71379 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
71380         Log: Integrate from perlio:
71381              [ 18507]
71382              Thread-protection for dup/fclose/dup2 scheme of stdio leak
71383              avoidance.
71384      Branch: perl
71385           !> perlio.c t/io/tell.t
71386 ____________________________________________________________________________
71387 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
71388         Log: Slight pod reformatting based on [perl #20284].
71389      Branch: perl
71390            ! README.mint ext/Data/Dumper/Dumper.pm
71391 ____________________________________________________________________________
71392 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
71393         Log: EPOC perl address updates.
71394      Branch: perl
71395            ! README.epoc
71396 ____________________________________________________________________________
71397 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
71398         Log: Upgrade to Digest 1.01.
71399      Branch: perl
71400            ! lib/Digest.pm
71401 ____________________________________________________________________________
71402 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
71403         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
71404      Branch: perl
71405            ! utils/libnetcfg.PL
71406 ____________________________________________________________________________
71407 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
71408         Log: Upgrade to Digest::MD5 2.22.
71409      Branch: perl
71410            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
71411            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
71412            ! ext/Digest/MD5/t/files.t
71413 ____________________________________________________________________________
71414 [ 18508] By: merijn                                on 2003/01/17  14:12:53
71415         Log: Subject: Re: 18457 on cygwin/20030113
71416              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
71417              Date: Fri, 17 Jan 2003 15:10:34 +0000
71418              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
71419      Branch: perl
71420            ! t/io/tell.t
71421 ____________________________________________________________________________
71422 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
71423         Log: Integrate from perlio:
71424              [ 18476]
71425              Remove workaround for :stdio layer bug now fixed
71426              (Fixes #18975)
71427      Branch: perl
71428           !> pp_sys.c
71429 ____________________________________________________________________________
71430 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
71431         Log: Integrate from maint-5.6:
71432              [ 18477]
71433              search utility doesn't skip exe/lib/pdb files properly on windows
71434      Branch: perl
71435           !> win32/bin/search.pl
71436 ____________________________________________________________________________
71437 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
71438         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
71439              From: "Jos I. Boumans" <kane@dwim.org>
71440              Date: Thu, 16 Jan 2003 14:04:48 +0100
71441              Message-ID: <3E26ADF0.6010605@dwim.org>
71442              (with test tweaks)
71443      Branch: perl
71444            ! lib/File/Find.pm lib/File/Find/t/find.t
71445 ____________________________________________________________________________
71446 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
71447         Log: Integrate #18447 from maint-5.8 :
71448              test.pl-ise t/op/fh.t.
71449      Branch: perl
71450           !> t/op/fh.t
71451 ____________________________________________________________________________
71452 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
71453         Log: Integrate changes to Attribute::Handlers from maint-5.8
71454              (18404 and 18427).
71455              Subject: [PATCH] Re: Attribute::Handlers phase variance
71456              From: Richard Clamp <richardc@unixbeard.net>
71457              Date: Mon, 9 Dec 2002 11:10:24 +0000
71458              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
71459      Branch: perl
71460           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
71461 ____________________________________________________________________________
71462 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
71463         Log: Integrate changes #18422 and #18423 from maint-5.8.
71464              18422 :
71465              Third Degree found a read of uninit memory (after setting
71466              grent_size with sysconf(), pwent_size was read).  Also make
71467              the ERANGE/INVARG more consistent.
71468              18423 :
71469              spent_size was still off.  (As far as I can tell
71470              _SC_GETPW_R_SIZE_MAX is supposed to be used also
71471              for spents, not just pwents.)
71472      Branch: perl
71473           !> reentr.c reentr.h reentr.pl
71474 ____________________________________________________________________________
71475 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
71476         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
71477              From: Dave Mitchell <davem@fdgroup.com>
71478              Date: Wed, 1 Jan 2003 21:43:24 +0000
71479              Message-ID: <20030101214324.F12907@fdgroup.com>
71480              (integrated from change #18397 in maint-5.8)
71481      Branch: perl
71482           !> lib/Time/Local.pm lib/Time/Local.t
71483 ____________________________________________________________________________
71484 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
71485         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
71486              code changes from Inaba Hiroto; test tweaks by jhi.
71487      Branch: perl
71488            + ext/Encode/t/enc_eucjp.t
71489            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
71490            ! pp.c sv.c sv.h t/uni/tr_utf8.t
71491 ____________________________________________________________________________
71492 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
71493         Log: It seems the binmode() is needed with UTF-8 locales enabled.
71494      Branch: perl
71495            ! ext/Encode/t/CJKT.t
71496 ____________________________________________________________________________
71497 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
71498         Log: Upgrade to CGI.pm 2.89.
71499      Branch: perl
71500            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
71501            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
71502 ____________________________________________________________________________
71503 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
71504         Log: Subject: Update for ext/MIME/Base64/
71505              From: Gisle Aas <gisle@ActiveState.com>
71506              Date: 30 Dec 2002 07:34:34 -0800
71507              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
71508      Branch: perl
71509            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
71510            ! ext/MIME/Base64/QuotedPrint.pm
71511            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
71512 ____________________________________________________________________________
71513 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
71514         Log: Subject: Update for ext/Digest/MD5/
71515              From: Gisle Aas <gisle@ActiveState.com>
71516              Date: 30 Dec 2002 07:38:16 -0800
71517              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
71518      Branch: perl
71519            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
71520            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
71521            ! ext/Digest/MD5/t/files.t
71522 ____________________________________________________________________________
71523 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
71524         Log: if (0) the PL_widesyscalls code for now: Sarathy
71525              should take another look to see whether it is really
71526              safe to remove the code, too.
71527      Branch: perl
71528            ! win32/win32.h wince/win32.h
71529 ____________________________________________________________________________
71530 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
71531         Log: Make the locale-induced UTF-8-ification of STD fhs
71532              and the default file open layer explicit (either -C
71533              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
71534      Branch: perl
71535            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
71536            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
71537            ! pod/perlvar.pod
71538 ____________________________________________________________________________
71539 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
71540         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
71541              From: Brendan O'Dea <bod@debian.org>
71542              Date: Sun, 12 Jan 2003 06:18:32 +1100
71543              Message-ID: <20030111191832.GA19441@londo.c47.org>
71544      Branch: perl
71545            ! pod/perlrun.pod
71546 ____________________________________________________________________________
71547 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
71548         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
71549              From: Brendan O'Dea <bod@debian.org>
71550              Date: Sun, 12 Jan 2003 06:17:30 +1100
71551              Message-ID: <20030111191730.GA19420@londo.c47.org>
71552      Branch: perl
71553            ! lib/diagnostics.pm
71554 ____________________________________________________________________________
71555 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
71556         Log: Add a test case for bug [perl #19545]
71557      Branch: perl
71558            ! t/op/do.t
71559 ____________________________________________________________________________
71560 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
71561         Log: isa() and can() didn't work on magic variables
71562              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
71563              plus a test case by B. Goldberg
71564      Branch: perl
71565            ! t/op/universal.t universal.c
71566 ____________________________________________________________________________
71567 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
71568         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
71569              From: Stephen McCamant <smcc@mit.edu>
71570              Date: Thu, 2 Jan 2003 18:08:23 -0500
71571              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
71572              Plus a test by Jarkko
71573              Integrated from changes 18444 and 18446 from maint-5.8
71574      Branch: perl
71575           +> t/op/readline.t
71576           !> MANIFEST pp_hot.c
71577 ____________________________________________________________________________
71578 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
71579         Log: Upgrade to Time::HiRes 1.42.
71580      Branch: perl
71581            + ext/Time/HiRes/fallback/const-c.inc
71582            + ext/Time/HiRes/fallback/const-xs.inc
71583            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
71584            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
71585 ____________________________________________________________________________
71586 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
71587         Log: Detypo.
71588      Branch: perl
71589            ! ext/Encode/Unicode/Unicode.xs
71590 ____________________________________________________________________________
71591 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
71592         Log: Integrate change #18365 from maint-5.8 :
71593              Doc tweak on the S_ macros.
71594      Branch: perl
71595           !> pod/perlfunc.pod
71596 ____________________________________________________________________________
71597 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
71598         Log: Apparently some stdios have bugs (no! don't tell it is so!)
71599              or there is a corner of stdio that is substandardised.
71600      Branch: perl
71601            ! t/io/tell.t
71602 ____________________________________________________________________________
71603 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
71604         Log: Encode 1.84 broke the subtest #7, further study required.
71605      Branch: perl
71606            ! t/uni/tr_utf8.t
71607 ____________________________________________________________________________
71608 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
71609         Log: Add a test for encoding 'utf8'.
71610      Branch: perl
71611            + ext/Encode/t/enc_utf8.t
71612            ! MANIFEST ext/Encode/MANIFEST
71613 ____________________________________________________________________________
71614 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
71615         Log: Upgrade to Encode 1.84.
71616      Branch: perl
71617            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
71618            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
71619 ____________________________________________________________________________
71620 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
71621         Log: Integrate from perlio:
71622              [ 18471]
71623              Fix #18711 and add test for it (and indeed tell on write
71624              handles at all !
71625
71626              (#18711 Serious bug of tell() in perl)
71627      Branch: perl
71628           !> perlio.c t/io/tell.t
71629 ____________________________________________________________________________
71630 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
71631         Log: Integrate from perlio:
71632              [ 18470]
71633              Fix #16306 and #16880
71634
71635              (#16306 Big Badda leak in Sockets)
71636              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
71637      Branch: perl
71638           !> perlio.c
71639 ____________________________________________________________________________
71640 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
71641         Log: Integrate perlio #18040 and #18043 (no real changes;
71642              some whitespace changes but ignored them so that Dan's
71643              version of Encode wins)
71644      Branch: perl
71645           !> ext/Encode/Encode.xs
71646 ____________________________________________________________________________
71647 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
71648         Log: Integrate perlio to mainline:
71649              [ 18240]
71650              Avoid eqtime() wiping the file (as suggested by
71651              "Luis G. Uribe C." <GUribe@SoftHome.net>
71652      Branch: perl
71653           !> lib/ExtUtils/Command.pm
71654 ____________________________________________________________________________
71655 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
71656         Log: Subject: [PATCH] VMS perly build tweak
71657              From: "Craig A. Berry" <craigberry@mac.com>
71658              Date: Thu, 9 Jan 2003 14:44:40 -0600
71659              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
71660      Branch: perl
71661            ! vms/descrip_mms.template
71662 ____________________________________________________________________________
71663 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
71664         Log: Document that ${^TAINT} is read-only.
71665      Branch: perl
71666            ! pod/perlvar.pod
71667 ____________________________________________________________________________
71668 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
71669         Log: Fix the doc for splitpath() in the File::Spec modules :
71670              this function doesn't return undef in any case.
71671      Branch: perl
71672            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
71673            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
71674 ____________________________________________________________________________
71675 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
71676         Log: Subject: [PATCH] label code in pp_ctl.c
71677              From: Nicholas Clark <nick@unfortu.net>
71678              Date: Thu, 26 Dec 2002 21:19:36 +0000
71679              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
71680              (Integrated from change #18400 from maint-5.8)
71681      Branch: perl
71682           !> pp_ctl.c
71683 ____________________________________________________________________________
71684 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
71685         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
71686              From: Nicholas Clark <nick@unfortu.net>
71687              Date: Wed, 1 Jan 2003 18:17:59 +0000
71688              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
71689              (Integrated from change #18399 from maint-5.8)
71690      Branch: perl
71691           !> hv.c
71692 ____________________________________________________________________________
71693 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
71694         Log: Integrate change #18391 from maint-5.8:
71695              Document the installprefix trick for compiling PASE Perl in AIX.
71696      Branch: perl
71697           !> README.os400
71698 ____________________________________________________________________________
71699 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
71700         Log: Integrate change #18362 from maint-5.8:
71701              Fix [perl #18666] (taking the more conservative approach).
71702      Branch: perl
71703           !> lib/File/Spec/Unix.pm
71704 ____________________________________________________________________________
71705 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
71706         Log: Integrate change #18361 from maint-5.8:
71707              Document that the socketpair tests are unhappy in old SCO,
71708              as per [perl #18537].
71709      Branch: perl
71710           !> pod/perl58delta.pod
71711 ____________________________________________________________________________
71712 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
71713         Log: PerlFAQ sync.
71714      Branch: perl
71715            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
71716            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
71717            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
71718            ! pod/perlfaq9.pod
71719 ____________________________________________________________________________
71720 [ 18456] By: hv                                    on 2003/01/07  09:20:22
71721         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
71722              From: Nicholas Clark <nick@unfortu.net>
71723              Date: Thu, 26 Dec 2002 21:16:27 +0000
71724              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
71725      Branch: perl
71726            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
71727            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
71728            ! utf8.c
71729 ____________________________________________________________________________
71730 [ 18455] By: hv                                    on 2003/01/07  08:54:38
71731         Log: Subject: [PATCH] integrate more with report_evil_fh
71732              From: Nicholas Clark <nick@unfortu.net>
71733              Date: Thu, 26 Dec 2002 20:56:21 +0000
71734              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
71735      Branch: perl
71736            ! pp_sys.c
71737 ____________________________________________________________________________
71738 [ 18454] By: hv                                    on 2003/01/07  08:45:54
71739         Log: Integrate podlators-1.25
71740      Branch: perl
71741            ! lib/Pod/Man.pm lib/Pod/t/man.t
71742 ____________________________________________________________________________
71743 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
71744         Log: Change the value of ${^TAINT} : 0 without taint checks,
71745              1 with -T, and -1 with -t or -TU.
71746      Branch: perl
71747            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
71748            ! t/run/switcht.t
71749 ____________________________________________________________________________
71750 [ 18451] By: merijn                                on 2003/01/06  06:43:11
71751         Log: Subject: [PATCH perl@18746] VMS test adjustments
71752              Date: Sat, 04 Jan 2003 11:26:00 -0600
71753              From: "Craig A. Berry" <craigberry@mac.com>
71754              Message-ID: <3E171928.1040100@mac.com>
71755      Branch: perl
71756            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
71757            ! t/run/switchI.t
71758 ____________________________________________________________________________
71759 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
71760         Log: Subject: [DOCPATCH] File::Copy's synopsis
71761              From: Nicholas Clark <nick@unfortu.net>
71762              Date: Wed, 1 Jan 2003 21:09:30 +0000
71763              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
71764      Branch: perl
71765            ! lib/File/Copy.pm
71766 ____________________________________________________________________________
71767 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
71768         Log: Integrate change #18420 from maint-5.8:
71769              Mea culpa: the join() was the string join, not the
71770              ithreads join().
71771      Branch: perl
71772           !> ext/threads/t/join.t
71773 ____________________________________________________________________________
71774 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
71775         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
71776              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
71777              Date: Fri, 13 Dec 2002 00:54:43 +0100
71778              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
71779              Same as change 18403 for maint-5.8 branch
71780      Branch: perl
71781            ! lib/ExtUtils/t/Embed.t
71782 ____________________________________________________________________________
71783 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
71784         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
71785              From: andreas.koenig@anima.de (Andreas J. Koenig)
71786              Date: Fri, 03 Jan 2003 00:57:15 +0100
71787              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
71788      Branch: perl
71789            ! pod/perlre.pod
71790 ____________________________________________________________________________
71791 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
71792         Log: The problems.t is back.
71793      Branch: perl
71794            ! MANIFEST
71795 ____________________________________________________________________________
71796 [ 18434] By: sky                                   on 2003/01/04  07:43:50
71797         Log: Forgot to add problems.t with change #18419
71798      Branch: perl
71799            + ext/threads/t/problems.t
71800 ____________________________________________________________________________
71801 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
71802         Log: One more (or, rather, less) //.
71803      Branch: perl
71804            ! ext/threads/threads.xs
71805 ____________________________________________________________________________
71806 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
71807         Log: Integrate from maintperl:
71808              [ 18430]
71809              // is still not portable C commentary.
71810      Branch: perl
71811           !> ext/threads/threads.xs
71812 ____________________________________________________________________________
71813 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
71814         Log: Until Arthur really adds the problems.t.
71815      Branch: perl
71816            ! MANIFEST
71817 ____________________________________________________________________________
71818 [ 18421] By: sky                                   on 2003/01/04  01:27:55
71819         Log: Fix long standing memory leak with pop and shift!
71820      Branch: perl
71821            ! ext/threads/shared/shared.xs
71822 ____________________________________________________________________________
71823 [ 18419] By: sky                                   on 2003/01/03  23:45:34
71824         Log: Fixes bug #15273, the return of the object caused
71825              the stash of the object to be cloned, cloning the entire syntax
71826              tree and all lexicals in there creating danglning copies to the
71827              object. (Pararell but unlinked STASH tree).
71828              This adds a new flag, when set it will use STASHES from the
71829              thread we are joining into avoiding the problem.
71830      Branch: perl
71831            ! MANIFEST ext/threads/threads.xs sv.c sv.h
71832 ____________________________________________________________________________
71833 [ 18417] By: sky                                   on 2003/01/03  18:16:46
71834         Log: Fake what context we are running in for CLONE and DESTROY so
71835              threads->tid() returns the correct value.
71836              This is reported as bug #10046
71837      Branch: perl
71838            ! ext/threads/t/basic.t ext/threads/threads.xs
71839 ____________________________________________________________________________
71840 [ 18413] By: sky                                   on 2003/01/03  15:15:14
71841         Log: Change pp_lock to take a reference instead of a
71842              scalar since it wouldn't fork for the HELEM/AELEM
71843              case. This was reported in bug #10045
71844      Branch: perl
71845            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
71846 ____________________________________________________________________________
71847 [ 18412] By: hv                                    on 2003/01/03  11:14:51
71848         Log: Integrate from maint-5.8 #18348:
71849              Make Math::Trig a little bit more better behaved module citizen.
71850      Branch: perl
71851           !> lib/Math/Trig.pm
71852 ____________________________________________________________________________
71853 [ 18411] By: hv                                    on 2003/01/03  11:11:09
71854         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
71855              From: Stephen McCamant <smcc@mit.edu>
71856              Date: Sun, 22 Dec 2002 22:09:51 -0500
71857              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
71858      Branch: perl
71859            ! pp_ctl.c
71860 ____________________________________________________________________________
71861 [ 18410] By: hv                                    on 2003/01/03  11:06:40
71862         Log: Subject: new flag SvPADSTALE
71863              From: Dave Mitchell <davem@fdgroup.com>
71864              Date: Thu, 19 Dec 2002 19:00:21 +0000
71865              Message-ID: <20021219190021.D9530@fdgroup.com>
71866      Branch: perl
71867            ! dump.c scope.c sv.h
71868 ____________________________________________________________________________
71869 [ 18409] By: hv                                    on 2003/01/03  11:05:09
71870         Log: Subject: remove flag SvPADBUSY
71871              From: Dave Mitchell <davem@fdgroup.com>
71872              Date: Thu, 19 Dec 2002 18:55:43 +0000
71873              Message-ID: <20021219185543.C9530@fdgroup.com>
71874      Branch: perl
71875            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
71876 ____________________________________________________________________________
71877 [ 18408] By: hv                                    on 2003/01/03  10:56:54
71878         Log: Subject: win32_msgwait() problem
71879              From: Gurusamy Sarathy <gsar@ActiveState.com>
71880              Date: Fri, 13 Dec 2002 17:31:59 -0800
71881              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
71882      Branch: perl
71883            ! win32/win32.c
71884 ____________________________________________________________________________
71885 [ 18407] By: hv                                    on 2003/01/03  10:30:05
71886         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
71887              From: hv@crypt.org
71888              Date: Thu, 02 Jan 2003 17:16:04 +0000
71889              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
71890      Branch: perl
71891            ! sv.c
71892 ____________________________________________________________________________
71893 [ 18406] By: sky                                   on 2003/01/03  08:23:16
71894         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
71895              libc_r functions.
71896      Branch: perl
71897            ! hints/darwin.sh
71898 ____________________________________________________________________________
71899 [ 18393] By: merijn                                on 2003/01/02  19:41:29
71900         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)
71901              Date: Thu, 2 Jan 2003 19:02:21 +0100
71902              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
71903              From: abe@ztreet.demon.nl (Abe Timmerman)
71904      Branch: perl
71905            ! win32/makefile.mk
71906 ____________________________________________________________________________
71907 [ 18390] By: merijn                                on 2003/01/02  07:32:00
71908         Log: Use a more likely location for the perl binary
71909      Branch: perl
71910            ! Porting/genlog
71911 ____________________________________________________________________________
71912 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
71913         Log: integrate change#18377 from maint-5.6 branch
71914
71915              change#17566 needs to be more defensive about win32_dup2()
71916              itself calling SetStdHandle() (at least MSVCRT does this)
71917      Branch: perl
71918           !> win32/win32.c
71919 ____________________________________________________________________________
71920 [ 18376] By: hv                                    on 2002/12/31  02:02:17
71921         Log: Update Changes
71922      Branch: perl
71923            ! Changes patchlevel.h
71924 ____________________________________________________________________________
71925 [ 18374] By: hv                                    on 2002/12/30  03:32:22
71926         Log: Remove duplicate entry
71927      Branch: perl
71928            ! MANIFEST
71929 ____________________________________________________________________________
71930 [ 18373] By: hv                                    on 2002/12/30  03:19:17
71931         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
71932              From: Dave Paris (via RT) <perlbug-followup@perl.org>
71933              Date: 22 Dec 2002 05:15:14 -0000
71934              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
71935      Branch: perl
71936            ! pod/perlfunc.pod
71937 ____________________________________________________________________________
71938 [ 18372] By: hv                                    on 2002/12/30  03:13:42
71939         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
71940              From: Michael G Schwern <schwern@pobox.com>
71941              Date: Sat, 21 Dec 2002 19:29:41 -0800
71942              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
71943      Branch: perl
71944            ! lib/AutoSplit.pm
71945 ____________________________________________________________________________
71946 [ 18371] By: hv                                    on 2002/12/30  03:08:12
71947         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
71948              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
71949              Date: Fri, 27 Dec 2002 16:14:24 +0100
71950              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
71951      Branch: perl
71952            ! mg.c t/op/magic.t
71953 ____________________________________________________________________________
71954 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
71955         Log: save_re_context() was not saving many regexec.c state
71956              variables, resulting in various reentrancy problems when
71957              the swatches were autoloaded by perl in the midst of a
71958              match
71959      Branch: perl
71960            ! regcomp.c
71961 ____________________________________________________________________________
71962 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
71963         Log: silence another signed/unsigned mismatch warning
71964      Branch: perl
71965            ! op.c
71966 ____________________________________________________________________________
71967 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
71968         Log: fix signed/unsigned mismatch warning from change#18266
71969      Branch: perl
71970            ! regcomp.c
71971 ____________________________________________________________________________
71972 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
71973         Log: these variables are not in use anywhere since 5.8.0
71974      Branch: perl
71975            ! embedvar.h perlapi.h sv.c thrdvar.h
71976 ____________________________________________________________________________
71977 [ 18354] By: ams                                   on 2002/12/26  03:54:09
71978         Log: Subject: [PATCH] docpatch for cv.h
71979              From: Nicholas Clark <nick@unfortu.net>
71980              Date: Wed, 25 Dec 2002 21:01:04 +0000
71981              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
71982      Branch: perl
71983            ! cv.h
71984 ____________________________________________________________________________
71985 [ 18351] By: hv                                    on 2002/12/25  02:29:17
71986         Log: #18345 was still broken; should be fixed now.
71987      Branch: perl
71988            ! sv.c
71989 ____________________________________________________________________________
71990 [ 18350] By: merijn                                on 2002/12/24  05:26:40
71991         Log: Removal of duplicate comment block
71992
71993              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71994              Subject: Re: [perl #19306] Sys::Syslog issues.
71995              Date: Mon, 23 Dec 2002 15:25:51 -0800
71996              Message-ID: </t5B+gzkg6DR092yn@efn.org>
71997      Branch: perl
71998            ! ext/Sys/Syslog/Syslog.pm
71999 ____________________________________________________________________________
72000 [ 18346] By: hv                                    on 2002/12/23  06:14:22
72001         Log: integrate maint-5.8 #18301
72002      Branch: perl
72003           !> lib/perl5db.pl
72004 ____________________________________________________________________________
72005 [ 18345] By: hv                                    on 2002/12/23  06:01:17
72006         Log: more on #18344.
72007      Branch: perl
72008            ! sv.c
72009 ____________________________________________________________________________
72010 [ 18344] By: hv                                    on 2002/12/23  05:56:43
72011         Log: more on #18312: sv.c:ss_dup()
72012      Branch: perl
72013            ! sv.c
72014 ____________________________________________________________________________
72015 [ 18343] By: hv                                    on 2002/12/23  05:47:17
72016         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
72017              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
72018              Date: 15 Dec 2002 13:45:23 -0000
72019              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
72020      Branch: perl
72021            ! lib/Term/Complete.pm
72022 ____________________________________________________________________________
72023 [ 18342] By: hv                                    on 2002/12/23  05:27:25
72024         Log: Subject: [perl #18544] Patch included to fix problem.
72025              From: Richard Kandarian <richard.kandarian@lanl.gov>
72026              Date: Thu, 21 Nov 2002 08:00:20 -0700
72027              (from RT)
72028      Branch: perl
72029            ! regexec.c
72030 ____________________________________________________________________________
72031 [ 18341] By: hv                                    on 2002/12/23  05:08:49
72032         Log: Subject: [PATCH] operation on `PL_na' may be undefined
72033              From: Nicholas Clark <nick@unfortu.net>
72034              Date: Tue, 10 Dec 2002 19:59:18 +0000
72035              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
72036      Branch: perl
72037            ! universal.c
72038 ____________________________________________________________________________
72039 [ 18340] By: hv                                    on 2002/12/23  05:04:29
72040         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
72041              From: Nicholas Clark <nick@unfortu.net>
72042              Date: Tue, 10 Dec 2002 18:55:28 +0000
72043              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
72044      Branch: perl
72045            ! pp_hot.c
72046 ____________________________________________________________________________
72047 [ 18339] By: hv                                    on 2002/12/23  04:39:48
72048         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
72049      Branch: perl
72050            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
72051            ! ext/Time/HiRes/Makefile.PL
72052 ____________________________________________________________________________
72053 [ 18338] By: hv                                    on 2002/12/23  03:43:09
72054         Log: Subject: [PATCH] read permissions for h2ph-generated files
72055              From: Slaven Rezic <slaven.rezic@berlin.de>
72056              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
72057              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
72058      Branch: perl
72059            ! utils/h2ph.PL
72060 ____________________________________________________________________________
72061 [ 18337] By: hv                                    on 2002/12/23  03:38:59
72062         Log: handy hint: getting a perforce change as a usable patch
72063      Branch: perl
72064            ! Porting/repository.pod
72065 ____________________________________________________________________________
72066 [ 18336] By: hv                                    on 2002/12/23  03:36:26
72067         Log: Reverse #18285, for reasons given in:
72068              Subject: Re: Precedence of ? :
72069              From: hv@crypt.org
72070              Date: Fri, 20 Dec 2002 00:35:27 +0000
72071              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
72072      Branch: perl
72073            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
72074            ! vms/perly_c.vms
72075 ____________________________________________________________________________
72076 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
72077         Log: my_fflush_all() wasn't doing the right thing under useperlio
72078              on many platforms
72079      Branch: perl
72080            ! util.c
72081 ____________________________________________________________________________
72082 [ 18334] By: merijn                                on 2002/12/18  06:48:11
72083         Log: AIX compiler version updates
72084      Branch: perl
72085            ! README.aix
72086 ____________________________________________________________________________
72087 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
72088         Log: $Config{prefixexp} was set incorrectly on windows
72089      Branch: perl
72090            ! win32/config.bc win32/config.gc win32/config.vc
72091            ! win32/config.vc64
72092 ____________________________________________________________________________
72093 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
72094         Log: remove CRs from a couple of files (these show up as CRCRLF
72095              on windows)
72096      Branch: perl
72097            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
72098 ____________________________________________________________________________
72099 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
72100         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
72101      Branch: perl
72102            ! win32/win32.c
72103 ____________________________________________________________________________
72104 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
72105         Log: windows: support for large files
72106
72107              note that this change will break binary compatibility with the
72108              default 5.8.0 build options; nevertheless I think it is worth
72109              having in 5.8.1 (people who want the compatibility can disable
72110              the option in the makefile)
72111      Branch: perl
72112            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
72113            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
72114            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
72115            ! win32/config.vc win32/config.vc64 win32/config_H.bc
72116            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
72117            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
72118            ! win32/win32.c win32/win32iop.h
72119 ____________________________________________________________________________
72120 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
72121         Log: Win32.pod update
72122      Branch: perl
72123            ! lib/Win32.pod
72124 ____________________________________________________________________________
72125 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
72126         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
72127      Branch: perl
72128            ! XSUB.h
72129 ____________________________________________________________________________
72130 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
72131         Log: windows: avoid prompting under some shells during $(MAKE) distclean
72132      Branch: perl
72133            ! win32/Makefile win32/makefile.mk
72134 ____________________________________________________________________________
72135 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
72136         Log: PerlSIO_stderr et al are not functions
72137      Branch: perl
72138            ! XSUB.h
72139 ____________________________________________________________________________
72140 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
72141         Log: integrate change#18320 from maint-5.6 branch
72142
72143              C<require '\foo\bar.pm'> fails on windows if not running
72144              from the root directory; for a test case, see:
72145
72146              http://bugs.activestate.com/show_bug.cgi?id=19317
72147
72148              this was due to not recognizing \foo\bar.pm as an absolute
72149              path name
72150      Branch: perl
72151           !> util.h
72152 ____________________________________________________________________________
72153 [ 18319] By: hv                                    on 2002/12/17  10:08:24
72154         Log: Whoops, these are the changes supposed to be in #18318.
72155      Branch: perl
72156            ! pad.c t/op/eval.t
72157 ____________________________________________________________________________
72158 [ 18318] By: hv                                    on 2002/12/17  03:12:18
72159         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
72160              From: Nicholas Clark <nick@unfortu.net>
72161              Date: Sat, 14 Dec 2002 23:13:37 +0000
72162              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
72163      Branch: perl
72164            ! pad.c t/op/eval.t
72165 ____________________________________________________________________________
72166 [ 18317] By: hv                                    on 2002/12/17  02:58:12
72167         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
72168      Branch: perl
72169            + lib/Net/Ping/t/410_syn_host.t
72170            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
72171            ! lib/Net/Ping/t/450_service.t
72172 ____________________________________________________________________________
72173 [ 18316] By: hv                                    on 2002/12/17  02:17:16
72174         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
72175              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
72176              Date: Fri, 13 Dec 2002 13:54:05 -0800
72177              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
72178      Branch: perl
72179            ! os2/os2.c t/run/runenv.t
72180 ____________________________________________________________________________
72181 [ 18315] By: hv                                    on 2002/12/17  02:03:58
72182         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
72183              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
72184              Date: Fri, 13 Dec 2002 13:47:08 -0800
72185              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
72186      Branch: perl
72187            ! lib/constant.t lib/fields.t
72188 ____________________________________________________________________________
72189 [ 18314] By: hv                                    on 2002/12/17  01:58:32
72190         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
72191              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
72192              Date: Fri, 13 Dec 2002 14:00:48 -0800
72193              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
72194      Branch: perl
72195            ! os2/OS2/Process/t/os2_process.t os2/os2.c
72196 ____________________________________________________________________________
72197 [ 18313] By: hv                                    on 2002/12/17  01:54:19
72198         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
72199              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
72200              Date: Fri, 13 Dec 2002 14:08:00 -0800
72201              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
72202      Branch: perl
72203            ! os2/OS2/REXX/REXX.xs
72204 ____________________________________________________________________________
72205 [ 18312] By: hv                                    on 2002/12/17  01:43:28
72206         Log: Subject: [Fwd: Patch for perl utf8-related bug]
72207              From: Richard Hitt <rbh00@utsglobal.com>
72208              Date: Fri, 06 Dec 2002 16:47:42 -0800
72209              [perl #18932]
72210      Branch: perl
72211            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
72212            ! scope.h
72213 ____________________________________________________________________________
72214 [ 18311] By: hv                                    on 2002/12/17  00:52:05
72215         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
72216              From: Dave Mitchell <davem@fdgroup.com>
72217              Date: Sat, 14 Dec 2002 19:16:49 +0000
72218              Message-ID: <20021214191649.B3992@fdgroup.com>
72219      Branch: perl
72220            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
72221 ____________________________________________________________________________
72222 [ 18310] By: hv                                    on 2002/12/17  00:51:46
72223         Log: regen-headers to get new API docs from #18306
72224      Branch: perl
72225            ! pod/perlapi.pod
72226 ____________________________________________________________________________
72227 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
72228         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
72229              From: peter@PSDT.com (Peter Scott)
72230              Date: 12 Dec 2002 18:13:17 -0000
72231              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
72232              (fix bug [perl #19058])
72233      Branch: perl
72234            ! lib/perl5db.pl
72235 ____________________________________________________________________________
72236 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
72237         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
72238              From: Dave Mitchell <davem@fdgroup.com>
72239              Date: Thu, 12 Dec 2002 23:42:35 +0000
72240              Message-ID: <20021212234235.A29245@fdgroup.com>
72241              and
72242              Date: Sat, 14 Dec 2002 19:16:38 +0000
72243              Message-ID: <20021214191638.A3992@fdgroup.com>
72244      Branch: perl
72245            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
72246            ! proto.h t/op/eval.t
72247 ____________________________________________________________________________
72248 [ 18306] By: sky                                   on 2002/12/16  21:41:40
72249         Log: More documentation of obscure flags is good, even if the
72250              documentation might be not so good. Atleast it's not false!
72251              Documents the flags one can give to perl_clone
72252      Branch: perl
72253            ! sv.c
72254 ____________________________________________________________________________
72255 [ 18305] By: merijn                                on 2002/12/16  10:53:19
72256         Log: Enough changes to Configure and metaunits warrant an update.
72257              Several small changes and three additions
72258      Branch: perl
72259            ! Porting/Glossary
72260 ____________________________________________________________________________
72261 [ 18304] By: merijn                                on 2002/12/16  10:44:57
72262         Log: Redone #18011 from metaunits
72263      Branch: perl
72264            ! Configure
72265 ____________________________________________________________________________
72266 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
72267         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
72268              From: Dave Mitchell <davem@fdgroup.com>
72269              Date: Tue, 10 Dec 2002 01:26:44 +0000
72270              Message-ID: <20021210012644.A7843@fdgroup.com>
72271      Branch: perl
72272            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
72273            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
72274            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
72275 ____________________________________________________________________________
72276 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
72277         Log: Subject: [patch] typo in perlop
72278              From: andreas.koenig@anima.de (Andreas J. Koenig)
72279              Date: Wed, 11 Dec 2002 21:31:14 +0100
72280              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
72281      Branch: perl
72282            ! pod/perlop.pod
72283 ____________________________________________________________________________
72284 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
72285         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
72286      Branch: perl
72287           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
72288           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
72289           !> t/op/subst.t
72290 ____________________________________________________________________________
72291 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
72292         Log: Whitespace and indentation fix in the output of B::Debug.
72293      Branch: perl
72294            ! ext/B/B/Debug.pm
72295 ____________________________________________________________________________
72296 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
72297         Log: Update to Scalar-List-Utils 1.09
72298      Branch: perl
72299            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
72300            ! ext/List/Util/lib/List/Util.pm
72301 ____________________________________________________________________________
72302 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
72303         Log: this has been incorrect for a while now, and has changed
72304              again recently
72305      Branch: perl
72306            ! Porting/repository.pod
72307 ____________________________________________________________________________
72308 [ 18285] By: hv                                    on 2002/12/11  10:35:01
72309         Log: Subject: [PATCH] Re: Precedence of ? :
72310              From: Stephen McCamant <smcc@mit.edu>
72311              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
72312              Message-Id: <20021210055707.974F073CCC@syllepsis>
72313      Branch: perl
72314            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
72315            ! vms/perly_c.vms
72316 ____________________________________________________________________________
72317 [ 18284] By: hv                                    on 2002/12/11  10:21:12
72318         Log: One more email address for #18282
72319      Branch: perl
72320            ! lib/Pod/Perldoc.pm
72321 ____________________________________________________________________________
72322 [ 18283] By: hv                                    on 2002/12/11  10:18:07
72323         Log: More email addresses for #18282
72324      Branch: perl
72325            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
72326            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
72327            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
72328            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
72329            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
72330 ____________________________________________________________________________
72331 [ 18282] By: hv                                    on 2002/12/11  10:16:05
72332         Log: Subject: Remove stale e-mail addresses
72333              From: Andy Dougherty <doughera@lafayette.edu>
72334              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
72335              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
72336      Branch: perl
72337            ! Porting/pumpkin.pod configure.gnu
72338            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
72339            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
72340            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
72341 ____________________________________________________________________________
72342 [ 18281] By: hv                                    on 2002/12/11  09:59:31
72343         Log: Integrate from maint-5.8 #18156, #18218.
72344      Branch: perl
72345           !> lib/Unicode/UCD.t lib/unicore/Category.pl
72346           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
72347           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
72348           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
72349           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
72350           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
72351 ____________________________________________________________________________
72352 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
72353         Log: Integrate from the maint-5.8/ branch :
72354              changes 18219, 18236, 18242-3, 18247-8,
72355              18253-5, 18257, 18273-6
72356      Branch: perl
72357           +> t/op/lc_user.t
72358           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
72359           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
72360           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
72361           !> t/uni/tr_utf8.t
72362 ____________________________________________________________________________
72363 [ 18279] By: merijn                                on 2002/12/10  14:10:03
72364         Log: Subject: Re: ANSIColor 1.06 released
72365              Version bump only after typo fix to sync with CPAN
72366      Branch: perl
72367            ! lib/Term/ANSIColor.pm
72368 ____________________________________________________________________________
72369 [ 18277] By: merijn                                on 2002/12/10  08:46:05
72370         Log: Subject: [PATCH perl@18251] VMS build update
72371              Message-ID: <3DF56BE2.9000300@mac.com>
72372              Date: Mon, 09 Dec 2002 22:21:54 -0600
72373              From: "Craig A. Berry" <craigberry@mac.com>
72374      Branch: perl
72375            ! configure.com ext/Time/HiRes/Makefile.PL
72376            ! vms/descrip_mms.template
72377 ____________________________________________________________________________
72378 [ 18272] By: merijn                                on 2002/12/09  15:31:28
72379         Log: RT#15950
72380
72381              Subject: [PATCH] Typo in Term::ANSIColor
72382              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
72383              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
72384      Branch: perl
72385            ! lib/Term/ANSIColor.pm
72386 ____________________________________________________________________________
72387 [ 18270] By: hv                                    on 2002/12/09  00:25:26
72388         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
72389              From: Nicholas Clark (via RT) <perlbug@perl.org>
72390              Date: 7 Nov 2002 14:58:14 -0000
72391              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
72392      Branch: perl
72393            ! lib/ExtUtils/xsubpp
72394 ____________________________________________________________________________
72395 [ 18269] By: hv                                    on 2002/12/09  00:19:33
72396         Log: Subject: Re: Bug in Filter::Simple
72397              From: Slaven Rezic <slaven.rezic@berlin.de>
72398              Date: 07 Nov 2002 10:01:41 +0100
72399              Message-ID: <87of91u51m.fsf@vran.herceg.de>
72400      Branch: perl
72401            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
72402 ____________________________________________________________________________
72403 [ 18268] By: hv                                    on 2002/12/09  00:14:58
72404         Log: fix #18266 sprintf format mismatch
72405      Branch: perl
72406            ! regcomp.c
72407 ____________________________________________________________________________
72408 [ 18267] By: hv                                    on 2002/12/09  00:10:09
72409         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
72410              From: Slaven Rezic <slaven.rezic@berlin.de>
72411              Date: 09 Nov 2002 23:21:16 +0100
72412              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
72413      Branch: perl
72414            ! config_h.SH ext/POSIX/t/posix.t util.c
72415 ____________________________________________________________________________
72416 [ 18266] By: hv                                    on 2002/12/09  00:02:57
72417         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
72418              From: Abhijit Menon-Sen <ams@wiw.org>
72419              Date: Wed, 6 Nov 2002 19:38:11 +0530
72420              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
72421      Branch: perl
72422            ! regcomp.c t/op/lc.t
72423 ____________________________________________________________________________
72424 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
72425         Log: Subject: Re: [perl #18927] barewords with no errors
72426              From: Abe Timmerman <abe@ztreet.demon.nl>
72427              Date: Sun, 8 Dec 2002 17:12:56 +0100
72428              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
72429      Branch: perl
72430            ! t/lib/strict/subs
72431 ____________________________________________________________________________
72432 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
72433         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
72434              From: Slaven Rezic <slaven.rezic@berlin.de>
72435              Date: 30 Nov 2002 00:07:05 +0100
72436              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
72437      Branch: perl
72438            ! pp_ctl.c t/cmd/for.t
72439 ____________________________________________________________________________
72440 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
72441         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
72442              From: Slaven Rezic <slaven.rezic@berlin.de>
72443              Date: 08 Dec 2002 01:31:45 +0100
72444              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
72445      Branch: perl
72446            ! lib/Exporter/Heavy.pm
72447 ____________________________________________________________________________
72448 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
72449         Log: getservbyport() should accept an empty string as its
72450              proto argument (as does getservbyname()).
72451
72452              Subject: Re: Is this a bug or am I being stupid?
72453              From: Slaven Rezic <slaven.rezic@berlin.de>
72454              Date: 08 Dec 2002 01:54:37 +0100
72455              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
72456      Branch: perl
72457            ! pp_sys.c
72458 ____________________________________________________________________________
72459 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
72460         Log: Change the set of characters that are considered to be
72461              safe in $ENV{TERM} for taint checkings.
72462      Branch: perl
72463            ! taint.c
72464 ____________________________________________________________________________
72465 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
72466         Log: Document that $ENV{TERM} may produce taint failures.
72467              Subject: Re: [perl #18717] spurious failures in regression test
72468              From: Slaven Rezic <slaven.rezic@berlin.de>
72469              Date: 29 Nov 2002 22:11:46 +0100
72470              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
72471      Branch: perl
72472            ! pod/perldiag.pod
72473 ____________________________________________________________________________
72474 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
72475         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
72476              From: Nicholas Clark <nick@unfortu.net>
72477              Date: Mon, 2 Dec 2002 21:48:29 +0000
72478              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
72479      Branch: perl
72480            ! hv.c lib/Hash/Util.t
72481 ____________________________________________________________________________
72482 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
72483         Log: Fix two cases of buffer overflow in the lexer.
72484      Branch: perl
72485            ! t/comp/parser.t toke.c
72486 ____________________________________________________________________________
72487 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
72488         Log: Fix bug #18874, essentially by reverting change #11890.
72489              Add a regression test for it.
72490      Branch: perl
72491            ! lib/English.pm lib/English.t
72492 ____________________________________________________________________________
72493 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
72494         Log: Suppress a compilation warning reported by Jarkko
72495              (variable initialization skipped by goto).
72496      Branch: perl
72497            ! toke.c
72498 ____________________________________________________________________________
72499 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
72500         Log: Fix up #18229.
72501      Branch: perl
72502            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
72503            ! pod/perlintern.pod
72504 ____________________________________________________________________________
72505 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
72506         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
72507              by any character may corrupt memory due to reading past the
72508              end of the input buffer. Add a new error message corresponding
72509              to this case.
72510      Branch: perl
72511            ! pod/perldiag.pod t/comp/parser.t toke.c
72512 ____________________________________________________________________________
72513 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
72514         Log: Skip test #17 of lib/open.t when useperlio is not defined.
72515      Branch: perl
72516            ! lib/open.t
72517 ____________________________________________________________________________
72518 [ 18231] By: merijn                                on 2002/12/02  16:00:12
72519         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
72520              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
72521              From: Andy Dougherty <doughera@lafayette.edu>
72522              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
72523      Branch: perl
72524            ! README.hpux
72525 ____________________________________________________________________________
72526 [ 18230] By: merijn                                on 2002/12/02  15:45:31
72527         Log: $0 modifying part II (HP-UX only)
72528
72529              Date: Sat, 30 Nov 2002 20:16:51 +0200
72530              From: Jarkko Hietaniemi <jhi@iki.fi>
72531              Subject: [PATCH] $0 modifying
72532              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
72533      Branch: perl
72534            ! mg.c
72535 ____________________________________________________________________________
72536 [ 18229] By: merijn                                on 2002/12/02  15:43:16
72537         Log: $0 mofifying part I
72538
72539              Date: Sat, 30 Nov 2002 20:16:51 +0200
72540              From: Jarkko Hietaniemi <jhi@iki.fi>
72541              Subject: [PATCH] $0 modifying
72542              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
72543      Branch: perl
72544            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
72545            ! sv.c t/op/magic.t thread.h
72546 ____________________________________________________________________________
72547 [ 18228] By: hv                                    on 2002/12/02  13:37:59
72548         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
72549              with a module-driven version, and separates out its docs.
72550      Branch: perl
72551            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
72552            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
72553            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
72554            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
72555            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
72556            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
72557            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
72558            + pod/perldoc.pod
72559            ! MANIFEST utils/perldoc.PL
72560 ____________________________________________________________________________
72561 [ 18226] By: hv                                    on 2002/12/02  12:44:35
72562         Log: missed the new file from #18224
72563      Branch: perl
72564            + lib/Pod/PlainText.pm
72565            ! MANIFEST
72566 ____________________________________________________________________________
72567 [ 18225] By: hv                                    on 2002/12/02  03:09:42
72568         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
72569      Branch: perl
72570            ! util.c
72571 ____________________________________________________________________________
72572 [ 18224] By: hv                                    on 2002/12/02  02:59:02
72573         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
72574              and lib/Pod/t/utils.t to cater for simpler output text.
72575      Branch: perl
72576            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
72577            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
72578            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
72579            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
72580            ! t/pod/multiline_items.t t/pod/multiline_items.xr
72581            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
72582            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
72583            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
72584            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
72585 ____________________________________________________________________________
72586 [ 18223] By: hv                                    on 2002/12/02  02:46:17
72587         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
72588              From: Dave Mitchell <davem@fdgroup.com>
72589              Date: Mon, 25 Nov 2002 21:25:33 +0000
72590              Message-ID: <20021125212533.B29157@fdgroup.com>
72591      Branch: perl
72592            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
72593 ____________________________________________________________________________
72594 [ 18222] By: hv                                    on 2002/12/02  02:23:28
72595         Log: #18221 broke t/op/eval.t
72596      Branch: perl
72597            ! t/op/eval.t
72598 ____________________________________________________________________________
72599 [ 18221] By: hv                                    on 2002/12/02  02:18:19
72600         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
72601      Branch: perl
72602           +> ext/POSIX/t/is.t
72603           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
72604           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
72605           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
72606           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
72607 ____________________________________________________________________________
72608 [ 18220] By: hv                                    on 2002/12/02  00:58:54
72609         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
72610              From: Dave Mitchell <davem@fdgroup.com>
72611              Date: Sun, 24 Nov 2002 22:19:06 +0000
72612              Message-ID: <20021124221906.A25386@fdgroup.com>
72613      Branch: perl
72614            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
72615            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
72616            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
72617            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
72618 ____________________________________________________________________________
72619 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
72620         Log: Document the hint constants and where they're used.
72621      Branch: perl
72622            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
72623            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
72624            ! perl.h
72625 ____________________________________________________________________________
72626 [ 18216] By: merijn                                on 2002/11/29  10:00:54
72627         Log: 64bit Peek failure on HP-UX 11.00
72628
72629              Subject: Re: Smoke 18188
72630              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72631              From: Slaven Rezic <slaven.rezic@berlin.de>
72632              Date: 28 Nov 2002 19:25:25 +0100
72633              Message-ID: <877kexsga2.fsf@vran.herceg.de>
72634      Branch: perl
72635            ! ext/Devel/Peek/Peek.t
72636 ____________________________________________________________________________
72637 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
72638         Log: Slight beauty tweak.
72639      Branch: perl
72640            ! intrpvar.h
72641 ____________________________________________________________________________
72642 [ 18188] By: hv                                    on 2002/11/27  01:32:52
72643         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
72644              From: Slaven Rezic <slaven.rezic@berlin.de>
72645              Date: 03 Nov 2002 10:59:43 +0100
72646              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
72647      Branch: perl
72648            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
72649 ____________________________________________________________________________
72650 [ 18186] By: hv                                    on 2002/11/27  00:57:18
72651         Log: Subject: DESTROY called in scalar context ?
72652              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
72653              Date: Tue, 29 Oct 2002 22:04:23 +0100
72654              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
72655      Branch: perl
72656            ! sv.c
72657 ____________________________________________________________________________
72658 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
72659         Log: PerlFAQ sync.
72660      Branch: perl
72661            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
72662            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
72663            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
72664            ! pod/perlfaq9.pod
72665 ____________________________________________________________________________
72666 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
72667         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
72668              From: andreas.koenig@anima.de (Andreas J. Koenig)
72669              Date: Mon, 25 Nov 2002 10:21:08 +0100
72670              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
72671
72672              Plus a few similar POD fixes
72673      Branch: perl
72674            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
72675            ! pod/perltie.pod
72676 ____________________________________________________________________________
72677 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
72678         Log: Subject: Re: [perl #18626] bug in perlipc man page
72679              From: Slaven Rezic <slaven.rezic@berlin.de>
72680              Date: 23 Nov 2002 21:23:20 +0100
72681              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
72682      Branch: perl
72683            ! pod/perlipc.pod
72684 ____________________________________________________________________________
72685 [ 18182] By: merijn                                on 2002/11/26  08:44:39
72686         Log: Subject: #17171: ld flag for shrplib on OpenBSD
72687              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
72688              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
72689      Branch: perl
72690            ! Configure
72691 ____________________________________________________________________________
72692 [ 18180] By: hv                                    on 2002/11/25  03:10:03
72693         Log: integrate #18144 updates to pod/perlport.pod
72694      Branch: perl
72695            ! pod/perlport.pod
72696 ____________________________________________________________________________
72697 [ 18179] By: hv                                    on 2002/11/25  03:06:44
72698         Log: Subject: [PATCH] UTF8 regexp {n} bug
72699              From: Inaba Hiroto <inaba@st.rim.or.jp>
72700              Date: Sat, 16 Nov 2002 19:23:00 +0900
72701              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
72702      Branch: perl
72703            ! regcomp.c t/op/pat.t
72704 ____________________________________________________________________________
72705 [ 18178] By: hv                                    on 2002/11/25  02:43:40
72706         Log: Subject: Re: Storable bug #1698
72707              From: Slaven Rezic <slaven.rezic@berlin.de>
72708              Date: 18 Nov 2002 10:41:36 +0100
72709              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
72710      Branch: perl
72711            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
72712            ! ext/Storable/t/forgive.t
72713 ____________________________________________________________________________
72714 [ 18177] By: hv                                    on 2002/11/25  02:37:07
72715         Log: add support for STASH and MAGIC information for REFs to sv_dump().
72716              Subject: [PATCH]
72717              From: Slaven Rezic <slaven.rezic@berlin.de>
72718              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
72719              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
72720      Branch: perl
72721            ! dump.c ext/Devel/Peek/Peek.t
72722 ____________________________________________________________________________
72723 [ 18176] By: hv                                    on 2002/11/25  02:31:10
72724         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
72725              From: Slaven Rezic <slaven.rezic@berlin.de>
72726              Date: 18 Nov 2002 22:50:04 +0100
72727              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
72728      Branch: perl
72729            ! pp_ctl.c
72730 ____________________________________________________________________________
72731 [ 18175] By: hv                                    on 2002/11/25  02:20:48
72732         Log: Subject: [Encode] 1.83 + bleedperl patch released
72733              From: Dan Kogai <dankogai@dan.co.jp>
72734              Date: Tue, 19 Nov 2002 03:18:44 +0900
72735              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
72736      Branch: perl
72737            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
72738            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
72739            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
72740            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
72741 ____________________________________________________________________________
72742 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
72743         Log: Subject: [PATCH] Historic version labels
72744              From: andreas.koenig@anima.de (Andreas J. Koenig)
72745              Date: Fri, 22 Nov 2002 14:39:41 +0100
72746              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
72747      Branch: perl
72748            ! Changes5.005 Changes5.6
72749 ____________________________________________________________________________
72750 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
72751         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
72752              Fix the existing tests that didn't checked the difference
72753              between 0 and undef.
72754      Branch: perl
72755            ! t/op/magic.t
72756 ____________________________________________________________________________
72757 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
72758         Log: Move some tests from t/run/fresh_perl.t
72759              to the new t/comp/parser.t. The goal being to
72760              get rid of fresh_perl.t at some point.
72761      Branch: perl
72762            ! t/comp/parser.t t/run/fresh_perl.t
72763 ____________________________________________________________________________
72764 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
72765         Log: Add a test for bug #17920, and a new test file for it.
72766      Branch: perl
72767            + t/comp/parser.t
72768            ! MANIFEST
72769 ____________________________________________________________________________
72770 [ 18168] By: merijn                                on 2002/11/21  13:59:12
72771         Log: Subject: [PATCH] hires sleeping wants libs
72772              Date: Wed, 20 Nov 2002 17:18:31 +0200
72773              From: Jarkko Hietaniemi <jhi@iki.fi>
72774              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
72775      Branch: perl
72776            ! Configure hints/irix_6.sh
72777 ____________________________________________________________________________
72778 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
72779         Log: Fix perl bug #17920 : a case of parser coredump.
72780              The fix is to disable Perl_block_start and Perl_block_end
72781              when the yacc parser has encountered errors. This prevents
72782              corruption of the internal stack, at the expense of correctness,
72783              but this doesn't matter as the code is unparseable anyway.
72784      Branch: perl
72785            ! op.c
72786 ____________________________________________________________________________
72787 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
72788         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
72789              From: Jarkko Hietaniemi <jhi@iki.fi>
72790              Date: Sun, 3 Nov 2002 17:50:08 +0200
72791              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
72792      Branch: perl
72793            ! lib/open.pm locale.c pod/perl58delta.pod
72794 ____________________________________________________________________________
72795 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
72796         Log: t/io/crlf.t failed with miniperl.
72797      Branch: perl
72798            ! t/io/crlf.t
72799 ____________________________________________________________________________
72800 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
72801         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
72802              From: Peter Scott <Peter@PSDT.com>
72803              Date: Thu, 07 Nov 2002 19:04:27 -0800
72804              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
72805
72806              With a tweak to the END cleanup block to fully remove the
72807              temporary test directory
72808      Branch: perl
72809            ! lib/AutoLoader.t
72810 ____________________________________________________________________________
72811 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
72812         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
72813              From: Dave Mitchell <davem@fdgroup.com>
72814              Date: Thu, 14 Nov 2002 22:55:39 +0000
72815              Message-ID: <20021114225539.A18614@fdgroup.com>
72816      Branch: perl
72817            ! ext/threads/threads.xs
72818 ____________________________________________________________________________
72819 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
72820         Log: Subject: [PATCH Win32] Document wperl.exe
72821              From: "Brent Dax" <brentdax@cpan.org>
72822              Date: Fri, 15 Nov 2002 23:02:01 -0800
72823              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
72824      Branch: perl
72825            ! README.win32
72826 ____________________________________________________________________________
72827 [ 18160] By: hv                                    on 2002/11/19  12:07:25
72828         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
72829              From: Nicholas Clark <nick@unfortu.net>
72830              Date: Tue, 29 Oct 2002 23:00:05 +0000
72831              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
72832      Branch: perl
72833            + regen.pl regen_headers.pl
72834            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
72835            ! keywords.pl opcode.pl regcomp.pl
72836 ____________________________________________________________________________
72837 [ 18159] By: hv                                    on 2002/11/19  11:48:30
72838         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
72839              From: Gurusamy Sarathy <gsar@ActiveState.com>
72840              Date: Wed, 30 Oct 2002 20:58:15 -0800
72841              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
72842              Date: Wed, 30 Oct 2002 21:56:22 -0800
72843              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
72844              Date: Wed, 30 Oct 2002 22:55:30 -0800
72845              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
72846      Branch: perl
72847            ! gv.c pp_hot.c t/op/method.t
72848 ____________________________________________________________________________
72849 [ 18158] By: hv                                    on 2002/11/19  11:35:16
72850         Log: Remove duplicate my() declaration giving warnings from change #18105.
72851      Branch: perl
72852            ! lib/Class/Struct.t
72853 ____________________________________________________________________________
72854 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
72855         Log: Correction to change #18152, by Dave Mitchell.
72856      Branch: perl
72857            ! pod/perlhack.pod
72858 ____________________________________________________________________________
72859 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
72860         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
72861              From: Dave Mitchell <davem@fdgroup.com>
72862              Date: Sat, 16 Nov 2002 22:18:23 +0000
72863              Message-ID: <20021116221823.A23614@fdgroup.com>
72864              Documentation for change #18150.
72865      Branch: perl
72866            ! pod/perlhack.pod
72867 ____________________________________________________________________________
72868 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
72869         Log: Document PRIVSHIFT.
72870              Subject: [PATCH] two small doc patches
72871              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72872              Date: Thu, 14 Nov 2002 15:07:35 -0800
72873              Message-ID: <3yC19gzkguTO092yn@efn.org>
72874      Branch: perl
72875            ! sv.h
72876 ____________________________________________________________________________
72877 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
72878         Log: Subject: [PATCH] optional code for debugging leaking scalars
72879              From: Dave Mitchell <davem@fdgroup.com>
72880              Date: Thu, 14 Nov 2002 23:03:00 +0000
72881              Message-ID: <20021114230300.B18614@fdgroup.com>
72882      Branch: perl
72883            ! perl.c sv.c
72884 ____________________________________________________________________________
72885 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
72886         Log: New B::Lint option, bare-subs, that checks for implicitely
72887              quoted barewords that are also subroutines, from
72888              Ian Phillipps <ip@tarragon-et.co.uk>.
72889              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
72890              With a few tweaks to the implementation and tests.
72891              (previous change was empty)
72892      Branch: perl
72893            ! ext/B/B/Lint.pm ext/B/t/lint.t
72894 ____________________________________________________________________________
72895 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
72896         Log: New B::Lint option, bare-subs, that checks for implicitely
72897              quoted barewords that are also subroutines, from
72898              Ian Phillipps <ip@tarragon-et.co.uk>.
72899              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
72900              With a few tweaks to the implementation and tests.
72901      Branch: perl
72902            ! ext/B/B/Lint.pm ext/B/t/lint.t
72903 ____________________________________________________________________________
72904 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
72905         Log: Subject: [PATCH] Typo in perl58delta
72906              From: andreas.koenig@anima.de (Andreas J. Koenig)
72907              Date: Sat, 16 Nov 2002 16:29:14 +0100
72908              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
72909      Branch: perl
72910            ! pod/perl58delta.pod
72911 ____________________________________________________________________________
72912 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
72913         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
72914              From: Dave Mitchell <davem@fdgroup.com>
72915              Date: Thu, 7 Nov 2002 16:38:02 +0000
72916              Message-ID: <20021107163802.C25337@fdgroup.com>
72917      Branch: perl
72918            ! pad.h
72919 ____________________________________________________________________________
72920 [ 18141] By: merijn                                on 2002/11/12  16:15:30
72921         Log: repair 18139 (missing awk command)
72922      Branch: perl
72923            ! Configure
72924 ____________________________________________________________________________
72925 [ 18139] By: merijn                                on 2002/11/12  14:20:36
72926         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
72927              From: Jarkko Hietaniemi <jhi@iki.fi>
72928              Subject: [PATCH] Tru64 osvers
72929              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
72930      Branch: perl
72931            ! Configure
72932 ____________________________________________________________________________
72933 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
72934         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
72935              From: Slaven Rezic <slaven.rezic@berlin.de>
72936              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
72937              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
72938      Branch: perl
72939            ! lib/Term/ReadLine.pm
72940 ____________________________________________________________________________
72941 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
72942         Log: Subject: t/run/runenv.t bug
72943              From: Salvador "Fandiño" <sfandino@yahoo.com>
72944              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
72945              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
72946      Branch: perl
72947            ! t/run/runenv.t
72948 ____________________________________________________________________________
72949 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
72950         Log: Subject: [PATCH] perlopentut and PerlIO documentation
72951              From: Slaven Rezic <slaven.rezic@berlin.de>
72952              Date: 08 Nov 2002 22:22:19 +0100
72953              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
72954      Branch: perl
72955            ! lib/PerlIO.pm pod/perlopentut.pod
72956 ____________________________________________________________________________
72957 [ 18125] By: hv                                    on 2002/11/07  14:01:57
72958         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
72959              From: Dan Kogai <dankogai@dan.co.jp>
72960              Date: Fri, 25 Oct 2002 13:04:00 +0900
72961              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
72962      Branch: perl
72963            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
72964            + t/uni/tr_utf8.t
72965            ! MANIFEST
72966 ____________________________________________________________________________
72967 [ 18124] By: hv                                    on 2002/11/07  13:51:39
72968         Log: Subject: [PATCH] File::Temp documentation fix
72969              From: Slaven Rezic <slaven.rezic@berlin.de>
72970              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
72971              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
72972      Branch: perl
72973            ! lib/File/Temp.pm
72974 ____________________________________________________________________________
72975 [ 18123] By: hv                                    on 2002/11/07  13:46:59
72976         Log: Subject: PATCH x2p/find2perl.PL
72977              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
72978              Date: Thu, 24 Oct 2002 10:05:19 +0200
72979              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
72980      Branch: perl
72981            ! x2p/find2perl.PL
72982 ____________________________________________________________________________
72983 [ 18122] By: hv                                    on 2002/11/07  13:40:25
72984         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
72985              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
72986              Date: 23 Oct 2002 18:42:51 -0000
72987              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
72988      Branch: perl
72989            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
72990 ____________________________________________________________________________
72991 [ 18121] By: hv                                    on 2002/11/07  13:21:15
72992         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
72993              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72994              Date: Sun, 03 Nov 2002 15:48:18 -0800
72995              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
72996      Branch: perl
72997            ! sv.c t/op/tie.t
72998 ____________________________________________________________________________
72999 [ 18120] By: hv                                    on 2002/11/07  13:14:21
73000         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
73001              From: Gurusamy Sarathy <gsar@ActiveState.com>
73002              Date: Sat, 19 Oct 2002 12:11:43 -0700
73003              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
73004      Branch: perl
73005            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
73006 ____________________________________________________________________________
73007 [ 18119] By: hv                                    on 2002/11/07  12:13:28
73008         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
73009              From: Mark Pease (via RT) <perlbug@perl.org>
73010              Date: 29 Oct 2002 20:23:54 -0000
73011              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
73012      Branch: perl
73013            ! regcomp.c
73014 ____________________________________________________________________________
73015 [ 18118] By: hv                                    on 2002/11/07  11:33:38
73016         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
73017              From: hv@crypt.org
73018              Date: Sun, 03 Nov 2002 16:41:24 +0000
73019              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
73020      Branch: perl
73021            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
73022            ! t/op/sub_lval.t
73023 ____________________________________________________________________________
73024 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
73025         Log: "make distclean" should remove the generated file lib/Config.pod.
73026      Branch: perl
73027            ! Makefile.SH
73028 ____________________________________________________________________________
73029 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
73030         Log: The new test introduced in #18114 failed with threads
73031      Branch: perl
73032            ! ext/B/t/concise.t
73033 ____________________________________________________________________________
73034 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
73035         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
73036              From: Slaven Rezic <slaven.rezic@berlin.de>
73037              Date: 24 Oct 2002 00:44:35 +0200
73038              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
73039      Branch: perl
73040            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
73041            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
73042 ____________________________________________________________________________
73043 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
73044         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
73045              From: Stephen McCamant <smcc@mit.edu>
73046              Date: Thu, 31 Oct 2002 01:35:29 -0500
73047              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
73048
73049              plus a test case in ext/B/t/concise.t
73050              plus a (less intrusive, but less future-proof) fix for a
73051              similar problem in B::walkoptree_exec().
73052      Branch: perl
73053            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
73054 ____________________________________________________________________________
73055 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
73056         Log: make regen_headers.
73057              Backport change #18078 to warnings.pl.
73058      Branch: perl
73059            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
73060 ____________________________________________________________________________
73061 [ 18109] By: ams                                   on 2002/11/05  13:03:34
73062         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
73063              From: hv@crypt.org
73064              Date: Tue, 05 Nov 2002 13:30:00 +0000
73065              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
73066
73067              This is half of the fix for #18107. The swash_init() problems
73068              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
73069              but can now be seen only with UTF-8 test cases.
73070      Branch: perl
73071            ! pp.c
73072 ____________________________________________________________________________
73073 [ 18108] By: merijn                                on 2002/11/05  07:52:08
73074         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
73075
73076              Subject: Re: [perl #18066] Bug in -I when path has double colons?
73077              From: Slaven Rezic <slaven.rezic@berlin.de>
73078              Date: 03 Nov 2002 10:25:10 +0100
73079              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
73080      Branch: perl
73081            ! embed.pl
73082 ____________________________________________________________________________
73083 [ 18107] By: ams                                   on 2002/11/05  03:43:46
73084         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
73085              character is UTF-8. (Copied from pp_lcfirst.)
73086              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
73087      Branch: perl
73088            ! dump.c pp.c
73089 ____________________________________________________________________________
73090 [ 18106] By: hv                                    on 2002/11/05  01:43:27
73091         Log: new test based on:
73092              Subject: [TEST] for [PATCH] bug in utf8.c(?)
73093              From: Marty Pauley <marty+p5p@kasei.com>
73094              Date: Fri, 18 Oct 2002 21:02:38 +0100
73095              Message-ID: <20021018200238.GY3764@soto.kasei.com>
73096      Branch: perl
73097            ! lib/utf8.t
73098 ____________________________________________________________________________
73099 [ 18105] By: hv                                    on 2002/11/05  00:59:30
73100         Log: Subject: Re: Class::Struct, simple patch, tests
73101              From: Marty Pauley <marty+p5p@kasei.com>
73102              Date: Fri, 18 Oct 2002 22:26:38 +0100
73103              Message-ID: <20021018212638.GB3764@soto.kasei.com>
73104      Branch: perl
73105            ! lib/Class/Struct.pm lib/Class/Struct.t
73106 ____________________________________________________________________________
73107 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
73108         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
73109              From: Slaven Rezic <slaven.rezic@berlin.de>
73110              Date: 30 Oct 2002 11:18:47 +0100
73111              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
73112
73113              With the corresponding change to embed.fnc
73114      Branch: perl
73115            + t/run/switchI.t
73116            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
73117            ! proto.h t/run/runenv.t
73118 ____________________________________________________________________________
73119 [ 18094] By: merijn                                on 2002/11/04  16:08:22
73120         Log: Changed the warning detection pattern because of:
73121
73122              Subject: ccache gcc3.2 doesn't work
73123              From: Nicholas Clark <nick@ccl4.org>
73124              Date: Tue, 29 Oct 2002 15:01:39
73125              Message-ID: <20021029150139.J82080@plum.flirble.org>
73126      Branch: perl
73127            ! Configure
73128 ____________________________________________________________________________
73129 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
73130         Log: s/Perlf/Perl/ (thanks rgs)
73131      Branch: perl
73132            ! pod/perldiag.pod
73133 ____________________________________________________________________________
73134 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
73135         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
73136      Branch: perl
73137            ! pod/perldiag.pod
73138 ____________________________________________________________________________
73139 [ 18090] By: hv                                    on 2002/11/04  15:49:29
73140         Log: extend #13786 to cover the other four identical chunks of code
73141              to avoid looping under overload.
73142      Branch: perl
73143            ! sv.c
73144 ____________________________________________________________________________
73145 [ 18088] By: merijn                                on 2002/11/04  15:37:06
73146         Log: Charnames take 4
73147              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
73148      Branch: perl
73149            ! lib/charnames.pm lib/charnames.t
73150 ____________________________________________________________________________
73151 [ 18086] By: hv                                    on 2002/11/04  15:16:34
73152         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
73153      Branch: perl
73154           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
73155           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
73156 ____________________________________________________________________________
73157 [ 18085] By: hv                                    on 2002/11/04  12:17:12
73158         Log: Subject: Re: [perl #17064] illegal legal unicode character
73159              From: hv@crypt.org
73160              Date: Mon, 04 Nov 2002 13:23:49 +0000
73161              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
73162      Branch: perl
73163            ! regexec.c t/op/split.t
73164 ____________________________________________________________________________
73165 [ 18084] By: merijn                                on 2002/11/04  11:04:45
73166         Log: Tru64, gcc -O3, datasize
73167              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
73168      Branch: perl
73169            ! README.tru64 hints/dec_osf.sh
73170 ____________________________________________________________________________
73171 [ 18083] By: merijn                                on 2002/11/04  10:58:52
73172         Log: Typo configpm
73173              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
73174      Branch: perl
73175            ! configpm
73176 ____________________________________________________________________________
73177 [ 18078] By: hv                                    on 2002/11/03  13:20:50
73178         Log: avoid reliance on croak() prototype
73179      Branch: perl
73180            ! lib/warnings.pm
73181 ____________________________________________________________________________
73182 [ 18077] By: hv                                    on 2002/11/03  13:18:17
73183         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
73184              (with tweaks)
73185              From: Michael G Schwern <schwern@pobox.com>
73186              Date: Wed, 4 Sep 2002 12:06:08 -0700
73187              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
73188      Branch: perl
73189            ! configpm lib/Config.t
73190 ____________________________________________________________________________
73191 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
73192         Log: Update to Scalar-List-Utils 1.08
73193      Branch: perl
73194            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
73195            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
73196            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
73197            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
73198            ! ext/List/Util/t/reduce.t
73199 ____________________________________________________________________________
73200 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
73201         Log: Adjust the number of tests in t/op/range.t
73202      Branch: perl
73203            ! t/op/range.t
73204 ____________________________________________________________________________
73205 [ 18074] By: ams                                   on 2002/10/30  22:30:32
73206         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
73207              but "-4\n".."-0\n" is!
73208              From: Slaven Rezic <slaven.rezic@berlin.de>
73209              Date: 30 Oct 2002 16:22:36 +0100
73210              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
73211
73212              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
73213              is not DWIM but "-4\n".."-0\n" is!
73214              From: "Orton, Yves" <yves.orton@mciworldcom.de>
73215              Date: Wed, 30 Oct 2002 11:59:31 -0000
73216              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
73217
73218              (Applied over previous fix.)
73219      Branch: perl
73220            ! pp_ctl.c t/op/range.t
73221 ____________________________________________________________________________
73222 [ 18073] By: ams                                   on 2002/10/30  19:47:12
73223         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
73224              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
73225              Date: 30 Oct 2002 17:27:53 -0000
73226              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
73227
73228              (Fixed by making an exception for .."0" in pp_flop.)
73229      Branch: perl
73230            ! pp_ctl.c t/op/range.t
73231 ____________________________________________________________________________
73232 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
73233         Log: Partial fix of bug [perl #17589] : prevent the parser to
73234              segfault when encountering the erroneous construct "sub;".
73235      Branch: perl
73236            ! pod/perldiag.pod t/op/anonsub.t toke.c
73237 ____________________________________________________________________________
73238 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
73239         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
73240              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
73241              Date: Mon, 28 Oct 2002 12:53:52 -0000
73242              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
73243      Branch: perl
73244            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
73245 ____________________________________________________________________________
73246 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
73247         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
73248              From: Nicholas Clark <nick@unfortu.net>
73249              Date: Sun, 27 Oct 2002 18:39:03 +0000
73250              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
73251      Branch: perl
73252            ! util.c
73253 ____________________________________________________________________________
73254 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
73255         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
73256              From: Nicholas Clark <nick@unfortu.net>
73257              Date: Sun, 27 Oct 2002 22:31:08 +0000
73258              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
73259      Branch: perl
73260            ! t/op/pack.t
73261 ____________________________________________________________________________
73262 [ 18068] By: merijn                                on 2002/10/27  17:57:15
73263         Log: Repair broken previous patch. I don't like it, but not repairing it
73264              breaks each and every build. Will teach me to test on the same
73265              machine where I patched it. Sorry.
73266      Branch: perl
73267            ! embed.pl
73268 ____________________________________________________________________________
73269 [ 18067] By: merijn                                on 2002/10/27  06:02:21
73270         Log: embed.pl doc. (embed.pl reorganization for doc headers)
73271              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
73272              With some additional modifications
73273      Branch: perl
73274            ! embed.pl
73275 ____________________________________________________________________________
73276 [ 18064] By: merijn                                on 2002/10/25  11:47:07
73277         Log: The 5005thread todo list; 2 down 25 to go
73278      Branch: perl
73279            ! README.irix README.tru64
73280 ____________________________________________________________________________
73281 [ 18063] By: hv                                    on 2002/10/25  00:28:48
73282         Log: change #18038 gives too many problems on t/450_service.t; disable
73283              it for now
73284      Branch: perl
73285            ! lib/Net/Ping/t/450_service.t
73286 ____________________________________________________________________________
73287 [ 18062] By: hv                                    on 2002/10/25  00:21:17
73288         Log: Subject: [PATCH] DB_File 1.806
73289              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
73290              Date: Tue, 22 Oct 2002 11:16:21 +0100
73291              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
73292      Branch: perl
73293            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
73294            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
73295            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
73296 ____________________________________________________________________________
73297 [ 18061] By: hv                                    on 2002/10/25  00:13:07
73298         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
73299              From: chromatic <chromatic@wgz.org>
73300              Date: Mon, 21 Oct 2002 20:27:43 -0700
73301              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
73302      Branch: perl
73303            + ext/IO/lib/IO/t/IO.t
73304            ! MANIFEST lib/Net/Ping/t/450_service.t
73305 ____________________________________________________________________________
73306 [ 18060] By: hv                                    on 2002/10/24  23:54:50
73307         Log: 2 lines of change #18039 had several problems
73308      Branch: perl
73309            ! ext/IO/IO.pm
73310 ____________________________________________________________________________
73311 [ 18059] By: hv                                    on 2002/10/24  23:46:29
73312         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
73313              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
73314              Date: 21 Oct 2002 10:18:50 -0000
73315              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
73316      Branch: perl
73317            ! utils/perldoc.PL
73318 ____________________________________________________________________________
73319 [ 18058] By: hv                                    on 2002/10/24  23:36:48
73320         Log: Subject: The Inaba patch for tr/// vs. use encoding
73321              From: Dan Kogai <dankogai@dan.co.jp>
73322              Date: Mon, 21 Oct 2002 17:36:02 +0900
73323              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
73324      Branch: perl
73325            ! mg.c regcomp.c sv.c toke.c
73326 ____________________________________________________________________________
73327 [ 18057] By: hv                                    on 2002/10/24  23:16:15
73328         Log: Subject: [Encode] 1.80 released
73329              From: Dan Kogai <dankogai@dan.co.jp>
73330              Date: Tue, 22 Oct 2002 05:47:16 +0900
73331              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
73332      Branch: perl
73333            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
73334            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
73335            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
73336            ! ext/Encode/lib/Encode/MIME/Header.pm
73337            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
73338            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
73339            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
73340            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
73341 ____________________________________________________________________________
73342 [ 18056] By: hv                                    on 2002/10/24  22:48:06
73343         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
73344              From: Autrijus Tang <autrijus@autrijus.org>
73345              Date: Sat, 19 Oct 2002 17:51:57 +0800
73346              Message-ID: <20021019095157.GA430@not.autrijus.org>
73347      Branch: perl
73348            ! ext/B/B/C.pm
73349 ____________________________________________________________________________
73350 [ 18055] By: hv                                    on 2002/10/24  22:34:10
73351         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
73352      Branch: perl
73353            ! pp_sys.c t/run/fresh_perl.t
73354 ____________________________________________________________________________
73355 [ 18054] By: hv                                    on 2002/10/24  22:17:40
73356         Log: change #18030 needs the removal of ext/Thread/thr5005.t
73357      Branch: perl
73358            - ext/Thread/thr5005.t
73359 ____________________________________________________________________________
73360 [ 18053] By: merijn                                on 2002/10/24  08:20:09
73361         Log: charnames pragma extended with :alias for customized
73362              unicode naming aliases
73363              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
73364      Branch: perl
73365            ! lib/charnames.pm lib/charnames.t
73366 ____________________________________________________________________________
73367 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
73368         Log: Further tweaks to perlmodlib.pod.
73369              Add a note about perllocal.pod, which wasn't documented.
73370      Branch: perl
73371            ! pod/perlmodlib.PL pod/perlmodlib.pod
73372 ____________________________________________________________________________
73373 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
73374         Log: Further tweaks to perluniintro.pod
73375      Branch: perl
73376            ! pod/perluniintro.pod
73377 ____________________________________________________________________________
73378 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
73379         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
73380              Regenerate perlmodlib.pod
73381      Branch: perl
73382            ! pod/perlmodlib.PL pod/perlmodlib.pod
73383 ____________________________________________________________________________
73384 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
73385         Log: Subject: [PATCH] perluniintro
73386              From: Jarkko Hietaniemi <jhi@iki.fi>
73387              Date: Sun, 20 Oct 2002 15:48:09 +0300
73388              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
73389      Branch: perl
73390            ! pod/perluniintro.pod
73391 ____________________________________________________________________________
73392 [ 18048] By: hv                                    on 2002/10/22  17:04:26
73393         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
73394              From: Dave Mitchell <davem@fdgroup.com>
73395              Date: Fri, 18 Oct 2002 13:36:40 +0100
73396              Message-ID: <20021018133640.A19172@fdgroup.com>
73397      Branch: perl
73398            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
73399            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
73400            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
73401 ____________________________________________________________________________
73402 [ 18047] By: hv                                    on 2002/10/22  16:20:18
73403         Log: Subject: [PATCH] AutoLoader gives wrong message
73404              From: Peter Scott <peter@psdt.com>
73405              Date: Thu, 17 Oct 2002 19:54:56 -0700
73406              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
73407      Branch: perl
73408            ! lib/AutoLoader.pm
73409 ____________________________________________________________________________
73410 [ 18046] By: hv                                    on 2002/10/22  15:52:40
73411         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
73412              From: Alain Barbet <alian@alianwebserver.com>
73413              Date: Fri, 18 Oct 2002 15:29:29 +0200
73414              Message-ID: <3DB00CB9.70708@alianwebserver.com>
73415      Branch: perl
73416            ! README.win32 win32/makefile.mk win32/win32.c
73417 ____________________________________________________________________________
73418 [ 18045] By: hv                                    on 2002/10/22  15:47:21
73419         Log: improve 'atomicity' wording
73420      Branch: perl
73421            ! lib/filetest.pm
73422 ____________________________________________________________________________
73423 [ 18044] By: hv                                    on 2002/10/22  15:43:55
73424         Log: Subject: [PATCH] Shell.pm object methods broken
73425              From: Dan Brook <dbrook@easyspace.com>
73426              Date: Thu, 17 Oct 2002 16:05:04 +0100
73427              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
73428      Branch: perl
73429            ! lib/Shell.pm lib/Shell.t
73430 ____________________________________________________________________________
73431 [ 18042] By: hv                                    on 2002/10/21  09:20:54
73432         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
73433              From: hv@crypt.org
73434              Date: Mon, 21 Oct 2002 11:27:40 +0100
73435              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
73436      Branch: perl
73437            ! t/lib/warnings/toke toke.c
73438 ____________________________________________________________________________
73439 [ 18041] By: hv                                    on 2002/10/21  01:14:48
73440         Log: Subject: Re: [perl #18019] regex overoptimization
73441              From: hv@crypt.org
73442              Date: Mon, 21 Oct 2002 03:21:54 +0100
73443              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
73444      Branch: perl
73445            ! regcomp.c t/op/re_tests
73446 ____________________________________________________________________________
73447 [ 18039] By: hv                                    on 2002/10/20  14:33:16
73448         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
73449              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
73450              Date: Tue, 15 Oct 2002 02:17:03 +0200
73451              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
73452      Branch: perl
73453            ! ext/IO/IO.pm
73454 ____________________________________________________________________________
73455 [ 18038] By: hv                                    on 2002/10/20  14:23:06
73456         Log: Update to Net::Ping v2.23
73457      Branch: perl
73458            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
73459            + lib/Net/Ping/t/450_service.t
73460            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
73461            ! lib/Net/Ping/t/200_ping_tcp.t
73462 ____________________________________________________________________________
73463 [ 18037] By: hv                                    on 2002/10/20  13:57:06
73464         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
73465              From: Jarkko Hietaniemi <jhi@iki.fi>
73466              Date: Mon, 14 Oct 2002 14:49:54 +0300
73467              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
73468      Branch: perl
73469            ! t/op/pack.t
73470 ____________________________________________________________________________
73471 [ 18036] By: hv                                    on 2002/10/20  13:43:56
73472         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
73473              From: Slaven Rezic <slaven.rezic@berlin.de>
73474              Date: 14 Oct 2002 09:37:18 +0200
73475              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
73476      Branch: perl
73477            ! pp_sys.c t/op/mkdir.t
73478 ____________________________________________________________________________
73479 [ 18035] By: hv                                    on 2002/10/20  13:39:09
73480         Log: Subject: Re: [perl #17951] Strange UTF error
73481              From: Jarkko Hietaniemi <jhi@iki.fi>
73482              Date: Wed, 16 Oct 2002 18:50:51 +0300
73483              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
73484      Branch: perl
73485            ! lib/utf8_heavy.pl t/run/fresh_perl.t
73486 ____________________________________________________________________________
73487 [ 18034] By: hv                                    on 2002/10/20  13:23:16
73488         Log: Update to Time::HiRes v1.38
73489      Branch: perl
73490            + ext/Time/HiRes/typemap
73491            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
73492            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
73493            ! ext/Time/HiRes/Makefile.PL
73494 ____________________________________________________________________________
73495 [ 18033] By: hv                                    on 2002/10/20  13:12:25
73496         Log: Upgrade to Test.pm v1.23
73497      Branch: perl
73498            ! lib/Test.pm
73499 ____________________________________________________________________________
73500 [ 18030] By: merijn                                on 2002/10/19  14:10:21
73501         Log: Happy chainsaw stories; The removal of the 5005 threads
73502              Still imcomplete. Configure will follow
73503      Branch: perl
73504            ! MANIFEST NetWare/Makefile NetWare/config.wc
73505            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
73506            ! Porting/Glossary Porting/config.sh Porting/config_H
73507            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
73508            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
73509            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
73510            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
73511            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
73512            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
73513            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
73514            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
73515            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
73516            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
73517            ! win32/config.bc win32/config.gc win32/config.vc
73518            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
73519            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
73520            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
73521            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
73522            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
73523            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
73524            ! wince/win32thread.h wince/wincesck.c
73525 ____________________________________________________________________________
73526 [ 18029] By: merijn                                on 2002/10/18  07:28:21
73527         Log: minor tweaks in Porting/pumpkin.pod
73528              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
73529      Branch: perl
73530            ! Porting/pumpkin.pod
73531 ____________________________________________________________________________
73532 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
73533         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
73534              From: Abe Timmerman <abe@ztreet.demon.nl>
73535              Date: Thu, 17 Oct 2002 23:38:34 +0200
73536              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
73537      Branch: perl
73538            ! t/run/switches.t
73539 ____________________________________________________________________________
73540 [ 18027] By: hv                                    on 2002/10/17  14:39:27
73541         Log: Subject: Re: versions too accurate
73542              From: John Peacock <jpeacock@rowman.com>
73543              Date: Mon, 14 Oct 2002 22:36:48 -0400
73544              Message-ID: <3DAB7F40.1050200@rowman.com>
73545      Branch: perl
73546            ! lib/version.pm util.c
73547 ____________________________________________________________________________
73548 [ 18026] By: hv                                    on 2002/10/17  14:29:41
73549         Log: Subject: Re: [PATCH] Version object combined patch
73550              From: John Peacock <jpeacock@rowman.com>
73551              Date: Thu, 10 Oct 2002 21:23:01 -0400
73552              Message-ID: <3DA627F5.5050907@rowman.com>
73553      Branch: perl
73554            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
73555 ____________________________________________________________________________
73556 [ 18025] By: hv                                    on 2002/10/17  13:37:04
73557         Log: definition of MAXPATHLEN
73558              Subject: [PATCH] standard lawyerism
73559              From: Jarkko Hietaniemi <jhi@iki.fi>
73560              Date: Fri, 11 Oct 2002 02:48:26 +0300
73561              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
73562      Branch: perl
73563            ! perl.h
73564 ____________________________________________________________________________
73565 [ 18024] By: hv                                    on 2002/10/17  13:34:01
73566         Log: Subject: Re: [perl #17061] no strict 'garbage'
73567              From: Slaven Rezic <slaven.rezic@berlin.de>
73568              Date: 10 Oct 2002 16:23:22 +0200
73569              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
73570      Branch: perl
73571            ! ext/Storable/Storable.pm
73572 ____________________________________________________________________________
73573 [ 18023] By: hv                                    on 2002/10/17  12:56:28
73574         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
73575              From: Steve Grazzini <grazz@nyc.rr.com>
73576              Date: 11 Oct 2002 22:28:58 -0000
73577              Message-ID: <20021011222858.452.qmail@onion.perl.org>
73578      Branch: perl
73579            ! doio.c t/io/open.t
73580 ____________________________________________________________________________
73581 [ 18022] By: hv                                    on 2002/10/17  12:24:42
73582         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
73583              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73584              Date: Tue, 15 Oct 2002 17:01:43 -0700
73585              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
73586      Branch: perl
73587            ! t/op/assignwarn.t
73588 ____________________________________________________________________________
73589 [ 18021] By: hv                                    on 2002/10/17  11:28:38
73590         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
73591              From: Slaven Rezic <slaven.rezic@berlin.de>
73592              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
73593              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
73594      Branch: perl
73595            ! Porting/pumpkin.pod
73596 ____________________________________________________________________________
73597 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
73598         Log: prototype() didn't warn when used in void context.
73599      Branch: perl
73600            ! op.c t/lib/warnings/op
73601 ____________________________________________________________________________
73602 [ 18019] By: ams                                   on 2002/10/15  20:54:53
73603         Log: Subject: Japanese translation of Storable
73604              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
73605              Date: Tue, 15 Oct 2002 06:31:01 +0900
73606              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
73607      Branch: perl
73608            ! ext/Storable/README
73609 ____________________________________________________________________________
73610 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
73611         Log: Subject: Re: [PATCH] cv.h: Comment update
73612              From: Paul Johnson <paul@pjcj.net>
73613              Date: Mon, 14 Oct 2002 20:00:50 +0200
73614              Message-ID: <20021014180050.GC7333@pjcj.net>
73615      Branch: perl
73616            ! cv.h
73617 ____________________________________________________________________________
73618 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
73619         Log: Subject: [PATCH] perlipc.pod
73620              From: Slaven Rezic <slaven.rezic@berlin.de>
73621              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
73622              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
73623      Branch: perl
73624            ! pod/perlipc.pod
73625 ____________________________________________________________________________
73626 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
73627         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
73628              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
73629              Date: Sun, 13 Oct 2002 09:02:36 +0900
73630              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
73631      Branch: perl
73632            ! pod/perlunicode.pod
73633 ____________________________________________________________________________
73634 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
73635         Log: The -0 command-line switch wasn't setting $/ at compile-time.
73636              Move the initialization of $/ just after switch parsing
73637              (it was done after yyparse().)
73638      Branch: perl
73639            ! perl.c t/run/switches.t
73640 ____________________________________________________________________________
73641 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
73642         Log: Subject: Re: [PATCH] perl573delta delinting
73643              From: Philip Newton <Philip.Newton@gmx.net>
73644              Date: Sat, 12 Oct 2002 21:25:49 +0200
73645              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
73646      Branch: perl
73647            ! pod/perl573delta.pod
73648 ____________________________________________________________________________
73649 [ 18013] By: hv                                    on 2002/10/12  15:41:50
73650         Log: Subject: [PATCH] for -Dm
73651              From: Slaven Rezic <slaven.rezic@berlin.de>
73652              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
73653              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
73654      Branch: perl
73655            ! malloc.c
73656 ____________________________________________________________________________
73657 [ 18012] By: hv                                    on 2002/10/12  15:39:49
73658         Log: #18005 was not enough
73659              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
73660              From: Abe Timmerman <abeltje@cpan.org>
73661              Date: Sat, 12 Oct 2002 17:56:39 +0200
73662              Message-Id: <200210121756.39803.abeltje@cpan.org>
73663      Branch: perl
73664            ! win32/makefile.mk
73665 ____________________________________________________________________________
73666 [ 18011] By: hv                                    on 2002/10/12  15:36:43
73667         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
73668              From: Richard Hitt (via RT) <perlbug@perl.org>
73669              Date: 8 Oct 2002 21:04:30 -0000
73670              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
73671      Branch: perl
73672            ! Configure
73673 ____________________________________________________________________________
73674 [ 18010] By: hv                                    on 2002/10/12  15:31:06
73675         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
73676              From: Nicholas Clark <nick@unfortu.net>
73677              Date: Tue, 8 Oct 2002 21:52:53 +0100
73678              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
73679      Branch: perl
73680            ! pod/perldiag.pod pp_pack.c t/op/pack.t
73681 ____________________________________________________________________________
73682 [ 18009] By: hv                                    on 2002/10/12  15:12:18
73683         Log: Subject: [PATCH perldoc] For screaming hell's sake
73684              From: Simon Cozens <simon@netthink.co.uk>
73685              Date: Tue, 8 Oct 2002 11:13:07 +0100
73686              Message-ID: <20021008101307.GA8175@netthink.co.uk>
73687      Branch: perl
73688            ! utils/perldoc.PL
73689 ____________________________________________________________________________
73690 [ 18008] By: hv                                    on 2002/10/12  14:38:19
73691         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
73692              From: Nicholas Clark <nick@unfortu.net>
73693              Date: Mon, 7 Oct 2002 23:35:34 +0100
73694              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
73695      Branch: perl
73696            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
73697            ! ext/Storable/README ext/Storable/Storable.pm
73698            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
73699            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
73700            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
73701 ____________________________________________________________________________
73702 [ 18007] By: hv                                    on 2002/10/12  14:22:36
73703         Log: Subject: [perl #17773] errors in c2ph(1) man page
73704              From: Eric Melville (via RT) <perlbug@perl.org>
73705              Date: 7 Oct 2002 02:58:34 -0000
73706              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
73707      Branch: perl
73708            ! utils/c2ph.PL
73709 ____________________________________________________________________________
73710 [ 18006] By: hv                                    on 2002/10/12  14:19:55
73711         Log: Subject: [PATCH pad.c] Re: closure failures
73712              From: Dave Mitchell <davem@fdgroup.com>
73713              Date: Mon, 7 Oct 2002 02:42:13 +0100
73714              Message-ID: <20021007024213.B29760@fdgroup.com>
73715      Branch: perl
73716            ! pad.c
73717 ____________________________________________________________________________
73718 [ 18005] By: hv                                    on 2002/10/12  14:17:07
73719         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
73720              From: Abe Timmerman <abeltje@cpan.org>
73721              Date: Tue, 8 Oct 2002 14:16:56 +0200
73722              Message-Id: <200210081416.56942.abeltje@cpan.org>
73723      Branch: perl
73724            ! win32/Makefile
73725 ____________________________________________________________________________
73726 [ 18004] By: hv                                    on 2002/10/12  14:06:59
73727         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
73728      Branch: perl
73729            ! hints/darwin.sh
73730 ____________________________________________________________________________
73731 [ 18003] By: hv                                    on 2002/10/12  13:48:34
73732         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
73733              and #18001.
73734      Branch: perl
73735            ! ext/Devel/Peek/Peek.t
73736 ____________________________________________________________________________
73737 [ 18002] By: hv                                    on 2002/10/11  23:22:56
73738         Log: Subject: [Encode] 1.77 Released
73739              From: Dan Kogai <dankogai@dan.co.jp>
73740              Date: Sun, 6 Oct 2002 12:52:52 +0900
73741              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
73742      Branch: perl
73743            ! ext/Encode/Changes ext/Encode/Encode.pm
73744            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
73745            ! ext/Encode/lib/Encode/Alias.pm
73746            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
73747            ! ext/Encode/ucm/big5-eten.ucm
73748 ____________________________________________________________________________
73749 [ 18001] By: hv                                    on 2002/10/11  22:52:43
73750         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
73751              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73752              Date: Thu, 10 Oct 2002 14:28:55 -0700
73753              Message-ID: <XEfp9gzkgquV092yn@efn.org>
73754      Branch: perl
73755            ! ext/Devel/Peek/Peek.t
73756 ____________________________________________________________________________
73757 [ 18000] By: hv                                    on 2002/10/11  22:30:36
73758         Log: Subject: [PATCH] perl573delta delinting
73759              From: Jarkko Hietaniemi <jhi@iki.fi>
73760              Date: Fri, 4 Oct 2002 16:19:31 +0300
73761              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
73762      Branch: perl
73763            ! pod/perl573delta.pod
73764 ____________________________________________________________________________
73765 [ 17999] By: hv                                    on 2002/10/11  22:28:36
73766         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
73767              From: Jarkko Hietaniemi <jhi@iki.fi>
73768              Date: Fri, 4 Oct 2002 16:11:57 +0300
73769              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
73770      Branch: perl
73771            ! pod/perldiag.pod reentr.c reentr.pl
73772 ____________________________________________________________________________
73773 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
73774         Log: Fix bug #17771 : segfault with the 'for' statement modifier
73775              used inside a map or a grep.
73776      Branch: perl
73777            ! pp_ctl.c t/op/grep.t
73778 ____________________________________________________________________________
73779 [ 17997] By: hv                                    on 2002/10/11  12:10:39
73780         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
73781              From: Information Service <info@lingo.kiev.ua>
73782              Date: Wed, 09 Oct 2002 07:17:00 +0400
73783              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
73784      Branch: perl
73785            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
73786 ____________________________________________________________________________
73787 [ 17996] By: hv                                    on 2002/10/11  11:55:53
73788         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
73789              From: chromatic <chromatic@wgz.org>
73790              Date: Thu, 03 Oct 2002 22:56:54 -0700
73791              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
73792      Branch: perl
73793            ! lib/AutoLoader.pm lib/AutoLoader.t
73794 ____________________________________________________________________________
73795 [ 17995] By: ams                                   on 2002/10/11  05:24:20
73796         Log: Subject: [perl #17819] Typo in perltooc?
73797              From: Bob Wilkinson (via RT) <perlbug@perl.org>
73798              Date: 9 Oct 2002 09:50:40 -0000
73799              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
73800
73801              Subject: [perl #17821] Typo in perltooc
73802              From: Bob Wilkinson (via RT) <perlbug@perl.org>
73803              Date: 9 Oct 2002 10:12:51 -0000
73804              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
73805      Branch: perl
73806            ! pod/perltooc.pod
73807 ____________________________________________________________________________
73808 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
73809         Log: Fix bug #17776 : memory corruption in qr/##/x
73810      Branch: perl
73811            ! sv.c t/op/pat.t
73812 ____________________________________________________________________________
73813 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
73814         Log: croak() is better written Perl_croak() in C code.
73815      Branch: perl
73816            ! util.c
73817 ____________________________________________________________________________
73818 [ 17992] By: hv                                    on 2002/10/10  11:29:12
73819         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
73820              From: andreas.koenig@anima.de (Andreas J. Koenig)
73821              Date: Fri, 04 Oct 2002 06:38:57 +0200
73822              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
73823      Branch: perl
73824            ! lib/Hash/Util.pm
73825 ____________________________________________________________________________
73826 [ 17991] By: hv                                    on 2002/10/10  11:20:41
73827         Log: new files lib/version.pm and lib/version.t for change #17990.
73828      Branch: perl
73829            + lib/version.pm lib/version.t
73830 ____________________________________________________________________________
73831 [ 17990] By: hv                                    on 2002/10/10  11:19:57
73832         Log: Subject: [PATCH] Version object combined patch
73833              From: John Peacock <jpeacock@rowman.com>
73834              Date: Fri, 04 Oct 2002 23:15:10 -0400
73835              Message-ID: <3D9E593E.1060605@rowman.com>
73836      Branch: perl
73837            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
73838            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
73839 ____________________________________________________________________________
73840 [ 17989] By: hv                                    on 2002/10/10  10:48:42
73841         Log: Subject: PATCH: lib/ExtUtils/typemap
73842              From: Brian Ingerson <ingy@ttul.org>
73843              Date: Sat, 28 Sep 2002 13:03:24 -0700
73844              Message-ID: <20020928130324.A16900@ttul.org>
73845      Branch: perl
73846            ! lib/ExtUtils/typemap
73847 ____________________________________________________________________________
73848 [ 17988] By: hv                                    on 2002/10/10  10:45:19
73849         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
73850              From: Nicholas Clark <nick@unfortu.net>
73851              Date: Sat, 28 Sep 2002 18:52:00 +0100
73852              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
73853      Branch: perl
73854            ! lib/Exporter.t lib/Exporter/Heavy.pm
73855 ____________________________________________________________________________
73856 [ 17987] By: hv                                    on 2002/10/10  10:27:40
73857         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
73858              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
73859              Date: Mon, 9 Sep 2002 17:36:55 -0400
73860              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
73861      Branch: perl
73862            ! pod/perlfunc.pod
73863 ____________________________________________________________________________
73864 [ 17986] By: hv                                    on 2002/10/10  09:51:24
73865         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
73866              for Storable tests to match.
73867      Branch: perl
73868            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
73869 ____________________________________________________________________________
73870 [ 17985] By: hv                                    on 2002/10/10  09:27:00
73871         Log: Subject: Re: README.cygwin draft update
73872              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73873              Date: Mon, 07 Oct 2002 17:15:09 -0700
73874              Message-ID: <NOio9gzkg6oR092yn@efn.org>
73875      Branch: perl
73876            ! README.cygwin pod/perl58delta.pod
73877 ____________________________________________________________________________
73878 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
73879         Log: Fix bug #17823 : non-modifying tr/// stringifies references
73880      Branch: perl
73881            ! doop.c t/op/tr.t
73882 ____________________________________________________________________________
73883 [ 17983] By: merijn                                on 2002/10/09  12:22:26
73884         Log: Tru64 and gcc and threads
73885              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
73886      Branch: perl
73887            ! thread.h
73888 ____________________________________________________________________________
73889 [ 17982] By: merijn                                on 2002/10/09  10:34:40
73890         Log: Correct mailing list archive URL
73891              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
73892      Branch: perl
73893            ! Porting/pumpkin.pod
73894 ____________________________________________________________________________
73895 [ 17981] By: merijn                                on 2002/10/09  04:49:06
73896         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
73897              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
73898      Branch: perl
73899            ! Porting/pumpkin.pod
73900 ____________________________________________________________________________
73901 [ 17980] By: sky                                   on 2002/10/06  15:40:56
73902         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
73903              Fix testcases to run properly outside perl core build enviroment.
73904      Branch: perl
73905            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
73906            ! ext/Safe/safe3.t
73907 ____________________________________________________________________________
73908 [ 17979] By: sky                                   on 2002/10/06  07:03:19
73909         Log: Subject: [PATCH] fix typo in Tie::Array
73910              From: "Jos I. Boumans" <kane@cpan.org>
73911              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
73912              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
73913      Branch: perl
73914            ! lib/Tie/Array.pm
73915 ____________________________________________________________________________
73916 [ 17978] By: sky                                   on 2002/10/05  04:44:10
73917         Log: Upgrade to Attribute::Handlers 0.78
73918      Branch: perl
73919            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
73920            ! lib/Attribute/Handlers/README
73921 ____________________________________________________________________________
73922 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
73923         Log: Complement to change #17976 :
73924              there was a similar bug on rdo().
73925              Increment $Safe::VERSION.
73926      Branch: perl
73927            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
73928 ____________________________________________________________________________
73929 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
73930         Log: Fix bug #17744, suggested by Andreas Jurenda,
73931              tweaked by rgs (security hole in Safe).
73932      Branch: perl
73933            + ext/Safe/safe3.t
73934            ! MANIFEST ext/Opcode/Safe.pm
73935 ____________________________________________________________________________
73936 [ 17975] By: merijn                                on 2002/10/04  13:30:17
73937         Log: Non ANSI feature detection in enum
73938      Branch: perl
73939            ! pad.h
73940 ____________________________________________________________________________
73941 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
73942         Log: Fix a precedence problem.
73943      Branch: perl
73944            ! ext/Storable/t/integer.t
73945 ____________________________________________________________________________
73946 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
73947         Log: Change the warning message "%s trapped by operation mask"
73948              to include '' around the op name. Document it in perldiag.
73949      Branch: perl
73950            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
73951            ! pod/perldiag.pod
73952 ____________________________________________________________________________
73953 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
73954         Log: Add a new warning, "Possible precedence problem on bitwise
73955              %c operator", triggerred when a bitwise op has a numeric
73956              comparison op as child.
73957      Branch: perl
73958            ! op.c pod/perldiag.pod t/lib/warnings/op
73959 ____________________________________________________________________________
73960 [ 17971] By: ams                                   on 2002/10/03  11:03:41
73961         Log: Subject: Re: Not OK 17969
73962              From: Slaven Rezic <slaven.rezic@berlin.de>
73963              Date: 03 Oct 2002 13:12:58 +0200
73964              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
73965      Branch: perl
73966            ! ext/Storable/Storable.pm ext/Storable/t/code.t
73967            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
73968            ! ext/Storable/t/malice.t
73969 ____________________________________________________________________________
73970 [ 17970] By: ams                                   on 2002/10/03  02:21:15
73971         Log: Add a line about 2.05.
73972      Branch: perl
73973            ! ext/Storable/ChangeLog
73974 ____________________________________________________________________________
73975 [ 17969] By: ams                                   on 2002/10/03  02:12:27
73976         Log: Subject: [PATCH] Storable and code serialization: documentation
73977              From: Slaven Rezic <slaven.rezic@berlin.de>
73978              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
73979              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
73980      Branch: perl
73981            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
73982            ! ext/Storable/t/code.t
73983 ____________________________________________________________________________
73984 [ 17968] By: ams                                   on 2002/10/03  01:40:51
73985         Log: Subject: [PATCH] Re: speed of my
73986              From: Stephen McCamant <smcc@mit.edu>
73987              Date: Wed, 2 Oct 2002 21:48:59 -0400
73988              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
73989      Branch: perl
73990            ! pp.c
73991 ____________________________________________________________________________
73992 [ 17967] By: hv                                    on 2002/10/02  15:04:57
73993         Log: Subject: [PATCH] reentrant buffers
73994              From: Jarkko Hietaniemi <jhi@iki.fi>
73995              Date: Fri, 27 Sep 2002 01:08:56 +0300
73996              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
73997      Branch: perl
73998            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
73999 ____________________________________________________________________________
74000 [ 17966] By: hv                                    on 2002/10/02  14:46:52
74001         Log: Subject: [PATCH] retropatch
74002              From: Jarkko Hietaniemi <jhi@iki.fi>
74003              Date: Fri, 27 Sep 2002 03:51:34 +0300
74004              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
74005      Branch: perl
74006            + pod/perl573delta.pod
74007            ! MANIFEST pod/buildtoc.PL pod/perl.pod
74008 ____________________________________________________________________________
74009 [ 17965] By: hv                                    on 2002/10/02  14:42:21
74010         Log: op/tr.t test is affected by #17962
74011      Branch: perl
74012            ! t/op/tr.t
74013 ____________________________________________________________________________
74014 [ 17964] By: hv                                    on 2002/10/02  14:38:59
74015         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
74016              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
74017              Date: Tue, 1 Oct 2002 23:34:35 +0200
74018              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
74019      Branch: perl
74020            ! t/op/override.t toke.c
74021 ____________________________________________________________________________
74022 [ 17963] By: hv                                    on 2002/10/02  14:15:22
74023         Log: Subject: Re: [perl #17376] Bug Report - our(%)
74024              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74025              Date: Tue, 01 Oct 2002 09:54:30 -0700
74026              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
74027      Branch: perl
74028            ! op.c pp_hot.c t/comp/our.t
74029 ____________________________________________________________________________
74030 [ 17962] By: ams                                   on 2002/10/02  14:10:07
74031         Log: Subject: [PATCH] no [] in tr///
74032              From: Jarkko Hietaniemi <jhi@iki.fi>
74033              Date: Wed, 2 Oct 2002 17:09:11 +0300
74034              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
74035      Branch: perl
74036            ! pod/perldiag.pod toke.c
74037 ____________________________________________________________________________
74038 [ 17961] By: hv                                    on 2002/10/02  14:09:11
74039         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
74040              From: andreas.koenig@anima.de (Andreas J. Koenig)
74041              Date: Mon, 30 Sep 2002 17:24:06 +0200
74042              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
74043      Branch: perl
74044            ! lib/Hash/Util.pm
74045 ____________________________________________________________________________
74046 [ 17959] By: hv                                    on 2002/10/02  14:06:29
74047         Log: Subject: [DOCPATCH] Unicode porting advice
74048              From: andreas.koenig@anima.de (Andreas J. Koenig)
74049              Date: Fri, 27 Sep 2002 15:30:16 +0200
74050              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
74051      Branch: perl
74052            ! pod/perlunicode.pod
74053 ____________________________________________________________________________
74054 [ 17958] By: hv                                    on 2002/10/02  13:57:06
74055         Log: missing quote from #17957
74056      Branch: perl
74057            ! Porting/pumpkin.pod
74058 ____________________________________________________________________________
74059 [ 17957] By: hv                                    on 2002/10/02  13:55:56
74060         Log: document how to set APPLLIB_EXP
74061              Subject: Re: [perl #15957] error installing perl 5.8.0
74062              From: Andy Dougherty <doughera@lafayette.edu>
74063              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
74064              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
74065      Branch: perl
74066            ! Porting/pumpkin.pod
74067 ____________________________________________________________________________
74068 [ 17956] By: hv                                    on 2002/10/02  13:51:12
74069         Log: Devel::Peek tests from:
74070              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
74071              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74072              Date: Thu, 26 Sep 2002 22:16:39 -0700
74073              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
74074      Branch: perl
74075            ! ext/Devel/Peek/Peek.t
74076 ____________________________________________________________________________
74077 [ 17955] By: hv                                    on 2002/10/02  13:43:26
74078         Log: add precedence warning for bitwise docs
74079              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
74080              From: Mike Guy <mjtg@cam.ac.uk>
74081              Date: Thu, 26 Sep 2002 13:20:45 +0100
74082              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
74083      Branch: perl
74084            ! pod/perlop.pod
74085 ____________________________________________________________________________
74086 [ 17954] By: hv                                    on 2002/10/02  13:18:01
74087         Log: Subject: [PATCH] Re: perlio bug?
74088              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
74089              Date: Wed, 25 Sep 2002 21:58:12 +0200
74090              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
74091      Branch: perl
74092            ! doio.c pod/perldiag.pod t/lib/warnings/doio
74093 ____________________________________________________________________________
74094 [ 17953] By: hv                                    on 2002/10/02  12:55:29
74095         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
74096              From: Dave Mitchell <davem@fdgroup.com>
74097              Date: Wed, 25 Sep 2002 23:40:23 +0100
74098              Message-ID: <20020925234023.A20044@fdgroup.com>
74099      Branch: perl
74100            + pad.c pad.h
74101            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
74102            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
74103            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
74104            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
74105            ! proto.h scope.c sv.c toke.c
74106 ____________________________________________________________________________
74107 [ 17952] By: hv                                    on 2002/10/02  11:23:38
74108         Log: better handling of whitespace in autodoc declarations; fragment from:
74109              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
74110              From: Dave Mitchell <davem@fdgroup.com>
74111              Date: Wed, 25 Sep 2002 23:40:23 +0100
74112              Message-ID: <20020925234023.A20044@fdgroup.com>
74113      Branch: perl
74114            ! autodoc.pl
74115 ____________________________________________________________________________
74116 [ 17951] By: merijn                                on 2002/10/02  09:15:18
74117         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
74118              Thu, 25 Jul 2002, Andy Dougherty
74119      Branch: perl
74120            ! Configure Policy_sh.SH
74121 ____________________________________________________________________________
74122 [ 17950] By: ams                                   on 2002/10/02  03:43:41
74123         Log: Add silly bandaid to stop segfaults on subsequent accesses to
74124              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
74125              (<$fred>).
74126      Branch: perl
74127            ! op.c
74128 ____________________________________________________________________________
74129 [ 17949] By: hv                                    on 2002/10/01  08:49:02
74130         Log: patch based on:
74131              Subject: Re: [perl #17376] Bug Report - our(%)
74132              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74133              Date: Mon, 30 Sep 2002 15:22:18 -0700
74134              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
74135      Branch: perl
74136            ! op.c
74137 ____________________________________________________________________________
74138 [ 17948] By: hv                                    on 2002/10/01  08:26:44
74139         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
74140              From: chromatic <chromatic@wgz.org>
74141              Date: Fri, 13 Sep 2002 14:26:08 -0700
74142              Message-Id: <200209131426.08116.chromatic@wgz.org>
74143      Branch: perl
74144            ! lib/AutoLoader.pm
74145 ____________________________________________________________________________
74146 [ 17947] By: hv                                    on 2002/10/01  08:10:21
74147         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
74148              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74149              Date: Wed, 11 Sep 2002 22:22:45 -0700
74150              Message-ID: <lSCg9gzkgymX092yn@efn.org>
74151      Branch: perl
74152            ! dump.c mg.h regexec.c sv.c t/op/pat.t
74153 ____________________________________________________________________________
74154 [ 17946] By: merijn                                on 2002/09/30  15:19:36
74155         Log: nanosleep on VMS not present
74156      Branch: perl
74157            ! configure.com
74158 ____________________________________________________________________________
74159 [ 17945] By: merijn                                on 2002/09/30  09:51:40
74160         Log: -Dgccansipedantic only for gcc 3+
74161              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
74162      Branch: perl
74163            ! Porting/pumpkin.pod cflags.SH
74164 ____________________________________________________________________________
74165 [ 17944] By: merijn                                on 2002/09/30  08:29:33
74166         Log: nanosleep probes as per Jarkko's request
74167      Branch: perl
74168            ! Configure NetWare/config_H.wc Porting/config.sh
74169            ! Porting/config_H config_h.SH epoc/config.sh perl.h
74170            ! win32/config.bc win32/config.gc win32/config.vc
74171            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
74172            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
74173            ! wince/config_H.ce
74174 ____________________________________________________________________________
74175 [ 17942] By: ams                                   on 2002/09/29  22:26:37
74176         Log: Remove package; (Heh heh.)
74177      Branch: perl
74178            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
74179            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
74180            ! vms/perly_c.vms vms/perly_h.vms
74181 ____________________________________________________________________________
74182 [ 17941] By: hv                                    on 2002/09/29  12:11:06
74183         Log: Subject: [perl #16796] Configure script buglet
74184              From: "Amick, Eric" (via RT) <perlbug@perl.org>
74185              Date: 27 Aug 2002 20:09:29 -0000
74186              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
74187      Branch: perl
74188            ! Configure
74189 ____________________________________________________________________________
74190 [ 17940] By: hv                                    on 2002/09/29  11:59:28
74191         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
74192              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
74193              Date: Fri, 27 Sep 2002 13:52:18 +0200
74194              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
74195      Branch: perl
74196            ! lib/Attribute/Handlers.pm
74197 ____________________________________________________________________________
74198 [ 17939] By: hv                                    on 2002/09/29  11:55:17
74199         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
74200              From: Allen Smith (via RT) <perlbug@perl.org>
74201              Date: 13 Sep 2002 03:01:30 -0000
74202              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
74203      Branch: perl
74204            ! t/lib/h2ph.pht utils/h2ph.PL
74205 ____________________________________________________________________________
74206 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
74207         Log: Email address change for Stéphane Payrard
74208      Branch: perl
74209            ! AUTHORS
74210 ____________________________________________________________________________
74211 [ 17937] By: hv                                    on 2002/09/27  10:05:42
74212         Log: Subject: Re: [REVISED PATCH] Magic v-strings
74213              From: John Peacock <jpeacock@rowman.com>
74214              Date: Thu, 19 Sep 2002 22:30:58 -0400
74215              Message-ID: <3D8A8862.3000602@rowman.com>
74216      Branch: perl
74217            ! sv.c util.c
74218 ____________________________________________________________________________
74219 [ 17936] By: hv                                    on 2002/09/27  10:00:42
74220         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
74221              From: "Craig A. Berry" <craigberry@mac.com>
74222              Date: Wed, 25 Sep 2002 17:14:33 -0500
74223              Message-ID: <3D923549.6050809@mac.com>
74224      Branch: perl
74225            ! configure.com
74226 ____________________________________________________________________________
74227 [ 17935] By: hv                                    on 2002/09/27  09:48:19
74228         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
74229              From: Andy Lester <andy@petdance.com>
74230              Date: Fri, 20 Sep 2002 12:23:41 -0500
74231              Message-ID: <20020920172341.GA15672@petdance.com>
74232      Branch: perl
74233            ! pod/perlopentut.pod
74234 ____________________________________________________________________________
74235 [ 17934] By: hv                                    on 2002/09/26  18:50:02
74236         Log: missing '.' in test from #17932
74237      Branch: perl
74238            ! t/lib/strict/subs
74239 ____________________________________________________________________________
74240 [ 17933] By: hv                                    on 2002/09/26  17:01:11
74241         Log: Subject: [PATCH] perl #17453
74242              From: Jarkko Hietaniemi <jhi@iki.fi>
74243              Date: Fri, 20 Sep 2002 17:22:45 +0300
74244              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
74245      Branch: perl
74246            ! lib/utf8_heavy.pl t/op/pat.t
74247 ____________________________________________________________________________
74248 [ 17932] By: hv                                    on 2002/09/26  16:47:32
74249         Log: #17931 checked for wrong constant
74250      Branch: perl
74251            ! op.c
74252 ____________________________________________________________________________
74253 [ 17931] By: hv                                    on 2002/09/26  16:29:26
74254         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
74255              From: Kay_Röpke <kay@dolphin-services.de>
74256              Date: Fri, 20 Sep 2002 16:09:08 +0200
74257              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
74258      Branch: perl
74259            ! op.c t/lib/strict/subs
74260 ____________________________________________________________________________
74261 [ 17930] By: hv                                    on 2002/09/26  15:56:07
74262         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
74263              From: Ken Neighbors (via RT) <perlbug@perl.org>
74264              Date: 19 Sep 2002 18:48:22 -0000
74265              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
74266      Branch: perl
74267            ! lib/Class/Struct.pm
74268 ____________________________________________________________________________
74269 [ 17928] By: hv                                    on 2002/09/26  09:54:05
74270         Log: Subject: [PATCH] bug in utf8.c(?)
74271              From: Marty Pauley <marty+p5p@kasei.com>
74272              Date: Fri, 20 Sep 2002 10:55:33 +0100
74273              Subject: [PATCH] bug in utf8.c(?)
74274      Branch: perl
74275            ! utf8.c
74276 ____________________________________________________________________________
74277 [ 17927] By: hv                                    on 2002/09/26  09:37:19
74278         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
74279              From: Marty Pauley <marty+p5p@kasei.com>
74280              Date: Fri, 20 Sep 2002 09:52:16 +0100
74281              Message-Id: 20020920085216.GC10512@soto.kasei.com
74282      Branch: perl
74283            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
74284 ____________________________________________________________________________
74285 [ 17926] By: hv                                    on 2002/09/26  09:28:06
74286         Log: Subject: [PATCH] defuse installusrbinperl
74287              From: Jarkko Hietaniemi <jhi@iki.fi>
74288              Date: Thu, 19 Sep 2002 18:01:03 +0300
74289              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
74290      Branch: perl
74291            ! Configure
74292 ____________________________________________________________________________
74293 [ 17925] By: hv                                    on 2002/09/26  09:15:55
74294         Log: Subject: [PATCH v2] enable -ansi -pedantic
74295              From: Jarkko Hietaniemi <jhi@iki.fi>
74296              Date: Wed, 18 Sep 2002 01:19:25 +0300
74297              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
74298      Branch: perl
74299            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
74300            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
74301 ____________________________________________________________________________
74302 [ 17924] By: hv                                    on 2002/09/26  08:44:16
74303         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
74304              From: Nicholas Clark <nick@unfortu.net>
74305              Date: Sat, 14 Sep 2002 18:49:10 +0100
74306              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
74307      Branch: perl
74308            ! sv.c
74309 ____________________________________________________________________________
74310 [ 17923] By: hv                                    on 2002/09/26  08:33:54
74311         Log: Subject: [PATCH] Re: Advice on coredump
74312              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
74313              Date: Wed, 18 Sep 2002 22:14:57 +0200
74314              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
74315      Branch: perl
74316            ! op.c t/op/closure.t
74317 ____________________________________________________________________________
74318 [ 17922] By: hv                                    on 2002/09/26  08:25:28
74319         Log: Subject: Re: [PATCH] spurious t/auto directory appears
74320              From: Michael G Schwern <schwern@pobox.com>
74321              Date: Fri, 13 Sep 2002 23:56:05 -0400
74322              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
74323      Branch: perl
74324            ! lib/ExtUtils/t/Installed.t
74325 ____________________________________________________________________________
74326 [ 17921] By: hv                                    on 2002/09/26  08:21:59
74327         Log: add TODO tests for slow our() declaration
74328              Subject: Re: [perl #17376] Bug Report - our(%)
74329              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74330              Date: Thu, 19 Sep 2002 22:34:01 -0700
74331              Message-ID: <JNri9gzkgSBB092yn@efn.org>
74332      Branch: perl
74333            + t/comp/our.t
74334            ! MANIFEST
74335 ____________________________________________________________________________
74336 [ 17920] By: hv                                    on 2002/09/26  08:16:43
74337         Log: LEAKTEST is dead, RIP
74338              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
74339              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74340              Date: Mon, 23 Sep 2002 18:33:12 +0200
74341              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
74342      Branch: perl
74343            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
74344            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
74345 ____________________________________________________________________________
74346 [ 17919] By: hv                                    on 2002/09/26  07:59:42
74347         Log: Subject: [PATCH] AIX hints missinga  >&4
74348              From: Jarkko Hietaniemi <jhi@iki.fi>
74349              Date: Fri, 13 Sep 2002 16:48:42 +0300
74350              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
74351      Branch: perl
74352            ! hints/aix.sh
74353 ____________________________________________________________________________
74354 [ 17918] By: hv                                    on 2002/09/26  07:51:10
74355         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
74356              From: "Brendan O'Dea" <bod@debian.org>
74357              Date: Mon, 23 Sep 2002 22:45:40 +1000
74358              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
74359      Branch: perl
74360            ! pod/perlfunc.pod
74361 ____________________________________________________________________________
74362 [ 17917] By: hv                                    on 2002/09/26  07:46:43
74363         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
74364              From: Slaven Rezic <slaven.rezic@berlin.de>
74365              Date: 11 Sep 2002 19:37:09 +0200
74366              Message-ID: <871y80a0my.fsf@vran.herceg.de>
74367      Branch: perl
74368            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
74369 ____________________________________________________________________________
74370 [ 17916] By: hv                                    on 2002/09/26  07:31:42
74371         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
74372              From: "Brendan O'Dea" <bod@debian.org>
74373              Date: Tue, 10 Sep 2002 09:19:05 +1000
74374              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
74375      Branch: perl
74376            ! pod/perlembed.pod
74377 ____________________________________________________________________________
74378 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
74379         Log: Patch #17914 was empty ; this should have been applied instead.
74380      Branch: perl
74381            ! hints/aix.sh
74382 ____________________________________________________________________________
74383 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
74384         Log: Subject: [PATCH] PASE saga continues
74385              From: Jarkko Hietaniemi <jhi@iki.fi>
74386              Date: Thu, 19 Sep 2002 23:30:20 +0300
74387              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
74388      Branch: perl
74389            ! hints/aix.sh
74390 ____________________________________________________________________________
74391 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
74392         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
74393              From: "Craig A. Berry" <craigberry@mac.com>
74394              Date: Wed, 18 Sep 2002 16:57:02 -0500
74395              Message-ID: <3D88F6AE.3020708@mac.com>
74396      Branch: perl
74397            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
74398 ____________________________________________________________________________
74399 [ 17912] By: ams                                   on 2002/09/19  17:21:24
74400         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
74401              From: Jarkko Hietaniemi <jhi@iki.fi>
74402              Date: Thu, 19 Sep 2002 18:59:48 +0300
74403              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
74404
74405              Subject: [PATCH] more PASE tweakage
74406              From: Jarkko Hietaniemi <jhi@iki.fi>
74407              Date: Thu, 19 Sep 2002 18:01:44 +0300
74408              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
74409      Branch: perl
74410            ! README.os400 hints/aix.sh
74411 ____________________________________________________________________________
74412 [ 17911] By: ams                                   on 2002/09/17  19:29:53
74413         Log: Typo fix.
74414      Branch: perl
74415            ! ext/POSIX/POSIX.pod
74416 ____________________________________________________________________________
74417 [ 17910] By: ams                                   on 2002/09/17  18:09:32
74418         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
74419              checking for SvOK in do_readline().
74420      Branch: perl
74421            ! pp_hot.c t/op/gv.t
74422 ____________________________________________________________________________
74423 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
74424         Log: Pod formatting nit, found by Merijn and Jos Boumans.
74425      Branch: perl
74426            ! pod/perlunicode.pod
74427 ____________________________________________________________________________
74428 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
74429         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
74430              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
74431              Date: 15 Sep 2002 19:06:56 -0000
74432              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
74433      Branch: perl
74434            ! lib/Locale/Country.pm lib/Locale/Currency.pm
74435            ! lib/Locale/Language.pm lib/Locale/Script.pm
74436 ____________________________________________________________________________
74437 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
74438         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
74439              From: Jarkko Hietaniemi <jhi@iki.fi>
74440              Date: Sun, 15 Sep 2002 18:02:17 +0300
74441              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
74442      Branch: perl
74443            ! hints/netbsd.sh
74444 ____________________________________________________________________________
74445 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
74446         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
74447              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
74448              not all modules listed in perlmodlib are necessarily installed.
74449              Plus some corrections by Vincent Lefevre.
74450      Branch: perl
74451            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
74452 ____________________________________________________________________________
74453 [ 17904] By: merijn                                on 2002/09/13  14:02:18
74454         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
74455              in building DProf
74456      Branch: perl
74457            ! Configure
74458 ____________________________________________________________________________
74459 [ 17902] By: merijn                                on 2002/09/13  07:47:29
74460         Log: configure.com needs d_modflproto
74461              Thu 12 Sep 2002 23:19, "Craig A. Berry"
74462      Branch: perl
74463            ! configure.com
74464 ____________________________________________________________________________
74465 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
74466         Log: Subject: [PATCH] more PASE wisdom
74467              From: Jarkko Hietaniemi <jhi@iki.fi>
74468              Date: Fri, 13 Sep 2002 00:17:39 +0300
74469              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
74470      Branch: perl
74471            ! README.os400
74472 ____________________________________________________________________________
74473 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
74474         Log: Fix a syntax incompatibility introduced by the // operator.
74475              (Note that C<print $fh //> is still a syntax error, it
74476              wasn't with perl 5.8.0.)
74477      Branch: perl
74478            ! t/op/dor.t toke.c
74479 ____________________________________________________________________________
74480 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
74481         Log: Fix bug #17006 : remove spurious do{} in the deparsing
74482              of s/.../.../e.
74483      Branch: perl
74484            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
74485 ____________________________________________________________________________
74486 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
74487         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
74488              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
74489              Date: 10 Sep 2002 18:49:56 -0000
74490              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
74491      Branch: perl
74492            ! utils/dprofpp.PL
74493 ____________________________________________________________________________
74494 [ 17896] By: merijn                                on 2002/09/11  08:31:45
74495         Log: re-synced Configure to backported metaunits
74496      Branch: perl
74497            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74498            ! config_h.SH
74499 ____________________________________________________________________________
74500 [ 17892] By: merijn                                on 2002/09/10  15:43:53
74501         Log: Callback behaviour in hints
74502              Mon, 9 Sep 2002, Allen Smith
74503      Branch: perl
74504            ! hints/README.hints
74505 ____________________________________________________________________________
74506 [ 17888] By: merijn                                on 2002/09/10  09:20:52
74507         Log: New low-price HP servers
74508      Branch: perl
74509            ! README.hpux
74510 ____________________________________________________________________________
74511 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
74512         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
74513              From: Paul Johnson <paul@pjcj.net>
74514              Date: Mon, 9 Sep 2002 23:37:33 +0200
74515              Message-ID: <20020909213733.GD879@pjcj.net>
74516      Branch: perl
74517            ! ext/B/B/Deparse.pm
74518 ____________________________________________________________________________
74519 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
74520         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
74521              From: Nicholas Clark <nick@unfortu.net>
74522              Date: Sun, 8 Sep 2002 23:05:54 +0100
74523              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
74524      Branch: perl
74525            ! configpm
74526 ____________________________________________________________________________
74527 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
74528         Log: Subject: [PATCH] strict.pm pod at __END__
74529              From: Nicholas Clark <nick@unfortu.net>
74530              Date: Sun, 8 Sep 2002 22:36:09 +0100
74531              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
74532      Branch: perl
74533            ! lib/strict.pm
74534 ____________________________________________________________________________
74535 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
74536         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
74537              From: Nicholas Clark <nick@unfortu.net>
74538              Date: Sun, 8 Sep 2002 19:45:52 +0100
74539              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
74540      Branch: perl
74541            ! lib/File/Find/t/find.t
74542 ____________________________________________________________________________
74543 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
74544         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
74545              From: Paul Johnson <paul@pjcj.net>
74546              Date: Sun, 8 Sep 2002 23:50:11 +0200
74547              Message-ID: <20020908215011.GA879@pjcj.net>
74548      Branch: perl
74549            ! ext/B/B/Deparse.pm
74550 ____________________________________________________________________________
74551 [ 17882] By: hv                                    on 2002/09/09  10:33:58
74552         Log: Update Changes
74553      Branch: perl
74554            ! Changes patchlevel.h
74555 ____________________________________________________________________________
74556 [ 17881] By: hv                                    on 2002/09/09  09:54:55
74557         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
74558              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
74559              Date: Mon, 9 Sep 2002 01:48:08 -0400
74560              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
74561      Branch: perl
74562            ! perl.h sv.c
74563 ____________________________________________________________________________
74564 [ 17880] By: hv                                    on 2002/09/09  09:33:55
74565         Log: integrate Math::BigInt-1.63
74566              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
74567              From: Tels <perl_dummy@bloodgate.com>
74568              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
74569              Message-Id: <200209082022.g88KMGY20194@crypt.org>
74570      Branch: perl
74571            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
74572            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
74573            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
74574            ! lib/Math/BigInt/t/sub_mif.t
74575 ____________________________________________________________________________
74576 [ 17879] By: hv                                    on 2002/09/09  09:23:53
74577         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
74578              From: Jarkko Hietaniemi <jhi@iki.fi>
74579              Date: Mon, 9 Sep 2002 00:07:46 +0300
74580              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
74581      Branch: perl
74582            ! Configure
74583 ____________________________________________________________________________
74584 [ 17878] By: hv                                    on 2002/09/09  09:11:57
74585         Log: small grammar fix in Benchmark docs
74586      Branch: perl
74587            ! lib/Benchmark.pm
74588 ____________________________________________________________________________
74589 [ 17877] By: hv                                    on 2002/09/09  09:09:30
74590         Log: Subject: [PATCH] configpm
74591              From: Abe Timmerman <abe@ztreet.demon.nl>
74592              Date: Sun, 8 Sep 2002 17:21:19 +0200
74593              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
74594      Branch: perl
74595            ! configpm
74596 ____________________________________________________________________________
74597 [ 17876] By: hv                                    on 2002/09/09  08:48:35
74598         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
74599              From: Abe Timmerman <abe@ztreet.demon.nl>
74600              Date: Mon, 9 Sep 2002 01:32:19 +0200
74601              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
74602      Branch: perl
74603            ! makedef.pl
74604 ____________________________________________________________________________
74605 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
74606         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
74607              From: Nicholas Clark <nick@unfortu.net>
74608              Date: Sun, 8 Sep 2002 15:46:44 +0100
74609              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
74610
74611              Plus two other similar tweaks
74612      Branch: perl
74613            ! ext/SDBM_File/sdbm.t
74614 ____________________________________________________________________________
74615 [ 17874] By: hv                                    on 2002/09/08  17:10:38
74616         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
74617              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
74618              Date: Sat, 7 Sep 2002 05:25:45 -0400
74619              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
74620      Branch: perl
74621            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
74622            ! t/op/sprintf.t
74623 ____________________________________________________________________________
74624 [ 17873] By: hv                                    on 2002/09/08  16:48:54
74625         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
74626              From: Nicholas Clark <nick@unfortu.net>
74627              Date: Sat, 7 Sep 2002 00:20:53 +0100
74628              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
74629      Branch: perl
74630            ! op.c sv.c
74631 ____________________________________________________________________________
74632 [ 17872] By: hv                                    on 2002/09/08  16:35:46
74633         Log: temporarily skip failing Storable tests caused by #17869
74634      Branch: perl
74635            ! ext/Storable/t/code.t
74636 ____________________________________________________________________________
74637 [ 17871] By: hv                                    on 2002/09/08  16:23:49
74638         Log: Subject: [PATCH] tiddly tidy up for util.c
74639              From: Nicholas Clark <nick@unfortu.net>
74640              Date: Fri, 6 Sep 2002 23:00:14 +0100
74641              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
74642      Branch: perl
74643            ! util.c
74644 ____________________________________________________________________________
74645 [ 17870] By: hv                                    on 2002/09/08  16:21:23
74646         Log: regularise whitespace and formatting in util.c
74647      Branch: perl
74648            ! util.c
74649 ____________________________________________________________________________
74650 [ 17869] By: hv                                    on 2002/09/08  15:46:08
74651         Log: Subject: [perl #17061] no strict 'garbage'
74652              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
74653              Date: 6 Sep 2002 19:31:02 -0000
74654              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
74655              Date: Sat, 07 Sep 2002 13:40:22 +0200
74656              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
74657      Branch: perl
74658            ! lib/strict.pm lib/strict.t
74659 ____________________________________________________________________________
74660 [ 17868] By: hv                                    on 2002/09/08  15:24:08
74661         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
74662      Branch: perl
74663            ! pod/perl58delta.pod
74664 ____________________________________________________________________________
74665 [ 17867] By: hv                                    on 2002/09/08  15:10:46
74666         Log: Subject: [PATCH] allow using hires time() in Benchmark
74667              From: Jarkko Hietaniemi <jhi@iki.fi>
74668              Date: Fri, 6 Sep 2002 00:38:11 +0300
74669              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
74670      Branch: perl
74671            ! lib/Benchmark.pm
74672 ____________________________________________________________________________
74673 [ 17866] By: hv                                    on 2002/09/08  15:06:05
74674         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
74675              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
74676              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
74677              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
74678      Branch: perl
74679            ! Configure
74680 ____________________________________________________________________________
74681 [ 17865] By: hv                                    on 2002/09/08  15:03:23
74682         Log: Subject: Unicode::Collate 0.23 Released
74683              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
74684              Date: Thu, 05 Sep 2002 23:28:32 +0900
74685              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
74686      Branch: perl
74687            + lib/Unicode/Collate/t/index.t
74688            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
74689            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
74690 ____________________________________________________________________________
74691 [ 17864] By: hv                                    on 2002/09/08  14:55:31
74692         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
74693              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74694              Date: Wed, 04 Sep 2002 21:09:01 -0700
74695              Message-ID: <djtd9gzkgyLd092yn@efn.org>
74696              Date: Fri, 06 Sep 2002 09:23:03 -0700
74697              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
74698      Branch: perl
74699            ! lib/overload.t sv.c sv.h t/op/pat.t
74700 ____________________________________________________________________________
74701 [ 17863] By: hv                                    on 2002/09/08  14:11:54
74702         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
74703      Branch: perl
74704            ! t/op/taint.t
74705 ____________________________________________________________________________
74706 [ 17862] By: hv                                    on 2002/09/08  14:01:07
74707         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
74708              From: Michael G Schwern <schwern@pobox.com>
74709              Date: Wed, 4 Sep 2002 11:38:01 -0700
74710              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
74711      Branch: perl
74712            ! t/TestInit.pm
74713 ____________________________________________________________________________
74714 [ 17861] By: hv                                    on 2002/09/08  13:58:10
74715         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
74716              From: Michael G Schwern <schwern@pobox.com>
74717              Date: Fri, 6 Sep 2002 14:03:16 -0700
74718              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
74719      Branch: perl
74720            ! t/test.pl
74721 ____________________________________________________________________________
74722 [ 17860] By: hv                                    on 2002/09/08  13:48:49
74723         Log: #17859 misuses s/// return values
74724      Branch: perl
74725            ! configpm
74726 ____________________________________________________________________________
74727 [ 17859] By: hv                                    on 2002/09/08  13:17:46
74728         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
74729              From: Nicholas Clark <nick@unfortu.net>
74730              Date: Mon, 2 Sep 2002 23:22:32 +0100
74731              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
74732      Branch: perl
74733            ! configpm
74734 ____________________________________________________________________________
74735 [ 17850] By: ams                                   on 2002/09/06  03:31:32
74736         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
74737              From: Jarkko Hietaniemi <jhi@iki.fi>
74738              Date: Fri, 6 Sep 2002 06:01:57 +0300
74739              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
74740      Branch: perl
74741            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
74742 ____________________________________________________________________________
74743 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
74744         Log: document setting the email address
74745      Branch: perl
74746            ! Porting/repository.pod
74747 ____________________________________________________________________________
74748 [ 17848] By: hv                                    on 2002/09/04  23:12:15
74749         Log: AUTHORS: preferred address for Allen Smith
74750      Branch: perl
74751            ! AUTHORS
74752 ____________________________________________________________________________
74753 [ 17847] By: hv                                    on 2002/09/04  23:10:37
74754         Log: copy on write: fixes and debugging
74755              Subject: what copies scalars in ithreads?
74756              From: Nicholas Clark <nick@unfortu.net>
74757              Date: Wed, 4 Sep 2002 21:52:47 +0100
74758              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
74759      Branch: perl
74760            ! sv.c
74761 ____________________________________________________________________________
74762 [ 17846] By: hv                                    on 2002/09/04  23:02:43
74763         Log: Subject: Re: [PATCH] A variety of README nitpicks.
74764              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74765              Date: Wed, 04 Sep 2002 09:10:05 +0200
74766              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
74767      Branch: perl
74768            ! README.hpux
74769 ____________________________________________________________________________
74770 [ 17845] By: hv                                    on 2002/09/04  15:06:33
74771         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
74772      Branch: perl
74773            ! lib/Math/BigInt/t/constant.t
74774 ____________________________________________________________________________
74775 [ 17844] By: hv                                    on 2002/09/04  14:32:19
74776         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
74777      Branch: perl
74778            ! ext/DB_File/DB_File.xs
74779 ____________________________________________________________________________
74780 [ 17843] By: hv                                    on 2002/09/04  14:09:13
74781         Log: #17842 was only half the story
74782              Subject: [PATCH deb.c] Re: HiRes failure is success?
74783              From: Dave Mitchell <davem@fdgroup.com>
74784              Date: Wed, 4 Sep 2002 16:11:15 +0100
74785              Message-ID: <20020904161115.E27603@fdgroup.com>
74786      Branch: perl
74787            ! deb.c
74788 ____________________________________________________________________________
74789 [ 17842] By: hv                                    on 2002/09/04  14:04:40
74790         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
74791      Branch: perl
74792            ! deb.c
74793 ____________________________________________________________________________
74794 [ 17841] By: hv                                    on 2002/09/04  13:57:27
74795         Log: Subject: [PATCH] op/getpid.t failure
74796              From: Michael G Schwern <schwern@pobox.com>
74797              Date: Tue, 3 Sep 2002 17:48:24 -0700
74798              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
74799      Branch: perl
74800            ! t/op/getpid.t
74801 ____________________________________________________________________________
74802 [ 17840] By: hv                                    on 2002/09/04  13:55:20
74803         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
74804              and Subject: [PATCH] More modules that don't lazy load Carp right.
74805              From: Michael G Schwern <schwern@pobox.com>
74806              Date: Tue, 3 Sep 2002 17:21:57 -0700
74807              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
74808              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
74809      Branch: perl
74810            ! ext/Encode/Unicode/Unicode.pm
74811            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
74812            ! lib/File/Basename.pm
74813 ____________________________________________________________________________
74814 [ 17839] By: hv                                    on 2002/09/04  13:47:12
74815         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
74816              From: "Brendan O'Dea" <bod@debian.org>
74817              Date: Wed, 4 Sep 2002 02:36:10 +1000
74818              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
74819      Branch: perl
74820            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
74821 ____________________________________________________________________________
74822 [ 17838] By: hv                                    on 2002/09/04  13:41:27
74823         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
74824              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
74825              Date: Tue, 3 Sep 2002 13:46:18 +0200
74826              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
74827      Branch: perl
74828            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
74829 ____________________________________________________________________________
74830 [ 17837] By: hv                                    on 2002/09/04  13:38:27
74831         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
74832              From: Michael G Schwern <schwern@pobox.com>
74833              Date: Mon, 2 Sep 2002 22:29:07 -0700
74834              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
74835      Branch: perl
74836            ! lib/Config.t
74837 ____________________________________________________________________________
74838 [ 17836] By: hv                                    on 2002/09/04  13:35:36
74839         Log: Subject: [PATCH] DB_File 1.805
74840              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
74841              Date: Mon, 2 Sep 2002 23:56:40 +0100
74842              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
74843      Branch: perl
74844            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
74845            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
74846            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
74847            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
74848 ____________________________________________________________________________
74849 [ 17835] By: hv                                    on 2002/09/04  13:23:17
74850         Log: fix coredump after 64k-deep recursion
74851              Subject: Re: debugging coredump with -DD
74852              From: hv@crypt.org
74853              Date: Tue, 03 Sep 2002 14:34:20 +0100
74854              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
74855      Branch: perl
74856            ! cop.h t/op/recurse.t
74857 ____________________________________________________________________________
74858 [ 17834] By: hv                                    on 2002/09/04  13:08:36
74859         Log: perldoc: allow arguments for pager
74860              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
74861              From: Chip Turner <cturner@redhat.com>
74862              Date: 02 Sep 2002 01:17:23 -0400
74863              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
74864      Branch: perl
74865            ! utils/perldoc.PL
74866 ____________________________________________________________________________
74867 [ 17833] By: hv                                    on 2002/09/04  12:55:54
74868         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
74869              From: Jarkko Hietaniemi <jhi@iki.fi>
74870              Date: Sun, 1 Sep 2002 19:23:55 +0300
74871              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
74872      Branch: perl
74873            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
74874 ____________________________________________________________________________
74875 [ 17832] By: hv                                    on 2002/09/04  12:39:42
74876         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
74877              From: John Peacock <jpeacock@rowman.com>
74878              Date: Sun, 01 Sep 2002 15:00:12 -0400
74879              Message-ID: <3D7263BC.9020608@rowman.com>
74880      Branch: perl
74881            ! lib/ExtUtils/xsubpp pod/perlxs.pod
74882 ____________________________________________________________________________
74883 [ 17831] By: hv                                    on 2002/09/04  11:47:10
74884         Log: #17827 misses some win32 tweaks
74885      Branch: perl
74886            ! win32/Makefile win32/makefile.mk
74887 ____________________________________________________________________________
74888 [ 17830] By: hv                                    on 2002/09/04  11:41:22
74889         Log: update email address for Paul Marquess
74890      Branch: perl
74891            ! AUTHORS
74892 ____________________________________________________________________________
74893 [ 17829] By: hv                                    on 2002/09/04  11:38:39
74894         Log: Subject: Correction for AUTHORS.html
74895              From: Sean Davis <dive@ender.com>
74896              Date: Fri, 30 Aug 2002 03:51:16 -0700
74897              Message-ID: <20020830035116.A18739@endersgame.net>
74898      Branch: perl
74899            ! AUTHORS
74900 ____________________________________________________________________________
74901 [ 17828] By: hv                                    on 2002/09/04  11:31:42
74902         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
74903              From: Michael G Schwern <schwern@pobox.com>
74904              Date: Fri, 30 Aug 2002 03:40:45 -0700
74905              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
74906      Branch: perl
74907            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
74908            ! lib/File/Spec/t/Spec.t
74909 ____________________________________________________________________________
74910 [ 17827] By: hv                                    on 2002/09/04  11:21:57
74911         Log: Subject: [PATCH] OS/400 PASE port
74912              From: Jarkko Hietaniemi <jhi@iki.fi>
74913              Date: Thu, 29 Aug 2002 22:22:51 +0300
74914              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
74915      Branch: perl
74916            + README.os400 hints/os400.sh
74917            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
74918            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
74919 ____________________________________________________________________________
74920 [ 17826] By: hv                                    on 2002/09/04  11:10:54
74921         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
74922              From: "Brendan O'Dea" <bod@debian.org>
74923              Date: Thu, 29 Aug 2002 22:42:39 +1000
74924              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
74925      Branch: perl
74926            ! ext/Sys/Syslog/syslog.t
74927 ____________________________________________________________________________
74928 [ 17825] By: hv                                    on 2002/09/04  10:53:59
74929         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
74930              From: "John P. Linderman" <jpl@research.att.com>
74931              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
74932              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
74933      Branch: perl
74934            ! ext/IPC/SysV/Semaphore.pm
74935 ____________________________________________________________________________
74936 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
74937         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
74938              From: Richard Soderberg (via RT) <perlbug@perl.org>
74939              Date: 3 Sep 2002 18:48:54 -0000
74940              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
74941
74942              Subject: [PATCH] A variety of README nitpicks.
74943              From: Richard Soderberg <rs@crystalflame.net>
74944              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
74945              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
74946      Branch: perl
74947            ! README.amiga README.dgux README.dos README.epoc README.hpux
74948            ! README.mint README.netware README.vmesa
74949 ____________________________________________________________________________
74950 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
74951         Log: Fix bug #16828.
74952              Add a few tests to ext/B/t/b.t, make it use Test::More.
74953      Branch: perl
74954            ! ext/B/B.xs ext/B/t/b.t
74955 ____________________________________________________________________________
74956 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
74957         Log: Some simple tests for the POSIX::isXXX() functions.
74958      Branch: perl
74959            ! ext/POSIX/t/posix.t
74960 ____________________________________________________________________________
74961 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
74962         Log: Advertise Linux::Pid.
74963      Branch: perl
74964            ! pod/perlfunc.pod pod/perlvar.pod
74965 ____________________________________________________________________________
74966 [ 17819] By: hv                                    on 2002/08/30  13:42:02
74967         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
74968              From: John Peacock <jpeacock@rowman.com>
74969              Date: Wed, 28 Aug 2002 22:13:48 -0400
74970              Message-ID: <3D6D835C.50809@rowman.com>
74971      Branch: perl
74972            ! universal.c util.c
74973 ____________________________________________________________________________
74974 [ 17818] By: hv                                    on 2002/08/30  13:16:05
74975         Log: add test related to change #17799:
74976              Subject: Re: if.pm bug.
74977              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
74978              Date: Thu, 29 Aug 2002 19:39:58 +0200
74979              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
74980      Branch: perl
74981            ! lib/if.t
74982 ____________________________________________________________________________
74983 [ 17817] By: hv                                    on 2002/08/30  13:12:20
74984         Log: Subject: [PATCH] AUTHORS
74985              From: "Brendan O'Dea" <bod@debian.org>
74986              Date: Thu, 29 Aug 2002 22:49:34 +1000
74987              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
74988      Branch: perl
74989            ! AUTHORS
74990 ____________________________________________________________________________
74991 [ 17816] By: hv                                    on 2002/08/30  13:10:45
74992         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
74993              From: "Brendan O'Dea" <bod@debian.org>
74994              Date: Thu, 29 Aug 2002 22:46:47 +1000
74995              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
74996      Branch: perl
74997            ! lib/Term/Cap.pm
74998 ____________________________________________________________________________
74999 [ 17815] By: hv                                    on 2002/08/30  13:02:41
75000         Log: formatting cleanup and:
75001              Subject: Re: perl-5.8.0 on HP porting center
75002              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75003              Date: Thu, 29 Aug 2002 12:23:31 +0200
75004              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
75005      Branch: perl
75006            ! installperl
75007 ____________________________________________________________________________
75008 [ 17814] By: hv                                    on 2002/08/30  12:23:33
75009         Log: Subject: [PATCH] perlmod.pod nit
75010              From: Autrijus Tang <autrijus@autrijus.org>
75011              Date: Thu, 29 Aug 2002 03:49:34 +0800
75012              Message-ID: <20020828194934.GA12244@not.autrijus.org>
75013      Branch: perl
75014            ! pod/perlmod.pod
75015 ____________________________________________________________________________
75016 [ 17813] By: hv                                    on 2002/08/30  12:19:15
75017         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
75018              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75019              Date: Thu, 29 Aug 2002 17:31:31 -0700
75020              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
75021      Branch: perl
75022            ! sv.c t/op/pat.t
75023 ____________________________________________________________________________
75024 [ 17812] By: hv                                    on 2002/08/30  12:06:20
75025         Log: Subject: [PATCH] typos in Hash::Util documentation
75026              From: Slaven Rezic <slaven.rezic@berlin.de>
75027              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
75028              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
75029      Branch: perl
75030            ! lib/Hash/Util.pm
75031 ____________________________________________________________________________
75032 [ 17811] By: hv                                    on 2002/08/30  12:02:59
75033         Log: Subject: Re: Recent changes on the HP porting center
75034              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75035              Date: Wed, 28 Aug 2002 17:39:27 +0200
75036              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
75037      Branch: perl
75038            ! README.hpux
75039 ____________________________________________________________________________
75040 [ 17810] By: hv                                    on 2002/08/30  11:58:18
75041         Log: Subject: [PATCH] Fixes to threads::shared when disabled
75042              From: Michael G Schwern <schwern@pobox.com>
75043              Date: Wed, 28 Aug 2002 06:04:18 -0700
75044              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
75045      Branch: perl
75046            + ext/threads/shared/t/disabled.t
75047            ! MANIFEST ext/threads/shared/shared.pm
75048            ! ext/threads/shared/t/hv_refs.t
75049 ____________________________________________________________________________
75050 [ 17808] By: ams                                   on 2002/08/30  02:59:31
75051         Log: Subject: [PATCH] Tru64 vs Berkeley DB
75052              From: Jarkko Hietaniemi <jhi@iki.fi>
75053              Date: Fri, 30 Aug 2002 06:56:38 +0300
75054              Message-Id: <20020830035638.GB874@lyta.hut.fi>
75055      Branch: perl
75056            ! README.tru64 hints/dec_osf.sh
75057 ____________________________________________________________________________
75058 [ 17807] By: ams                                   on 2002/08/30  02:32:30
75059         Log: Subject: [PATCH] IRIX + INSTALL
75060              From: Jarkko Hietaniemi <jhi@iki.fi>
75061              Date: Fri, 30 Aug 2002 06:31:48 +0300
75062              Message-Id: <20020830033148.GA874@lyta.hut.fi>
75063      Branch: perl
75064            ! INSTALL hints/irix_6.sh
75065 ____________________________________________________________________________
75066 [ 17806] By: hv                                    on 2002/08/29  22:56:45
75067         Log: #17449 failed to apply the actual patch. This is it.
75068      Branch: perl
75069            ! lib/Exporter.pm lib/Exporter/Heavy.pm
75070 ____________________________________________________________________________
75071 [ 17805] By: hv                                    on 2002/08/29  13:49:04
75072         Log: Fix based on:
75073              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
75074              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
75075              Date: 27 Aug 2002 22:10:16 -0000
75076              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
75077      Branch: perl
75078            ! ext/POSIX/POSIX.xs
75079 ____________________________________________________________________________
75080 [ 17804] By: hv                                    on 2002/08/29  13:29:43
75081         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
75082              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
75083              Date: Tue, 27 Aug 2002 23:36:53 +0200
75084              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
75085      Branch: perl
75086            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
75087            ! perl.c perlapi.h sv.c
75088 ____________________________________________________________________________
75089 [ 17803] By: ams                                   on 2002/08/29  13:09:47
75090         Log: Subject: [PATCH] AIX compiler setup sanity checking
75091              From: Jarkko Hietaniemi <jhi@iki.fi>
75092              Date: Thu, 29 Aug 2002 16:43:51 +0300
75093              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
75094      Branch: perl
75095            ! hints/aix.sh
75096 ____________________________________________________________________________
75097 [ 17802] By: hv                                    on 2002/08/29  12:32:51
75098         Log: Subject: [perl #16769] Documention bug
75099              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
75100              Date: 26 Aug 2002 10:01:04 -0000
75101              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
75102      Branch: perl
75103            ! pod/perl58delta.pod
75104 ____________________________________________________________________________
75105 [ 17801] By: hv                                    on 2002/08/29  12:19:30
75106         Log: Subject: [PATCH] ExtUtils::Constant 0.14
75107              From: Nicholas Clark <nick@unfortu.net>
75108              Date: Sun, 25 Aug 2002 18:06:00 +0100
75109              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
75110      Branch: perl
75111            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
75112 ____________________________________________________________________________
75113 [ 17800] By: hv                                    on 2002/08/29  12:08:59
75114         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
75115              From: Mark-Jason Dominus <mjd@plover.com>
75116              Date: Sun, 25 Aug 2002 12:09:53 -0400
75117              Message-ID: <20020825160953.15987.qmail@plover.com>
75118      Branch: perl
75119            ! pod/perlfaq5.pod
75120 ____________________________________________________________________________
75121 [ 17799] By: hv                                    on 2002/08/29  11:48:39
75122         Log: Subject: Re: if.pm bug.
75123              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
75124              Date: Sun, 25 Aug 2002 00:27:59 +0200
75125              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
75126      Branch: perl
75127            ! lib/if.pm
75128 ____________________________________________________________________________
75129 [ 17798] By: hv                                    on 2002/08/29  11:44:00
75130         Log: Subject: [PATCH] posixify getppid on linux-multithread
75131              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
75132              Date: Tue, 6 Aug 2002 21:56:46 +0200
75133              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
75134      Branch: perl
75135            + t/op/getpid.t
75136            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
75137            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
75138 ____________________________________________________________________________
75139 [ 17797] By: hv                                    on 2002/08/29  10:55:41
75140         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
75141              From: Mark-Jason Dominus <mjd@plover.com>
75142              Date: Sun, 25 Aug 2002 22:31:54 -0400
75143              Message-ID: <20020826023154.22986.qmail@plover.com>
75144      Branch: perl
75145            ! ext/B/B.pm
75146 ____________________________________________________________________________
75147 [ 17791] By: hv                                    on 2002/08/27  11:28:32
75148         Log: Missing MANIFEST files for #17783.
75149      Branch: perl
75150            ! MANIFEST
75151 ____________________________________________________________________________
75152 [ 17790] By: hv                                    on 2002/08/27  11:22:36
75153         Log: #17783 introduced an outdated test module, causing failure in
75154              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
75155              ExtUtils::MakeMaker.
75156      Branch: perl
75157            ! t/lib/TieOut.pm
75158 ____________________________________________________________________________
75159 [ 17789] By: ams                                   on 2002/08/27  04:04:48
75160         Log: Subject: Patch perlvar.pod
75161              From: mjd@plover.com
75162              Date: 27 Aug 2002 03:03:01 -0000
75163              Message-Id: <20020827030301.32481.qmail@plover.com>
75164      Branch: perl
75165            ! pod/perlvar.pod
75166 ____________________________________________________________________________
75167 [ 17788] By: hv                                    on 2002/08/26  23:59:47
75168         Log: Update Changes
75169      Branch: perl
75170            ! Changes patchlevel.h
75171 ____________________________________________________________________________
75172 [ 17787] By: hv                                    on 2002/08/26  19:22:27
75173         Log: fix for:
75174              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
75175              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
75176              Date: 26 Aug 2002 15:01:36 -0000
75177              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
75178      Branch: perl
75179            ! regexec.c t/op/re_tests
75180 ____________________________________________________________________________
75181 [ 17786] By: hv                                    on 2002/08/26  15:34:25
75182         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
75183              From: "Sean M. Burke" <sburke@cpan.org>
75184              Date: Mon, 26 Aug 2002 04:38:19 -0600
75185              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
75186      Branch: perl
75187            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
75188            ! lib/Test/t/todo.t
75189 ____________________________________________________________________________
75190 [ 17785] By: hv                                    on 2002/08/26  15:18:41
75191         Log: fix non-ANSI C++-style comment
75192              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
75193              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75194              Date: Mon, 26 Aug 2002 09:15:18 +0200
75195              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
75196      Branch: perl
75197            ! ext/Storable/Storable.xs
75198 ____________________________________________________________________________
75199 [ 17784] By: hv                                    on 2002/08/26  15:15:19
75200         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
75201      Branch: perl
75202            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
75203            ! lib/bignum/t/brinfnan.t
75204 ____________________________________________________________________________
75205 [ 17783] By: hv                                    on 2002/08/26  15:07:21
75206         Log: Subject: [ANNOUNCE] Test::Simple 0.47
75207              From: Michael G Schwern <schwern@pobox.com>
75208              Date: Mon, 26 Aug 2002 04:13:03 -0700
75209              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
75210      Branch: perl
75211            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
75212            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
75213            + lib/Test/Simple/t/ok_obj.t
75214            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
75215            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
75216            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
75217            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
75218            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
75219 ____________________________________________________________________________
75220 [ 17782] By: hv                                    on 2002/08/26  15:00:55
75221         Log: new test for change #17773
75222              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
75223              From: DH <crazyinsomniac@yahoo.com>
75224              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
75225              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
75226      Branch: perl
75227            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
75228 ____________________________________________________________________________
75229 [ 17781] By: hv                                    on 2002/08/26  14:48:35
75230         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
75231      Branch: perl
75232            ! reentr.pl
75233 ____________________________________________________________________________
75234 [ 17780] By: hv                                    on 2002/08/25  19:03:50
75235         Log: fix bignum test failures
75236      Branch: perl
75237            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
75238            ! lib/bignum/t/brinfnan.t
75239 ____________________________________________________________________________
75240 [ 17779] By: hv                                    on 2002/08/25  18:56:29
75241         Log: upgrade bignum to v0.13: fix test failures and update docs
75242      Branch: perl
75243            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
75244 ____________________________________________________________________________
75245 [ 17778] By: hv                                    on 2002/08/25  18:43:06
75246         Log: Subject: Encode 1.76 Released
75247              From: Dan Kogai <dankogai@dan.co.jp>
75248              Date: su elo 25, 2002  11:27:07 US/Eastern
75249              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
75250      Branch: perl
75251            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
75252            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
75253            ! ext/Encode/lib/Encode/MIME/Header.pm
75254            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
75255 ____________________________________________________________________________
75256 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
75257         Log: Fix parsing problems with the // operator.
75258              Make // able to follow various unary operators used without
75259              arguments or parens (shift, pop, getc, pos, readline,
75260              readlink, undef, umask, and the filetest operators), as
75261              well as the <FH> operator.
75262      Branch: perl
75263            ! perl.h t/op/dor.t toke.c
75264 ____________________________________________________________________________
75265 [ 17776] By: hv                                    on 2002/08/25  15:56:37
75266         Log: Subject: [PATCH] ExtUtils::Constant 0.13
75267              From: Nicholas Clark <nick@unfortu.net>
75268              Date: Fri, 23 Aug 2002 19:21:12 +0100
75269              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
75270      Branch: perl
75271            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
75272 ____________________________________________________________________________
75273 [ 17775] By: hv                                    on 2002/08/25  15:46:28
75274         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
75275              From: "mls@suse.de (via RT)" <perlbug@perl.org>
75276              Date: 23 Aug 2002 15:24:39 -0000
75277              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
75278      Branch: perl
75279            ! reentr.c
75280 ____________________________________________________________________________
75281 [ 17774] By: hv                                    on 2002/08/25  15:29:42
75282         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
75283              From: Abigail <abigail@foad.org>
75284              Date: Thu, 22 Aug 2002 04:10:39 -0700
75285              Message-ID: <20020822041039.A2089@ucan.foad.org>
75286      Branch: perl
75287            ! lib/Benchmark.pm lib/Benchmark.t
75288 ____________________________________________________________________________
75289 [ 17773] By: hv                                    on 2002/08/25  15:17:16
75290         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
75291              From: DH <crazyinsomniac@yahoo.com>
75292              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
75293              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
75294      Branch: perl
75295            ! lib/Pod/Html.pm
75296 ____________________________________________________________________________
75297 [ 17772] By: hv                                    on 2002/08/25  14:49:37
75298         Log: Subject: Re: p5p patches
75299              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75300              Date: Fri, 23 Aug 2002 15:27:48 +0200
75301              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
75302      Branch: perl
75303            ! Porting/patching.pod
75304 ____________________________________________________________________________
75305 [ 17771] By: hv                                    on 2002/08/25  14:45:46
75306         Log: Subject: Newdated info for HP-UX
75307              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75308              Date: Wed, 21 Aug 2002 20:20:17 +0200
75309              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
75310      Branch: perl
75311            ! README.hpux
75312 ____________________________________________________________________________
75313 [ 17770] By: hv                                    on 2002/08/25  14:26:36
75314         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
75315              From: "Jos I. Boumans" <kane@cpan.org>
75316              Date: Wed, 21 Aug 2002 14:55:51 +0200
75317              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
75318      Branch: perl
75319            ! pod/perlfaq1.pod
75320 ____________________________________________________________________________
75321 [ 17769] By: hv                                    on 2002/08/25  14:16:50
75322         Log: Subject: bit more for WinCE
75323              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
75324              Date: Wed, 21 Aug 2002 01:31:52 +0400
75325              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
75326      Branch: perl
75327            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
75328            ! wince/wince.c
75329 ____________________________________________________________________________
75330 [ 17768] By: hv                                    on 2002/08/25  14:02:47
75331         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
75332              From: Anton Berezin <tobez@tobez.org>
75333              Date: Tue, 20 Aug 2002 23:44:25 +0200
75334              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
75335      Branch: perl
75336            ! lib/lib.t lib/lib_pm.PL
75337 ____________________________________________________________________________
75338 [ 17767] By: hv                                    on 2002/08/25  13:52:08
75339         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
75340              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
75341              Date: 18 Aug 2002 13:27:12 -0000
75342              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
75343      Branch: perl
75344            ! utils/perldoc.PL
75345 ____________________________________________________________________________
75346 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
75347         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
75348              From: Peter BARABAS (via RT) <perlbug@perl.org>
75349              Date: 24 Aug 2002 08:16:19 -0000
75350              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
75351      Branch: perl
75352            ! pod/perlxstut.pod
75353 ____________________________________________________________________________
75354 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
75355         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
75356              From: Nicholas Clark <nick@unfortu.net>
75357              Date: Sat, 24 Aug 2002 17:01:08 +0100
75358              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
75359              (plus a typo fix)
75360      Branch: perl
75361            ! lib/Net/t/hostname.t
75362 ____________________________________________________________________________
75363 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
75364         Log: a2p wasn't installed with -Dversiononly
75365      Branch: perl
75366            ! installperl
75367 ____________________________________________________________________________
75368 [ 17763] By: hv                                    on 2002/08/23  12:23:31
75369         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
75370              with a NULL subaddr. Fix that, and stop it happening again.
75371      Branch: perl
75372            ! op.c universal.c
75373 ____________________________________________________________________________
75374 [ 17762] By: hv                                    on 2002/08/23  11:02:35
75375         Log: fixup threaded build for vstring changes
75376      Branch: perl
75377            ! universal.c util.c
75378 ____________________________________________________________________________
75379 [ 17761] By: ams                                   on 2002/08/23  02:54:09
75380         Log: Incorporate fix from JHI at:
75381              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
75382      Branch: perl
75383            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
75384 ____________________________________________________________________________
75385 [ 17760] By: ams                                   on 2002/08/23  01:30:46
75386         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
75387              From: Jarkko Hietaniemi <jhi@iki.fi>
75388              Date: Fri, 23 Aug 2002 05:29:09 +0300
75389              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
75390      Branch: perl
75391            ! ext/Devel/PPPort/PPPort.pm
75392 ____________________________________________________________________________
75393 [ 17759] By: ams                                   on 2002/08/23  01:27:23
75394         Log: Subject: [PATCH] x2p/str.c signedness nits
75395              From: Jarkko Hietaniemi <jhi@iki.fi>
75396              Date: Fri, 23 Aug 2002 02:43:30 +0300
75397              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
75398      Branch: perl
75399            ! x2p/str.c
75400 ____________________________________________________________________________
75401 [ 17758] By: hv                                    on 2002/08/22  22:29:45
75402         Log: bignum-0.12 updates from:
75403              Subject: [ANNOUCNE] Big Math::Big* update
75404              From: Tels <perl_dummy@bloodgate.com>
75405              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
75406              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
75407      Branch: perl
75408            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
75409            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
75410            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
75411            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
75412            ! lib/bigrat.pm
75413 ____________________________________________________________________________
75414 [ 17757] By: hv                                    on 2002/08/22  22:19:42
75415         Log: new file for #17756
75416      Branch: perl
75417            ! MANIFEST
75418 ____________________________________________________________________________
75419 [ 17756] By: hv                                    on 2002/08/22  22:16:41
75420         Log: Subject: ANNOUCNE: Math::BigRat v0.09
75421              From: Tels <perl_dummy@bloodgate.com>
75422              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
75423              Message-Id: <200208141812.g7EICrV23771@crypt.org>
75424      Branch: perl
75425            + lib/Math/BigRat/t/big_ap.t
75426            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
75427            ! lib/Math/BigRat/t/bigratpm.inc
75428 ____________________________________________________________________________
75429 [ 17755] By: hv                                    on 2002/08/22  19:44:03
75430         Log: new files from #17754
75431      Branch: perl
75432            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
75433 ____________________________________________________________________________
75434 [ 17754] By: hv                                    on 2002/08/22  19:42:58
75435         Log: Subject: ANNOUNCE: Math-BigInt v1.62
75436              From: Tels <perl_dummy@bloodgate.com>
75437              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
75438              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
75439      Branch: perl
75440            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
75441            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
75442            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
75443            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
75444            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
75445            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
75446            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
75447            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
75448            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
75449            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
75450            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
75451 ____________________________________________________________________________
75452 [ 17753] By: hv                                    on 2002/08/22  12:05:57
75453         Log: Subject: podlators 1.24 released
75454              From: Russ Allbery <rra@stanford.edu>
75455              Date: Sat, 03 Aug 2002 20:56:42 -0700
75456              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
75457      Branch: perl
75458            + lib/Pod/t/text-options.t
75459            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
75460            ! lib/Pod/t/basic.t pod/pod2text.PL
75461 ____________________________________________________________________________
75462 [ 17752] By: hv                                    on 2002/08/22  11:13:17
75463         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
75464              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
75465              Date: Fri, 26 Jul 2002 02:59:12 +0900
75466              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
75467      Branch: perl
75468            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
75469            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
75470            ! lib/Unicode/Collate/t/test.t
75471 ____________________________________________________________________________
75472 [ 17751] By: hv                                    on 2002/08/22  11:08:35
75473         Log: fix test failure from #17747
75474      Branch: perl
75475            ! ext/B/t/stash.t
75476 ____________________________________________________________________________
75477 [ 17750] By: hv                                    on 2002/08/22  10:46:19
75478         Log: Subject: [PATCH] Fix DBM filters
75479              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
75480              Date: Wed, 21 Aug 2002 11:40:49 +0100
75481              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
75482      Branch: perl
75483            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
75484            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
75485            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
75486            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
75487            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
75488            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
75489            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
75490 ____________________________________________________________________________
75491 [ 17749] By: hv                                    on 2002/08/22  01:04:32
75492         Log: avoid use of %caller::EXPORT
75493              Subject: [PATCH] Re: question about Exporter::import
75494              From: Nicholas Clark <nick@unfortu.net>
75495              Date: Wed, 14 Aug 2002 21:33:12 +0100
75496              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
75497      Branch: perl
75498            ! lib/Exporter.pm lib/Exporter/Heavy.pm
75499 ____________________________________________________________________________
75500 [ 17748] By: hv                                    on 2002/08/22  00:54:03
75501         Log: todo test for linux $0 modification
75502              Subject: Re: [perl #16206] $0 in 5.8
75503              From: Slaven Rezic <slaven.rezic@berlin.de>
75504              Date: 17 Aug 2002 21:32:37 +0200
75505              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
75506      Branch: perl
75507            ! t/op/magic.t
75508 ____________________________________________________________________________
75509 [ 17747] By: hv                                    on 2002/08/22  00:11:34
75510         Log: Subject: Re: [PATCH] Version object patch #1
75511              From: John Peacock <jpeacock@rowman.com>
75512              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
75513              Message-id: <3D630042.6020407@rowman.com>
75514
75515              Subject: Re: [REVISED PATCH] Magic v-strings
75516              From: John Peacock <jpeacock@rowman.com>
75517              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
75518              Message-id: <3D63E532.7020305@rowman.com>
75519      Branch: perl
75520            ! sv.c t/op/ver.t universal.c util.c
75521 ____________________________________________________________________________
75522 [ 17746] By: hv                                    on 2002/08/20  16:48:05
75523         Log: Subject: [PATCH] Version object patch #1
75524              From: John Peacock <jpeacock@rowman.com>
75525              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
75526              Message-id: <3D5BB55D.6090603@rowman.com>
75527              and Message-id: <3D627D1A.4050607@rowman.com>
75528              and t/lib/warnings/universal tweak to skip
75529      Branch: perl
75530            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
75531            ! t/lib/warnings/universal toke.c util.c
75532 ____________________________________________________________________________
75533 [ 17745] By: hv                                    on 2002/08/20  16:27:01
75534         Log: perldelta for #17727
75535      Branch: perl
75536            ! pod/perldelta.pod
75537 ____________________________________________________________________________
75538 [ 17744] By: hv                                    on 2002/08/20  15:34:36
75539         Log: Subject: typo in perfunc.pod
75540              From: "John P. Linderman" <jpl@research.att.com>
75541              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
75542              Message-id: <200208191245.IAA20072@raptor.research.att.com>
75543      Branch: perl
75544            ! pod/perlfunc.pod
75545 ____________________________________________________________________________
75546 [ 17743] By: hv                                    on 2002/08/20  15:31:40
75547         Log: Subject: Re: [PATCH] fix typos in perlpacktut
75548              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
75549              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
75550              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
75551      Branch: perl
75552            ! pod/perlpacktut.pod
75553 ____________________________________________________________________________
75554 [ 17742] By: hv                                    on 2002/08/20  14:51:16
75555         Log: Subject: [REVISED PATCH] Magic v-strings
75556              From: John Peacock <jpeacock@rowman.com>
75557              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
75558              Message-id: <3D556FE6.6000404@rowman.com>
75559              plus a bit of cleanup
75560      Branch: perl
75561            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
75562 ____________________________________________________________________________
75563 [ 17741] By: hv                                    on 2002/08/20  14:20:16
75564         Log: Subject: Re: [PATCH] Storable and CODE references
75565              From: Slaven Rezic <slaven.rezic@berlin.de>
75566              Date: 17 Aug 2002 21:58:03 +0200
75567              Message-id: <87bs812r78.fsf@vran.herceg.de>
75568      Branch: perl
75569            + ext/Storable/t/code.t
75570            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
75571            ! ext/Storable/t/malice.t
75572 ____________________________________________________________________________
75573 [ 17740] By: hv                                    on 2002/08/20  14:07:56
75574         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
75575              Handle CoW in hashes:
75576              Subject: Re: why would tr/// be performing hash copies?
75577              From: Nicholas Clark <nick@unfortu.net>
75578              Date: Sun, 18 Aug 2002 23:17:01 +0100
75579              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
75580      Branch: perl
75581            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
75582 ____________________________________________________________________________
75583 [ 17739] By: hv                                    on 2002/08/20  13:52:18
75584         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
75585              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75586              Date: Tue, 23 Jul 2002 09:21:10 +0200
75587              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
75588      Branch: perl
75589            ! Configure
75590 ____________________________________________________________________________
75591 [ 17737] By: ams                                   on 2002/08/19  07:48:39
75592         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
75593              negligence.
75594      Branch: perl
75595            ! pod/perlrun.pod
75596 ____________________________________________________________________________
75597 [ 17736] By: hv                                    on 2002/08/18  18:27:28
75598         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
75599              From: Dave Mitchell <davem@fdgroup.com>
75600              Date: Fri, 16 Aug 2002 23:31:07 +0100
75601              Message-id: <20020816233107.E9388@fdgroup.com>
75602      Branch: perl
75603            ! numeric.c t/base/num.t
75604 ____________________________________________________________________________
75605 [ 17735] By: hv                                    on 2002/08/18  02:22:21
75606         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
75607              From: Mark-Jason Dominus <mjd@plover.com>
75608              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
75609              Message-id: <20020814011909.22744.qmail@plover.com>
75610      Branch: perl
75611            ! lib/Net/hostent.pm
75612 ____________________________________________________________________________
75613 [ 17734] By: hv                                    on 2002/08/18  02:20:05
75614         Log: Subject: [PATCH] Re: Pod::Functions tpyo
75615              From: Abe Timmerman <abe@ztreet.demon.nl>
75616              Date: Tue, 13 Aug 2002 23:47:00 +0200
75617              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
75618      Branch: perl
75619            ! lib/Pod/Functions.pm
75620 ____________________________________________________________________________
75621 [ 17733] By: hv                                    on 2002/08/18  02:17:18
75622         Log: Subject: Server rename revisited
75623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75624              Date: Tue, 13 Aug 2002 19:19:03 +0200
75625              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
75626      Branch: perl
75627            ! README.hpux
75628 ____________________________________________________________________________
75629 [ 17732] By: hv                                    on 2002/08/18  02:11:49
75630         Log: Subject: [PATCH] Remove old VOS build methods
75631              From: Paul_GreenVOS@vos.stratus.com
75632              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
75633              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
75634      Branch: perl
75635            - vos/Makefile vos/build.cm vos/compile_perl.cm
75636            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
75637            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
75638            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
75639            - vos/vos_dummies.c
75640            ! MANIFEST README.vos pod/perlport.pod vos/Changes
75641 ____________________________________________________________________________
75642 [ 17731] By: hv                                    on 2002/08/18  01:57:12
75643         Log: Subject: [PATCH] Configure missing d_modflproto=''
75644              From: "Gerrit P. Haase" <gp@familiehaase.de>
75645              Date: Tue, 13 Aug 2002 15:11:05 +0200
75646              Message-id: <11417599086.20020813151105@familiehaase.de>
75647      Branch: perl
75648            ! Configure
75649 ____________________________________________________________________________
75650 [ 17730] By: hv                                    on 2002/08/18  01:41:33
75651         Log: missing chunk from #17725 causes lib/constant.t test failures
75652      Branch: perl
75653            ! lib/constant.t
75654 ____________________________________________________________________________
75655 [ 17729] By: hv                                    on 2002/08/17  02:33:15
75656         Log: Subject: [PATCH] Safe.pm documentation
75657              From: Slaven Rezic <slaven.rezic@berlin.de>
75658              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
75659              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
75660      Branch: perl
75661            ! ext/Opcode/Safe.pm pod/perlre.pod
75662 ____________________________________________________________________________
75663 [ 17728] By: hv                                    on 2002/08/17  02:07:24
75664         Log: Subject: Copy On Write
75665              From: Nicholas Clark <nick@ccl4.org>
75666              Date: Thu, 15 Aug 2002 00:10:35 +0100
75667              Message-id: <20020815001035.A69079@plum.flirble.org>
75668              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
75669      Branch: perl
75670            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
75671            ! pp_hot.c proto.h sv.c sv.h
75672 ____________________________________________________________________________
75673 [ 17727] By: hv                                    on 2002/08/17  01:20:05
75674         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
75675              From: Mark-Jason Dominus <mjd@plover.com>
75676              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
75677              Message-id: <20020415033855.6343.qmail@plover.com>
75678      Branch: perl
75679            ! av.c av.h pod/perltie.pod t/op/tiearray.t
75680 ____________________________________________________________________________
75681 [ 17726] By: hv                                    on 2002/08/17  01:17:09
75682         Log: pp.c warns that sv may be used uninitialised in pp_delete()
75683      Branch: perl
75684            ! pp.c
75685 ____________________________________________________________________________
75686 [ 17725] By: hv                                    on 2002/08/17  00:51:19
75687         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
75688              From: Michael G Schwern <schwern@pobox.com>
75689              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
75690              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
75691      Branch: perl
75692            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
75693            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
75694            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
75695            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
75696 ____________________________________________________________________________
75697 [ 17724] By: hv                                    on 2002/08/17  00:27:33
75698         Log: ext/B/defsubs.h also depends on the program that builds it
75699      Branch: perl
75700            ! ext/B/Makefile.PL
75701 ____________________________________________________________________________
75702 [ 17723] By: hv                                    on 2002/08/17  00:10:24
75703         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
75704              From: Dave Mitchell <davem@fdgroup.com>
75705              Date: Tue, 13 Aug 2002 14:42:15 +0100
75706              Message-ID: <20020813144215.G11939@fdgroup.com>
75707      Branch: perl
75708            ! embed.fnc embed.h global.sym proto.h
75709 ____________________________________________________________________________
75710 [ 17722] By: ams                                   on 2002/08/16  05:20:22
75711         Log: Subject: Minor perlrun.pod patch
75712              From: Iain Truskett <spoon@cpan.org>
75713              Date: Fri, 16 Aug 2002 16:20:27 +1000
75714              Message-Id: <20020816162027.D17196@eh.org>
75715      Branch: perl
75716            ! pod/perlrun.pod
75717 ____________________________________________________________________________
75718 [ 17721] By: hv                                    on 2002/08/12  12:17:19
75719         Log: #17717 needed tests fixing up
75720      Branch: perl
75721            ! t/op/chop.t
75722 ____________________________________________________________________________
75723 [ 17720] By: hv                                    on 2002/08/12  12:10:07
75724         Log: Subject: Re: [PATCH] Re: taint news
75725              From: Rick Delaney <rick.delaney@rogers.com>
75726              Date: 04 Aug 2002 00:28:58 EDT
75727              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
75728              missed patch fragment from Change #17676
75729      Branch: perl
75730            ! pod/perlsec.pod
75731 ____________________________________________________________________________
75732 [ 17719] By: hv                                    on 2002/08/12  12:03:53
75733         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
75734              From: Warren Jones (via RT) <perlbug@perl.org>
75735              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
75736              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
75737      Branch: perl
75738            ! lib/strict.t lib/warnings.t
75739 ____________________________________________________________________________
75740 [ 17718] By: hv                                    on 2002/08/12  11:57:17
75741         Log: Subject: [PATCH] add verbose stack display option, -Dvs
75742              From: Dave Mitchell <davem@fdgroup.com>
75743              Date: Mon, 5 Aug 2002 00:55:33 +0100
75744              Message-id: <20020805005533.B26111@fdgroup.com>
75745      Branch: perl
75746            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
75747            ! pod/perlrun.pod proto.h
75748 ____________________________________________________________________________
75749 [ 17717] By: hv                                    on 2002/08/12  11:44:06
75750         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
75751              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
75752              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
75753              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
75754      Branch: perl
75755            ! op.c t/op/chop.t t/op/ref.t
75756 ____________________________________________________________________________
75757 [ 17716] By: hv                                    on 2002/08/12  11:29:53
75758         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
75759              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
75760              Date: Sat, 13 Jul 2002 17:44:02 +0100
75761              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
75762      Branch: perl
75763            ! pp_hot.c t/op/tiehandle.t
75764 ____________________________________________________________________________
75765 [ 17715] By: hv                                    on 2002/08/12  11:28:26
75766         Log: Subject: [PATCH] better modfl detection
75767              From: Nicholas Clark <nick@unfortu.net>
75768              Date: Sun, 11 Aug 2002 20:05:49 +0100
75769              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
75770      Branch: perl
75771            ! Configure config_h.SH perl.h
75772 ____________________________________________________________________________
75773 [ 17714] By: hv                                    on 2002/08/12  11:26:23
75774         Log: Subject: [PATCH] perltodo.pod
75775              From: Richard.Foley@t-online.de
75776              Date: Sun, 11 Aug 2002 18:26:10 +0200
75777              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
75778              perlbug credits
75779      Branch: perl
75780            ! pod/perltodo.pod
75781 ____________________________________________________________________________
75782 [ 17713] By: hv                                    on 2002/08/12  11:24:44
75783         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
75784              From: Nicholas Clark <nick@unfortu.net>
75785              Date: Sun, 11 Aug 2002 16:59:16 +0100
75786              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
75787      Branch: perl
75788            ! gv.c
75789 ____________________________________________________________________________
75790 [ 17712] By: hv                                    on 2002/08/12  11:23:06
75791         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
75792              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75793              Date: Mon, 12 Aug 2002 10:25:20 +0200
75794              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
75795              gcc bug test needs -lm
75796      Branch: perl
75797            ! hints/hpux.sh
75798 ____________________________________________________________________________
75799 [ 17711] By: hv                                    on 2002/08/12  11:20:49
75800         Log: Subject: [PATCH s2p] Small typo correction
75801              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
75802              Date: Wed, 7 Aug 2002 11:50:51 +0200
75803              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
75804      Branch: perl
75805            ! x2p/s2p.PL
75806 ____________________________________________________________________________
75807 [ 17710] By: hv                                    on 2002/08/12  11:17:21
75808         Log: Subject: [PATCH] pod/perlfaq4.pod
75809              From: Abigail <abigail@foad.org>
75810              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
75811              Message-id: <20020730095202.A6462@ucan.foad.org>
75812              Add references to Regexp::Common.
75813      Branch: perl
75814            ! pod/perlfaq4.pod
75815 ____________________________________________________________________________
75816 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
75817         Log: Subject: New HP-UX itanium servers
75818              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75819              Date: Wed, 07 Aug 2002 13:25:57 +0200
75820              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
75821      Branch: perl
75822            ! README.hpux
75823 ____________________________________________________________________________
75824 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
75825         Log: Subject: Re: missing lower range in {} regex
75826              From: "John P. Linderman" <jpl@research.att.com>
75827              Date: Fri, 09 Aug 2002 12:48:55 -0400
75828              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
75829      Branch: perl
75830            ! pod/perlre.pod
75831 ____________________________________________________________________________
75832 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
75833         Log: More tests for the attribute syntax, from the
75834              attributes manpage.
75835      Branch: perl
75836            ! t/op/attrs.t
75837 ____________________________________________________________________________
75838 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
75839         Log: Fix bug #16080 : an attribute list should end at '}'
75840      Branch: perl
75841            ! t/op/attrs.t toke.c
75842 ____________________________________________________________________________
75843 [ 17703] By: hv                                    on 2002/08/08  15:30:12
75844         Log: Update Changes
75845      Branch: perl
75846            ! Changes patchlevel.h
75847 ____________________________________________________________________________
75848 [ 17702] By: hv                                    on 2002/08/08  15:08:57
75849         Log: Subject: Re: README.aix
75850              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75851              Date: Tue, 30 Jul 2002 13:30:29 +0200
75852              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
75853      Branch: perl
75854            ! README.aix
75855 ____________________________________________________________________________
75856 [ 17701] By: hv                                    on 2002/08/08  15:06:01
75857         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
75858              From: Andy Dougherty <doughera@lafayette.edu>
75859              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
75860              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
75861      Branch: perl
75862            ! hints/aix.sh
75863 ____________________________________________________________________________
75864 [ 17700] By: hv                                    on 2002/08/08  15:02:57
75865         Log: Subject: [DOC PATCH] perlipc.pod
75866              From: Arjen Laarhoven <arjen@nl.demon.net>
75867              Date: Tue, 6 Aug 2002 14:16:01 +0200
75868              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
75869      Branch: perl
75870            ! pod/perlipc.pod
75871 ____________________________________________________________________________
75872 [ 17699] By: hv                                    on 2002/08/08  14:56:56
75873         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
75874              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
75875              Date: Fri, 2 Aug 2002 23:44:21 +0200
75876              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
75877      Branch: perl
75878            ! op.c t/op/attrs.t
75879 ____________________________________________________________________________
75880 [ 17698] By: hv                                    on 2002/08/08  14:52:45
75881         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
75882              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
75883              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
75884              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
75885      Branch: perl
75886            ! Configure
75887 ____________________________________________________________________________
75888 [ 17697] By: hv                                    on 2002/08/08  14:49:00
75889         Log: Subject: Doc patch for Class::Struct under 5.8.0
75890              From: Damian Conway <damian@conway.org>
75891              Date: Tue, 30 Jul 2002 23:03:14 +1000
75892              Message-id: <3D471FCF.1C7C6E6B@conway.org>
75893      Branch: perl
75894            ! lib/Class/Struct.pm
75895 ____________________________________________________________________________
75896 [ 17696] By: hv                                    on 2002/08/08  14:44:21
75897         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
75898              From: Slaven Rezic <slaven.rezic@berlin.de>
75899              Date: 31 Jul 2002 09:50:06 +0200
75900              Message-id: <87ado85ob5.fsf@vran.herceg.de>
75901      Branch: perl
75902            ! pp.c
75903 ____________________________________________________________________________
75904 [ 17695] By: hv                                    on 2002/08/08  14:40:41
75905         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
75906              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
75907              Date: Fri, 2 Aug 2002 00:13:10 +0200
75908              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
75909      Branch: perl
75910            + t/op/stash.t
75911            ! MANIFEST perl.h
75912 ____________________________________________________________________________
75913 [ 17694] By: hv                                    on 2002/08/08  14:31:55
75914         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
75915              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75916              Date: Wed, 31 Jul 2002 16:04:02 +0200
75917              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
75918      Branch: perl
75919            ! hints/hpux.sh
75920 ____________________________________________________________________________
75921 [ 17693] By: hv                                    on 2002/08/08  14:25:16
75922         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
75923              From: Abigail <abigail@foad.org>
75924              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
75925              Message-id: <20020725085252.A2703@ucan.foad.org>
75926      Branch: perl
75927            ! lib/ExtUtils/MM_Unix.pm
75928 ____________________________________________________________________________
75929 [ 17692] By: hv                                    on 2002/08/08  14:20:05
75930         Log: Subject: [PATCH] README.jp and README.cn
75931              From: Autrijus Tang <autrijus@autrijus.org>
75932              Date: Thu, 25 Jul 2002 07:05:11 +0800
75933              Message-id: <20020724230511.GA1327@not.autrijus.org>
75934      Branch: perl
75935            ! README.cn README.jp
75936 ____________________________________________________________________________
75937 [ 17691] By: hv                                    on 2002/08/08  14:01:50
75938         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
75939              From: Henrik Tougaard (via RT) <perlbug@perl.org>
75940              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
75941              Message-id: <rt-15398-31095.6.30466042998663@perl>
75942      Branch: perl
75943            ! lib/Pod/Usage.pm
75944 ____________________________________________________________________________
75945 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
75946         Log: Doc fix : the symbol for COPs wasn't documented.
75947      Branch: perl
75948            ! opcode.pl
75949 ____________________________________________________________________________
75950 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
75951         Log: Subject: Re: no warnings 'io';
75952              From: Nicholas Clark <nick@unfortu.net>
75953              Date: Sat, 27 Jul 2002 21:49:55 +0100
75954              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
75955
75956              Plus a little bit of regression tests.
75957      Branch: perl
75958            ! t/lib/warnings/pp_hot util.c
75959 ____________________________________________________________________________
75960 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
75961         Log: Subject: [PATCH] XS build fix for VMS
75962              From: "Craig A. Berry" <craigberry@mac.com>
75963              Date: Sun, 4 Aug 2002 12:13:06 -0500
75964              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
75965      Branch: perl
75966            ! vms/descrip_mms.template
75967 ____________________________________________________________________________
75968 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
75969         Log: PerlIO::scalar wasn't able to read from non-string
75970              scalar ; now stringifies its argument.
75971      Branch: perl
75972            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
75973 ____________________________________________________________________________
75974 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
75975         Log: More regression tests for $^H and %^H.
75976              Add a TODO test for eval "" preserving %^H.
75977      Branch: perl
75978            ! t/comp/hints.t
75979 ____________________________________________________________________________
75980 [ 17685] By: hv                                    on 2002/08/05  22:42:09
75981         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
75982              From: "John P. Linderman" <jpl@research.att.com>
75983              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
75984              Message-id: <200207211613.MAA69505@raptor.research.att.com>
75985      Branch: perl
75986            ! lib/sort.pm lib/sort.t
75987 ____________________________________________________________________________
75988 [ 17684] By: hv                                    on 2002/08/05  22:35:22
75989         Log: Integrate from perlio: change #17653 fixes bug RT15283
75990      Branch: perl
75991           !> ext/PerlIO/via/via.xs
75992 ____________________________________________________________________________
75993 [ 17683] By: hv                                    on 2002/08/05  22:26:45
75994         Log: Integrate from maint-5.6/macperl via macperl
75995              Changes 17660, 17661, 17662, 17663, 17664
75996      Branch: perl
75997           !> perl.c
75998 ____________________________________________________________________________
75999 [ 17682] By: hv                                    on 2002/08/05  15:04:54
76000         Log: Subject: Defined-or patch (cleaned up)
76001              From: "Brent Dax" <brentdax@cpan.org>
76002              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
76003              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
76004      Branch: perl
76005            + t/op/dor.t
76006            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
76007            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
76008            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
76009            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
76010            ! vms/perly_h.vms
76011 ____________________________________________________________________________
76012 [ 17681] By: hv                                    on 2002/08/05  14:41:23
76013         Log: typo
76014      Branch: perl
76015            ! keywords.h keywords.pl
76016 ____________________________________________________________________________
76017 [ 17680] By: hv                                    on 2002/08/05  14:33:39
76018         Log: warn that keywords.h is generated
76019      Branch: perl
76020            ! keywords.h keywords.pl
76021 ____________________________________________________________________________
76022 [ 17679] By: hv                                    on 2002/08/04  23:40:22
76023         Log: again: #17678 caused test failures in pod2html,
76024              in which $1 could leak from previous regexp
76025      Branch: perl
76026            ! mg.c
76027 ____________________________________________________________________________
76028 [ 17678] By: hv                                    on 2002/08/04  15:34:19
76029         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
76030              From: hv@crypt.org
76031              Date: Sun, 04 Aug 2002 17:40:30 +0100
76032              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
76033      Branch: perl
76034            ! mg.c t/op/taint.t
76035 ____________________________________________________________________________
76036 [ 17677] By: hv                                    on 2002/08/04  15:25:25
76037         Log: Main branch no longer needs op/taint.t version check.
76038      Branch: perl
76039            ! t/op/taint.t
76040 ____________________________________________________________________________
76041 [ 17676] By: hv                                    on 2002/08/04  15:14:09
76042         Log: Subject: Re: [PATCH] Re: taint news
76043              From: Rick Delaney <rick.delaney@rogers.com>
76044              Date: 04 Aug 2002 00:28:58 EDT
76045              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
76046              Ref: 20020208.005
76047      Branch: perl
76048            ! pp_sys.c
76049 ____________________________________________________________________________
76050 [ 17675] By: hv                                    on 2002/08/04  01:48:36
76051         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
76052      Branch: perl
76053            ! AUTHORS
76054 ____________________________________________________________________________
76055 [ 17674] By: hv                                    on 2002/08/04  01:30:11
76056         Log: Subject: [PATCH] AUTHORS
76057              From: Colin Watson <colinw@zeus.com>
76058              Date: Thu, 25 Jul 2002 15:54:37 +0100
76059              Message-id: <20020725145437.GC4921@zeus.com>
76060      Branch: perl
76061            ! AUTHORS
76062 ____________________________________________________________________________
76063 [ 17673] By: hv                                    on 2002/08/04  01:27:36
76064         Log: Subject: [PATCH] AUTHORS
76065              From: Walt Mankowski <waltman@pobox.com>
76066              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
76067              Message-id: <20020721025612.GB15958@pobox.com>
76068      Branch: perl
76069            ! AUTHORS
76070 ____________________________________________________________________________
76071 [ 17672] By: hv                                    on 2002/08/04  01:25:14
76072         Log: Subject: Re: mention of "use sort" botched in perlfunc?
76073              From: Michael G Schwern <schwern@pobox.com>
76074              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
76075              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
76076      Branch: perl
76077            ! pod/perlfunc.pod
76078 ____________________________________________________________________________
76079 [ 17671] By: hv                                    on 2002/08/04  01:11:32
76080         Log: Change version from 5.8.0 to 5.9.0.
76081      Branch: perl
76082            ! Configure NetWare/Makefile NetWare/config_H.wc
76083            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
76084            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
76085            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
76086            ! patchlevel.h win32/Makefile win32/makefile.mk
76087            ! wince/Makefile.ce
76088 ____________________________________________________________________________
76089 [ 17656] By: ams                                   on 2002/07/28  06:12:33
76090         Log: Subject: [PATCH] Typo in regcomp.c
76091              From: Chris Ball <chris@cpan.org>
76092              Date: 26 Jul 2002 17:49:35 +0100
76093              Message-Id: <868z3yzb6o.fsf@void.printf.net>
76094              (With additional tweak to s_reginclasslen.)
76095      Branch: perl
76096            ! regcomp.c
76097 ____________________________________________________________________________
76098 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
76099         Log: Upgrade to Unicode::Collate 0.20.
76100      Branch: perl
76101            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
76102            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
76103 ____________________________________________________________________________
76104 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
76105         Log: Commas, schcommas.
76106      Branch: perl
76107            ! patchlevel.h
76108 ____________________________________________________________________________
76109 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
76110         Log: Copy perldelta as perl58delta, purge the perldelta.
76111      Branch: perl
76112            + pod/perl58delta.pod
76113            ! MANIFEST pod/perldelta.pod
76114 ____________________________________________________________________________
76115 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
76116         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
76117      Branch: perl
76118            ! Changes patchlevel.h
76119 ____________________________________________________________________________
76120 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
76121         Log: Integrate perlio (no changes, but that's fine).
76122      Branch: perl
76123           !> embed.fnc perl.h
76124 ____________________________________________________________________________
76125 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
76126         Log: It's all yours, Hugo.
76127      Branch: perl
76128            + Changes5.8
76129            ! Changes MANIFEST